CIM++ Adapted CIM Codebase
Public Attributes | List of all members
IEC61970::Base::Wires::CompositeSwitch Class Reference

#include <CompositeSwitch.h>

Inheritance diagram for IEC61970::Base::Wires::CompositeSwitch:
Inheritance graph
[legend]
Collaboration diagram for IEC61970::Base::Wires::CompositeSwitch:
Collaboration graph
[legend]

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::PSRTypePSRType
 
- 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
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this class was generated from the following files: