CIM14 :: CPSM :: Equipment :: LoadModel :: StationSupply :: StationSupply :: Class StationSupply
[hide private]
[frames] | no frames]

Class StationSupply

Core.ConductingEquipment.ConductingEquipment --+    
                                               |    
             Wires.EnergyConsumer.EnergyConsumer --+
                                                   |
                                                  StationSupply

Station supply with load derived from the station output.- [R8.2] is satisfied by navigation to ConnectivityNode and Substation - See EnergyConsumer for specific notes about inherited attributes.

Instance Methods [hide private]
 
__init__(self, *args, **kw_args)
Initialises a new 'StationSupply' instance.

Inherited from Wires.EnergyConsumer.EnergyConsumer: getLoadResponse, setLoadResponse

Class Variables [hide private]
  _attrs = []
  _attr_types = {}
  _defaults = {}
  _enums = {}
  _refs = []
  _many_refs = []

Inherited from Wires.EnergyConsumer.EnergyConsumer: LoadResponse

Instance Variables [hide private]

Inherited from Wires.EnergyConsumer.EnergyConsumer: pfixed, pfixedPct, qfixed, qfixedPct

Method Details [hide private]

__init__(self, *args, **kw_args)
(Constructor)

 

Initialises a new 'StationSupply' instance.

Parameters:
  • pfixed - Active power of the load that is a fixed quantity.
  • pfixedPct - Fixed active power as per cent of load group fixed active power
  • qfixedPct - Fixed reactive power as per cent of load group fixed reactive power.
  • qfixed - Reactive power of the load that is a fixed quantity.
  • LoadResponse - The load response characteristic of this load.
Overrides: Wires.EnergyConsumer.EnergyConsumer.__init__