power storage unit 
        
    
            
        
| Vars | |
| capacity | Maximum charge of the SMES | 
|---|---|
| charge | Current charge of the SMES | 
| input_attempt | TRUE = attempting to charge, FALSE = not attempting to charge | 
| input_available | Last power input | 
| input_level | Desired Power Input Level | 
| input_level_max | Maximum Power Input | 
| inputting | TRUE = actually inputting, FALSE = not inputting | 
| output_attempt | TRUE = attempting to output, FALSE = not attempting to output | 
| output_level | Desired Power Output Level | 
| output_level_max | Maximum Power Output | 
| output_used | Last power output | 
| outputting | TRUE = actually outputting, FALSE = not outputting | 
Var Details
capacity
            
        
    
            
        
        Maximum charge of the SMES
charge
            
        
    
            
        
        Current charge of the SMES
input_attempt
            
        
    
            
        
        TRUE = attempting to charge, FALSE = not attempting to charge
input_available
            
        
    
            
        
        Last power input
input_level
            
        
    
            
        
        Desired Power Input Level
input_level_max
            
        
    
            
        
        Maximum Power Input
inputting
            
        
    
            
        
        TRUE = actually inputting, FALSE = not inputting
output_attempt
            
        
    
            
        
        TRUE = attempting to output, FALSE = not attempting to output
output_level
            
        
    
            
        
        Desired Power Output Level
output_level_max
            
        
    
            
        
        Maximum Power Output
output_used
            
        
    
            
        
        Last power output
outputting
            
        
    
            
        
        TRUE = actually outputting, FALSE = not outputting