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

#include <FrequencyConverter.h>

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

Public Attributes

IEC61970::Base::Domain::Frequency frequency
 
IEC61970::Base::Domain::ActivePower maxP
 
IEC61970::Base::Domain::Voltage maxU
 
IEC61970::Base::Domain::ActivePower minP
 
IEC61970::Base::Domain::Voltage minU
 
- Public Attributes inherited from IEC61970::Base::Wires::RegulatingCondEq
IEC61970::Base::Domain::Boolean controlEnabled
 
IEC61970::Base::Wires::RegulatingControlRegulatingControl
 
- 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 device to convert from one frequency to another (e.g., frequency F1 to F2) comprises a pair of FrequencyConverter instances. One converts from F1 to DC, the other converts the DC to F2.

Member Data Documentation

IEC61970::Base::Domain::Frequency IEC61970::Base::Wires::FrequencyConverter::frequency

Frequency on the AC side.

IEC61970::Base::Domain::ActivePower IEC61970::Base::Wires::FrequencyConverter::maxP

The maximum active power on the DC side at which the frequence converter should operate.

IEC61970::Base::Domain::Voltage IEC61970::Base::Wires::FrequencyConverter::maxU

The maximum voltage on the DC side at which the frequency converter should operate.

IEC61970::Base::Domain::ActivePower IEC61970::Base::Wires::FrequencyConverter::minP

The minimum active power on the DC side at which the frequence converter should operate.

IEC61970::Base::Domain::Voltage IEC61970::Base::Wires::FrequencyConverter::minU

The minimum voltage on the DC side at which the frequency converter should operate.


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