Space Station 13 - Modules - TypesVar Details

smes

Vars

capacityMaximum amount of energy the SMES can store (kilojoules)
chargeCurrent charge level
input_attemptSet TRUE if SMES attempting to charge, FALSE if not
input_availableCharge amount available from input last tick
input_levelHow much power the SMES will draw from the grid to recharge itself (Watts)
input_level_maxMaximum input level (Watts)
inputtingSet TRUE if SMES is inputting, FALSE if not
output_levelAmount of power the SMES attempts to output (Watts)
output_level_maxCap on output_level (Watts)
output_usedAmount of power actually outputted. may be less than output_level if the powernet returns excess power
outputtingTRUE = actually outputting, FALSE = not outputting
terminalThe terminal that is connected to this SMES unit

Var Details

capacity

Maximum amount of energy the SMES can store (kilojoules)

charge

Current charge level

input_attempt

Set TRUE if SMES attempting to charge, FALSE if not

input_available

Charge amount available from input last tick

input_level

How much power the SMES will draw from the grid to recharge itself (Watts)

input_level_max

Maximum input level (Watts)

inputting

Set TRUE if SMES is inputting, FALSE if not

output_level

Amount of power the SMES attempts to output (Watts)

output_level_max

Cap on output_level (Watts)

output_used

Amount of power actually outputted. may be less than output_level if the powernet returns excess power

outputting

TRUE = actually outputting, FALSE = not outputting

terminal

The terminal that is connected to this SMES unit