#include <CompositeSwitch.h>
Public Attributes | |
IEC61970::Base::Domain::String | compositeSwitchType |
std::list< IEC61970::Base::Wires::Switch * > | Switches |
Public Attributes inherited from IEC61970::Base::Core::Equipment | |
IEC61970::Base::Domain::Boolean | aggregate |
IEC61970::Base::Domain::Boolean | inService |
IEC61970::Base::Domain::Boolean | normallyInService |
Public Attributes inherited from IEC61970::Base::Core::PowerSystemResource | |
std::list< IEC61970::Base::Meas::Control * > | Controls |
std::list< IEC61970::Base::Meas::Measurement * > | Measurements |
IEC61970::Base::Core::PSRType * | PSRType |
Public Attributes inherited from IEC61970::Base::Core::IdentifiedObject | |
IEC61970::Base::Domain::String | aliasName |
IEC61970::Base::Domain::String | description |
IEC61970::Base::Domain::String | mRID |
IEC61970::Base::Domain::String | name |
std::list< IEC61970::Base::DiagramLayout::DiagramObject * > | DiagramObjects |
A model of a set of individual Switches normally enclosed within the same cabinet and possibly with interlocks that restrict the combination of switch positions. These are typically found in medium voltage distribution networks. A CompositeSwitch could represent a Ring-Main-Unit (RMU), or pad-mounted switchgear, with primitive internal devices such as an internal bus-bar plus 3 or 4 internal switches each of which may individually be open or closed. A CompositeSwitch and a set of contained Switches can also be used to represent a multi-position switch e.g. a switch that can connect a circuit to Ground, Open or Busbar.
IEC61970::Base::Domain::String IEC61970::Base::Wires::CompositeSwitch::compositeSwitchType |
An alphanumeric code that can be used as a reference to extra information such as the description of the interlocking scheme if any.
std::list<IEC61970::Base::Wires::Switch*> IEC61970::Base::Wires::CompositeSwitch::Switches |
Switches contained in this Composite switch.