smes
Vars | |
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 |
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