NAV
CGMES
Common Grid Model Exchange Specification

Dynamics

Common Grid Model Exchange Specification (CGMES) Dynamics profile.

The dynamics profile reflects the most common IEEE or, in the case of wind models, IEC, representations of models as well as models included in some of the transient stability software widely used by utilities.

These dynamic models are intended to ensure interoperability between different vendors’ software products currently in use by electric utility energy companies, utilities, Transmission System Operators (TSOs), Regional Transmission Organizations (RTOs), and Independent System Operators (ISOs). It is important to note that each vendor is free to select its own internal implementation of these models. Differences in vendor results, as long as they are within accepted engineering practice, caused by different internal representations, are acceptable.

Unless explicitly stated otherwise, the following modelling conventions are followed:

Dynamics Base

Standard Interconnections

This subclause describes the standard interconnections for various types of equipment. These interconnections are understood by the application programs and can be identified based on the presence of one of the key classes with a relationship to the static power flow model: SynchronousMachineDynamics, AsynchronousMachineDynamics, EnergyConsumerDynamics or WindTurbineType3or4Dynamics.

The relationships between classes expressed in the interconnection diagrams are intended to support dynamic behaviour described by either standard models or user-defined models.

In the interconnection diagrams, boxes which are black in colour represent function blocks whose functionality can be provided by one of many standard models or by a user-defined model. Blue boxes represent specific standard models. A dashed box means that the function block or specific standard model is optional.

Standard Synchronous Machine Interconnection

Standard Asynchronous Machine Interconnection

Standard Models

This subclause contains standard dynamic model specifications grouped into packages by standard function block (type of equipment being modelled).

In the CIM, standard dynamic models are expressed by means of a class named with the standard model name and attributes reflecting each of the parameters necessary to describe the behaviour of an instance of the standard model.

User Defined Models

This subclause contains user-defined dynamic model classes to support the exchange of both proprietary and explicitly defined user-defined models.

Proprietary models represent behaviour which, while not defined by a standard model class, is mutually understood by the sending and receiving applications based on the name passed in the .name attribute of the appropriate xxxUserDefined class. Proprietary model parameters are passed as general attributes using as many instances of the ProprietaryParameterDynamics class as there are parameters.

Explicitly defined models describe dynamic behaviour in detail in terms of control blocks and their input and output signals. Note that the classes to support explicitly defined modelling are not currently defined - it is future work intended to also be supported by the family of xxxUserDefined classes.

Both types of user-defined models use the family of xxxUserDefined classes, which allow a user-defined model to be used:

Proprietary User Defined Models

ACDCConverter

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ACDCConverter> rdf:type rdfs:Class ;
	rdfs:label "ACDCConverter"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> <http://www.w3.org/2000/01/rdf-schema#label> "ACDCConverter"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A unit with valves for three phases, together with unit control equipment, essential protective and switching devices, DC storage capacitors, phase reactors and auxiliaries, if any, used for conversion.

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ACDCTerminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ACDCTerminal> rdf:type rdfs:Class ;
	rdfs:label "ACDCTerminal"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "ACDCTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes.

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

AsynchronousMachine

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<AsynchronousMachine> rdf:type rdfs:Class ;
	rdfs:label "AsynchronousMachine"@en ;
	rdfs:subClassOf <RotatingMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#label> "AsynchronousMachine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> .

Sub-Class Of: RotatingMachine » RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A rotating machine whose shaft rotates asynchronously with the electrical field. Also known as an induction machine with no external connection to the rotor windings, e.g. squirrel-cage induction machine.

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

AsynchronousMachineDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<AsynchronousMachineDynamics> rdf:type rdfs:Class ;
	rdfs:label "AsynchronousMachineDynamics"@en ;
	rdfs:subClassOf <RotatingMachineDynamics> .
<AsynchronousMachineDynamics.AsynchronousMachine> rdf:type rdfs:Property ;
	rdfs:label "AsynchronousMachine"@en ;
	rdfs:domain <AsynchronousMachineDynamics> ;
	rdfs:range <AsynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "AsynchronousMachineDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineDynamics.AsynchronousMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineDynamics.AsynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#label> "AsynchronousMachine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineDynamics.AsynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineDynamics.AsynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> .

Sub-Class Of: RotatingMachineDynamics » DynamicsFunctionBlock » IdentifiedObject

Asynchronous machine whose behaviour is described by reference to a standard model expressed in either time constant reactance form or equivalent circuit form or by definition of a user-defined model. Parameter details:

  1. Asynchronous machine parameters such as Xl, Xs, etc. are actually used as inductances in the model, but are commonly referred to as reactances since, at nominal frequency, the PU values are the same. However, some references use the symbol L instead of X.
Property Domain Range Comment
AsynchronousMachine AsynchronousMachineDynamics AsynchronousMachine Asynchronous machine to which this asynchronous machine dynamics model applies.
statorResistance RotatingMachineDynamics double Stator (armature) resistance (Rs) (>= 0). Typical value = 0,005.
statorLeakageReactance RotatingMachineDynamics double Stator leakage reactance (Xl) (>= 0). Typical value = 0,15.
damping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed deviation (differential type). A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. This value is often zero when the sources of damping torques (generator damper windings, load damping effects, etc.) are modelled in detail. Typical value = 0.
inertia RotatingMachineDynamics double Inertia constant of generator or motor and mechanical load (H) (> 0). This is the specification for the stored energy in the rotating mass when operating at rated speed. For a generator, this includes the generator plus all other elements (turbine, exciter) on the same shaft and has units of MW x s. For a motor, it includes the motor plus its mechanical load. Conventional units are PU on the generator MVA base, usually expressed as MW x s / MVA or just s. This value is used in the accelerating power reference frame for operator training simulator solutions. Typical value = 3.
classicalFrictionalDamping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed, known as classical frictional damping. A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. Typical value = 0.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

AsynchronousMachineEquivalentCircuit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<AsynchronousMachineEquivalentCircuit> rdf:type rdfs:Class ;
	rdfs:label "AsynchronousMachineEquivalentCircuit"@en ;
	rdfs:subClassOf <AsynchronousMachineDynamics> .
<AsynchronousMachineEquivalentCircuit.xlr2> rdf:type rdfs:Property ;
	rdfs:label "xlr2"@en ;
	rdfs:domain <AsynchronousMachineEquivalentCircuit> ;
	rdfs:range xsd:double .
<AsynchronousMachineEquivalentCircuit.rr1> rdf:type rdfs:Property ;
	rdfs:label "rr1"@en ;
	rdfs:domain <AsynchronousMachineEquivalentCircuit> ;
	rdfs:range xsd:double .
<AsynchronousMachineEquivalentCircuit.xm> rdf:type rdfs:Property ;
	rdfs:label "xm"@en ;
	rdfs:domain <AsynchronousMachineEquivalentCircuit> ;
	rdfs:range xsd:double .
<AsynchronousMachineEquivalentCircuit.rr2> rdf:type rdfs:Property ;
	rdfs:label "rr2"@en ;
	rdfs:domain <AsynchronousMachineEquivalentCircuit> ;
	rdfs:range xsd:double .
<AsynchronousMachineEquivalentCircuit.xlr1> rdf:type rdfs:Property ;
	rdfs:label "xlr1"@en ;
	rdfs:domain <AsynchronousMachineEquivalentCircuit> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit> <http://www.w3.org/2000/01/rdf-schema#label> "AsynchronousMachineEquivalentCircuit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit.xlr2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit.xlr2> <http://www.w3.org/2000/01/rdf-schema#label> "xlr2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit.xlr2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit.xlr2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit.rr1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit.rr1> <http://www.w3.org/2000/01/rdf-schema#label> "rr1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit.rr1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit.rr1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit.xm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit.xm> <http://www.w3.org/2000/01/rdf-schema#label> "xm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit.xm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit.xm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit.rr2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit.rr2> <http://www.w3.org/2000/01/rdf-schema#label> "rr2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit.rr2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit.rr2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit.xlr1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit.xlr1> <http://www.w3.org/2000/01/rdf-schema#label> "xlr1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit.xlr1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineEquivalentCircuit.xlr1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: AsynchronousMachineDynamics » RotatingMachineDynamics » DynamicsFunctionBlock » IdentifiedObject

The electrical equations of all variations of the asynchronous model are based on the AsynchronousEquivalentCircuit diagram for the direct- and quadrature- axes, with two equivalent rotor windings in each axis.
Equations for conversion between equivalent circuit and time constant reactance forms: Xs = Xm + Xl X’ = Xl + Xm x Xlr1 / (Xm + Xlr1) X’’ = Xl + Xm x Xlr1 x Xlr2 / (Xm x Xlr1 + Xm x Xlr2 + Xlr1 x Xlr2) T’o = (Xm + Xlr1) / (omega0 x Rr1) T’‘o = (Xm x Xlr1 + Xm x Xlr2 + Xlr1 x Xlr2) / (omega0 x Rr2 x (Xm + Xlr1) Same equations using CIM attributes from AsynchronousMachineTimeConstantReactance class on left of “=” and AsynchronousMachineEquivalentCircuit class on right (except as noted): xs = xm + RotatingMachineDynamics.statorLeakageReactance xp = RotatingMachineDynamics.statorLeakageReactance + xm x xlr1 / (xm + xlr1) xpp = RotatingMachineDynamics.statorLeakageReactance + xm x xlr1 x xlr2 / (xm x xlr1 + xm x xlr2 + xlr1 x xlr2) tpo = (xm + xlr1) / (2 x pi x nominal frequency x rr1) tppo = (xm x xlr1 + xm x xlr2 + xlr1 x xlr2) / (2 x pi x nominal frequency x rr2 x (xm + xlr1).

Property Domain Range Comment
xlr2 AsynchronousMachineEquivalentCircuit double Damper 2 winding leakage reactance.
rr1 AsynchronousMachineEquivalentCircuit double Damper 1 winding resistance.
xm AsynchronousMachineEquivalentCircuit double Magnetizing reactance.
rr2 AsynchronousMachineEquivalentCircuit double Damper 2 winding resistance.
xlr1 AsynchronousMachineEquivalentCircuit double Damper 1 winding leakage reactance.
AsynchronousMachine AsynchronousMachineDynamics AsynchronousMachine Asynchronous machine to which this asynchronous machine dynamics model applies.
statorResistance RotatingMachineDynamics double Stator (armature) resistance (Rs) (>= 0). Typical value = 0,005.
statorLeakageReactance RotatingMachineDynamics double Stator leakage reactance (Xl) (>= 0). Typical value = 0,15.
damping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed deviation (differential type). A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. This value is often zero when the sources of damping torques (generator damper windings, load damping effects, etc.) are modelled in detail. Typical value = 0.
inertia RotatingMachineDynamics double Inertia constant of generator or motor and mechanical load (H) (> 0). This is the specification for the stored energy in the rotating mass when operating at rated speed. For a generator, this includes the generator plus all other elements (turbine, exciter) on the same shaft and has units of MW x s. For a motor, it includes the motor plus its mechanical load. Conventional units are PU on the generator MVA base, usually expressed as MW x s / MVA or just s. This value is used in the accelerating power reference frame for operator training simulator solutions. Typical value = 3.
classicalFrictionalDamping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed, known as classical frictional damping. A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. Typical value = 0.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

AsynchronousMachineTimeConstantReactance

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<AsynchronousMachineTimeConstantReactance> rdf:type rdfs:Class ;
	rdfs:label "AsynchronousMachineTimeConstantReactance"@en ;
	rdfs:subClassOf <AsynchronousMachineDynamics> .
<AsynchronousMachineTimeConstantReactance.xpp> rdf:type rdfs:Property ;
	rdfs:label "xpp"@en ;
	rdfs:domain <AsynchronousMachineTimeConstantReactance> ;
	rdfs:range xsd:double .
<AsynchronousMachineTimeConstantReactance.xp> rdf:type rdfs:Property ;
	rdfs:label "xp"@en ;
	rdfs:domain <AsynchronousMachineTimeConstantReactance> ;
	rdfs:range xsd:double .
<AsynchronousMachineTimeConstantReactance.xs> rdf:type rdfs:Property ;
	rdfs:label "xs"@en ;
	rdfs:domain <AsynchronousMachineTimeConstantReactance> ;
	rdfs:range xsd:double .
<AsynchronousMachineTimeConstantReactance.tppo> rdf:type rdfs:Property ;
	rdfs:label "tppo"@en ;
	rdfs:domain <AsynchronousMachineTimeConstantReactance> ;
	rdfs:range xsd:double .
<AsynchronousMachineTimeConstantReactance.tpo> rdf:type rdfs:Property ;
	rdfs:label "tpo"@en ;
	rdfs:domain <AsynchronousMachineTimeConstantReactance> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance> <http://www.w3.org/2000/01/rdf-schema#label> "AsynchronousMachineTimeConstantReactance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance.xpp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance.xpp> <http://www.w3.org/2000/01/rdf-schema#label> "xpp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance.xpp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance.xpp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance.xp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance.xp> <http://www.w3.org/2000/01/rdf-schema#label> "xp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance.xp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance.xp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance.xs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance.xs> <http://www.w3.org/2000/01/rdf-schema#label> "xs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance.xs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance.xs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance.tppo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance.tppo> <http://www.w3.org/2000/01/rdf-schema#label> "tppo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance.tppo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance.tppo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance.tpo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance.tpo> <http://www.w3.org/2000/01/rdf-schema#label> "tpo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance.tpo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineTimeConstantReactance.tpo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: AsynchronousMachineDynamics » RotatingMachineDynamics » DynamicsFunctionBlock » IdentifiedObject

Parameter details:

  1. If X'' = X', a single cage (one equivalent rotor winding per axis) is modelled.
  2. The “p” in the attribute names is a substitution for a “prime” in the usual parameter notation, e.g. tpo refers to T'o.
The parameters used for models expressed in time constant reactance form include: - RotatingMachine.ratedS (MVAbase); - RotatingMachineDynamics.damping (D); - RotatingMachineDynamics.inertia (H); - RotatingMachineDynamics.saturationFactor (S1); - RotatingMachineDynamics.saturationFactor120 (S12); - RotatingMachineDynamics.statorLeakageReactance (Xl); - RotatingMachineDynamics.statorResistance (Rs); - .xs (Xs); - .xp (X'); - .xpp (X''); - .tpo (T'o); - .tppo (T''o).
Property Domain Range Comment
xpp AsynchronousMachineTimeConstantReactance double Subtransient reactance (unsaturated) (X’’) (> RotatingMachineDynamics.statorLeakageReactance). Typical value = 0,2.
xp AsynchronousMachineTimeConstantReactance double Transient reactance (unsaturated) (X’) (>= AsynchronousMachineTimeConstantReactance.xpp). Typical value = 0,5.
xs AsynchronousMachineTimeConstantReactance double Synchronous reactance (Xs) (>= AsynchronousMachineTimeConstantReactance.xp). Typical value = 1,8.
tppo AsynchronousMachineTimeConstantReactance double Subtransient rotor time constant (T’‘o) (> 0). Typical value = 0,03.
tpo AsynchronousMachineTimeConstantReactance double Transient rotor time constant (T’o) (> AsynchronousMachineTimeConstantReactance.tppo). Typical value = 5.
AsynchronousMachine AsynchronousMachineDynamics AsynchronousMachine Asynchronous machine to which this asynchronous machine dynamics model applies.
statorResistance RotatingMachineDynamics double Stator (armature) resistance (Rs) (>= 0). Typical value = 0,005.
statorLeakageReactance RotatingMachineDynamics double Stator leakage reactance (Xl) (>= 0). Typical value = 0,15.
damping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed deviation (differential type). A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. This value is often zero when the sources of damping torques (generator damper windings, load damping effects, etc.) are modelled in detail. Typical value = 0.
inertia RotatingMachineDynamics double Inertia constant of generator or motor and mechanical load (H) (> 0). This is the specification for the stored energy in the rotating mass when operating at rated speed. For a generator, this includes the generator plus all other elements (turbine, exciter) on the same shaft and has units of MW x s. For a motor, it includes the motor plus its mechanical load. Conventional units are PU on the generator MVA base, usually expressed as MW x s / MVA or just s. This value is used in the accelerating power reference frame for operator training simulator solutions. Typical value = 3.
classicalFrictionalDamping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed, known as classical frictional damping. A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. Typical value = 0.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

AsynchronousMachineUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<AsynchronousMachineUserDefined> rdf:type rdfs:Class ;
	rdfs:label "AsynchronousMachineUserDefined"@en ;
	rdfs:subClassOf <AsynchronousMachineDynamics> .
<AsynchronousMachineUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <AsynchronousMachineUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "AsynchronousMachineUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: AsynchronousMachineDynamics » RotatingMachineDynamics » DynamicsFunctionBlock » IdentifiedObject

Asynchronous machine whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary AsynchronousMachineUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
AsynchronousMachine AsynchronousMachineDynamics AsynchronousMachine Asynchronous machine to which this asynchronous machine dynamics model applies.
statorResistance RotatingMachineDynamics double Stator (armature) resistance (Rs) (>= 0). Typical value = 0,005.
statorLeakageReactance RotatingMachineDynamics double Stator leakage reactance (Xl) (>= 0). Typical value = 0,15.
damping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed deviation (differential type). A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. This value is often zero when the sources of damping torques (generator damper windings, load damping effects, etc.) are modelled in detail. Typical value = 0.
inertia RotatingMachineDynamics double Inertia constant of generator or motor and mechanical load (H) (> 0). This is the specification for the stored energy in the rotating mass when operating at rated speed. For a generator, this includes the generator plus all other elements (turbine, exciter) on the same shaft and has units of MW x s. For a motor, it includes the motor plus its mechanical load. Conventional units are PU on the generator MVA base, usually expressed as MW x s / MVA or just s. This value is used in the accelerating power reference frame for operator training simulator solutions. Typical value = 3.
classicalFrictionalDamping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed, known as classical frictional damping. A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. Typical value = 0.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

CSCDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<CSCDynamics> rdf:type rdfs:Class ;
	rdfs:label "CSCDynamics"@en ;
	rdfs:subClassOf <HVDCDynamics> .
<CSCDynamics.CSConverter> rdf:type rdfs:Property ;
	rdfs:label "CSConverter"@en ;
	rdfs:domain <CSCDynamics> ;
	rdfs:range <CsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CSCDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CSCDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "CSCDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CSCDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#HVDCDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CSCDynamics.CSConverter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CSCDynamics.CSConverter> <http://www.w3.org/2000/01/rdf-schema#label> "CSConverter"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CSCDynamics.CSConverter> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CSCDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CSCDynamics.CSConverter> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> .

Sub-Class Of: HVDCDynamics » DynamicsFunctionBlock » IdentifiedObject

CSC function block whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
CSConverter CSCDynamics CsConverter Current source converter to which current source converter dynamics model applies.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

CSCUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<CSCUserDefined> rdf:type rdfs:Class ;
	rdfs:label "CSCUserDefined"@en ;
	rdfs:subClassOf <CSCDynamics> .
<CSCUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <CSCUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CSCUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CSCUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "CSCUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CSCUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#CSCDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CSCUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CSCUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CSCUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CSCUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CSCUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: CSCDynamics » HVDCDynamics » DynamicsFunctionBlock » IdentifiedObject

Current source converter (CSC) function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary CSCUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
CSConverter CSCDynamics CsConverter Current source converter to which current source converter dynamics model applies.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

CombinedCycleGasTurbineDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<CombinedCycleGasTurbineDynamics> rdf:type rdfs:Class ;
	rdfs:label "CombinedCycleGasTurbineDynamics"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<CombinedCycleGasTurbineDynamics.SteamTurbineGeneratorDynamics> rdf:type rdfs:Property ;
	rdfs:label "SteamTurbineGeneratorDynamics"@en ;
	rdfs:domain <CombinedCycleGasTurbineDynamics> ;
	rdfs:range <SteamTurbineGeneratorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CombinedCycleGasTurbineDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CombinedCycleGasTurbineDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "CombinedCycleGasTurbineDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CombinedCycleGasTurbineDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CombinedCycleGasTurbineDynamics.SteamTurbineGeneratorDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CombinedCycleGasTurbineDynamics.SteamTurbineGeneratorDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "SteamTurbineGeneratorDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CombinedCycleGasTurbineDynamics.SteamTurbineGeneratorDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CombinedCycleGasTurbineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CombinedCycleGasTurbineDynamics.SteamTurbineGeneratorDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SteamTurbineGeneratorDynamics> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Gas turbines used for combined cycle power plants.

Property Domain Range Comment
SteamTurbineGeneratorDynamics CombinedCycleGasTurbineDynamics SteamTurbineGeneratorDynamics The steam turbine and a heat-recovery steam generator connected to this gas turbine of a combined cycle power plant.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

CommunicationDelayIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<CommunicationDelayIEC> rdf:type rdfs:Class ;
	rdfs:label "CommunicationDelayIEC"@en ;
	rdfs:subClassOf <CommunicationIEC> .
<CommunicationDelayIEC.variablesNumber> rdf:type rdfs:Property ;
	rdfs:label "variablesNumber"@en ;
	rdfs:domain <CommunicationDelayIEC> ;
	rdfs:range xsd:integer .
<CommunicationDelayIEC.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <CommunicationDelayIEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationDelayIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationDelayIEC> <http://www.w3.org/2000/01/rdf-schema#label> "CommunicationDelayIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationDelayIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationDelayIEC.variablesNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationDelayIEC.variablesNumber> <http://www.w3.org/2000/01/rdf-schema#label> "variablesNumber"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationDelayIEC.variablesNumber> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationDelayIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationDelayIEC.variablesNumber> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationDelayIEC.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationDelayIEC.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationDelayIEC.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationDelayIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationDelayIEC.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: CommunicationIEC » IdentifiedObject

Communication delay module. Reference: IEC 61400-27-1:2020, 7.10.2.

Property Domain Range Comment
variablesNumber CommunicationDelayIEC integer Number of communication variables.
td CommunicationDelayIEC double Communication delay time (Td). It is a project-dependent parameter.
kind CommunicationIEC string Kind of communication.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

CommunicationIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<CommunicationIEC> rdf:type rdfs:Class ;
	rdfs:label "CommunicationIEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<CommunicationIEC.kind> rdf:type rdfs:Property ;
	rdfs:label "kind"@en ;
	rdfs:domain <CommunicationIEC> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationIEC> <http://www.w3.org/2000/01/rdf-schema#label> "CommunicationIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationIEC.kind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationIEC.kind> <http://www.w3.org/2000/01/rdf-schema#label> "kind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationIEC.kind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationIEC.kind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: IdentifiedObject

Communication module part of the communication model.

Property Domain Range Comment
kind CommunicationIEC string Kind of communication.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ConductingEquipment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ConductingEquipment> rdf:type rdfs:Class ;
	rdfs:label "ConductingEquipment"@en ;
	rdfs:subClassOf <Equipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#label> "ConductingEquipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .

Sub-Class Of: Equipment » PowerSystemResource » IdentifiedObject

The parts of the AC power system that are designed to carry current or that are conductively connected through terminals.

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ConnectivityNodeContainer

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ConnectivityNodeContainer> rdf:type rdfs:Class ;
	rdfs:label "ConnectivityNodeContainer"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNodeContainer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNodeContainer> <http://www.w3.org/2000/01/rdf-schema#label> "ConnectivityNodeContainer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNodeContainer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

A base class for all objects that may contain connectivity nodes or topological nodes.

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ConstantPowerFactorSettings

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ConstantPowerFactorSettings> rdf:type rdfs:Class ;
	rdfs:label "ConstantPowerFactorSettings"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<ConstantPowerFactorSettings.enabled> rdf:type rdfs:Property ;
	rdfs:label "enabled"@en ;
	rdfs:domain <ConstantPowerFactorSettings> ;
	rdfs:range xsd:boolean .
<ConstantPowerFactorSettings.constantPowerFactorExcitationKind> rdf:type rdfs:Property ;
	rdfs:label "constantPowerFactorExcitationKind"@en ;
	rdfs:domain <ConstantPowerFactorSettings> ;
	rdfs:range xsd:string .
<ConstantPowerFactorSettings.powerFactor> rdf:type rdfs:Property ;
	rdfs:label "powerFactor"@en ;
	rdfs:domain <ConstantPowerFactorSettings> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantPowerFactorSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantPowerFactorSettings> <http://www.w3.org/2000/01/rdf-schema#label> "ConstantPowerFactorSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantPowerFactorSettings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantPowerFactorSettings.enabled> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantPowerFactorSettings.enabled> <http://www.w3.org/2000/01/rdf-schema#label> "enabled"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantPowerFactorSettings.enabled> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantPowerFactorSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantPowerFactorSettings.enabled> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantPowerFactorSettings.constantPowerFactorExcitationKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantPowerFactorSettings.constantPowerFactorExcitationKind> <http://www.w3.org/2000/01/rdf-schema#label> "constantPowerFactorExcitationKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantPowerFactorSettings.constantPowerFactorExcitationKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantPowerFactorSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantPowerFactorSettings.constantPowerFactorExcitationKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantPowerFactorSettings.powerFactor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantPowerFactorSettings.powerFactor> <http://www.w3.org/2000/01/rdf-schema#label> "powerFactor"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantPowerFactorSettings.powerFactor> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantPowerFactorSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantPowerFactorSettings.powerFactor> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Constant Power Factor Settings.

Reference: IEEE1547-2018.

Property Domain Range Comment
enabled ConstantPowerFactorSettings boolean Constant power factor mode select (CONST_PF_MODE_ENABLE). True means enabled. False means disabled. Typical value = true.
constantPowerFactorExcitationKind ConstantPowerFactorSettings string Under or over excited (CONST_PF_EXCITATION). Typical value =ConstantPowerFactorSettingKind.inj.
powerFactor ConstantPowerFactorSettings double Power factor setting (CONST_PF). Typical value = 1.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ConstantReactivePowerSettings

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ConstantReactivePowerSettings> rdf:type rdfs:Class ;
	rdfs:label "ConstantReactivePowerSettings"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<ConstantReactivePowerSettings.reactivePower> rdf:type rdfs:Property ;
	rdfs:label "reactivePower"@en ;
	rdfs:domain <ConstantReactivePowerSettings> ;
	rdfs:range xsd:double .
<ConstantReactivePowerSettings.enabled> rdf:type rdfs:Property ;
	rdfs:label "enabled"@en ;
	rdfs:domain <ConstantReactivePowerSettings> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantReactivePowerSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantReactivePowerSettings> <http://www.w3.org/2000/01/rdf-schema#label> "ConstantReactivePowerSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantReactivePowerSettings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantReactivePowerSettings.reactivePower> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantReactivePowerSettings.reactivePower> <http://www.w3.org/2000/01/rdf-schema#label> "reactivePower"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantReactivePowerSettings.reactivePower> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantReactivePowerSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantReactivePowerSettings.reactivePower> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantReactivePowerSettings.enabled> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantReactivePowerSettings.enabled> <http://www.w3.org/2000/01/rdf-schema#label> "enabled"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantReactivePowerSettings.enabled> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantReactivePowerSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantReactivePowerSettings.enabled> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: IdentifiedObject

Constant Reactive Power Settings.

Reference: IEEE1547-2018.

Property Domain Range Comment
reactivePower ConstantReactivePowerSettings double Injecting reactive power setting (CONST_Q). Per unit value based on NP_Q_MAX_INJ. Negative signs should not be used but if present, indicates absorbing VAr based on NP_Q_MAX_ABS. Typical value = 0.
enabled ConstantReactivePowerSettings boolean Constant reactive power mode select (CONST_Q_MODE_ENABLE). True means enabled. False means disabled. Typical value = false.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

CrossCompoundTurbineGovernorDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<CrossCompoundTurbineGovernorDynamics> rdf:type rdfs:Class ;
	rdfs:label "CrossCompoundTurbineGovernorDynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamics> rdf:type rdfs:Property ;
	rdfs:label "HighPressureSynchronousMachineDynamics"@en ;
	rdfs:domain <CrossCompoundTurbineGovernorDynamics> ;
	rdfs:range <SynchronousMachineDynamics> .
<CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamics> rdf:type rdfs:Property ;
	rdfs:label "LowPressureSynchronousMachineDynamics"@en ;
	rdfs:domain <CrossCompoundTurbineGovernorDynamics> ;
	rdfs:range <SynchronousMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CrossCompoundTurbineGovernorDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CrossCompoundTurbineGovernorDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "CrossCompoundTurbineGovernorDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CrossCompoundTurbineGovernorDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "HighPressureSynchronousMachineDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CrossCompoundTurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CrossCompoundTurbineGovernorDynamics.HighPressureSynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "LowPressureSynchronousMachineDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CrossCompoundTurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CrossCompoundTurbineGovernorDynamics.LowPressureSynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDynamics> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Turbine-governor cross-compound function block whose behaviour is described by reference to a standard model or by definition of a user-defined model. In case the model operates with one synchronous machine, all associations to SynchronousMachineDynamics shall point to the same synchronous machine.

Property Domain Range Comment
HighPressureSynchronousMachineDynamics CrossCompoundTurbineGovernorDynamics SynchronousMachineDynamics High-pressure synchronous machine with which this cross-compound turbine governor is associated.
LowPressureSynchronousMachineDynamics CrossCompoundTurbineGovernorDynamics SynchronousMachineDynamics Low-pressure synchronous machine with which this cross-compound turbine governor is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

CsConverter

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<CsConverter> rdf:type rdfs:Class ;
	rdfs:label "CsConverter"@en ;
	rdfs:subClassOf <ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> <http://www.w3.org/2000/01/rdf-schema#label> "CsConverter"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .

Sub-Class Of: ACDCConverter » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

DC side of the current source converter (CSC). The firing angle controls the dc voltage at the converter, both for rectifier and inverter. The difference between the dc voltages of the rectifier and inverter determines the dc current. The extinction angle is used to limit the dc voltage at the inverter, if needed, and is not used in active power control. The firing angle, transformer tap position and number of connected filters are the primary means to control a current source dc line. Higher level controls are built on top, e.g. dc voltage, dc current and active power. From a steady state perspective it is sufficient to specify the wanted active power transfer (ACDCConverter.targetPpcc) and the control functions will set the dc voltage, dc current, firing angle, transformer tap position and number of connected filters to meet this. Therefore attributes targetAlpha and targetGamma are not applicable in this case. The reactive power consumed by the converter is a function of the firing angle, transformer tap position and number of connected filter, which can be approximated with half of the active power. The losses is a function of the dc voltage and dc current. The attributes minAlpha and maxAlpha define the range of firing angles for rectifier operation between which no discrete tap changer action takes place. The range is typically 10-18 degrees. The attributes minGamma and maxGamma define the range of extinction angles for inverter operation between which no discrete tap changer action takes place. The range is typically 17-20 degrees.

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

DCConverterUnit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCConverterUnit> rdf:type rdfs:Class ;
	rdfs:label "DCConverterUnit"@en ;
	rdfs:subClassOf <DCEquipmentContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCConverterUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCConverterUnit> <http://www.w3.org/2000/01/rdf-schema#label> "DCConverterUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCConverterUnit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCEquipmentContainer> .

Sub-Class Of: DCEquipmentContainer » EquipmentContainer » ConnectivityNodeContainer » PowerSystemResource » IdentifiedObject

Indivisible operative unit comprising all equipment between the point of common coupling on the AC side and the point of common coupling – DC side, essentially one or more converters, together with one or more converter transformers, converter control equipment, essential protective and switching devices and auxiliaries, if any, used for conversion.

Property Domain Range Comment
HVDCInterconnectionDynamics DCEquipmentContainer HVDCInterconnectionDynamics HVDC interconnection dynamics model used to describe dynamic behaviour of this HVDC interconnection.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

DCEquipmentContainer

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCEquipmentContainer> rdf:type rdfs:Class ;
	rdfs:label "DCEquipmentContainer"@en ;
	rdfs:subClassOf <EquipmentContainer> .
<DCEquipmentContainer.HVDCInterconnectionDynamics> rdf:type rdfs:Property ;
	rdfs:label "HVDCInterconnectionDynamics"@en ;
	rdfs:domain <DCEquipmentContainer> ;
	rdfs:range <HVDCInterconnectionDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCEquipmentContainer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCEquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#label> "DCEquipmentContainer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCEquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCEquipmentContainer.HVDCInterconnectionDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCEquipmentContainer.HVDCInterconnectionDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "HVDCInterconnectionDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCEquipmentContainer.HVDCInterconnectionDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCEquipmentContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCEquipmentContainer.HVDCInterconnectionDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#HVDCInterconnectionDynamics> .

Sub-Class Of: EquipmentContainer » ConnectivityNodeContainer » PowerSystemResource » IdentifiedObject

A modelling construct to provide a root class for containment of DC as well as AC equipment. The class differ from the EquipmentContaner for AC in that it may also contain DCNode-s. Hence it can contain both AC and DC equipment.

Property Domain Range Comment
HVDCInterconnectionDynamics DCEquipmentContainer HVDCInterconnectionDynamics HVDC interconnection dynamics model used to describe dynamic behaviour of this HVDC interconnection.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

DCLine

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCLine> rdf:type rdfs:Class ;
	rdfs:label "DCLine"@en ;
	rdfs:subClassOf <DCEquipmentContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLine> <http://www.w3.org/2000/01/rdf-schema#label> "DCLine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLine> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCEquipmentContainer> .

Sub-Class Of: DCEquipmentContainer » EquipmentContainer » ConnectivityNodeContainer » PowerSystemResource » IdentifiedObject

Overhead lines and/or cables connecting two or more HVDC substations.

Property Domain Range Comment
HVDCInterconnectionDynamics DCEquipmentContainer HVDCInterconnectionDynamics HVDC interconnection dynamics model used to describe dynamic behaviour of this HVDC interconnection.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

DERDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DERDynamics> rdf:type rdfs:Class ;
	rdfs:label "DERDynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<DERDynamics.AsynchronousMachine> rdf:type rdfs:Property ;
	rdfs:label "AsynchronousMachine"@en ;
	rdfs:domain <DERDynamics> ;
	rdfs:range <AsynchronousMachine> .
<DERDynamics.PowerElectronicsConnection> rdf:type rdfs:Property ;
	rdfs:label "PowerElectronicsConnection"@en ;
	rdfs:domain <DERDynamics> ;
	rdfs:range <PowerElectronicsConnection> .
<DERDynamics.SynchronousMachine> rdf:type rdfs:Property ;
	rdfs:label "SynchronousMachine"@en ;
	rdfs:domain <DERDynamics> ;
	rdfs:range <SynchronousMachine> .
<DERDynamics.RemoteInputSignal> rdf:type rdfs:Property ;
	rdfs:label "RemoteInputSignal"@en ;
	rdfs:domain <DERDynamics> ;
	rdfs:range <RemoteInputSignal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "DERDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics.AsynchronousMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics.AsynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#label> "AsynchronousMachine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics.AsynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics.AsynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics.PowerElectronicsConnection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics.PowerElectronicsConnection> <http://www.w3.org/2000/01/rdf-schema#label> "PowerElectronicsConnection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics.PowerElectronicsConnection> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics.PowerElectronicsConnection> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics.SynchronousMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics.SynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#label> "SynchronousMachine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics.SynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics.SynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics.RemoteInputSignal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics.RemoteInputSignal> <http://www.w3.org/2000/01/rdf-schema#label> "RemoteInputSignal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics.RemoteInputSignal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics.RemoteInputSignal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Parent class supporting relationships to DER dynamics models.

Property Domain Range Comment
AsynchronousMachine DERDynamics AsynchronousMachine Asynchronous machine model with which this DER dynamics model is associated.
PowerElectronicsConnection DERDynamics PowerElectronicsConnection Power electronics connection with which this DER dynamics model is associated.
SynchronousMachine DERDynamics SynchronousMachine Synchronous machine model with which this DER dynamics model is associated.
RemoteInputSignal DERDynamics RemoteInputSignal The remote input signal for this DER dynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

DERIEEEType1

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DERIEEEType1> rdf:type rdfs:Class ;
	rdfs:label "DERIEEEType1"@en ;
	rdfs:subClassOf <DERDynamics> .
<DERIEEEType1.phaseToGroundApplicable> rdf:type rdfs:Property ;
	rdfs:label "phaseToGroundApplicable"@en ;
	rdfs:domain <DERIEEEType1> ;
	rdfs:range xsd:boolean .
<DERIEEEType1.ServiceSettings> rdf:type rdfs:Property ;
	rdfs:label "ServiceSettings"@en ;
	rdfs:domain <DERIEEEType1> ;
	rdfs:range <ServiceSettings> .
<DERIEEEType1.phaseToPhaseApplicable> rdf:type rdfs:Property ;
	rdfs:label "phaseToPhaseApplicable"@en ;
	rdfs:domain <DERIEEEType1> ;
	rdfs:range xsd:boolean .
<DERIEEEType1.PowerLimitSettings> rdf:type rdfs:Property ;
	rdfs:label "PowerLimitSettings"@en ;
	rdfs:domain <DERIEEEType1> ;
	rdfs:range <PowerLimitSettings> .
<DERIEEEType1.DerNameplateData> rdf:type rdfs:Property ;
	rdfs:label "DerNameplateData"@en ;
	rdfs:domain <DERIEEEType1> ;
	rdfs:range <DERNameplateData> .
<DERIEEEType1.VoltVarSettings> rdf:type rdfs:Property ;
	rdfs:label "VoltVarSettings"@en ;
	rdfs:domain <DERIEEEType1> ;
	rdfs:range <VoltVarSettings> .
<DERIEEEType1.VoltWattSettings> rdf:type rdfs:Property ;
	rdfs:label "VoltWattSettings"@en ;
	rdfs:domain <DERIEEEType1> ;
	rdfs:range <VoltWattSettings> .
<DERIEEEType1.MomentaryCessationSettings> rdf:type rdfs:Property ;
	rdfs:label "MomentaryCessationSettings"@en ;
	rdfs:domain <DERIEEEType1> ;
	rdfs:range <MomentaryCessationSettings> .
<DERIEEEType1.VoltageTripSettings> rdf:type rdfs:Property ;
	rdfs:label "VoltageTripSettings"@en ;
	rdfs:domain <DERIEEEType1> ;
	rdfs:range <VoltageTripSettings> .
<DERIEEEType1.WattVarSettings> rdf:type rdfs:Property ;
	rdfs:label "WattVarSettings"@en ;
	rdfs:domain <DERIEEEType1> ;
	rdfs:range <WattVarSettings> .
<DERIEEEType1.ConstantPowerFactorSettings> rdf:type rdfs:Property ;
	rdfs:label "ConstantPowerFactorSettings"@en ;
	rdfs:domain <DERIEEEType1> ;
	rdfs:range <ConstantPowerFactorSettings> .
<DERIEEEType1.ConstantReactivePowerSettings> rdf:type rdfs:Property ;
	rdfs:label "ConstantReactivePowerSettings"@en ;
	rdfs:domain <DERIEEEType1> ;
	rdfs:range <ConstantReactivePowerSettings> .
<DERIEEEType1.phaseToNeutralApplicable> rdf:type rdfs:Property ;
	rdfs:label "phaseToNeutralApplicable"@en ;
	rdfs:domain <DERIEEEType1> ;
	rdfs:range xsd:boolean .
<DERIEEEType1.FrequencyTripSettings> rdf:type rdfs:Property ;
	rdfs:label "FrequencyTripSettings"@en ;
	rdfs:domain <DERIEEEType1> ;
	rdfs:range <FrequencyTripSettings> .
<DERIEEEType1.FrequencyDroopSettings> rdf:type rdfs:Property ;
	rdfs:label "FrequencyDroopSettings"@en ;
	rdfs:domain <DERIEEEType1> ;
	rdfs:range <FrequencyDroopSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1> <http://www.w3.org/2000/01/rdf-schema#label> "DERIEEEType1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.phaseToGroundApplicable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.phaseToGroundApplicable> <http://www.w3.org/2000/01/rdf-schema#label> "phaseToGroundApplicable"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.phaseToGroundApplicable> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.phaseToGroundApplicable> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.ServiceSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.ServiceSettings> <http://www.w3.org/2000/01/rdf-schema#label> "ServiceSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.ServiceSettings> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.ServiceSettings> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.phaseToPhaseApplicable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.phaseToPhaseApplicable> <http://www.w3.org/2000/01/rdf-schema#label> "phaseToPhaseApplicable"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.phaseToPhaseApplicable> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.phaseToPhaseApplicable> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.PowerLimitSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.PowerLimitSettings> <http://www.w3.org/2000/01/rdf-schema#label> "PowerLimitSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.PowerLimitSettings> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.PowerLimitSettings> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerLimitSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.DerNameplateData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.DerNameplateData> <http://www.w3.org/2000/01/rdf-schema#label> "DerNameplateData"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.DerNameplateData> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.DerNameplateData> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.VoltVarSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.VoltVarSettings> <http://www.w3.org/2000/01/rdf-schema#label> "VoltVarSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.VoltVarSettings> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.VoltVarSettings> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.VoltWattSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.VoltWattSettings> <http://www.w3.org/2000/01/rdf-schema#label> "VoltWattSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.VoltWattSettings> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.VoltWattSettings> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.MomentaryCessationSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.MomentaryCessationSettings> <http://www.w3.org/2000/01/rdf-schema#label> "MomentaryCessationSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.MomentaryCessationSettings> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.MomentaryCessationSettings> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.VoltageTripSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.VoltageTripSettings> <http://www.w3.org/2000/01/rdf-schema#label> "VoltageTripSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.VoltageTripSettings> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.VoltageTripSettings> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.WattVarSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.WattVarSettings> <http://www.w3.org/2000/01/rdf-schema#label> "WattVarSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.WattVarSettings> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.WattVarSettings> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.ConstantPowerFactorSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.ConstantPowerFactorSettings> <http://www.w3.org/2000/01/rdf-schema#label> "ConstantPowerFactorSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.ConstantPowerFactorSettings> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.ConstantPowerFactorSettings> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantPowerFactorSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.ConstantReactivePowerSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.ConstantReactivePowerSettings> <http://www.w3.org/2000/01/rdf-schema#label> "ConstantReactivePowerSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.ConstantReactivePowerSettings> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.ConstantReactivePowerSettings> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConstantReactivePowerSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.phaseToNeutralApplicable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.phaseToNeutralApplicable> <http://www.w3.org/2000/01/rdf-schema#label> "phaseToNeutralApplicable"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.phaseToNeutralApplicable> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.phaseToNeutralApplicable> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.FrequencyTripSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.FrequencyTripSettings> <http://www.w3.org/2000/01/rdf-schema#label> "FrequencyTripSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.FrequencyTripSettings> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.FrequencyTripSettings> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.FrequencyDroopSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.FrequencyDroopSettings> <http://www.w3.org/2000/01/rdf-schema#label> "FrequencyDroopSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.FrequencyDroopSettings> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERIEEEType1.FrequencyDroopSettings> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings> .

Sub-Class Of: DERDynamics » DynamicsFunctionBlock » IdentifiedObject

DER model with behavior defined in IEEE 1547-2018. If DERDynamics.RemoteInputSignal is not provided, applicable voltages are measured at the Terminal of the associated PowerElectronicsConnection, SynchronousMachine, or AsynchronousMachine. Otherwise, applicable voltages are measured at RemoteInputSignal.Terminal. The applicable voltages are selected from all phase-to-phase, all phase-to-neutral, and all phase-to-ground voltages at the applicable Terminal, depending on grounding, wiring, and voltage level at the point of common coupling. The determination of grounding must account for the effect of any interconnection transformer, not just the associated PowerElectronicsConnection, SynchronousMachine, or AsynchronousMachine. The VoltageTripSettings use the minimum (for uv) or maximum (for ov) applicable voltage. The VoltVar and VoltWatt settings use the average applicable voltage.

Property Domain Range Comment
phaseToGroundApplicable DERIEEEType1 boolean Indicates whether the DER uses phase-to-ground applicable voltages.
ServiceSettings DERIEEEType1 ServiceSettings Service settings with which this DER IEEE type 1 model is associated.
phaseToPhaseApplicable DERIEEEType1 boolean Indicates whether the DER uses phase-to-phase applicable voltages.
PowerLimitSettings DERIEEEType1 PowerLimitSettings Power limit settings with which this DER IEEE type 1 model is associated.
DerNameplateData DERIEEEType1 DERNameplateData DER nameplate data with which this DER IEEE type 1 model is associated.
VoltVarSettings DERIEEEType1 VoltVarSettings Volt var settings with which this DER IEEE type 1 model is associated.
VoltWattSettings DERIEEEType1 VoltWattSettings Volt watt settings with which this DER IEEE type 1 model is associated.
MomentaryCessationSettings DERIEEEType1 MomentaryCessationSettings Momentary cessation settings with which this DER IEEE type 1 model is associated.
VoltageTripSettings DERIEEEType1 VoltageTripSettings Voltage trip settings with which this DER IEEE type 1 model is associated.
WattVarSettings DERIEEEType1 WattVarSettings Watt var settings with which this DER IEEE type 1 model is associated.
ConstantPowerFactorSettings DERIEEEType1 ConstantPowerFactorSettings Constant power factor settings with which this DER IEEE type 1 model is associated.
ConstantReactivePowerSettings DERIEEEType1 ConstantReactivePowerSettings Constant reactive power settings with which this DER IEEE type 1 model is associated.
phaseToNeutralApplicable DERIEEEType1 boolean Indicates whether the DER uses phase-to-neutral applicable voltages.
FrequencyTripSettings DERIEEEType1 FrequencyTripSettings Frequency trip settings with which this DER IEEE type 1 model is associated.
FrequencyDroopSettings DERIEEEType1 FrequencyDroopSettings Frequency droop dettings with which this DER IEEE type 1 model is associated.
AsynchronousMachine DERDynamics AsynchronousMachine Asynchronous machine model with which this DER dynamics model is associated.
PowerElectronicsConnection DERDynamics PowerElectronicsConnection Power electronics connection with which this DER dynamics model is associated.
SynchronousMachine DERDynamics SynchronousMachine Synchronous machine model with which this DER dynamics model is associated.
RemoteInputSignal DERDynamics RemoteInputSignal The remote input signal for this DER dynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

DERNameplateData

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DERNameplateData> rdf:type rdfs:Class ;
	rdfs:label "DERNameplateData"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<DERNameplateData.supportsConstQmode> rdf:type rdfs:Property ;
	rdfs:label "supportsConstQmode"@en ;
	rdfs:domain <DERNameplateData> ;
	rdfs:range xsd:boolean .
<DERNameplateData.model> rdf:type rdfs:Property ;
	rdfs:label "model"@en ;
	rdfs:domain <DERNameplateData> ;
	rdfs:range xsd:string .
<DERNameplateData.acVmax> rdf:type rdfs:Property ;
	rdfs:label "acVmax"@en ;
	rdfs:domain <DERNameplateData> ;
	rdfs:range xsd:double .
<DERNameplateData.acVmin> rdf:type rdfs:Property ;
	rdfs:label "acVmin"@en ;
	rdfs:domain <DERNameplateData> ;
	rdfs:range xsd:double .
<DERNameplateData.supportsPVmode> rdf:type rdfs:Property ;
	rdfs:label "supportsPVmode"@en ;
	rdfs:domain <DERNameplateData> ;
	rdfs:range xsd:boolean .
<DERNameplateData.fwVer> rdf:type rdfs:Property ;
	rdfs:label "fwVer"@en ;
	rdfs:domain <DERNameplateData> ;
	rdfs:range xsd:string .
<DERNameplateData.serialNum> rdf:type rdfs:Property ;
	rdfs:label "serialNum"@en ;
	rdfs:domain <DERNameplateData> ;
	rdfs:range xsd:string .
<DERNameplateData.supportsConstPFmode> rdf:type rdfs:Property ;
	rdfs:label "supportsConstPFmode"@en ;
	rdfs:domain <DERNameplateData> ;
	rdfs:range xsd:boolean .
<DERNameplateData.abnormalOPcatKind> rdf:type rdfs:Property ;
	rdfs:label "abnormalOPcatKind"@en ;
	rdfs:domain <DERNameplateData> ;
	rdfs:range xsd:string .
<DERNameplateData.normalOPcatKind> rdf:type rdfs:Property ;
	rdfs:label "normalOPcatKind"@en ;
	rdfs:domain <DERNameplateData> ;
	rdfs:range xsd:string .
<DERNameplateData.supportsQVmode> rdf:type rdfs:Property ;
	rdfs:label "supportsQVmode"@en ;
	rdfs:domain <DERNameplateData> ;
	rdfs:range xsd:boolean .
<DERNameplateData.supportsPFmode> rdf:type rdfs:Property ;
	rdfs:label "supportsPFmode"@en ;
	rdfs:domain <DERNameplateData> ;
	rdfs:range xsd:boolean .
<DERNameplateData.reactiveSusceptance> rdf:type rdfs:Property ;
	rdfs:label "reactiveSusceptance"@en ;
	rdfs:domain <DERNameplateData> ;
	rdfs:range xsd:double .
<DERNameplateData.manufacturer> rdf:type rdfs:Property ;
	rdfs:label "manufacturer"@en ;
	rdfs:domain <DERNameplateData> ;
	rdfs:range xsd:string .
<DERNameplateData.supportsQPmode> rdf:type rdfs:Property ;
	rdfs:label "supportsQPmode"@en ;
	rdfs:domain <DERNameplateData> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData> <http://www.w3.org/2000/01/rdf-schema#label> "DERNameplateData"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsConstQmode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsConstQmode> <http://www.w3.org/2000/01/rdf-schema#label> "supportsConstQmode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsConstQmode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsConstQmode> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.model> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.model> <http://www.w3.org/2000/01/rdf-schema#label> "model"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.model> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.model> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.acVmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.acVmax> <http://www.w3.org/2000/01/rdf-schema#label> "acVmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.acVmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.acVmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.acVmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.acVmin> <http://www.w3.org/2000/01/rdf-schema#label> "acVmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.acVmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.acVmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsPVmode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsPVmode> <http://www.w3.org/2000/01/rdf-schema#label> "supportsPVmode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsPVmode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsPVmode> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.fwVer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.fwVer> <http://www.w3.org/2000/01/rdf-schema#label> "fwVer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.fwVer> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.fwVer> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.serialNum> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.serialNum> <http://www.w3.org/2000/01/rdf-schema#label> "serialNum"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.serialNum> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.serialNum> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsConstPFmode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsConstPFmode> <http://www.w3.org/2000/01/rdf-schema#label> "supportsConstPFmode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsConstPFmode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsConstPFmode> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.abnormalOPcatKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.abnormalOPcatKind> <http://www.w3.org/2000/01/rdf-schema#label> "abnormalOPcatKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.abnormalOPcatKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.abnormalOPcatKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.normalOPcatKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.normalOPcatKind> <http://www.w3.org/2000/01/rdf-schema#label> "normalOPcatKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.normalOPcatKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.normalOPcatKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsQVmode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsQVmode> <http://www.w3.org/2000/01/rdf-schema#label> "supportsQVmode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsQVmode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsQVmode> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsPFmode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsPFmode> <http://www.w3.org/2000/01/rdf-schema#label> "supportsPFmode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsPFmode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsPFmode> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.reactiveSusceptance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.reactiveSusceptance> <http://www.w3.org/2000/01/rdf-schema#label> "reactiveSusceptance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.reactiveSusceptance> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.reactiveSusceptance> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.manufacturer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.manufacturer> <http://www.w3.org/2000/01/rdf-schema#label> "manufacturer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.manufacturer> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.manufacturer> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsQPmode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsQPmode> <http://www.w3.org/2000/01/rdf-schema#label> "supportsQPmode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsQPmode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData.supportsQPmode> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: IdentifiedObject

DER nameplate data.

Reference: IEEE1547-2018.

Property Domain Range Comment
supportsConstQmode DERNameplateData boolean If true mode CONST_Q according to IEEE 1547-2018 is supported.
model DERNameplateData string Model (NP_MODEL).
acVmax DERNameplateData double AC voltage rating in RMS Volts (NP_AC_V_MAX).
acVmin DERNameplateData double AC voltage rating in RMS Volts (NP_AC_V_MIN).
supportsPVmode DERNameplateData boolean If true mode PV according to IEEE 1547-2018 is supported.
fwVer DERNameplateData string FW Version (NP_FW_VER).
serialNum DERNameplateData string Serial number (NP_SERIAL_NUM).
supportsConstPFmode DERNameplateData boolean If true mode CONST_PF according to IEEE 1547-2018 is supported.
abnormalOPcatKind DERNameplateData string Abnormal performance Category (NP_ABNORMAL_OP_CAT).
normalOPcatKind DERNameplateData string Normal performance capability (NP_NORMAL_OP_CAT).
supportsQVmode DERNameplateData boolean If true mode QV according to IEEE 1547-2018 is supported.
supportsPFmode DERNameplateData boolean If true mode PF according to IEEE 1547-2018 is supported.
reactiveSusceptance DERNameplateData double Reactive susceptance that remains connected to the Area EPS in the cease to energize and trip state (NP_REACTIVE_SUSCEPTANCE).
manufacturer DERNameplateData string Manufacturer (NP_MANUFACTURER).
supportsQPmode DERNameplateData boolean If true mode QP according to IEEE 1547-2018 is supported.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

DERNameplateDataApplied

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DERNameplateDataApplied> rdf:type rdfs:Class ;
	rdfs:label "DERNameplateDataApplied"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<DERNameplateDataApplied.pMaxCharge> rdf:type rdfs:Property ;
	rdfs:label "pMaxCharge"@en ;
	rdfs:domain <DERNameplateDataApplied> ;
	rdfs:range xsd:double .
<DERNameplateDataApplied.qMaxAbs> rdf:type rdfs:Property ;
	rdfs:label "qMaxAbs"@en ;
	rdfs:domain <DERNameplateDataApplied> ;
	rdfs:range xsd:double .
<DERNameplateDataApplied.apparentPowerChargeMax> rdf:type rdfs:Property ;
	rdfs:label "apparentPowerChargeMax"@en ;
	rdfs:domain <DERNameplateDataApplied> ;
	rdfs:range xsd:double .
<DERNameplateDataApplied.overPF> rdf:type rdfs:Property ;
	rdfs:label "overPF"@en ;
	rdfs:domain <DERNameplateDataApplied> ;
	rdfs:range xsd:double .
<DERNameplateDataApplied.sMax> rdf:type rdfs:Property ;
	rdfs:label "sMax"@en ;
	rdfs:domain <DERNameplateDataApplied> ;
	rdfs:range xsd:double .
<DERNameplateDataApplied.underPF> rdf:type rdfs:Property ;
	rdfs:label "underPF"@en ;
	rdfs:domain <DERNameplateDataApplied> ;
	rdfs:range xsd:double .
<DERNameplateDataApplied.pMaxOverPF> rdf:type rdfs:Property ;
	rdfs:label "pMaxOverPF"@en ;
	rdfs:domain <DERNameplateDataApplied> ;
	rdfs:range xsd:double .
<DERNameplateDataApplied.pMax> rdf:type rdfs:Property ;
	rdfs:label "pMax"@en ;
	rdfs:domain <DERNameplateDataApplied> ;
	rdfs:range xsd:double .
<DERNameplateDataApplied.DERNameplateData> rdf:type rdfs:Property ;
	rdfs:label "DERNameplateData"@en ;
	rdfs:domain <DERNameplateDataApplied> ;
	rdfs:range <DERNameplateData> .
<DERNameplateDataApplied.qMaxInj> rdf:type rdfs:Property ;
	rdfs:label "qMaxInj"@en ;
	rdfs:domain <DERNameplateDataApplied> ;
	rdfs:range xsd:double .
<DERNameplateDataApplied.acVnom> rdf:type rdfs:Property ;
	rdfs:label "acVnom"@en ;
	rdfs:domain <DERNameplateDataApplied> ;
	rdfs:range xsd:double .
<DERNameplateDataApplied.pMaxUnderPF> rdf:type rdfs:Property ;
	rdfs:label "pMaxUnderPF"@en ;
	rdfs:domain <DERNameplateDataApplied> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied> <http://www.w3.org/2000/01/rdf-schema#label> "DERNameplateDataApplied"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.pMaxCharge> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.pMaxCharge> <http://www.w3.org/2000/01/rdf-schema#label> "pMaxCharge"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.pMaxCharge> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.pMaxCharge> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.qMaxAbs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.qMaxAbs> <http://www.w3.org/2000/01/rdf-schema#label> "qMaxAbs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.qMaxAbs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.qMaxAbs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.apparentPowerChargeMax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.apparentPowerChargeMax> <http://www.w3.org/2000/01/rdf-schema#label> "apparentPowerChargeMax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.apparentPowerChargeMax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.apparentPowerChargeMax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.overPF> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.overPF> <http://www.w3.org/2000/01/rdf-schema#label> "overPF"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.overPF> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.overPF> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.sMax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.sMax> <http://www.w3.org/2000/01/rdf-schema#label> "sMax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.sMax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.sMax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.underPF> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.underPF> <http://www.w3.org/2000/01/rdf-schema#label> "underPF"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.underPF> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.underPF> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.pMaxOverPF> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.pMaxOverPF> <http://www.w3.org/2000/01/rdf-schema#label> "pMaxOverPF"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.pMaxOverPF> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.pMaxOverPF> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.pMax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.pMax> <http://www.w3.org/2000/01/rdf-schema#label> "pMax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.pMax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.pMax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.DERNameplateData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.DERNameplateData> <http://www.w3.org/2000/01/rdf-schema#label> "DERNameplateData"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.DERNameplateData> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.DERNameplateData> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.qMaxInj> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.qMaxInj> <http://www.w3.org/2000/01/rdf-schema#label> "qMaxInj"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.qMaxInj> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.qMaxInj> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.acVnom> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.acVnom> <http://www.w3.org/2000/01/rdf-schema#label> "acVnom"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.acVnom> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.acVnom> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.pMaxUnderPF> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.pMaxUnderPF> <http://www.w3.org/2000/01/rdf-schema#label> "pMaxUnderPF"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.pMaxUnderPF> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DERNameplateDataApplied.pMaxUnderPF> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Capability related settings that may be changed (applied) at the time of commissioning or testing the DER. Settings in DERNameplateData are specified by the utility before commissioning, and usually not changed. Reference: IEEE 1547-2018 and IEEE 1547.1-2020.

Property Domain Range Comment
pMaxCharge DERNameplateDataApplied double Maximum active power charge rating in kilowatts (NP_P_MAX_CHARGE).
qMaxAbs DERNameplateDataApplied double Maximum absorbed reactive power rating in kilovolt-amperes reactive (NP_Q_MAX_ABS).
apparentPowerChargeMax DERNameplateDataApplied double Maximum apparent power charge rating in kilo Volt Amperes. May differ from the apparent power maximum rating. (NP_APPARENT_POWER_CHARGE_MAX).
overPF DERNameplateDataApplied double Over-excited power factor (NP_OVER_PF).
sMax DERNameplateDataApplied double Maximum apparent power rating in kilovolt-amperes (NP_VA_MAX).
underPF DERNameplateDataApplied double Under-excited power factor (NP_UNDER_PF).
pMaxOverPF DERNameplateDataApplied double Active power rating in kilowatts at specified over-excited power factor (NP_P_MAX_OVER_PF).
pMax DERNameplateDataApplied double Active power rating in kilowatts at unity power factor (NP_P_MAX).
DERNameplateData DERNameplateDataApplied DERNameplateData The DER nameplate data to which this DER data is applied.
qMaxInj DERNameplateDataApplied double Maximum injected reactive power rating in kilovolt-amperes reactive (NP_Q_MAX_INJ).
acVnom DERNameplateDataApplied double Voltage Base Nominal AC voltage rating in RMS Vac (NP_AC_V_NOM).
pMaxUnderPF DERNameplateDataApplied double Active power rating in kilowatts at specified under-excited power factor (NP_P_MAX_UNDER_PF).
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

DiscExcContIEEEDEC1A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DiscExcContIEEEDEC1A> rdf:type rdfs:Class ;
	rdfs:label "DiscExcContIEEEDEC1A"@en ;
	rdfs:subClassOf <DiscontinuousExcitationControlDynamics> .
<DiscExcContIEEEDEC1A.kan> rdf:type rdfs:Property ;
	rdfs:label "kan"@en ;
	rdfs:domain <DiscExcContIEEEDEC1A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC1A.vtc> rdf:type rdfs:Property ;
	rdfs:label "vtc"@en ;
	rdfs:domain <DiscExcContIEEEDEC1A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC1A.tl2> rdf:type rdfs:Property ;
	rdfs:label "tl2"@en ;
	rdfs:domain <DiscExcContIEEEDEC1A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC1A.tan> rdf:type rdfs:Property ;
	rdfs:label "tan"@en ;
	rdfs:domain <DiscExcContIEEEDEC1A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC1A.vomax> rdf:type rdfs:Property ;
	rdfs:label "vomax"@en ;
	rdfs:domain <DiscExcContIEEEDEC1A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC1A.val> rdf:type rdfs:Property ;
	rdfs:label "val"@en ;
	rdfs:domain <DiscExcContIEEEDEC1A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC1A.vomin> rdf:type rdfs:Property ;
	rdfs:label "vomin"@en ;
	rdfs:domain <DiscExcContIEEEDEC1A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC1A.ketl> rdf:type rdfs:Property ;
	rdfs:label "ketl"@en ;
	rdfs:domain <DiscExcContIEEEDEC1A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC1A.tw5> rdf:type rdfs:Property ;
	rdfs:label "tw5"@en ;
	rdfs:domain <DiscExcContIEEEDEC1A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC1A.tl1> rdf:type rdfs:Property ;
	rdfs:label "tl1"@en ;
	rdfs:domain <DiscExcContIEEEDEC1A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC1A.vtlmt> rdf:type rdfs:Property ;
	rdfs:label "vtlmt"@en ;
	rdfs:domain <DiscExcContIEEEDEC1A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC1A.vtn> rdf:type rdfs:Property ;
	rdfs:label "vtn"@en ;
	rdfs:domain <DiscExcContIEEEDEC1A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC1A.vtm> rdf:type rdfs:Property ;
	rdfs:label "vtm"@en ;
	rdfs:domain <DiscExcContIEEEDEC1A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC1A.vanmax> rdf:type rdfs:Property ;
	rdfs:label "vanmax"@en ;
	rdfs:domain <DiscExcContIEEEDEC1A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC1A.vsmax> rdf:type rdfs:Property ;
	rdfs:label "vsmax"@en ;
	rdfs:domain <DiscExcContIEEEDEC1A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC1A.esc> rdf:type rdfs:Property ;
	rdfs:label "esc"@en ;
	rdfs:domain <DiscExcContIEEEDEC1A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC1A.vsmin> rdf:type rdfs:Property ;
	rdfs:label "vsmin"@en ;
	rdfs:domain <DiscExcContIEEEDEC1A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC1A.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <DiscExcContIEEEDEC1A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A> <http://www.w3.org/2000/01/rdf-schema#label> "DiscExcContIEEEDEC1A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.kan> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.kan> <http://www.w3.org/2000/01/rdf-schema#label> "kan"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.kan> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.kan> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vtc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vtc> <http://www.w3.org/2000/01/rdf-schema#label> "vtc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vtc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vtc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.tl2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.tl2> <http://www.w3.org/2000/01/rdf-schema#label> "tl2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.tl2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.tl2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.tan> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.tan> <http://www.w3.org/2000/01/rdf-schema#label> "tan"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.tan> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.tan> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vomax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vomax> <http://www.w3.org/2000/01/rdf-schema#label> "vomax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vomax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vomax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.val> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.val> <http://www.w3.org/2000/01/rdf-schema#label> "val"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.val> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.val> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vomin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vomin> <http://www.w3.org/2000/01/rdf-schema#label> "vomin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vomin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vomin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.ketl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.ketl> <http://www.w3.org/2000/01/rdf-schema#label> "ketl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.ketl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.ketl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.tw5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.tw5> <http://www.w3.org/2000/01/rdf-schema#label> "tw5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.tw5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.tw5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.tl1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.tl1> <http://www.w3.org/2000/01/rdf-schema#label> "tl1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.tl1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.tl1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vtlmt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vtlmt> <http://www.w3.org/2000/01/rdf-schema#label> "vtlmt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vtlmt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vtlmt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vtn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vtn> <http://www.w3.org/2000/01/rdf-schema#label> "vtn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vtn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vtn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vtm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vtm> <http://www.w3.org/2000/01/rdf-schema#label> "vtm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vtm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vtm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vanmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vanmax> <http://www.w3.org/2000/01/rdf-schema#label> "vanmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vanmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vanmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vsmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vsmax> <http://www.w3.org/2000/01/rdf-schema#label> "vsmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vsmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vsmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.esc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.esc> <http://www.w3.org/2000/01/rdf-schema#label> "esc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.esc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.esc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vsmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vsmin> <http://www.w3.org/2000/01/rdf-schema#label> "vsmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vsmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.vsmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC1A.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: DiscontinuousExcitationControlDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE type DEC1A discontinuous excitation control model that boosts generator excitation to a level higher than that demanded by the voltage regulator and stabilizer immediately following a system fault. Reference: IEEE 421.5-2005, 12.2 and IEEE 421.5-2016, 14.2.

Property Domain Range Comment
kan DiscExcContIEEEDEC1A double Discontinuous controller gain (KAN). Typical value = 400.
vtc DiscExcContIEEEDEC1A double Terminal voltage level reference (VTC). Typical value = 0,95.
tl2 DiscExcContIEEEDEC1A double Time constant (TL2) (>= 0). Typical value = 1,25.
tan DiscExcContIEEEDEC1A double Discontinuous controller time constant (TAN) (>= 0). Typical value = 0,08.
vomax DiscExcContIEEEDEC1A double Limiter (VOMAX) (> DiscExcContIEEEDEC1A.vomin). Typical value = 0,3.
val DiscExcContIEEEDEC1A double Regulator voltage reference (VAL). Typical value = 5,5.
vomin DiscExcContIEEEDEC1A double Limiter (VOMIN) (< DiscExcContIEEEDEC1A.vomax). Typical value = 0,1.
ketl DiscExcContIEEEDEC1A double Terminal voltage limiter gain (KETL). Typical value = 47.
tw5 DiscExcContIEEEDEC1A double DEC washout time constant (TW5) (>= 0). Typical value = 5.
tl1 DiscExcContIEEEDEC1A double Time constant (TL1) (>= 0). Typical value = 0,025.
vtlmt DiscExcContIEEEDEC1A double Voltage reference (VTLMT). Typical value = 1,1.
vtn DiscExcContIEEEDEC1A double Voltage limits (VTN). Typical value = 1,12.
vtm DiscExcContIEEEDEC1A double Voltage limits (VTM). Typical value = 1,13.
vanmax DiscExcContIEEEDEC1A double Limiter for Van (VANMAX).
vsmax DiscExcContIEEEDEC1A double Limiter (VSMAX)(> DiscExcContIEEEDEC1A.vsmin). Typical value = 0,2.
esc DiscExcContIEEEDEC1A double Speed change reference (ESC). Typical value = 0,0015.
vsmin DiscExcContIEEEDEC1A double Limiter (VSMIN) (< DiscExcContIEEEDEC1A.vsmax). Typical value = -0,066.
td DiscExcContIEEEDEC1A double Time constant (TD) (>= 0). Typical value = 0,03.
ExcitationSystemDynamics DiscontinuousExcitationControlDynamics ExcitationSystemDynamics Excitation system model with which this discontinuous excitation control model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

DiscExcContIEEEDEC2A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DiscExcContIEEEDEC2A> rdf:type rdfs:Class ;
	rdfs:label "DiscExcContIEEEDEC2A"@en ;
	rdfs:subClassOf <DiscontinuousExcitationControlDynamics> .
<DiscExcContIEEEDEC2A.td1> rdf:type rdfs:Property ;
	rdfs:label "td1"@en ;
	rdfs:domain <DiscExcContIEEEDEC2A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC2A.vdmax> rdf:type rdfs:Property ;
	rdfs:label "vdmax"@en ;
	rdfs:domain <DiscExcContIEEEDEC2A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC2A.sw1> rdf:type rdfs:Property ;
	rdfs:label "sw1"@en ;
	rdfs:domain <DiscExcContIEEEDEC2A> ;
	rdfs:range xsd:boolean .
<DiscExcContIEEEDEC2A.vk> rdf:type rdfs:Property ;
	rdfs:label "vk"@en ;
	rdfs:domain <DiscExcContIEEEDEC2A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC2A.td2> rdf:type rdfs:Property ;
	rdfs:label "td2"@en ;
	rdfs:domain <DiscExcContIEEEDEC2A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC2A.vdmin> rdf:type rdfs:Property ;
	rdfs:label "vdmin"@en ;
	rdfs:domain <DiscExcContIEEEDEC2A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A> <http://www.w3.org/2000/01/rdf-schema#label> "DiscExcContIEEEDEC2A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.td1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.td1> <http://www.w3.org/2000/01/rdf-schema#label> "td1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.td1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.td1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.vdmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.vdmax> <http://www.w3.org/2000/01/rdf-schema#label> "vdmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.vdmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.vdmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.sw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.sw1> <http://www.w3.org/2000/01/rdf-schema#label> "sw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.sw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.sw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.vk> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.vk> <http://www.w3.org/2000/01/rdf-schema#label> "vk"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.vk> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.vk> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.td2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.td2> <http://www.w3.org/2000/01/rdf-schema#label> "td2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.td2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.td2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.vdmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.vdmin> <http://www.w3.org/2000/01/rdf-schema#label> "vdmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.vdmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC2A.vdmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: DiscontinuousExcitationControlDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE type DEC2A model for discontinuous excitation control. This system provides transient excitation boosting via an open-loop control as initiated by a trigger signal generated remotely. Reference: IEEE 421.5-2005, 12.3 and IEEE 421.5-2016, 14.3.

Property Domain Range Comment
td1 DiscExcContIEEEDEC2A double Discontinuous controller time constant (TD1) (>= 0).
vdmax DiscExcContIEEEDEC2A double Limiter (VDMAX) (> DiscExcContIEEEDEC2A.vdmin).
sw1 DiscExcContIEEEDEC2A boolean Indicates the use of user-defined step signal to boost excitation (SW1). True signal Vk is used. False zero is applied.
vk DiscExcContIEEEDEC2A double Discontinuous controller input reference (VK).
td2 DiscExcContIEEEDEC2A double Discontinuous controller washout time constant (TD2) (>= 0).
vdmin DiscExcContIEEEDEC2A double Limiter (VDMIN) (< DiscExcContIEEEDEC2A.vdmax).
ExcitationSystemDynamics DiscontinuousExcitationControlDynamics ExcitationSystemDynamics Excitation system model with which this discontinuous excitation control model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

DiscExcContIEEEDEC3A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DiscExcContIEEEDEC3A> rdf:type rdfs:Class ;
	rdfs:label "DiscExcContIEEEDEC3A"@en ;
	rdfs:subClassOf <DiscontinuousExcitationControlDynamics> .
<DiscExcContIEEEDEC3A.vtmin> rdf:type rdfs:Property ;
	rdfs:label "vtmin"@en ;
	rdfs:domain <DiscExcContIEEEDEC3A> ;
	rdfs:range xsd:double .
<DiscExcContIEEEDEC3A.tdr> rdf:type rdfs:Property ;
	rdfs:label "tdr"@en ;
	rdfs:domain <DiscExcContIEEEDEC3A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC3A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC3A> <http://www.w3.org/2000/01/rdf-schema#label> "DiscExcContIEEEDEC3A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC3A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC3A.vtmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC3A.vtmin> <http://www.w3.org/2000/01/rdf-schema#label> "vtmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC3A.vtmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC3A.vtmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC3A.tdr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC3A.tdr> <http://www.w3.org/2000/01/rdf-schema#label> "tdr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC3A.tdr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscExcContIEEEDEC3A.tdr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: DiscontinuousExcitationControlDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE type DEC3A model. In some systems, the stabilizer output is disconnected from the regulator immediately following a severe fault to prevent the stabilizer from competing with action of voltage regulator during the first swing. Reference: IEEE 421.5-2005, 12.4 and IEEE 421.5-2016, 14.4.

Property Domain Range Comment
vtmin DiscExcContIEEEDEC3A double Terminal undervoltage comparison level (VTMIN).
tdr DiscExcContIEEEDEC3A double Reset time delay (TDR) (>= 0).
ExcitationSystemDynamics DiscontinuousExcitationControlDynamics ExcitationSystemDynamics Excitation system model with which this discontinuous excitation control model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

DiscontinuousExcitationControlDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DiscontinuousExcitationControlDynamics> rdf:type rdfs:Class ;
	rdfs:label "DiscontinuousExcitationControlDynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics> rdf:type rdfs:Property ;
	rdfs:label "ExcitationSystemDynamics"@en ;
	rdfs:domain <DiscontinuousExcitationControlDynamics> ;
	rdfs:range <ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "DiscontinuousExcitationControlDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "ExcitationSystemDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlDynamics.ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Discontinuous excitation control function block whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
ExcitationSystemDynamics DiscontinuousExcitationControlDynamics ExcitationSystemDynamics Excitation system model with which this discontinuous excitation control model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

DiscontinuousExcitationControlUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DiscontinuousExcitationControlUserDefined> rdf:type rdfs:Class ;
	rdfs:label "DiscontinuousExcitationControlUserDefined"@en ;
	rdfs:subClassOf <DiscontinuousExcitationControlDynamics> .
<DiscontinuousExcitationControlUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <DiscontinuousExcitationControlUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "DiscontinuousExcitationControlUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: DiscontinuousExcitationControlDynamics » DynamicsFunctionBlock » IdentifiedObject

Discontinuous excitation control function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary DiscontinuousExcitationControlUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
ExcitationSystemDynamics DiscontinuousExcitationControlDynamics ExcitationSystemDynamics Excitation system model with which this discontinuous excitation control model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

DynamicsFunctionBlock

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DynamicsFunctionBlock> rdf:type rdfs:Class ;
	rdfs:label "DynamicsFunctionBlock"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<DynamicsFunctionBlock.enabled> rdf:type rdfs:Property ;
	rdfs:label "enabled"@en ;
	rdfs:domain <DynamicsFunctionBlock> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> <http://www.w3.org/2000/01/rdf-schema#label> "DynamicsFunctionBlock"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock.enabled> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock.enabled> <http://www.w3.org/2000/01/rdf-schema#label> "enabled"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock.enabled> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock.enabled> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: IdentifiedObject

Abstract parent class for all Dynamics function blocks.

Property Domain Range Comment
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

EnergyConnection

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EnergyConnection> rdf:type rdfs:Class ;
	rdfs:label "EnergyConnection"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> <http://www.w3.org/2000/01/rdf-schema#label> "EnergyConnection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A connection of energy generation or consumption on the power system model.

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

EnergyConsumer

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EnergyConsumer> rdf:type rdfs:Class ;
	rdfs:label "EnergyConsumer"@en ;
	rdfs:subClassOf <EnergyConnection> .
<EnergyConsumer.LoadDynamics> rdf:type rdfs:Property ;
	rdfs:label "LoadDynamics"@en ;
	rdfs:domain <EnergyConsumer> ;
	rdfs:range <LoadDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> <http://www.w3.org/2000/01/rdf-schema#label> "EnergyConsumer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.LoadDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.LoadDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "LoadDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.LoadDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.LoadDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadDynamics> .

Sub-Class Of: EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

Generic user of energy - a point of consumption on the power system model. EnergyConsumer.pfixed, .qfixed, .pfixedPct and .qfixedPct have meaning only if there is no LoadResponseCharacteristic associated with EnergyConsumer or if LoadResponseCharacteristic.exponentModel is set to False.

Property Domain Range Comment
LoadDynamics EnergyConsumer LoadDynamics Load dynamics model used to describe dynamic behaviour of this energy consumer.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

Equipment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Equipment> rdf:type rdfs:Class ;
	rdfs:label "Equipment"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> <http://www.w3.org/2000/01/rdf-schema#label> "Equipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

The parts of a power system that are physical devices, electronic or mechanical.

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

EquipmentContainer

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EquipmentContainer> rdf:type rdfs:Class ;
	rdfs:label "EquipmentContainer"@en ;
	rdfs:subClassOf <ConnectivityNodeContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentContainer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#label> "EquipmentContainer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNodeContainer> .

Sub-Class Of: ConnectivityNodeContainer » PowerSystemResource » IdentifiedObject

A modelling construct to provide a root class for containing equipment.

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcAC1A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcAC1A> rdf:type rdfs:Class ;
	rdfs:label "ExcAC1A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcAC1A.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:double .
<ExcAC1A.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:double .
<ExcAC1A.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:double .
<ExcAC1A.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:double .
<ExcAC1A.kf1> rdf:type rdfs:Property ;
	rdfs:label "kf1"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:double .
<ExcAC1A.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:double .
<ExcAC1A.hvlvgates> rdf:type rdfs:Property ;
	rdfs:label "hvlvgates"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:boolean .
<ExcAC1A.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:double .
<ExcAC1A.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:double .
<ExcAC1A.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:double .
<ExcAC1A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:double .
<ExcAC1A.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:double .
<ExcAC1A.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:double .
<ExcAC1A.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:double .
<ExcAC1A.kf2> rdf:type rdfs:Property ;
	rdfs:label "kf2"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:double .
<ExcAC1A.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:double .
<ExcAC1A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:double .
<ExcAC1A.ks> rdf:type rdfs:Property ;
	rdfs:label "ks"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:double .
<ExcAC1A.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:double .
<ExcAC1A.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:double .
<ExcAC1A.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:double .
<ExcAC1A.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcAC1A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcAC1A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.kf1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.kf1> <http://www.w3.org/2000/01/rdf-schema#label> "kf1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.kf1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.kf1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.hvlvgates> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.hvlvgates> <http://www.w3.org/2000/01/rdf-schema#label> "hvlvgates"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.hvlvgates> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.hvlvgates> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.kf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.kf2> <http://www.w3.org/2000/01/rdf-schema#label> "kf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.kf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.kf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ks> <http://www.w3.org/2000/01/rdf-schema#label> "ks"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ks> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ks> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC1A.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified IEEE AC1A alternator-supplied rectifier excitation system with different rate feedback source.

Property Domain Range Comment
tf ExcAC1A double Excitation control system stabilizer time constant (Tf) (> 0). Typical value = 1.
kc ExcAC1A double Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0,2.
ke ExcAC1A double Exciter constant related to self-excited field (Ke). Typical value = 1.
vamax ExcAC1A double Maximum voltage regulator output (Vamax) (> 0). Typical value = 14,5.
kf1 ExcAC1A double Coefficient to allow different usage of the model (Kf1) (>= 0). Typical value = 0.
kd ExcAC1A double Demagnetizing factor, a function of exciter alternator reactances (Kd) (>= 0). Typical value = 0,38.
hvlvgates ExcAC1A boolean Indicates if both HV gate and LV gate are active (HVLVgates). true = gates are used false = gates are not used. Typical value = true.
vamin ExcAC1A double Minimum voltage regulator output (Vamin) (< 0). Typical value = -14,5.
ve2 ExcAC1A double Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve2) (> 0). Typical value = 3,14.
seve2 ExcAC1A double Exciter saturation function value at the corresponding exciter voltage, Ve2, back of commutating reactance (Se[Ve2]) (>= 0). Typical value = 0,03.
vrmax ExcAC1A double Maximum voltage regulator outputs (Vrmax) (> 0). Typical value = 6,03.
tb ExcAC1A double Voltage regulator time constant (Tb) (>= 0). Typical value = 0.
seve1 ExcAC1A double Exciter saturation function value at the corresponding exciter voltage, Ve1, back of commutating reactance (Se[Ve1]) (>= 0). Typical value = 0,1.
ta ExcAC1A double Voltage regulator time constant (Ta) (> 0). Typical value = 0,02.
kf2 ExcAC1A double Coefficient to allow different usage of the model (Kf2) (>= 0). Typical value = 1.
tc ExcAC1A double Voltage regulator time constant (Tc) (>= 0). Typical value = 0.
vrmin ExcAC1A double Minimum voltage regulator outputs (Vrmin) (< 0). Typical value = -5,43.
ks ExcAC1A double Coefficient to allow different usage of the model-speed coefficient (Ks) (>= 0). Typical value = 0.
ve1 ExcAC1A double Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve1) (> 0). Typical value = 4,18.
ka ExcAC1A double Voltage regulator gain (Ka) (> 0). Typical value = 400.
kf ExcAC1A double Excitation control system stabilizer gains (Kf) (>= 0). Typical value = 0,03.
te ExcAC1A double Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 0,8.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcAC2A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcAC2A> rdf:type rdfs:Class ;
	rdfs:label "ExcAC2A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcAC2A.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.vlr> rdf:type rdfs:Property ;
	rdfs:label "vlr"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.lvgate> rdf:type rdfs:Property ;
	rdfs:label "lvgate"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:boolean .
<ExcAC2A.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.kb1> rdf:type rdfs:Property ;
	rdfs:label "kb1"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.kl> rdf:type rdfs:Property ;
	rdfs:label "kl"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.hvgate> rdf:type rdfs:Property ;
	rdfs:label "hvgate"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:boolean .
<ExcAC2A.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.kb> rdf:type rdfs:Property ;
	rdfs:label "kb"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.kl1> rdf:type rdfs:Property ;
	rdfs:label "kl1"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.ks> rdf:type rdfs:Property ;
	rdfs:label "ks"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.kh> rdf:type rdfs:Property ;
	rdfs:label "kh"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.vfemax> rdf:type rdfs:Property ;
	rdfs:label "vfemax"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<ExcAC2A.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcAC2A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcAC2A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vlr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vlr> <http://www.w3.org/2000/01/rdf-schema#label> "vlr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vlr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vlr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.lvgate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.lvgate> <http://www.w3.org/2000/01/rdf-schema#label> "lvgate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.lvgate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.lvgate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kb1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kb1> <http://www.w3.org/2000/01/rdf-schema#label> "kb1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kb1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kb1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kl> <http://www.w3.org/2000/01/rdf-schema#label> "kl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.hvgate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.hvgate> <http://www.w3.org/2000/01/rdf-schema#label> "hvgate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.hvgate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.hvgate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kb> <http://www.w3.org/2000/01/rdf-schema#label> "kb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kl1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kl1> <http://www.w3.org/2000/01/rdf-schema#label> "kl1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kl1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kl1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ks> <http://www.w3.org/2000/01/rdf-schema#label> "ks"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ks> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ks> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kh> <http://www.w3.org/2000/01/rdf-schema#label> "kh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.kh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vfemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vfemax> <http://www.w3.org/2000/01/rdf-schema#label> "vfemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vfemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.vfemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC2A.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified IEEE AC2A alternator-supplied rectifier excitation system with different field current limit.

Property Domain Range Comment
kd ExcAC2A double Demagnetizing factor, a function of exciter alternator reactances (Kd) (>= 0). Typical value = 0,35.
ke ExcAC2A double Exciter constant related to self-excited field (Ke). Typical value = 1.
tb ExcAC2A double Voltage regulator time constant (Tb) (>= 0). Typical value = 0.
vlr ExcAC2A double Maximum exciter field current (Vlr) (> 0). Typical value = 4,4.
ve2 ExcAC2A double Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve2) (> 0). Typical value = 3,3.
lvgate ExcAC2A boolean Indicates if LV gate is active (LVgate). true = gate is used false = gate is not used. Typical value = true.
vamax ExcAC2A double Maximum voltage regulator output (Vamax) (> 0). Typical value = 8.
kc ExcAC2A double Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0,28.
tf ExcAC2A double Excitation control system stabilizer time constant (Tf) (> 0). Typical value = 1.
ka ExcAC2A double Voltage regulator gain (Ka) (> 0). Typical value = 400.
vamin ExcAC2A double Minimum voltage regulator output (Vamin) (< 0). Typical value = -8.
seve1 ExcAC2A double Exciter saturation function value at the corresponding exciter voltage, Ve1, back of commutating reactance (Se[Ve1]) (>= 0). Typical value = 0,037.
kf ExcAC2A double Excitation control system stabilizer gains (Kf) (>= 0). Typical value = 0,03.
vrmax ExcAC2A double Maximum voltage regulator outputs (Vrmax) (> 0). Typical value = 105.
seve2 ExcAC2A double Exciter saturation function value at the corresponding exciter voltage, Ve2, back of commutating reactance (Se[Ve2]) (>= 0). Typical value = 0,012.
kb1 ExcAC2A double Second stage regulator gain (Kb1). It is exciter field current controller gain used as alternative to Kb to represent a variant of the ExcAC2A model. Typical value = 25.
kl ExcAC2A double Exciter field current limiter gain (Kl). Typical value = 10.
ve1 ExcAC2A double Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve1) (> 0). Typical value = 4,4.
vrmin ExcAC2A double Minimum voltage regulator outputs (Vrmin) (< 0). Typical value = -95.
hvgate ExcAC2A boolean Indicates if HV gate is active (HVgate). true = gate is used false = gate is not used. Typical value = true.
te ExcAC2A double Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 0,6.
kb ExcAC2A double Second stage regulator gain (Kb) (> 0). Exciter field current controller gain. Typical value = 25.
kl1 ExcAC2A double Coefficient to allow different usage of the model (Kl1). Typical value = 1.
ks ExcAC2A double Coefficient to allow different usage of the model-speed coefficient (Ks) (>= 0). Typical value = 0.
tc ExcAC2A double Voltage regulator time constant (Tc) (>= 0). Typical value = 0.
kh ExcAC2A double Exciter field current feedback gain (Kh) (>= 0). Typical value = 1.
vfemax ExcAC2A double Exciter field current limit reference (Vfemax) (>= 0). Typical value = 4,4.
ta ExcAC2A double Voltage regulator time constant (Ta) (> 0). Typical value = 0,02.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcAC3A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcAC3A> rdf:type rdfs:Class ;
	rdfs:label "ExcAC3A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcAC3A.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.kf1> rdf:type rdfs:Property ;
	rdfs:label "kf1"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.kr> rdf:type rdfs:Property ;
	rdfs:label "kr"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.kf2> rdf:type rdfs:Property ;
	rdfs:label "kf2"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.ks> rdf:type rdfs:Property ;
	rdfs:label "ks"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.vfemax> rdf:type rdfs:Property ;
	rdfs:label "vfemax"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.vlv> rdf:type rdfs:Property ;
	rdfs:label "vlv"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.kn> rdf:type rdfs:Property ;
	rdfs:label "kn"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.efdn> rdf:type rdfs:Property ;
	rdfs:label "efdn"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.vemin> rdf:type rdfs:Property ;
	rdfs:label "vemin"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.klv> rdf:type rdfs:Property ;
	rdfs:label "klv"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<ExcAC3A.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcAC3A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcAC3A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kf1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kf1> <http://www.w3.org/2000/01/rdf-schema#label> "kf1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kf1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kf1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kr> <http://www.w3.org/2000/01/rdf-schema#label> "kr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kf2> <http://www.w3.org/2000/01/rdf-schema#label> "kf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ks> <http://www.w3.org/2000/01/rdf-schema#label> "ks"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ks> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ks> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.vfemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.vfemax> <http://www.w3.org/2000/01/rdf-schema#label> "vfemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.vfemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.vfemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.vlv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.vlv> <http://www.w3.org/2000/01/rdf-schema#label> "vlv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.vlv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.vlv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kn> <http://www.w3.org/2000/01/rdf-schema#label> "kn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.efdn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.efdn> <http://www.w3.org/2000/01/rdf-schema#label> "efdn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.efdn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.efdn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.vemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.vemin> <http://www.w3.org/2000/01/rdf-schema#label> "vemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.vemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.vemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.klv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.klv> <http://www.w3.org/2000/01/rdf-schema#label> "klv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.klv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.klv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC3A.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified IEEE AC3A alternator-supplied rectifier excitation system with different field current limit.

Property Domain Range Comment
vamin ExcAC3A double Minimum voltage regulator output (Vamin) (< 0). Typical value = -0,95.
ke ExcAC3A double Exciter constant related to self-excited field (Ke). Typical value = 1.
ve2 ExcAC3A double Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve2) (> 0). Typical value = 4,68.
kf1 ExcAC3A double Coefficient to allow different usage of the model (Kf1). Typical value = 1.
kr ExcAC3A double Constant associated with regulator and alternator field power supply (Kr) (> 0). Typical value =3,77.
kf2 ExcAC3A double Coefficient to allow different usage of the model (Kf2). Typical value = 0.
ks ExcAC3A double Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0.
ta ExcAC3A double Voltage regulator time constant (Ta) (> 0). Typical value = 0,013.
vfemax ExcAC3A double Exciter field current limit reference (Vfemax) (>= 0). Typical value = 16.
ka ExcAC3A double Voltage regulator gain (Ka) (> 0). Typical value = 45,62.
vlv ExcAC3A double Field voltage used in the minimum field voltage limiter loop (Vlv). Typical value = 0,79.
kn ExcAC3A double Excitation control system stabilizer gain (Kn) (>= 0). Typical value =0,05.
kc ExcAC3A double Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0,104.
vamax ExcAC3A double Maximum voltage regulator output (Vamax) (> 0). Typical value = 1.
seve1 ExcAC3A double Exciter saturation function value at the corresponding exciter voltage, Ve1, back of commutating reactance (Se[Ve1]) (>= 0). Typical value = 1,143.
efdn ExcAC3A double Value of Efd at which feedback gain changes (Efdn) (> 0). Typical value = 2,36.
vemin ExcAC3A double Minimum exciter voltage output (Vemin) (<= 0). Typical value = 0.
kd ExcAC3A double Demagnetizing factor, a function of exciter alternator reactances (Kd) (>= 0). Typical value = 0,499.
klv ExcAC3A double Gain used in the minimum field voltage limiter loop (Klv). Typical value = 0,194.
tf ExcAC3A double Excitation control system stabilizer time constant (Tf) (> 0). Typical value = 1.
tc ExcAC3A double Voltage regulator time constant (Tc) (>= 0). Typical value = 0.
te ExcAC3A double Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 1,17.
tb ExcAC3A double Voltage regulator time constant (Tb) (>= 0). Typical value = 0.
ve1 ExcAC3A double Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve1) (> 0). Typical value = 6,24.
kf ExcAC3A double Excitation control system stabilizer gains (Kf) (>= 0). Typical value = 0,143.
seve2 ExcAC3A double Exciter saturation function value at the corresponding exciter voltage, Ve2, back of commutating reactance (Se[Ve2]) (>= 0). Typical value = 0,1.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcAC4A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcAC4A> rdf:type rdfs:Class ;
	rdfs:label "ExcAC4A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcAC4A.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcAC4A> ;
	rdfs:range xsd:double .
<ExcAC4A.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcAC4A> ;
	rdfs:range xsd:double .
<ExcAC4A.vimax> rdf:type rdfs:Property ;
	rdfs:label "vimax"@en ;
	rdfs:domain <ExcAC4A> ;
	rdfs:range xsd:double .
<ExcAC4A.vimin> rdf:type rdfs:Property ;
	rdfs:label "vimin"@en ;
	rdfs:domain <ExcAC4A> ;
	rdfs:range xsd:double .
<ExcAC4A.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcAC4A> ;
	rdfs:range xsd:double .
<ExcAC4A.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcAC4A> ;
	rdfs:range xsd:double .
<ExcAC4A.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcAC4A> ;
	rdfs:range xsd:double .
<ExcAC4A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcAC4A> ;
	rdfs:range xsd:double .
<ExcAC4A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcAC4A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcAC4A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.vimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.vimax> <http://www.w3.org/2000/01/rdf-schema#label> "vimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.vimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.vimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.vimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.vimin> <http://www.w3.org/2000/01/rdf-schema#label> "vimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.vimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.vimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC4A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified IEEE AC4A alternator-supplied rectifier excitation system with different minimum controller output.

Property Domain Range Comment
ka ExcAC4A double Voltage regulator gain (Ka) (> 0). Typical value = 200.
kc ExcAC4A double Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0.
vimax ExcAC4A double Maximum voltage regulator input limit (Vimax) (> 0). Typical value = 10.
vimin ExcAC4A double Minimum voltage regulator input limit (Vimin) (< 0). Typical value = -10.
tc ExcAC4A double Voltage regulator time constant (Tc) (>= 0). Typical value = 1.
ta ExcAC4A double Voltage regulator time constant (Ta) (> 0). Typical value = 0,015.
tb ExcAC4A double Voltage regulator time constant (Tb) (>= 0). Typical value = 10.
vrmin ExcAC4A double Minimum voltage regulator output (Vrmin) (< 0). Typical value = -4,53.
vrmax ExcAC4A double Maximum voltage regulator output (Vrmax) (> 0). Typical value = 5,64.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcAC5A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcAC5A> rdf:type rdfs:Class ;
	rdfs:label "ExcAC5A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcAC5A.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcAC5A> ;
	rdfs:range xsd:double .
<ExcAC5A.ks> rdf:type rdfs:Property ;
	rdfs:label "ks"@en ;
	rdfs:domain <ExcAC5A> ;
	rdfs:range xsd:double .
<ExcAC5A.tf1> rdf:type rdfs:Property ;
	rdfs:label "tf1"@en ;
	rdfs:domain <ExcAC5A> ;
	rdfs:range xsd:double .
<ExcAC5A.efd2> rdf:type rdfs:Property ;
	rdfs:label "efd2"@en ;
	rdfs:domain <ExcAC5A> ;
	rdfs:range xsd:double .
<ExcAC5A.tf3> rdf:type rdfs:Property ;
	rdfs:label "tf3"@en ;
	rdfs:domain <ExcAC5A> ;
	rdfs:range xsd:double .
<ExcAC5A.efd1> rdf:type rdfs:Property ;
	rdfs:label "efd1"@en ;
	rdfs:domain <ExcAC5A> ;
	rdfs:range xsd:double .
<ExcAC5A.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcAC5A> ;
	rdfs:range xsd:double .
<ExcAC5A.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcAC5A> ;
	rdfs:range xsd:double .
<ExcAC5A.a> rdf:type rdfs:Property ;
	rdfs:label "a"@en ;
	rdfs:domain <ExcAC5A> ;
	rdfs:range xsd:double .
<ExcAC5A.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcAC5A> ;
	rdfs:range xsd:double .
<ExcAC5A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcAC5A> ;
	rdfs:range xsd:double .
<ExcAC5A.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcAC5A> ;
	rdfs:range xsd:double .
<ExcAC5A.seefd2> rdf:type rdfs:Property ;
	rdfs:label "seefd2"@en ;
	rdfs:domain <ExcAC5A> ;
	rdfs:range xsd:double .
<ExcAC5A.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcAC5A> ;
	rdfs:range xsd:double .
<ExcAC5A.seefd1> rdf:type rdfs:Property ;
	rdfs:label "seefd1"@en ;
	rdfs:domain <ExcAC5A> ;
	rdfs:range xsd:double .
<ExcAC5A.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcAC5A> ;
	rdfs:range xsd:double .
<ExcAC5A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcAC5A> ;
	rdfs:range xsd:double .
<ExcAC5A.tf2> rdf:type rdfs:Property ;
	rdfs:label "tf2"@en ;
	rdfs:domain <ExcAC5A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcAC5A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.ks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.ks> <http://www.w3.org/2000/01/rdf-schema#label> "ks"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.ks> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.ks> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.tf1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.tf1> <http://www.w3.org/2000/01/rdf-schema#label> "tf1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.tf1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.tf1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.efd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.efd2> <http://www.w3.org/2000/01/rdf-schema#label> "efd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.efd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.efd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.tf3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.tf3> <http://www.w3.org/2000/01/rdf-schema#label> "tf3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.tf3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.tf3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.efd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.efd1> <http://www.w3.org/2000/01/rdf-schema#label> "efd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.efd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.efd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.a> <http://www.w3.org/2000/01/rdf-schema#label> "a"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.a> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.a> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.seefd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.seefd2> <http://www.w3.org/2000/01/rdf-schema#label> "seefd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.seefd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.seefd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.seefd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.seefd1> <http://www.w3.org/2000/01/rdf-schema#label> "seefd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.seefd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.seefd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.tf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.tf2> <http://www.w3.org/2000/01/rdf-schema#label> "tf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.tf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC5A.tf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified IEEE AC5A alternator-supplied rectifier excitation system with different minimum controller output.

Property Domain Range Comment
tc ExcAC5A double Voltage regulator time constant (Tc) (>= 0). Typical value = 0.
ks ExcAC5A double Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0.
tf1 ExcAC5A double Excitation control system stabilizer time constant (Tf1) (> 0). Typical value = 1.
efd2 ExcAC5A double Exciter voltage at which exciter saturation is defined (Efd2) (> 0). Typical value = 4,2.
tf3 ExcAC5A double Excitation control system stabilizer time constant (Tf3) (>= 0). Typical value = 0.
efd1 ExcAC5A double Exciter voltage at which exciter saturation is defined (Efd1) (> 0). Typical value = 5,6.
te ExcAC5A double Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 0,8.
kf ExcAC5A double Excitation control system stabilizer gains (Kf) (>= 0). Typical value = 0,03.
a ExcAC5A double Coefficient to allow different usage of the model (a). Typical value = 1.
ta ExcAC5A double Voltage regulator time constant (Ta) (> 0). Typical value = 0,02.
vrmin ExcAC5A double Minimum voltage regulator output (Vrmin) (< 0). Typical value =-7,3.
tb ExcAC5A double Voltage regulator time constant (Tb) (>= 0). Typical value = 0.
seefd2 ExcAC5A double Exciter saturation function value at the corresponding exciter voltage, Efd2 (Se[Efd2]) (>= 0). Typical value = 0,5.
ka ExcAC5A double Voltage regulator gain (Ka) (> 0). Typical value = 400.
seefd1 ExcAC5A double Exciter saturation function value at the corresponding exciter voltage, Efd1 (Se[Efd1]) (>= 0). Typical value = 0,86.
ke ExcAC5A double Exciter constant related to self-excited field (Ke). Typical value = 1.
vrmax ExcAC5A double Maximum voltage regulator output (Vrmax) (> 0). Typical value = 7,3.
tf2 ExcAC5A double Excitation control system stabilizer time constant (Tf2) (>= 0). Typical value = 0,8.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcAC6A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcAC6A> rdf:type rdfs:Class ;
	rdfs:label "ExcAC6A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcAC6A.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.tk> rdf:type rdfs:Property ;
	rdfs:label "tk"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.tj> rdf:type rdfs:Property ;
	rdfs:label "tj"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.vfelim> rdf:type rdfs:Property ;
	rdfs:label "vfelim"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.vhmax> rdf:type rdfs:Property ;
	rdfs:label "vhmax"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.th> rdf:type rdfs:Property ;
	rdfs:label "th"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.ks> rdf:type rdfs:Property ;
	rdfs:label "ks"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<ExcAC6A.kh> rdf:type rdfs:Property ;
	rdfs:label "kh"@en ;
	rdfs:domain <ExcAC6A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcAC6A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.tk> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.tk> <http://www.w3.org/2000/01/rdf-schema#label> "tk"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.tk> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.tk> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.tj> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.tj> <http://www.w3.org/2000/01/rdf-schema#label> "tj"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.tj> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.tj> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vfelim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vfelim> <http://www.w3.org/2000/01/rdf-schema#label> "vfelim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vfelim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vfelim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vhmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vhmax> <http://www.w3.org/2000/01/rdf-schema#label> "vhmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vhmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vhmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.th> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.th> <http://www.w3.org/2000/01/rdf-schema#label> "th"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.th> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.th> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ks> <http://www.w3.org/2000/01/rdf-schema#label> "ks"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ks> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.ks> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.kh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.kh> <http://www.w3.org/2000/01/rdf-schema#label> "kh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.kh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC6A.kh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified IEEE AC6A alternator-supplied rectifier excitation system with speed input.

Property Domain Range Comment
tc ExcAC6A double Voltage regulator time constant (Tc) (>= 0). Typical value = 3.
ka ExcAC6A double Voltage regulator gain (Ka) (> 0). Typical value = 536.
te ExcAC6A double Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 1.
kc ExcAC6A double Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0,173.
kd ExcAC6A double Demagnetizing factor, a function of exciter alternator reactances (Kd) (>= 0). Typical value = 1,91.
tb ExcAC6A double Voltage regulator time constant (Tb) (>= 0). Typical value = 9.
tk ExcAC6A double Voltage regulator time constant (Tk) (>= 0). Typical value = 0,18.
ve2 ExcAC6A double Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve2) (> 0). Typical value = 5,55.
vrmax ExcAC6A double Maximum voltage regulator output (Vrmax) (> 0). Typical value = 44.
vamin ExcAC6A double Minimum voltage regulator output (Vamin) (< 0). Typical value = -75.
ve1 ExcAC6A double Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve1) (> 0). Typical value = 7,4.
seve2 ExcAC6A double Exciter saturation function value at the corresponding exciter voltage, Ve2, back of commutating reactance (Se[Ve2]) (>= 0). Typical value = 0,044.
ta ExcAC6A double Voltage regulator time constant (Ta) (>= 0). Typical value = 0,086.
tj ExcAC6A double Exciter field current limiter time constant (Tj) (>= 0). Typical value = 0,02.
vfelim ExcAC6A double Exciter field current limit reference (Vfelim) (> 0). Typical value = 19.
vrmin ExcAC6A double Minimum voltage regulator output (Vrmin) (< 0). Typical value = -36.
ke ExcAC6A double Exciter constant related to self-excited field (Ke). Typical value = 1,6.
vhmax ExcAC6A double Maximum field current limiter signal reference (Vhmax) (> 0). Typical value = 75.
th ExcAC6A double Exciter field current limiter time constant (Th) (> 0). Typical value = 0,08.
seve1 ExcAC6A double Exciter saturation function value at the corresponding exciter voltage, Ve1, back of commutating reactance (Se[Ve1]) (>= 0). Typical value = 0,214.
vamax ExcAC6A double Maximum voltage regulator output (Vamax) (> 0). Typical value = 75.
ks ExcAC6A double Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0.
kh ExcAC6A double Exciter field current limiter gain (Kh) (>= 0). Typical value = 92.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcAC8B

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcAC8B> rdf:type rdfs:Class ;
	rdfs:label "ExcAC8B"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcAC8B.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.kir> rdf:type rdfs:Property ;
	rdfs:label "kir"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.vpidmin> rdf:type rdfs:Property ;
	rdfs:label "vpidmin"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.vimin> rdf:type rdfs:Property ;
	rdfs:label "vimin"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.telim> rdf:type rdfs:Property ;
	rdfs:label "telim"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:boolean .
<ExcAC8B.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.ks> rdf:type rdfs:Property ;
	rdfs:label "ks"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.kdr> rdf:type rdfs:Property ;
	rdfs:label "kdr"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.vfemax> rdf:type rdfs:Property ;
	rdfs:label "vfemax"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.kpr> rdf:type rdfs:Property ;
	rdfs:label "kpr"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.vpidmax> rdf:type rdfs:Property ;
	rdfs:label "vpidmax"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.tdr> rdf:type rdfs:Property ;
	rdfs:label "tdr"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.vtmult> rdf:type rdfs:Property ;
	rdfs:label "vtmult"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:boolean .
<ExcAC8B.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.vimax> rdf:type rdfs:Property ;
	rdfs:label "vimax"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.inlim> rdf:type rdfs:Property ;
	rdfs:label "inlim"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:boolean .
<ExcAC8B.vemin> rdf:type rdfs:Property ;
	rdfs:label "vemin"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:double .
<ExcAC8B.pidlim> rdf:type rdfs:Property ;
	rdfs:label "pidlim"@en ;
	rdfs:domain <ExcAC8B> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> <http://www.w3.org/2000/01/rdf-schema#label> "ExcAC8B"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.kir> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.kir> <http://www.w3.org/2000/01/rdf-schema#label> "kir"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.kir> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.kir> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vpidmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vpidmin> <http://www.w3.org/2000/01/rdf-schema#label> "vpidmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vpidmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vpidmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vimin> <http://www.w3.org/2000/01/rdf-schema#label> "vimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.telim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.telim> <http://www.w3.org/2000/01/rdf-schema#label> "telim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.telim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.telim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ks> <http://www.w3.org/2000/01/rdf-schema#label> "ks"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ks> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ks> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.kdr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.kdr> <http://www.w3.org/2000/01/rdf-schema#label> "kdr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.kdr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.kdr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vfemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vfemax> <http://www.w3.org/2000/01/rdf-schema#label> "vfemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vfemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vfemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.kpr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.kpr> <http://www.w3.org/2000/01/rdf-schema#label> "kpr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.kpr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.kpr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vpidmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vpidmax> <http://www.w3.org/2000/01/rdf-schema#label> "vpidmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vpidmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vpidmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.tdr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.tdr> <http://www.w3.org/2000/01/rdf-schema#label> "tdr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.tdr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.tdr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vtmult> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vtmult> <http://www.w3.org/2000/01/rdf-schema#label> "vtmult"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vtmult> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vtmult> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vimax> <http://www.w3.org/2000/01/rdf-schema#label> "vimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.inlim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.inlim> <http://www.w3.org/2000/01/rdf-schema#label> "inlim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.inlim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.inlim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vemin> <http://www.w3.org/2000/01/rdf-schema#label> "vemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.vemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.pidlim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.pidlim> <http://www.w3.org/2000/01/rdf-schema#label> "pidlim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.pidlim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAC8B.pidlim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified IEEE AC8B alternator-supplied rectifier excitation system with speed input and input limiter.

Property Domain Range Comment
ve2 ExcAC8B double Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve2) (> 0). Typical value = 9.
kir ExcAC8B double Voltage regulator integral gain (Kir) (>= 0). Typical value = 5.
vpidmin ExcAC8B double PID minimum controller output (Vpidmin) (< ExcAC8B.vpidmax). Typical value = -10.
vimin ExcAC8B double Input signal minimum (Vimin) (< ExcAC8B.vimax). Typical value = -10.
ve1 ExcAC8B double Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve1) (> 0). Typical value = 6,5.
telim ExcAC8B boolean Selector for the limiter on the block (1/sTe). See diagram for meaning of true and false. Typical value = false.
kd ExcAC8B double Demagnetizing factor, a function of exciter alternator reactances (Kd) (>= 0). Typical value = 1,1.
ks ExcAC8B double Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0.
kdr ExcAC8B double Voltage regulator derivative gain (Kdr) (>= 0). Typical value = 10.
te ExcAC8B double Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 1,2.
vfemax ExcAC8B double Exciter field current limit reference (Vfemax). Typical value = 6.
vrmax ExcAC8B double Maximum voltage regulator output (Vrmax) (> 0). Typical value = 35.
ka ExcAC8B double Voltage regulator gain (Ka) (> 0). Typical value = 1.
kpr ExcAC8B double Voltage regulator proportional gain (Kpr) (> 0 if ExcAC8B.kir = 0). Typical value = 80.
vpidmax ExcAC8B double PID maximum controller output (Vpidmax) (> ExcAC8B.vpidmin). Typical value = 35.
seve1 ExcAC8B double Exciter saturation function value at the corresponding exciter voltage, Ve1, back of commutating reactance (Se[Ve1]) (>= 0). Typical value = 0,3.
vrmin ExcAC8B double Minimum voltage regulator output (Vrmin) (< 0). Typical value = 0.
kc ExcAC8B double Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0,55.
tdr ExcAC8B double Lag time constant (Tdr) (> 0 if ExcAC8B.kdr > 0). Typical value = 0,1.
vtmult ExcAC8B boolean Multiply by generator’s terminal voltage indicator. true =the limits Vrmax and Vrmin are multiplied by the generator’s terminal voltage to represent a thyristor power stage fed from the generator terminals false = limits are not multiplied by generator’s terminal voltage. Typical value = false.
seve2 ExcAC8B double Exciter saturation function value at the corresponding exciter voltage, Ve2, back of commutating reactance (Se[Ve2]) (>= 0). Typical value = 3.
ta ExcAC8B double Voltage regulator time constant (Ta) (>= 0). Typical value = 0.
ke ExcAC8B double Exciter constant related to self-excited field (Ke). Typical value = 1.
vimax ExcAC8B double Input signal maximum (Vimax) (> ExcAC8B.vimin). Typical value = 35.
inlim ExcAC8B boolean Input limiter indicator. true = input limiter Vimax and Vimin is considered false = input limiter Vimax and Vimin is not considered. Typical value = true.
vemin ExcAC8B double Minimum exciter voltage output (Vemin) (<= 0). Typical value = 0.
pidlim ExcAC8B boolean PID limiter indicator. true = input limiter Vpidmax and Vpidmin is considered false = input limiter Vpidmax and Vpidmin is not considered. Typical value = true.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcANS

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcANS> rdf:type rdfs:Class ;
	rdfs:label "ExcANS"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcANS.vrmx> rdf:type rdfs:Property ;
	rdfs:label "vrmx"@en ;
	rdfs:domain <ExcANS> ;
	rdfs:range xsd:double .
<ExcANS.blint> rdf:type rdfs:Property ;
	rdfs:label "blint"@en ;
	rdfs:domain <ExcANS> ;
	rdfs:range xsd:integer .
<ExcANS.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <ExcANS> ;
	rdfs:range xsd:double .
<ExcANS.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <ExcANS> ;
	rdfs:range xsd:double .
<ExcANS.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <ExcANS> ;
	rdfs:range xsd:double .
<ExcANS.ifmx> rdf:type rdfs:Property ;
	rdfs:label "ifmx"@en ;
	rdfs:domain <ExcANS> ;
	rdfs:range xsd:double .
<ExcANS.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcANS> ;
	rdfs:range xsd:double .
<ExcANS.kvfif> rdf:type rdfs:Property ;
	rdfs:label "kvfif"@en ;
	rdfs:domain <ExcANS> ;
	rdfs:range xsd:integer .
<ExcANS.vrmn> rdf:type rdfs:Property ;
	rdfs:label "vrmn"@en ;
	rdfs:domain <ExcANS> ;
	rdfs:range xsd:double .
<ExcANS.ifmn> rdf:type rdfs:Property ;
	rdfs:label "ifmn"@en ;
	rdfs:domain <ExcANS> ;
	rdfs:range xsd:double .
<ExcANS.krvecc> rdf:type rdfs:Property ;
	rdfs:label "krvecc"@en ;
	rdfs:domain <ExcANS> ;
	rdfs:range xsd:integer .
<ExcANS.kce> rdf:type rdfs:Property ;
	rdfs:label "kce"@en ;
	rdfs:domain <ExcANS> ;
	rdfs:range xsd:double .
<ExcANS.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <ExcANS> ;
	rdfs:range xsd:double .
<ExcANS.k3> rdf:type rdfs:Property ;
	rdfs:label "k3"@en ;
	rdfs:domain <ExcANS> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS> <http://www.w3.org/2000/01/rdf-schema#label> "ExcANS"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.vrmx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.vrmx> <http://www.w3.org/2000/01/rdf-schema#label> "vrmx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.vrmx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.vrmx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.blint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.blint> <http://www.w3.org/2000/01/rdf-schema#label> "blint"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.blint> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.blint> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.ifmx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.ifmx> <http://www.w3.org/2000/01/rdf-schema#label> "ifmx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.ifmx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.ifmx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.kvfif> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.kvfif> <http://www.w3.org/2000/01/rdf-schema#label> "kvfif"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.kvfif> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.kvfif> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.vrmn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.vrmn> <http://www.w3.org/2000/01/rdf-schema#label> "vrmn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.vrmn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.vrmn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.ifmn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.ifmn> <http://www.w3.org/2000/01/rdf-schema#label> "ifmn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.ifmn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.ifmn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.krvecc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.krvecc> <http://www.w3.org/2000/01/rdf-schema#label> "krvecc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.krvecc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.krvecc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.kce> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.kce> <http://www.w3.org/2000/01/rdf-schema#label> "kce"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.kce> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.kce> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.k3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.k3> <http://www.w3.org/2000/01/rdf-schema#label> "k3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.k3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcANS.k3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Italian excitation system. It represents static field voltage or excitation current feedback excitation system.

Property Domain Range Comment
vrmx ExcANS double Maximum AVR output (VRMX). Typical value = 6,5.
blint ExcANS integer Governor control flag (BLINT). 0 = lead-lag regulator 1 = proportional integral regulator. Typical value = 0.
t1 ExcANS double Time constant (T1) (>= 0). Typical value = 20.
t2 ExcANS double Time constant (T2) (>= 0). Typical value = 0,05.
k2 ExcANS double Exciter gain (K2). Typical value = 20.
ifmx ExcANS double Maximum exciter current (IFMX). Typical value = 6,5.
tb ExcANS double Exciter time constant (TB) (>= 0). Typical value = 0,04.
kvfif ExcANS integer Rate feedback signal flag (KVFIF). 0 = output voltage of the exciter 1 = exciter field current. Typical value = 0.
vrmn ExcANS double Minimum AVR output (VRMN). Typical value = -5,2.
ifmn ExcANS double Minimum exciter current (IFMN). Typical value = -5,2.
krvecc ExcANS integer Feedback enabling (KRVECC). 0 = open loop control 1 = closed loop control. Typical value = 1.
kce ExcANS double Ceiling factor (KCE). Typical value = 1.
t3 ExcANS double Time constant (T3) (>= 0). Typical value = 1,6.
k3 ExcANS double AVR gain (K3). Typical value = 1000.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcAVR1

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcAVR1> rdf:type rdfs:Class ;
	rdfs:label "ExcAVR1"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcAVR1.e1> rdf:type rdfs:Property ;
	rdfs:label "e1"@en ;
	rdfs:domain <ExcAVR1> ;
	rdfs:range xsd:double .
<ExcAVR1.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcAVR1> ;
	rdfs:range xsd:double .
<ExcAVR1.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcAVR1> ;
	rdfs:range xsd:double .
<ExcAVR1.e2> rdf:type rdfs:Property ;
	rdfs:label "e2"@en ;
	rdfs:domain <ExcAVR1> ;
	rdfs:range xsd:double .
<ExcAVR1.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcAVR1> ;
	rdfs:range xsd:double .
<ExcAVR1.vrmn> rdf:type rdfs:Property ;
	rdfs:label "vrmn"@en ;
	rdfs:domain <ExcAVR1> ;
	rdfs:range xsd:double .
<ExcAVR1.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcAVR1> ;
	rdfs:range xsd:double .
<ExcAVR1.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcAVR1> ;
	rdfs:range xsd:double .
<ExcAVR1.se1> rdf:type rdfs:Property ;
	rdfs:label "se1"@en ;
	rdfs:domain <ExcAVR1> ;
	rdfs:range xsd:double .
<ExcAVR1.vrmx> rdf:type rdfs:Property ;
	rdfs:label "vrmx"@en ;
	rdfs:domain <ExcAVR1> ;
	rdfs:range xsd:double .
<ExcAVR1.se2> rdf:type rdfs:Property ;
	rdfs:label "se2"@en ;
	rdfs:domain <ExcAVR1> ;
	rdfs:range xsd:double .
<ExcAVR1.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcAVR1> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1> <http://www.w3.org/2000/01/rdf-schema#label> "ExcAVR1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.e1> <http://www.w3.org/2000/01/rdf-schema#label> "e1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.e1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.e1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.e2> <http://www.w3.org/2000/01/rdf-schema#label> "e2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.e2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.e2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.vrmn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.vrmn> <http://www.w3.org/2000/01/rdf-schema#label> "vrmn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.vrmn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.vrmn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.se1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.se1> <http://www.w3.org/2000/01/rdf-schema#label> "se1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.se1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.se1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.vrmx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.vrmx> <http://www.w3.org/2000/01/rdf-schema#label> "vrmx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.vrmx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.vrmx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.se2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.se2> <http://www.w3.org/2000/01/rdf-schema#label> "se2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.se2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.se2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR1.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Italian excitation system corresponding to IEEE (1968) type 1 model. It represents an exciter dynamo and electromechanical regulator.

Property Domain Range Comment
e1 ExcAVR1 double Field voltage value 1 (E1). Typical value = 4.18.
ka ExcAVR1 double AVR gain (KA). Typical value = 500.
ta ExcAVR1 double AVR time constant (TA) (>= 0). Typical value = 0,2.
e2 ExcAVR1 double Field voltage value 2 (E2). Typical value = 3,14.
te ExcAVR1 double Exciter time constant (TE) (>= 0). Typical value = 1.
vrmn ExcAVR1 double Minimum AVR output (VRMN). Typical value = -6.
tb ExcAVR1 double AVR time constant (TB) (>= 0). Typical value = 0.
kf ExcAVR1 double Rate feedback gain (KF). Typical value = 0,12.
se1 ExcAVR1 double Saturation factor at E1 (S[E1]). Typical value = 0,1.
vrmx ExcAVR1 double Maximum AVR output (VRMX). Typical value = 7.
se2 ExcAVR1 double Saturation factor at E2 (S[E2]). Typical value = 0,03.
tf ExcAVR1 double Rate feedback time constant (TF) (>= 0). Typical value = 1.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcAVR2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcAVR2> rdf:type rdfs:Class ;
	rdfs:label "ExcAVR2"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcAVR2.se2> rdf:type rdfs:Property ;
	rdfs:label "se2"@en ;
	rdfs:domain <ExcAVR2> ;
	rdfs:range xsd:double .
<ExcAVR2.tf2> rdf:type rdfs:Property ;
	rdfs:label "tf2"@en ;
	rdfs:domain <ExcAVR2> ;
	rdfs:range xsd:double .
<ExcAVR2.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcAVR2> ;
	rdfs:range xsd:double .
<ExcAVR2.e1> rdf:type rdfs:Property ;
	rdfs:label "e1"@en ;
	rdfs:domain <ExcAVR2> ;
	rdfs:range xsd:double .
<ExcAVR2.tf1> rdf:type rdfs:Property ;
	rdfs:label "tf1"@en ;
	rdfs:domain <ExcAVR2> ;
	rdfs:range xsd:double .
<ExcAVR2.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcAVR2> ;
	rdfs:range xsd:double .
<ExcAVR2.se1> rdf:type rdfs:Property ;
	rdfs:label "se1"@en ;
	rdfs:domain <ExcAVR2> ;
	rdfs:range xsd:double .
<ExcAVR2.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcAVR2> ;
	rdfs:range xsd:double .
<ExcAVR2.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcAVR2> ;
	rdfs:range xsd:double .
<ExcAVR2.vrmx> rdf:type rdfs:Property ;
	rdfs:label "vrmx"@en ;
	rdfs:domain <ExcAVR2> ;
	rdfs:range xsd:double .
<ExcAVR2.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcAVR2> ;
	rdfs:range xsd:double .
<ExcAVR2.vrmn> rdf:type rdfs:Property ;
	rdfs:label "vrmn"@en ;
	rdfs:domain <ExcAVR2> ;
	rdfs:range xsd:double .
<ExcAVR2.e2> rdf:type rdfs:Property ;
	rdfs:label "e2"@en ;
	rdfs:domain <ExcAVR2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2> <http://www.w3.org/2000/01/rdf-schema#label> "ExcAVR2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.se2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.se2> <http://www.w3.org/2000/01/rdf-schema#label> "se2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.se2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.se2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.tf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.tf2> <http://www.w3.org/2000/01/rdf-schema#label> "tf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.tf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.tf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.e1> <http://www.w3.org/2000/01/rdf-schema#label> "e1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.e1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.e1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.tf1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.tf1> <http://www.w3.org/2000/01/rdf-schema#label> "tf1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.tf1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.tf1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.se1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.se1> <http://www.w3.org/2000/01/rdf-schema#label> "se1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.se1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.se1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.vrmx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.vrmx> <http://www.w3.org/2000/01/rdf-schema#label> "vrmx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.vrmx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.vrmx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.vrmn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.vrmn> <http://www.w3.org/2000/01/rdf-schema#label> "vrmn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.vrmn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.vrmn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.e2> <http://www.w3.org/2000/01/rdf-schema#label> "e2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.e2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR2.e2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Italian excitation system corresponding to IEEE (1968) type 2 model. It represents an alternator and rotating diodes and electromechanic voltage regulators.

Property Domain Range Comment
se2 ExcAVR2 double Saturation factor at E2 (S[E2]). Typical value = 0,03.
tf2 ExcAVR2 double Rate feedback time constant (TF2) (>= 0). Typical value = 1.
ta ExcAVR2 double AVR time constant (TA) (>= 0). Typical value = 0,02.
e1 ExcAVR2 double Field voltage value 1 (E1). Typical value = 4,18.
tf1 ExcAVR2 double Rate feedback time constant (TF1) (>= 0). Typical value = 1.
te ExcAVR2 double Exciter time constant (TE) (>= 0). Typical value = 1.
se1 ExcAVR2 double Saturation factor at E1 (S[E1]). Typical value = 0.1.
kf ExcAVR2 double Rate feedback gain (KF). Typical value = 0,12.
tb ExcAVR2 double AVR time constant (TB) (>= 0). Typical value = 0.
vrmx ExcAVR2 double Maximum AVR output (VRMX). Typical value = 7.
ka ExcAVR2 double AVR gain (KA). Typical value = 500.
vrmn ExcAVR2 double Minimum AVR output (VRMN). Typical value = -6.
e2 ExcAVR2 double Field voltage value 2 (E2). Typical value = 3,14.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcAVR3

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcAVR3> rdf:type rdfs:Class ;
	rdfs:label "ExcAVR3"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcAVR3.vrmx> rdf:type rdfs:Property ;
	rdfs:label "vrmx"@en ;
	rdfs:domain <ExcAVR3> ;
	rdfs:range xsd:double .
<ExcAVR3.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <ExcAVR3> ;
	rdfs:range xsd:double .
<ExcAVR3.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <ExcAVR3> ;
	rdfs:range xsd:double .
<ExcAVR3.se1> rdf:type rdfs:Property ;
	rdfs:label "se1"@en ;
	rdfs:domain <ExcAVR3> ;
	rdfs:range xsd:double .
<ExcAVR3.se2> rdf:type rdfs:Property ;
	rdfs:label "se2"@en ;
	rdfs:domain <ExcAVR3> ;
	rdfs:range xsd:double .
<ExcAVR3.e2> rdf:type rdfs:Property ;
	rdfs:label "e2"@en ;
	rdfs:domain <ExcAVR3> ;
	rdfs:range xsd:double .
<ExcAVR3.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcAVR3> ;
	rdfs:range xsd:double .
<ExcAVR3.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <ExcAVR3> ;
	rdfs:range xsd:double .
<ExcAVR3.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcAVR3> ;
	rdfs:range xsd:double .
<ExcAVR3.e1> rdf:type rdfs:Property ;
	rdfs:label "e1"@en ;
	rdfs:domain <ExcAVR3> ;
	rdfs:range xsd:double .
<ExcAVR3.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <ExcAVR3> ;
	rdfs:range xsd:double .
<ExcAVR3.vrmn> rdf:type rdfs:Property ;
	rdfs:label "vrmn"@en ;
	rdfs:domain <ExcAVR3> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3> <http://www.w3.org/2000/01/rdf-schema#label> "ExcAVR3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.vrmx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.vrmx> <http://www.w3.org/2000/01/rdf-schema#label> "vrmx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.vrmx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.vrmx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.se1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.se1> <http://www.w3.org/2000/01/rdf-schema#label> "se1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.se1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.se1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.se2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.se2> <http://www.w3.org/2000/01/rdf-schema#label> "se2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.se2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.se2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.e2> <http://www.w3.org/2000/01/rdf-schema#label> "e2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.e2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.e2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.e1> <http://www.w3.org/2000/01/rdf-schema#label> "e1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.e1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.e1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.vrmn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.vrmn> <http://www.w3.org/2000/01/rdf-schema#label> "vrmn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.vrmn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR3.vrmn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Italian excitation system. It represents an exciter dynamo and electric regulator.

Property Domain Range Comment
vrmx ExcAVR3 double Maximum AVR output (VRMX). Typical value = 7,5.
t4 ExcAVR3 double AVR time constant (T4) (>= 0). Typical value = 0,07.
t1 ExcAVR3 double AVR time constant (T1) (>= 0). Typical value = 20.
se1 ExcAVR3 double Saturation factor at E1 (S[E1]). Typical value = 0,1.
se2 ExcAVR3 double Saturation factor at E2 (S[E2]). Typical value = 0,03.
e2 ExcAVR3 double Field voltage value 2 (E2). Typical value = 3,14.
te ExcAVR3 double Exciter time constant (TE) (>= 0). Typical value = 1.
t3 ExcAVR3 double AVR time constant (T3) (>= 0). Typical value = 0,66.
ka ExcAVR3 double AVR gain (KA). Typical value = 100.
e1 ExcAVR3 double Field voltage value 1 (E1). Typical value = 4,18.
t2 ExcAVR3 double AVR time constant (T2) (>= 0). Typical value = 1,6.
vrmn ExcAVR3 double Minimum AVR output (VRMN). Typical value = -7,5.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcAVR4

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcAVR4> rdf:type rdfs:Class ;
	rdfs:label "ExcAVR4"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcAVR4.vrmn> rdf:type rdfs:Property ;
	rdfs:label "vrmn"@en ;
	rdfs:domain <ExcAVR4> ;
	rdfs:range xsd:double .
<ExcAVR4.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <ExcAVR4> ;
	rdfs:range xsd:double .
<ExcAVR4.vrmx> rdf:type rdfs:Property ;
	rdfs:label "vrmx"@en ;
	rdfs:domain <ExcAVR4> ;
	rdfs:range xsd:double .
<ExcAVR4.t1if> rdf:type rdfs:Property ;
	rdfs:label "t1if"@en ;
	rdfs:domain <ExcAVR4> ;
	rdfs:range xsd:double .
<ExcAVR4.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <ExcAVR4> ;
	rdfs:range xsd:double .
<ExcAVR4.vfmn> rdf:type rdfs:Property ;
	rdfs:label "vfmn"@en ;
	rdfs:domain <ExcAVR4> ;
	rdfs:range xsd:double .
<ExcAVR4.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <ExcAVR4> ;
	rdfs:range xsd:double .
<ExcAVR4.kif> rdf:type rdfs:Property ;
	rdfs:label "kif"@en ;
	rdfs:domain <ExcAVR4> ;
	rdfs:range xsd:double .
<ExcAVR4.tif> rdf:type rdfs:Property ;
	rdfs:label "tif"@en ;
	rdfs:domain <ExcAVR4> ;
	rdfs:range xsd:double .
<ExcAVR4.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcAVR4> ;
	rdfs:range xsd:double .
<ExcAVR4.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <ExcAVR4> ;
	rdfs:range xsd:double .
<ExcAVR4.vfmx> rdf:type rdfs:Property ;
	rdfs:label "vfmx"@en ;
	rdfs:domain <ExcAVR4> ;
	rdfs:range xsd:double .
<ExcAVR4.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcAVR4> ;
	rdfs:range xsd:double .
<ExcAVR4.imul> rdf:type rdfs:Property ;
	rdfs:label "imul"@en ;
	rdfs:domain <ExcAVR4> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4> <http://www.w3.org/2000/01/rdf-schema#label> "ExcAVR4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.vrmn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.vrmn> <http://www.w3.org/2000/01/rdf-schema#label> "vrmn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.vrmn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.vrmn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.vrmx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.vrmx> <http://www.w3.org/2000/01/rdf-schema#label> "vrmx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.vrmx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.vrmx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.t1if> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.t1if> <http://www.w3.org/2000/01/rdf-schema#label> "t1if"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.t1if> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.t1if> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.vfmn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.vfmn> <http://www.w3.org/2000/01/rdf-schema#label> "vfmn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.vfmn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.vfmn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.kif> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.kif> <http://www.w3.org/2000/01/rdf-schema#label> "kif"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.kif> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.kif> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.tif> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.tif> <http://www.w3.org/2000/01/rdf-schema#label> "tif"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.tif> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.tif> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.vfmx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.vfmx> <http://www.w3.org/2000/01/rdf-schema#label> "vfmx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.vfmx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.vfmx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.imul> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.imul> <http://www.w3.org/2000/01/rdf-schema#label> "imul"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.imul> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR4.imul> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Italian excitation system. It represents a static exciter and electric voltage regulator.

Property Domain Range Comment
vrmn ExcAVR4 double Minimum AVR output (VRMN). Typical value = 0.
t4 ExcAVR4 double AVR time constant (T4) (>= 0). Typical value = 0.
vrmx ExcAVR4 double Maximum AVR output (VRMX). Typical value = 5.
t1if ExcAVR4 double Exciter current feedback time constant (T1IF) (>= 0). Typical value = 60.
t1 ExcAVR4 double AVR time constant (T1) (>= 0). Typical value = 4,8.
vfmn ExcAVR4 double Minimum exciter output (VFMN). Typical value = 0.
t2 ExcAVR4 double AVR time constant (T2) (>= 0). Typical value = 1,5.
kif ExcAVR4 double Exciter internal reactance (KIF). Typical value = 0.
tif ExcAVR4 double Exciter current feedback time constant (TIF) (>= 0). Typical value = 0.
ka ExcAVR4 double AVR gain (KA). Typical value = 300.
t3 ExcAVR4 double AVR time constant (T3) (>= 0). Typical value = 0.
vfmx ExcAVR4 double Maximum exciter output (VFMX). Typical value = 5.
ke ExcAVR4 double Exciter gain (KE). Typical value = 1.
imul ExcAVR4 boolean AVR output voltage dependency selector (IMUL). true = selector is connected false = selector is not connected. Typical value = true.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcAVR5

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcAVR5> rdf:type rdfs:Class ;
	rdfs:label "ExcAVR5"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcAVR5.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcAVR5> ;
	rdfs:range xsd:double .
<ExcAVR5.rex> rdf:type rdfs:Property ;
	rdfs:label "rex"@en ;
	rdfs:domain <ExcAVR5> ;
	rdfs:range xsd:double .
<ExcAVR5.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcAVR5> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR5> <http://www.w3.org/2000/01/rdf-schema#label> "ExcAVR5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR5> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR5.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR5.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR5.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR5.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR5.rex> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR5.rex> <http://www.w3.org/2000/01/rdf-schema#label> "rex"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR5.rex> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR5.rex> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR5.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR5.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR5.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR5.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Manual excitation control with field circuit resistance. This model can be used as a very simple representation of manual voltage control.

Property Domain Range Comment
ta ExcAVR5 double Time constant (Ta) (>= 0).
rex ExcAVR5 double Effective output resistance (Rex). Rex represents the effective output resistance seen by the excitation system.
ka ExcAVR5 double Gain (Ka).
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcAVR7

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcAVR7> rdf:type rdfs:Class ;
	rdfs:label "ExcAVR7"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcAVR7.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <ExcAVR7> ;
	rdfs:range xsd:double .
<ExcAVR7.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <ExcAVR7> ;
	rdfs:range xsd:double .
<ExcAVR7.k5> rdf:type rdfs:Property ;
	rdfs:label "k5"@en ;
	rdfs:domain <ExcAVR7> ;
	rdfs:range xsd:double .
<ExcAVR7.vmax1> rdf:type rdfs:Property ;
	rdfs:label "vmax1"@en ;
	rdfs:domain <ExcAVR7> ;
	rdfs:range xsd:double .
<ExcAVR7.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <ExcAVR7> ;
	rdfs:range xsd:double .
<ExcAVR7.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <ExcAVR7> ;
	rdfs:range xsd:double .
<ExcAVR7.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <ExcAVR7> ;
	rdfs:range xsd:double .
<ExcAVR7.vmin5> rdf:type rdfs:Property ;
	rdfs:label "vmin5"@en ;
	rdfs:domain <ExcAVR7> ;
	rdfs:range xsd:double .
<ExcAVR7.vmax3> rdf:type rdfs:Property ;
	rdfs:label "vmax3"@en ;
	rdfs:domain <ExcAVR7> ;
	rdfs:range xsd:double .
<ExcAVR7.a3> rdf:type rdfs:Property ;
	rdfs:label "a3"@en ;
	rdfs:domain <ExcAVR7> ;
	rdfs:range xsd:double .
<ExcAVR7.k3> rdf:type rdfs:Property ;
	rdfs:label "k3"@en ;
	rdfs:domain <ExcAVR7> ;
	rdfs:range xsd:double .
<ExcAVR7.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <ExcAVR7> ;
	rdfs:range xsd:double .
<ExcAVR7.vmin1> rdf:type rdfs:Property ;
	rdfs:label "vmin1"@en ;
	rdfs:domain <ExcAVR7> ;
	rdfs:range xsd:double .
<ExcAVR7.a2> rdf:type rdfs:Property ;
	rdfs:label "a2"@en ;
	rdfs:domain <ExcAVR7> ;
	rdfs:range xsd:double .
<ExcAVR7.vmin3> rdf:type rdfs:Property ;
	rdfs:label "vmin3"@en ;
	rdfs:domain <ExcAVR7> ;
	rdfs:range xsd:double .
<ExcAVR7.a1> rdf:type rdfs:Property ;
	rdfs:label "a1"@en ;
	rdfs:domain <ExcAVR7> ;
	rdfs:range xsd:double .
<ExcAVR7.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <ExcAVR7> ;
	rdfs:range xsd:double .
<ExcAVR7.vmax5> rdf:type rdfs:Property ;
	rdfs:label "vmax5"@en ;
	rdfs:domain <ExcAVR7> ;
	rdfs:range xsd:double .
<ExcAVR7.a6> rdf:type rdfs:Property ;
	rdfs:label "a6"@en ;
	rdfs:domain <ExcAVR7> ;
	rdfs:range xsd:double .
<ExcAVR7.a5> rdf:type rdfs:Property ;
	rdfs:label "a5"@en ;
	rdfs:domain <ExcAVR7> ;
	rdfs:range xsd:double .
<ExcAVR7.a4> rdf:type rdfs:Property ;
	rdfs:label "a4"@en ;
	rdfs:domain <ExcAVR7> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> <http://www.w3.org/2000/01/rdf-schema#label> "ExcAVR7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.k5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.k5> <http://www.w3.org/2000/01/rdf-schema#label> "k5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.k5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.k5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmax1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmax1> <http://www.w3.org/2000/01/rdf-schema#label> "vmax1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmax1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmax1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmin5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmin5> <http://www.w3.org/2000/01/rdf-schema#label> "vmin5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmin5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmin5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmax3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmax3> <http://www.w3.org/2000/01/rdf-schema#label> "vmax3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmax3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmax3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a3> <http://www.w3.org/2000/01/rdf-schema#label> "a3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.k3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.k3> <http://www.w3.org/2000/01/rdf-schema#label> "k3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.k3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.k3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmin1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmin1> <http://www.w3.org/2000/01/rdf-schema#label> "vmin1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmin1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmin1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a2> <http://www.w3.org/2000/01/rdf-schema#label> "a2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmin3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmin3> <http://www.w3.org/2000/01/rdf-schema#label> "vmin3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmin3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmin3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a1> <http://www.w3.org/2000/01/rdf-schema#label> "a1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmax5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmax5> <http://www.w3.org/2000/01/rdf-schema#label> "vmax5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmax5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.vmax5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a6> <http://www.w3.org/2000/01/rdf-schema#label> "a6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a5> <http://www.w3.org/2000/01/rdf-schema#label> "a5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a4> <http://www.w3.org/2000/01/rdf-schema#label> "a4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcAVR7.a4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IVO excitation system.

Property Domain Range Comment
t1 ExcAVR7 double Lead time constant (T1) (>= 0). Typical value = 0,05.
t2 ExcAVR7 double Lag time constant (T2) (>= 0). Typical value = 0,1.
k5 ExcAVR7 double Gain (K5). Typical value = 1.
vmax1 ExcAVR7 double Lead-lag maximum limit (Vmax1) (> ExcAVR7.vmin1). Typical value = 5.
t5 ExcAVR7 double Lead time constant (T5) (>= 0). Typical value = 0,1.
t4 ExcAVR7 double Lag time constant (T4) (>= 0). Typical value = 0,1.
k1 ExcAVR7 double Gain (K1). Typical value = 1.
vmin5 ExcAVR7 double Lead-lag minimum limit (Vmin5) (< ExcAVR7.vmax5). Typical value = -2.
vmax3 ExcAVR7 double Lead-lag maximum limit (Vmax3) (> ExcAVR7.vmin3). Typical value = 5.
a3 ExcAVR7 double Lead coefficient (A3). Typical value = 0,5.
k3 ExcAVR7 double Gain (K3). Typical value = 3.
t6 ExcAVR7 double Lag time constant (T6) (>= 0). Typical value = 0,1.
vmin1 ExcAVR7 double Lead-lag minimum limit (Vmin1) (< ExcAVR7.vmax1). Typical value = -5.
a2 ExcAVR7 double Lag coefficient (A2). Typical value = 0,5.
vmin3 ExcAVR7 double Lead-lag minimum limit (Vmin3) (< ExcAVR7.vmax3). Typical value = -5.
a1 ExcAVR7 double Lead coefficient (A1). Typical value = 0,5.
t3 ExcAVR7 double Lead time constant (T3) (>= 0). Typical value = 0,1.
vmax5 ExcAVR7 double Lead-lag maximum limit (Vmax5) (> ExcAVR7.vmin5). Typical value = 5.
a6 ExcAVR7 double Lag coefficient (A6). Typical value = 0,5.
a5 ExcAVR7 double Lead coefficient (A5). Typical value = 0,5.
a4 ExcAVR7 double Lag coefficient (A4). Typical value = 0,5.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcBBC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcBBC> rdf:type rdfs:Class ;
	rdfs:label "ExcBBC"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcBBC.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcBBC> ;
	rdfs:range xsd:double .
<ExcBBC.xe> rdf:type rdfs:Property ;
	rdfs:label "xe"@en ;
	rdfs:domain <ExcBBC> ;
	rdfs:range xsd:double .
<ExcBBC.k> rdf:type rdfs:Property ;
	rdfs:label "k"@en ;
	rdfs:domain <ExcBBC> ;
	rdfs:range xsd:double .
<ExcBBC.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <ExcBBC> ;
	rdfs:range xsd:double .
<ExcBBC.efdmin> rdf:type rdfs:Property ;
	rdfs:label "efdmin"@en ;
	rdfs:domain <ExcBBC> ;
	rdfs:range xsd:double .
<ExcBBC.switch> rdf:type rdfs:Property ;
	rdfs:label "switch"@en ;
	rdfs:domain <ExcBBC> ;
	rdfs:range xsd:boolean .
<ExcBBC.efdmax> rdf:type rdfs:Property ;
	rdfs:label "efdmax"@en ;
	rdfs:domain <ExcBBC> ;
	rdfs:range xsd:double .
<ExcBBC.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <ExcBBC> ;
	rdfs:range xsd:double .
<ExcBBC.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <ExcBBC> ;
	rdfs:range xsd:double .
<ExcBBC.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <ExcBBC> ;
	rdfs:range xsd:double .
<ExcBBC.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcBBC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC> <http://www.w3.org/2000/01/rdf-schema#label> "ExcBBC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.xe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.xe> <http://www.w3.org/2000/01/rdf-schema#label> "xe"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.xe> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.xe> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.k> <http://www.w3.org/2000/01/rdf-schema#label> "k"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.k> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.k> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.efdmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.efdmin> <http://www.w3.org/2000/01/rdf-schema#label> "efdmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.efdmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.efdmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.switch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.switch> <http://www.w3.org/2000/01/rdf-schema#label> "switch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.switch> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.switch> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.efdmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.efdmax> <http://www.w3.org/2000/01/rdf-schema#label> "efdmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.efdmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.efdmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcBBC.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Transformer fed static excitation system (static with ABB regulator). This model represents a static excitation system in which a gated thyristor bridge fed by a transformer at the main generator terminals feeds the main generator directly.

Property Domain Range Comment
vrmax ExcBBC double Maximum control element output (Vrmax) (> ExcBBC.vrmin). Typical value = 5.
xe ExcBBC double Effective excitation transformer reactance (Xe) (>= 0). Xe models the regulation of the transformer/rectifier unit. Typical value = 0,05.
k ExcBBC double Steady state gain (K) (not = 0). Typical value = 300.
t4 ExcBBC double Lead/lag time constant (T4) (>= 0). If = 0, block is bypassed. Typical value = 0,01.
efdmin ExcBBC double Minimum open circuit exciter voltage (Efdmin) (< ExcBBC.efdmax). Typical value = -5.
switch ExcBBC boolean Supplementary signal routing selector (switch). true = Vs connected to 3rd summing point false = Vs connected to 1st summing point (see diagram). Typical value = false.
efdmax ExcBBC double Maximum open circuit exciter voltage (Efdmax) (> ExcBBC.efdmin). Typical value = 5.
t3 ExcBBC double Lead/lag time constant (T3) (>= 0). If = 0, block is bypassed. Typical value = 0,05.
t2 ExcBBC double Controller time constant (T2) (>= 0). Typical value = 1.
t1 ExcBBC double Controller time constant (T1) (>= 0). Typical value = 6.
vrmin ExcBBC double Minimum control element output (Vrmin) (< ExcBBC.vrmax). Typical value = -5.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcCZ

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcCZ> rdf:type rdfs:Class ;
	rdfs:label "ExcCZ"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcCZ.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcCZ> ;
	rdfs:range xsd:double .
<ExcCZ.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcCZ> ;
	rdfs:range xsd:double .
<ExcCZ.efdmax> rdf:type rdfs:Property ;
	rdfs:label "efdmax"@en ;
	rdfs:domain <ExcCZ> ;
	rdfs:range xsd:double .
<ExcCZ.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcCZ> ;
	rdfs:range xsd:double .
<ExcCZ.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcCZ> ;
	rdfs:range xsd:double .
<ExcCZ.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcCZ> ;
	rdfs:range xsd:double .
<ExcCZ.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcCZ> ;
	rdfs:range xsd:double .
<ExcCZ.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcCZ> ;
	rdfs:range xsd:double .
<ExcCZ.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcCZ> ;
	rdfs:range xsd:double .
<ExcCZ.efdmin> rdf:type rdfs:Property ;
	rdfs:label "efdmin"@en ;
	rdfs:domain <ExcCZ> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ> <http://www.w3.org/2000/01/rdf-schema#label> "ExcCZ"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.efdmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.efdmax> <http://www.w3.org/2000/01/rdf-schema#label> "efdmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.efdmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.efdmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.efdmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.efdmin> <http://www.w3.org/2000/01/rdf-schema#label> "efdmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.efdmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcCZ.efdmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Czech proportion/integral exciter.

Property Domain Range Comment
ka ExcCZ double Regulator gain (Ka).
te ExcCZ double Exciter time constant, integration rate associated with exciter control (Te) (>= 0).
efdmax ExcCZ double Exciter output maximum limit (Efdmax) (> ExcCZ.efdmin).
vrmin ExcCZ double Voltage regulator minimum limit (Vrmin) (< ExcCZ.vrmax).
tc ExcCZ double Regulator integral time constant (Tc) (>= 0).
ta ExcCZ double Regulator time constant (Ta) (>= 0).
kp ExcCZ double Regulator proportional gain (Kp).
ke ExcCZ double Exciter constant related to self-excited field (Ke).
vrmax ExcCZ double Voltage regulator maximum limit (Vrmax) (> ExcCZ.vrmin).
efdmin ExcCZ double Exciter output minimum limit (Efdmin) (< ExcCZ.efdmax).
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcDC1A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcDC1A> rdf:type rdfs:Class ;
	rdfs:label "ExcDC1A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcDC1A.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcDC1A> ;
	rdfs:range xsd:double .
<ExcDC1A.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcDC1A> ;
	rdfs:range xsd:double .
<ExcDC1A.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcDC1A> ;
	rdfs:range xsd:double .
<ExcDC1A.seefd1> rdf:type rdfs:Property ;
	rdfs:label "seefd1"@en ;
	rdfs:domain <ExcDC1A> ;
	rdfs:range xsd:double .
<ExcDC1A.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcDC1A> ;
	rdfs:range xsd:double .
<ExcDC1A.seefd2> rdf:type rdfs:Property ;
	rdfs:label "seefd2"@en ;
	rdfs:domain <ExcDC1A> ;
	rdfs:range xsd:double .
<ExcDC1A.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcDC1A> ;
	rdfs:range xsd:double .
<ExcDC1A.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcDC1A> ;
	rdfs:range xsd:double .
<ExcDC1A.exclim> rdf:type rdfs:Property ;
	rdfs:label "exclim"@en ;
	rdfs:domain <ExcDC1A> ;
	rdfs:range xsd:boolean .
<ExcDC1A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcDC1A> ;
	rdfs:range xsd:double .
<ExcDC1A.efdmin> rdf:type rdfs:Property ;
	rdfs:label "efdmin"@en ;
	rdfs:domain <ExcDC1A> ;
	rdfs:range xsd:double .
<ExcDC1A.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcDC1A> ;
	rdfs:range xsd:double .
<ExcDC1A.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcDC1A> ;
	rdfs:range xsd:double .
<ExcDC1A.efd2> rdf:type rdfs:Property ;
	rdfs:label "efd2"@en ;
	rdfs:domain <ExcDC1A> ;
	rdfs:range xsd:double .
<ExcDC1A.efdmax> rdf:type rdfs:Property ;
	rdfs:label "efdmax"@en ;
	rdfs:domain <ExcDC1A> ;
	rdfs:range xsd:double .
<ExcDC1A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcDC1A> ;
	rdfs:range xsd:double .
<ExcDC1A.ks> rdf:type rdfs:Property ;
	rdfs:label "ks"@en ;
	rdfs:domain <ExcDC1A> ;
	rdfs:range xsd:double .
<ExcDC1A.efd1> rdf:type rdfs:Property ;
	rdfs:label "efd1"@en ;
	rdfs:domain <ExcDC1A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcDC1A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.seefd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.seefd1> <http://www.w3.org/2000/01/rdf-schema#label> "seefd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.seefd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.seefd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.seefd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.seefd2> <http://www.w3.org/2000/01/rdf-schema#label> "seefd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.seefd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.seefd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.exclim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.exclim> <http://www.w3.org/2000/01/rdf-schema#label> "exclim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.exclim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.exclim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.efdmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.efdmin> <http://www.w3.org/2000/01/rdf-schema#label> "efdmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.efdmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.efdmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.efd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.efd2> <http://www.w3.org/2000/01/rdf-schema#label> "efd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.efd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.efd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.efdmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.efdmax> <http://www.w3.org/2000/01/rdf-schema#label> "efdmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.efdmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.efdmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.ks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.ks> <http://www.w3.org/2000/01/rdf-schema#label> "ks"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.ks> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.ks> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.efd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.efd1> <http://www.w3.org/2000/01/rdf-schema#label> "efd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.efd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC1A.efd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified IEEE DC1A direct current commutator exciter with speed input and without underexcitation limiters (UEL) inputs.

Property Domain Range Comment
ta ExcDC1A double Voltage regulator time constant (Ta) (> 0). Typical value = 0,06.
kf ExcDC1A double Excitation control system stabilizer gain (Kf) (>= 0). Typical value = 0,1.
ke ExcDC1A double Exciter constant related to self-excited field (Ke). Typical value = 0.
seefd1 ExcDC1A double Exciter saturation function value at the corresponding exciter voltage, Efd1 (Se[Eefd1]) (>= 0). Typical value = 0,33.
tc ExcDC1A double Voltage regulator time constant (Tc) (>= 0). Typical value = 0.
seefd2 ExcDC1A double Exciter saturation function value at the corresponding exciter voltage, Efd2 (Se[Eefd2]) (>= 0). Typical value = 0,1.
tf ExcDC1A double Excitation control system stabilizer time constant (Tf) (> 0). Typical value = 1.
te ExcDC1A double Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 0,46.
exclim ExcDC1A boolean (exclim). IEEE standard is ambiguous about lower limit on exciter output. true = a lower limit of zero is applied to integrator output false = a lower limit of zero is not applied to integrator output. Typical value = true.
vrmax ExcDC1A double Maximum voltage regulator output (Vrmax) (> ExcDC1A.vrmin). Typical value = 1.
efdmin ExcDC1A double Minimum voltage exciter output limiter (Efdmin) (< ExcDC1A.edfmax). Typical value = -99.
tb ExcDC1A double Voltage regulator time constant (Tb) (>= 0). Typical value = 0.
ka ExcDC1A double Voltage regulator gain (Ka) (> 0). Typical value = 46.
efd2 ExcDC1A double Exciter voltage at which exciter saturation is defined (Efd2) (> 0). Typical value = 2,3.
efdmax ExcDC1A double Maximum voltage exciter output limiter (Efdmax) (> ExcDC1A.efdmin). Typical value = 99.
vrmin ExcDC1A double Minimum voltage regulator output (Vrmin) (< 0 and < ExcDC1A.vrmax). Typical value = -0,9.
ks ExcDC1A double Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0.
efd1 ExcDC1A double Exciter voltage at which exciter saturation is defined (Efd1) (> 0). Typical value = 3,1.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcDC2A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcDC2A> rdf:type rdfs:Class ;
	rdfs:label "ExcDC2A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcDC2A.seefd2> rdf:type rdfs:Property ;
	rdfs:label "seefd2"@en ;
	rdfs:domain <ExcDC2A> ;
	rdfs:range xsd:double .
<ExcDC2A.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcDC2A> ;
	rdfs:range xsd:double .
<ExcDC2A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcDC2A> ;
	rdfs:range xsd:double .
<ExcDC2A.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcDC2A> ;
	rdfs:range xsd:double .
<ExcDC2A.vtlim> rdf:type rdfs:Property ;
	rdfs:label "vtlim"@en ;
	rdfs:domain <ExcDC2A> ;
	rdfs:range xsd:boolean .
<ExcDC2A.exclim> rdf:type rdfs:Property ;
	rdfs:label "exclim"@en ;
	rdfs:domain <ExcDC2A> ;
	rdfs:range xsd:boolean .
<ExcDC2A.tf1> rdf:type rdfs:Property ;
	rdfs:label "tf1"@en ;
	rdfs:domain <ExcDC2A> ;
	rdfs:range xsd:double .
<ExcDC2A.efd2> rdf:type rdfs:Property ;
	rdfs:label "efd2"@en ;
	rdfs:domain <ExcDC2A> ;
	rdfs:range xsd:double .
<ExcDC2A.ks> rdf:type rdfs:Property ;
	rdfs:label "ks"@en ;
	rdfs:domain <ExcDC2A> ;
	rdfs:range xsd:double .
<ExcDC2A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcDC2A> ;
	rdfs:range xsd:double .
<ExcDC2A.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcDC2A> ;
	rdfs:range xsd:double .
<ExcDC2A.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcDC2A> ;
	rdfs:range xsd:double .
<ExcDC2A.efd1> rdf:type rdfs:Property ;
	rdfs:label "efd1"@en ;
	rdfs:domain <ExcDC2A> ;
	rdfs:range xsd:double .
<ExcDC2A.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcDC2A> ;
	rdfs:range xsd:double .
<ExcDC2A.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcDC2A> ;
	rdfs:range xsd:double .
<ExcDC2A.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcDC2A> ;
	rdfs:range xsd:double .
<ExcDC2A.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcDC2A> ;
	rdfs:range xsd:double .
<ExcDC2A.seefd1> rdf:type rdfs:Property ;
	rdfs:label "seefd1"@en ;
	rdfs:domain <ExcDC2A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcDC2A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.seefd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.seefd2> <http://www.w3.org/2000/01/rdf-schema#label> "seefd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.seefd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.seefd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.vtlim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.vtlim> <http://www.w3.org/2000/01/rdf-schema#label> "vtlim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.vtlim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.vtlim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.exclim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.exclim> <http://www.w3.org/2000/01/rdf-schema#label> "exclim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.exclim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.exclim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.tf1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.tf1> <http://www.w3.org/2000/01/rdf-schema#label> "tf1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.tf1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.tf1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.efd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.efd2> <http://www.w3.org/2000/01/rdf-schema#label> "efd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.efd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.efd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.ks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.ks> <http://www.w3.org/2000/01/rdf-schema#label> "ks"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.ks> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.ks> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.efd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.efd1> <http://www.w3.org/2000/01/rdf-schema#label> "efd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.efd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.efd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.seefd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.seefd1> <http://www.w3.org/2000/01/rdf-schema#label> "seefd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.seefd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC2A.seefd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified IEEE DC2A direct current commutator exciter with speed input, one more leg block in feedback loop and without underexcitation limiters (UEL) inputs. DC type 2 excitation system model with added speed multiplier, added lead-lag, and voltage-dependent limits.

Property Domain Range Comment
seefd2 ExcDC2A double Exciter saturation function value at the corresponding exciter voltage, Efd2 (Se[Efd2]) (>= 0). Typical value = 0,117.
tc ExcDC2A double Voltage regulator time constant (Tc) (>= 0). Typical value = 0.
vrmin ExcDC2A double Minimum voltage regulator output (Vrmin) (< 0 and < ExcDC2A.vrmax). Typical value = -4,9.
tf ExcDC2A double Excitation control system stabilizer time constant (Tf) (> 0). Typical value = 0,675.
vtlim ExcDC2A boolean (Vtlim). true = limiter at the block (Ka / [1 + sTa]) is dependent on Vt false = limiter at the block is not dependent on Vt. Typical value = true.
exclim ExcDC2A boolean (exclim). IEEE standard is ambiguous about lower limit on exciter output. true = a lower limit of zero is applied to integrator output false = a lower limit of zero is not applied to integrator output. Typical value = true.
tf1 ExcDC2A double Excitation control system stabilizer time constant (Tf1) (>= 0). Typical value = 0.
efd2 ExcDC2A double Exciter voltage at which exciter saturation is defined (Efd2) (> 0). Typical value = 2,29.
ks ExcDC2A double Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0.
vrmax ExcDC2A double Maximum voltage regulator output (Vrmax) (> ExcDC2A.vrmin). Typical value = 4,95.
ta ExcDC2A double Voltage regulator time constant (Ta) (> 0). Typical value = 0,01.
ke ExcDC2A double Exciter constant related to self-excited field (Ke). If Ke is entered as zero, the model calculates an effective value of Ke such that the initial condition value of Vr is zero. The zero value of Ke is not changed. If Ke is entered as non-zero, its value is used directly, without change. Typical value = 1.
efd1 ExcDC2A double Exciter voltage at which exciter saturation is defined (Efd1) (> 0). Typical value = 3,05.
kf ExcDC2A double Excitation control system stabilizer gain (Kf) (>= 0). Typical value = 0,1.
te ExcDC2A double Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 1,33.
tb ExcDC2A double Voltage regulator time constant (Tb) (>= 0). Typical value = 0.
ka ExcDC2A double Voltage regulator gain (Ka) (> 0). Typical value = 300.
seefd1 ExcDC2A double Exciter saturation function value at the corresponding exciter voltage, Efd1 (Se[Efd1]) (>= 0). Typical value = 0,279.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcDC3A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcDC3A> rdf:type rdfs:Class ;
	rdfs:label "ExcDC3A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcDC3A.trh> rdf:type rdfs:Property ;
	rdfs:label "trh"@en ;
	rdfs:domain <ExcDC3A> ;
	rdfs:range xsd:double .
<ExcDC3A.efd1> rdf:type rdfs:Property ;
	rdfs:label "efd1"@en ;
	rdfs:domain <ExcDC3A> ;
	rdfs:range xsd:double .
<ExcDC3A.seefd1> rdf:type rdfs:Property ;
	rdfs:label "seefd1"@en ;
	rdfs:domain <ExcDC3A> ;
	rdfs:range xsd:double .
<ExcDC3A.efdmax> rdf:type rdfs:Property ;
	rdfs:label "efdmax"@en ;
	rdfs:domain <ExcDC3A> ;
	rdfs:range xsd:double .
<ExcDC3A.efd2> rdf:type rdfs:Property ;
	rdfs:label "efd2"@en ;
	rdfs:domain <ExcDC3A> ;
	rdfs:range xsd:double .
<ExcDC3A.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcDC3A> ;
	rdfs:range xsd:double .
<ExcDC3A.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcDC3A> ;
	rdfs:range xsd:double .
<ExcDC3A.kv> rdf:type rdfs:Property ;
	rdfs:label "kv"@en ;
	rdfs:domain <ExcDC3A> ;
	rdfs:range xsd:double .
<ExcDC3A.seefd2> rdf:type rdfs:Property ;
	rdfs:label "seefd2"@en ;
	rdfs:domain <ExcDC3A> ;
	rdfs:range xsd:double .
<ExcDC3A.exclim> rdf:type rdfs:Property ;
	rdfs:label "exclim"@en ;
	rdfs:domain <ExcDC3A> ;
	rdfs:range xsd:boolean .
<ExcDC3A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcDC3A> ;
	rdfs:range xsd:double .
<ExcDC3A.kr> rdf:type rdfs:Property ;
	rdfs:label "kr"@en ;
	rdfs:domain <ExcDC3A> ;
	rdfs:range xsd:double .
<ExcDC3A.efdlim> rdf:type rdfs:Property ;
	rdfs:label "efdlim"@en ;
	rdfs:domain <ExcDC3A> ;
	rdfs:range xsd:boolean .
<ExcDC3A.efdmin> rdf:type rdfs:Property ;
	rdfs:label "efdmin"@en ;
	rdfs:domain <ExcDC3A> ;
	rdfs:range xsd:double .
<ExcDC3A.ks> rdf:type rdfs:Property ;
	rdfs:label "ks"@en ;
	rdfs:domain <ExcDC3A> ;
	rdfs:range xsd:double .
<ExcDC3A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcDC3A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcDC3A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.trh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.trh> <http://www.w3.org/2000/01/rdf-schema#label> "trh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.trh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.trh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.efd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.efd1> <http://www.w3.org/2000/01/rdf-schema#label> "efd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.efd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.efd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.seefd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.seefd1> <http://www.w3.org/2000/01/rdf-schema#label> "seefd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.seefd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.seefd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.efdmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.efdmax> <http://www.w3.org/2000/01/rdf-schema#label> "efdmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.efdmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.efdmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.efd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.efd2> <http://www.w3.org/2000/01/rdf-schema#label> "efd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.efd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.efd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.kv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.kv> <http://www.w3.org/2000/01/rdf-schema#label> "kv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.kv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.kv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.seefd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.seefd2> <http://www.w3.org/2000/01/rdf-schema#label> "seefd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.seefd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.seefd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.exclim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.exclim> <http://www.w3.org/2000/01/rdf-schema#label> "exclim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.exclim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.exclim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.kr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.kr> <http://www.w3.org/2000/01/rdf-schema#label> "kr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.kr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.kr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.efdlim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.efdlim> <http://www.w3.org/2000/01/rdf-schema#label> "efdlim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.efdlim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.efdlim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.efdmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.efdmin> <http://www.w3.org/2000/01/rdf-schema#label> "efdmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.efdmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.efdmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.ks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.ks> <http://www.w3.org/2000/01/rdf-schema#label> "ks"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.ks> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.ks> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified IEEE DC3A direct current commutator exciter with speed input, and deadband. DC old type 4.

Property Domain Range Comment
trh ExcDC3A double Rheostat travel time (Trh) (> 0). Typical value = 20.
efd1 ExcDC3A double Exciter voltage at which exciter saturation is defined (Efd1) (> 0). Typical value = 2,6.
seefd1 ExcDC3A double Exciter saturation function value at the corresponding exciter voltage, Efd1 (Se[Efd1]) (>= 0). Typical value = 0,1.
efdmax ExcDC3A double Maximum voltage exciter output limiter (Efdmax) (> ExcDC3A.efdmin). Typical value = 99.
efd2 ExcDC3A double Exciter voltage at which exciter saturation is defined (Efd2) (> 0). Typical value = 3,45.
ke ExcDC3A double Exciter constant related to self-excited field (Ke). Typical value = 1.
te ExcDC3A double Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 1,83.
kv ExcDC3A double Fast raise/lower contact setting (Kv) (> 0). Typical value = 0,05.
seefd2 ExcDC3A double Exciter saturation function value at the corresponding exciter voltage, Efd2 (Se[Efd2]) (>= 0). Typical value = 0,35.
exclim ExcDC3A boolean (exclim). IEEE standard is ambiguous about lower limit on exciter output. true = a lower limit of zero is applied to integrator output false = a lower limit of zero not applied to integrator output. Typical value = true.
vrmin ExcDC3A double Minimum voltage regulator output (Vrmin) (<= 0). Typical value = 0.
kr ExcDC3A double Deadband (Kr). Typical value = 0.
efdlim ExcDC3A boolean (Efdlim). true = exciter output limiter is active false = exciter output limiter not active. Typical value = true.
efdmin ExcDC3A double Minimum voltage exciter output limiter (Efdmin) (< ExcDC3A.efdmax). Typical value = -99.
ks ExcDC3A double Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0.
vrmax ExcDC3A double Maximum voltage regulator output (Vrmax) (> 0). Typical value = 5.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcDC3A1

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcDC3A1> rdf:type rdfs:Class ;
	rdfs:label "ExcDC3A1"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcDC3A1.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcDC3A1> ;
	rdfs:range xsd:double .
<ExcDC3A1.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcDC3A1> ;
	rdfs:range xsd:double .
<ExcDC3A1.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcDC3A1> ;
	rdfs:range xsd:double .
<ExcDC3A1.vbmax> rdf:type rdfs:Property ;
	rdfs:label "vbmax"@en ;
	rdfs:domain <ExcDC3A1> ;
	rdfs:range xsd:double .
<ExcDC3A1.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcDC3A1> ;
	rdfs:range xsd:double .
<ExcDC3A1.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcDC3A1> ;
	rdfs:range xsd:double .
<ExcDC3A1.exclim> rdf:type rdfs:Property ;
	rdfs:label "exclim"@en ;
	rdfs:domain <ExcDC3A1> ;
	rdfs:range xsd:boolean .
<ExcDC3A1.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcDC3A1> ;
	rdfs:range xsd:double .
<ExcDC3A1.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcDC3A1> ;
	rdfs:range xsd:double .
<ExcDC3A1.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcDC3A1> ;
	rdfs:range xsd:double .
<ExcDC3A1.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcDC3A1> ;
	rdfs:range xsd:double .
<ExcDC3A1.vb1max> rdf:type rdfs:Property ;
	rdfs:label "vb1max"@en ;
	rdfs:domain <ExcDC3A1> ;
	rdfs:range xsd:double .
<ExcDC3A1.vblim> rdf:type rdfs:Property ;
	rdfs:label "vblim"@en ;
	rdfs:domain <ExcDC3A1> ;
	rdfs:range xsd:boolean .
<ExcDC3A1.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcDC3A1> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1> <http://www.w3.org/2000/01/rdf-schema#label> "ExcDC3A1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.vbmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.vbmax> <http://www.w3.org/2000/01/rdf-schema#label> "vbmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.vbmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.vbmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.exclim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.exclim> <http://www.w3.org/2000/01/rdf-schema#label> "exclim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.exclim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.exclim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.vb1max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.vb1max> <http://www.w3.org/2000/01/rdf-schema#label> "vb1max"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.vb1max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.vb1max> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.vblim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.vblim> <http://www.w3.org/2000/01/rdf-schema#label> "vblim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.vblim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.vblim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcDC3A1.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified old IEEE type 3 excitation system.

Property Domain Range Comment
tf ExcDC3A1 double Excitation control system stabilizer time constant (Tf) (>= 0). Typical value = 0,675.
vrmax ExcDC3A1 double Maximum voltage regulator output (Vrmax) (> ExcDC3A1.vrmin). Typical value = 5.
te ExcDC3A1 double Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 1,83.
vbmax ExcDC3A1 double Available exciter voltage limiter (Vbmax) (> 0). Typical value = 11,63.
ka ExcDC3A1 double Voltage regulator gain (Ka) (> 0). Typical value = 300.
vrmin ExcDC3A1 double Minimum voltage regulator output (Vrmin) (< 0 and < ExcDC3A1.vrmax). Typical value = 0.
exclim ExcDC3A1 boolean (exclim). true = lower limit of zero is applied to integrator output false = lower limit of zero not applied to integrator output. Typical value = true.
kp ExcDC3A1 double Potential circuit gain coefficient (Kp) (>= 0). Typical value = 4,37.
ta ExcDC3A1 double Voltage regulator time constant (Ta) (> 0). Typical value = 0,01.
kf ExcDC3A1 double Excitation control system stabilizer gain (Kf) (>= 0). Typical value = 0,1.
ke ExcDC3A1 double Exciter constant related to self-excited field (Ke). Typical value = 1.
vb1max ExcDC3A1 double Available exciter voltage limiter (Vb1max) (> 0). Typical value = 11,63.
vblim ExcDC3A1 boolean Vb limiter indicator. true = exciter Vbmax limiter is active false = Vb1max is active. Typical value = true.
ki ExcDC3A1 double Potential circuit gain coefficient (Ki) (>= 0). Typical value = 4,83.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcELIN1

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcELIN1> rdf:type rdfs:Class ;
	rdfs:label "ExcELIN1"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcELIN1.ts1> rdf:type rdfs:Property ;
	rdfs:label "ts1"@en ;
	rdfs:domain <ExcELIN1> ;
	rdfs:range xsd:double .
<ExcELIN1.ks1> rdf:type rdfs:Property ;
	rdfs:label "ks1"@en ;
	rdfs:domain <ExcELIN1> ;
	rdfs:range xsd:double .
<ExcELIN1.ts2> rdf:type rdfs:Property ;
	rdfs:label "ts2"@en ;
	rdfs:domain <ExcELIN1> ;
	rdfs:range xsd:double .
<ExcELIN1.vpnf> rdf:type rdfs:Property ;
	rdfs:label "vpnf"@en ;
	rdfs:domain <ExcELIN1> ;
	rdfs:range xsd:double .
<ExcELIN1.smax> rdf:type rdfs:Property ;
	rdfs:label "smax"@en ;
	rdfs:domain <ExcELIN1> ;
	rdfs:range xsd:double .
<ExcELIN1.efmax> rdf:type rdfs:Property ;
	rdfs:label "efmax"@en ;
	rdfs:domain <ExcELIN1> ;
	rdfs:range xsd:double .
<ExcELIN1.tnu> rdf:type rdfs:Property ;
	rdfs:label "tnu"@en ;
	rdfs:domain <ExcELIN1> ;
	rdfs:range xsd:double .
<ExcELIN1.xe> rdf:type rdfs:Property ;
	rdfs:label "xe"@en ;
	rdfs:domain <ExcELIN1> ;
	rdfs:range xsd:double .
<ExcELIN1.tfi> rdf:type rdfs:Property ;
	rdfs:label "tfi"@en ;
	rdfs:domain <ExcELIN1> ;
	rdfs:range xsd:double .
<ExcELIN1.ks2> rdf:type rdfs:Property ;
	rdfs:label "ks2"@en ;
	rdfs:domain <ExcELIN1> ;
	rdfs:range xsd:double .
<ExcELIN1.vpu> rdf:type rdfs:Property ;
	rdfs:label "vpu"@en ;
	rdfs:domain <ExcELIN1> ;
	rdfs:range xsd:double .
<ExcELIN1.tsw> rdf:type rdfs:Property ;
	rdfs:label "tsw"@en ;
	rdfs:domain <ExcELIN1> ;
	rdfs:range xsd:double .
<ExcELIN1.dpnf> rdf:type rdfs:Property ;
	rdfs:label "dpnf"@en ;
	rdfs:domain <ExcELIN1> ;
	rdfs:range xsd:double .
<ExcELIN1.efmin> rdf:type rdfs:Property ;
	rdfs:label "efmin"@en ;
	rdfs:domain <ExcELIN1> ;
	rdfs:range xsd:double .
<ExcELIN1.vpi> rdf:type rdfs:Property ;
	rdfs:label "vpi"@en ;
	rdfs:domain <ExcELIN1> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1> <http://www.w3.org/2000/01/rdf-schema#label> "ExcELIN1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.ts1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.ts1> <http://www.w3.org/2000/01/rdf-schema#label> "ts1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.ts1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.ts1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.ks1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.ks1> <http://www.w3.org/2000/01/rdf-schema#label> "ks1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.ks1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.ks1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.ts2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.ts2> <http://www.w3.org/2000/01/rdf-schema#label> "ts2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.ts2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.ts2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.vpnf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.vpnf> <http://www.w3.org/2000/01/rdf-schema#label> "vpnf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.vpnf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.vpnf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.smax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.smax> <http://www.w3.org/2000/01/rdf-schema#label> "smax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.smax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.smax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.efmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.efmax> <http://www.w3.org/2000/01/rdf-schema#label> "efmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.efmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.efmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.tnu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.tnu> <http://www.w3.org/2000/01/rdf-schema#label> "tnu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.tnu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.tnu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.xe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.xe> <http://www.w3.org/2000/01/rdf-schema#label> "xe"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.xe> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.xe> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.tfi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.tfi> <http://www.w3.org/2000/01/rdf-schema#label> "tfi"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.tfi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.tfi> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.ks2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.ks2> <http://www.w3.org/2000/01/rdf-schema#label> "ks2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.ks2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.ks2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.vpu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.vpu> <http://www.w3.org/2000/01/rdf-schema#label> "vpu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.vpu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.vpu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.tsw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.tsw> <http://www.w3.org/2000/01/rdf-schema#label> "tsw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.tsw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.tsw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.dpnf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.dpnf> <http://www.w3.org/2000/01/rdf-schema#label> "dpnf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.dpnf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.dpnf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.efmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.efmin> <http://www.w3.org/2000/01/rdf-schema#label> "efmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.efmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.efmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.vpi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.vpi> <http://www.w3.org/2000/01/rdf-schema#label> "vpi"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.vpi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN1.vpi> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Static PI transformer fed excitation system ELIN (VATECH) - simplified model. This model represents an all-static excitation system. A PI voltage controller establishes a desired field current set point for a proportional current controller. The integrator of the PI controller has a follow-up input to match its signal to the present field current. A power system stabilizer with power input is included in the model.

Property Domain Range Comment
ts1 ExcELIN1 double Stabilizer phase lag time constant (Ts1) (>= 0). Typical value = 1.
ks1 ExcELIN1 double Stabilizer gain 1 (Ks1). Typical value = 0.
ts2 ExcELIN1 double Stabilizer filter time constant (Ts2) (>= 0). Typical value = 1.
vpnf ExcELIN1 double Controller follow up gain (Vpnf). Typical value = 2.
smax ExcELIN1 double Stabilizer limit output (smax). Typical value = 0,1.
efmax ExcELIN1 double Maximum open circuit excitation voltage (Efmax) (> ExcELIN1.efmin). Typical value = 5.
tnu ExcELIN1 double Controller reset time constant (Tnu) (>= 0). Typical value = 2.
xe ExcELIN1 double Excitation transformer effective reactance (Xe) (>= 0). Xe represents the regulation of the transformer/rectifier unit. Typical value = 0,06.
tfi ExcELIN1 double Current transducer time constant (Tfi) (>= 0). Typical value = 0.
ks2 ExcELIN1 double Stabilizer gain 2 (Ks2). Typical value = 0.
vpu ExcELIN1 double Voltage controller proportional gain (Vpu). Typical value = 34,5.
tsw ExcELIN1 double Stabilizer parameters (Tsw) (>= 0). Typical value = 3.
dpnf ExcELIN1 double Controller follow up deadband (Dpnf). Typical value = 0.
efmin ExcELIN1 double Minimum open circuit excitation voltage (Efmin) (< ExcELIN1.efmax). Typical value = -5.
vpi ExcELIN1 double Current controller gain (Vpi). Typical value = 12,45.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcELIN2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcELIN2> rdf:type rdfs:Class ;
	rdfs:label "ExcELIN2"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcELIN2.efdbas> rdf:type rdfs:Property ;
	rdfs:label "efdbas"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.kd1> rdf:type rdfs:Property ;
	rdfs:label "kd1"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.tb1> rdf:type rdfs:Property ;
	rdfs:label "tb1"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.upmin> rdf:type rdfs:Property ;
	rdfs:label "upmin"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.iefmin> rdf:type rdfs:Property ;
	rdfs:label "iefmin"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.iefmax> rdf:type rdfs:Property ;
	rdfs:label "iefmax"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.ti4> rdf:type rdfs:Property ;
	rdfs:label "ti4"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.xp> rdf:type rdfs:Property ;
	rdfs:label "xp"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.pid1max> rdf:type rdfs:Property ;
	rdfs:label "pid1max"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.ti3> rdf:type rdfs:Property ;
	rdfs:label "ti3"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.ti1> rdf:type rdfs:Property ;
	rdfs:label "ti1"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.te2> rdf:type rdfs:Property ;
	rdfs:label "te2"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.iefmax2> rdf:type rdfs:Property ;
	rdfs:label "iefmax2"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.k1ec> rdf:type rdfs:Property ;
	rdfs:label "k1ec"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.k4> rdf:type rdfs:Property ;
	rdfs:label "k4"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.tr4> rdf:type rdfs:Property ;
	rdfs:label "tr4"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.upmax> rdf:type rdfs:Property ;
	rdfs:label "upmax"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.ke2> rdf:type rdfs:Property ;
	rdfs:label "ke2"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.ketb> rdf:type rdfs:Property ;
	rdfs:label "ketb"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<ExcELIN2.k3> rdf:type rdfs:Property ;
	rdfs:label "k3"@en ;
	rdfs:domain <ExcELIN2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> <http://www.w3.org/2000/01/rdf-schema#label> "ExcELIN2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.efdbas> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.efdbas> <http://www.w3.org/2000/01/rdf-schema#label> "efdbas"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.efdbas> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.efdbas> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.kd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.kd1> <http://www.w3.org/2000/01/rdf-schema#label> "kd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.kd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.kd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.tb1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.tb1> <http://www.w3.org/2000/01/rdf-schema#label> "tb1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.tb1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.tb1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.upmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.upmin> <http://www.w3.org/2000/01/rdf-schema#label> "upmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.upmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.upmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.iefmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.iefmin> <http://www.w3.org/2000/01/rdf-schema#label> "iefmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.iefmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.iefmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.iefmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.iefmax> <http://www.w3.org/2000/01/rdf-schema#label> "iefmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.iefmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.iefmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ti4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ti4> <http://www.w3.org/2000/01/rdf-schema#label> "ti4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ti4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ti4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.xp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.xp> <http://www.w3.org/2000/01/rdf-schema#label> "xp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.xp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.xp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.pid1max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.pid1max> <http://www.w3.org/2000/01/rdf-schema#label> "pid1max"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.pid1max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.pid1max> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ti3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ti3> <http://www.w3.org/2000/01/rdf-schema#label> "ti3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ti3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ti3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ti1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ti1> <http://www.w3.org/2000/01/rdf-schema#label> "ti1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ti1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ti1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.te2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.te2> <http://www.w3.org/2000/01/rdf-schema#label> "te2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.te2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.te2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.iefmax2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.iefmax2> <http://www.w3.org/2000/01/rdf-schema#label> "iefmax2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.iefmax2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.iefmax2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.k1ec> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.k1ec> <http://www.w3.org/2000/01/rdf-schema#label> "k1ec"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.k1ec> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.k1ec> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.k4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.k4> <http://www.w3.org/2000/01/rdf-schema#label> "k4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.k4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.k4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.tr4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.tr4> <http://www.w3.org/2000/01/rdf-schema#label> "tr4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.tr4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.tr4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.upmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.upmax> <http://www.w3.org/2000/01/rdf-schema#label> "upmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.upmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.upmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ke2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ke2> <http://www.w3.org/2000/01/rdf-schema#label> "ke2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ke2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ke2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ketb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ketb> <http://www.w3.org/2000/01/rdf-schema#label> "ketb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ketb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.ketb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.k3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.k3> <http://www.w3.org/2000/01/rdf-schema#label> "k3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.k3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcELIN2.k3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Detailed excitation system ELIN (VATECH). This model represents an all-static excitation system. A PI voltage controller establishes a desired field current set point for a proportional current controller. The integrator of the PI controller has a follow-up input to match its signal to the present field current. Power system stabilizer models used in conjunction with this excitation system model: PssELIN2, PssIEEE2B, Pss2B.

Property Domain Range Comment
efdbas ExcELIN2 double Gain (Efdbas). Typical value = 0,1.
kd1 ExcELIN2 double Voltage controller derivative gain (Kd1). Typical value = 34,5.
tb1 ExcELIN2 double Voltage controller derivative washout time constant (Tb1) (>= 0). Typical value = 12,45.
te ExcELIN2 double Time constant (Te) (>= 0). Typical value = 0.
upmin ExcELIN2 double Limiter (Upmin) (< ExcELIN2.upmax). Typical value = 0.
iefmin ExcELIN2 double Limiter (Iefmin) (< ExcELIN2.iefmax). Typical value = 1.
k2 ExcELIN2 double Gain (K2). Typical value = 5.
ve1 ExcELIN2 double Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve1) (> 0). Typical value = 3.
iefmax ExcELIN2 double Limiter (Iefmax) (> ExcELIN2.iefmin). Typical value = 1.
ti4 ExcELIN2 double Time constant (Ti4) (>= 0). Typical value = 0.
seve2 ExcELIN2 double Exciter saturation function value at the corresponding exciter voltage, Ve2, back of commutating reactance (Se[Ve2]) (>= 0). Typical value = 1.
k1 ExcELIN2 double Voltage regulator input gain (K1). Typical value = 0.
xp ExcELIN2 double Excitation transformer effective reactance (Xp). Typical value = 1.
pid1max ExcELIN2 double Controller follow up gain (PID1max). Typical value = 2.
ti3 ExcELIN2 double Time constant (Ti3) (>= 0). Typical value = 3.
ti1 ExcELIN2 double Controller follow up deadband (Ti1). Typical value = 0.
te2 ExcELIN2 double Time Constant (Te2) (>= 0). Typical value = 1.
iefmax2 ExcELIN2 double Minimum open circuit excitation voltage (Iefmax2). Typical value = -5.
k1ec ExcELIN2 double Voltage regulator input limit (K1ec). Typical value = 2.
seve1 ExcELIN2 double Exciter saturation function value at the corresponding exciter voltage, Ve1, back of commutating reactance (Se[Ve1]) (>= 0). Typical value = 0.
k4 ExcELIN2 double Gain (K4). Typical value = 0.
tr4 ExcELIN2 double Time constant (Tr4) (>= 0). Typical value = 1.
upmax ExcELIN2 double Limiter (Upmax) (> ExcELIN2.upmin). Typical value = 3.
ke2 ExcELIN2 double Gain (Ke2). Typical value = 0,1.
ve2 ExcELIN2 double Exciter alternator output voltages back of commutating reactance at which saturation is defined (Ve2) (> 0). Typical value = 0.
ketb ExcELIN2 double Gain (Ketb). Typical value = 0,06.
k3 ExcELIN2 double Gain (K3). Typical value = 0,1.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcHU

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcHU> rdf:type rdfs:Class ;
	rdfs:label "ExcHU"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcHU.ai> rdf:type rdfs:Property ;
	rdfs:label "ai"@en ;
	rdfs:domain <ExcHU> ;
	rdfs:range xsd:double .
<ExcHU.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcHU> ;
	rdfs:range xsd:double .
<ExcHU.ti> rdf:type rdfs:Property ;
	rdfs:label "ti"@en ;
	rdfs:domain <ExcHU> ;
	rdfs:range xsd:double .
<ExcHU.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcHU> ;
	rdfs:range xsd:double .
<ExcHU.emin> rdf:type rdfs:Property ;
	rdfs:label "emin"@en ;
	rdfs:domain <ExcHU> ;
	rdfs:range xsd:double .
<ExcHU.imax> rdf:type rdfs:Property ;
	rdfs:label "imax"@en ;
	rdfs:domain <ExcHU> ;
	rdfs:range xsd:double .
<ExcHU.imin> rdf:type rdfs:Property ;
	rdfs:label "imin"@en ;
	rdfs:domain <ExcHU> ;
	rdfs:range xsd:double .
<ExcHU.atr> rdf:type rdfs:Property ;
	rdfs:label "atr"@en ;
	rdfs:domain <ExcHU> ;
	rdfs:range xsd:double .
<ExcHU.tr> rdf:type rdfs:Property ;
	rdfs:label "tr"@en ;
	rdfs:domain <ExcHU> ;
	rdfs:range xsd:double .
<ExcHU.emax> rdf:type rdfs:Property ;
	rdfs:label "emax"@en ;
	rdfs:domain <ExcHU> ;
	rdfs:range xsd:double .
<ExcHU.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcHU> ;
	rdfs:range xsd:double .
<ExcHU.ae> rdf:type rdfs:Property ;
	rdfs:label "ae"@en ;
	rdfs:domain <ExcHU> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU> <http://www.w3.org/2000/01/rdf-schema#label> "ExcHU"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.ai> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.ai> <http://www.w3.org/2000/01/rdf-schema#label> "ai"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.ai> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.ai> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.ti> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.ti> <http://www.w3.org/2000/01/rdf-schema#label> "ti"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.ti> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.ti> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.emin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.emin> <http://www.w3.org/2000/01/rdf-schema#label> "emin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.emin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.emin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.imax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.imax> <http://www.w3.org/2000/01/rdf-schema#label> "imax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.imax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.imax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.imin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.imin> <http://www.w3.org/2000/01/rdf-schema#label> "imin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.imin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.imin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.atr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.atr> <http://www.w3.org/2000/01/rdf-schema#label> "atr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.atr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.atr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.tr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.tr> <http://www.w3.org/2000/01/rdf-schema#label> "tr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.tr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.tr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.emax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.emax> <http://www.w3.org/2000/01/rdf-schema#label> "emax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.emax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.emax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.ae> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.ae> <http://www.w3.org/2000/01/rdf-schema#label> "ae"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.ae> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcHU.ae> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Hungarian excitation system, with built-in voltage transducer.

Property Domain Range Comment
ai ExcHU double Minor loop PI tag gain factor (Ai). Typical value = 22.
te ExcHU double Major loop PI tag integration time constant (Te) (>= 0). Typical value = 0,154.
ti ExcHU double Minor loop PI control tag integration time constant (Ti) (>= 0). Typical value = 0,01333.
ki ExcHU double Current base conversion constant (Ki). Typical value = 0,21428.
emin ExcHU double Field voltage control signal lower limit on AVR base (Emin) (< ExcHU.emax). Typical value = -0,866.
imax ExcHU double Major loop PI tag output signal upper limit (Imax) (> ExcHU.imin). Typical value = 2,19.
imin ExcHU double Major loop PI tag output signal lower limit (Imin) (< ExcHU.imax). Typical value = 0,1.
atr ExcHU double AVR constant (Atr). Typical value = 2,19.
tr ExcHU double Filter time constant (Tr) (>= 0). If a voltage compensator is used in conjunction with this excitation system model, Tr should be set to 0. Typical value = 0,01.
emax ExcHU double Field voltage control signal upper limit on AVR base (Emax) (> ExcHU.emin). Typical value = 0,996.
ke ExcHU double Voltage base conversion constant (Ke). Typical value = 4,666.
ae ExcHU double Major loop PI tag gain factor (Ae). Typical value = 3.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEAC10C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEAC10C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEAC10C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEAC10C.tc2> rdf:type rdfs:Property ;
	rdfs:label "tc2"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.tuc2> rdf:type rdfs:Property ;
	rdfs:label "tuc2"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.tub2> rdf:type rdfs:Property ;
	rdfs:label "tub2"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.voelInputKind> rdf:type rdfs:Property ;
	rdfs:label "voelInputKind"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:string .
<ExcIEEEAC10C.tuc1> rdf:type rdfs:Property ;
	rdfs:label "tuc1"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.toc1> rdf:type rdfs:Property ;
	rdfs:label "toc1"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.sw1> rdf:type rdfs:Property ;
	rdfs:label "sw1"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC10C.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.vrsmin> rdf:type rdfs:Property ;
	rdfs:label "vrsmin"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.kc2> rdf:type rdfs:Property ;
	rdfs:label "kc2"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.tub1> rdf:type rdfs:Property ;
	rdfs:label "tub1"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.vb1max> rdf:type rdfs:Property ;
	rdfs:label "vb1max"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.vb2max> rdf:type rdfs:Property ;
	rdfs:label "vb2max"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.vemin> rdf:type rdfs:Property ;
	rdfs:label "vemin"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.vrsmax> rdf:type rdfs:Property ;
	rdfs:label "vrsmax"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.tf2> rdf:type rdfs:Property ;
	rdfs:label "tf2"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.xl> rdf:type rdfs:Property ;
	rdfs:label "xl"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.kcr> rdf:type rdfs:Property ;
	rdfs:label "kcr"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.texc> rdf:type rdfs:Property ;
	rdfs:label "texc"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.tob2> rdf:type rdfs:Property ;
	rdfs:label "tob2"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.tb1> rdf:type rdfs:Property ;
	rdfs:label "tb1"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.tb2> rdf:type rdfs:Property ;
	rdfs:label "tb2"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.titap> rdf:type rdfs:Property ;
	rdfs:label "titap"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.tob1> rdf:type rdfs:Property ;
	rdfs:label "tob1"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.kexc> rdf:type rdfs:Property ;
	rdfs:label "kexc"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.kc1> rdf:type rdfs:Property ;
	rdfs:label "kc1"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.vuelInputKind> rdf:type rdfs:Property ;
	rdfs:label "vuelInputKind"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:string .
<ExcIEEEAC10C.vsInputKind> rdf:type rdfs:Property ;
	rdfs:label "vsInputKind"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:string .
<ExcIEEEAC10C.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.vfemax> rdf:type rdfs:Property ;
	rdfs:label "vfemax"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.toc2> rdf:type rdfs:Property ;
	rdfs:label "toc2"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.vsclInputKind> rdf:type rdfs:Property ;
	rdfs:label "vsclInputKind"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:string .
<ExcIEEEAC10C.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.swexc> rdf:type rdfs:Property ;
	rdfs:label "swexc"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC10C.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.klim> rdf:type rdfs:Property ;
	rdfs:label "klim"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.ki2> rdf:type rdfs:Property ;
	rdfs:label "ki2"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.kr> rdf:type rdfs:Property ;
	rdfs:label "kr"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.tc1> rdf:type rdfs:Property ;
	rdfs:label "tc1"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.vfelim> rdf:type rdfs:Property ;
	rdfs:label "vfelim"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.tf1> rdf:type rdfs:Property ;
	rdfs:label "tf1"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.kvfe> rdf:type rdfs:Property ;
	rdfs:label "kvfe"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<ExcIEEEAC10C.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcIEEEAC10C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEAC10C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tc2> <http://www.w3.org/2000/01/rdf-schema#label> "tc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tuc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tuc2> <http://www.w3.org/2000/01/rdf-schema#label> "tuc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tuc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tuc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tub2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tub2> <http://www.w3.org/2000/01/rdf-schema#label> "tub2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tub2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tub2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.voelInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "voelInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tuc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tuc1> <http://www.w3.org/2000/01/rdf-schema#label> "tuc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tuc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tuc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.toc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.toc1> <http://www.w3.org/2000/01/rdf-schema#label> "toc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.toc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.toc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.sw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.sw1> <http://www.w3.org/2000/01/rdf-schema#label> "sw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.sw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.sw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vrsmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vrsmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrsmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vrsmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vrsmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kc2> <http://www.w3.org/2000/01/rdf-schema#label> "kc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tub1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tub1> <http://www.w3.org/2000/01/rdf-schema#label> "tub1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tub1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tub1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vb1max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vb1max> <http://www.w3.org/2000/01/rdf-schema#label> "vb1max"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vb1max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vb1max> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vb2max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vb2max> <http://www.w3.org/2000/01/rdf-schema#label> "vb2max"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vb2max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vb2max> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vemin> <http://www.w3.org/2000/01/rdf-schema#label> "vemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vrsmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vrsmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrsmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vrsmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vrsmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tf2> <http://www.w3.org/2000/01/rdf-schema#label> "tf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.xl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.xl> <http://www.w3.org/2000/01/rdf-schema#label> "xl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.xl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.xl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kcr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kcr> <http://www.w3.org/2000/01/rdf-schema#label> "kcr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kcr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kcr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.texc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.texc> <http://www.w3.org/2000/01/rdf-schema#label> "texc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.texc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.texc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tob2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tob2> <http://www.w3.org/2000/01/rdf-schema#label> "tob2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tob2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tob2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tb1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tb1> <http://www.w3.org/2000/01/rdf-schema#label> "tb1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tb1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tb1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tb2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tb2> <http://www.w3.org/2000/01/rdf-schema#label> "tb2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tb2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tb2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.titap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.titap> <http://www.w3.org/2000/01/rdf-schema#label> "titap"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.titap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.titap> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tob1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tob1> <http://www.w3.org/2000/01/rdf-schema#label> "tob1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tob1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tob1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kexc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kexc> <http://www.w3.org/2000/01/rdf-schema#label> "kexc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kexc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kexc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kc1> <http://www.w3.org/2000/01/rdf-schema#label> "kc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vuelInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "vuelInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vsInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vsInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "vsInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vsInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vsInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vfemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vfemax> <http://www.w3.org/2000/01/rdf-schema#label> "vfemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vfemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vfemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.toc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.toc2> <http://www.w3.org/2000/01/rdf-schema#label> "toc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.toc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.toc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vsclInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "vsclInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.swexc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.swexc> <http://www.w3.org/2000/01/rdf-schema#label> "swexc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.swexc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.swexc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.klim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.klim> <http://www.w3.org/2000/01/rdf-schema#label> "klim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.klim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.klim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.ki2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.ki2> <http://www.w3.org/2000/01/rdf-schema#label> "ki2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.ki2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.ki2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kr> <http://www.w3.org/2000/01/rdf-schema#label> "kr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tc1> <http://www.w3.org/2000/01/rdf-schema#label> "tc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vfelim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vfelim> <http://www.w3.org/2000/01/rdf-schema#label> "vfelim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vfelim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vfelim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tf1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tf1> <http://www.w3.org/2000/01/rdf-schema#label> "tf1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tf1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.tf1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kvfe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kvfe> <http://www.w3.org/2000/01/rdf-schema#label> "kvfe"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kvfe> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kvfe> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC10C.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 AC10C excitation system model. It represents an excitation system with a brushless exciter, which is fed from an independent source or is supplied via the generator terminals.

Reference: IEEE 421.5-2016, 7.19.

Property Domain Range Comment
tc2 ExcIEEEAC10C double Voltage regulator numerator (lead) time constant 2 (Tc2) (>=0). Typical value = 0,9.
tuc2 ExcIEEEAC10C double UEL regulator numerator (lead) time constant 2 (Tuc2) (>=0). Typical value = 0,9.
tub2 ExcIEEEAC10C double UEL regulator denominator (lag) time constant 2 (Tub2) (>=0). Typical value = 0,13.
voelInputKind ExcIEEEAC10C string Alternate OEL input locations (Voel). The value takeOverInnerLoop shall not be used in this model type.
tuc1 ExcIEEEAC10C double UEL regulator numerator (lead) time constant 1 (Tuc1) (>=0). Typical value = 3.
toc1 ExcIEEEAC10C double OEL regulator numerator (lead) time constant 1 (Toc1) (>=0). Typical value = 0,9.
sw1 ExcIEEEAC10C boolean Power source selector (SW1). True means position A. False means position B. Typical value = false.
ki ExcIEEEAC10C double Compound circuit (current) gain coefficient (Ki). Typical value = 0.
vrsmin ExcIEEEAC10C double Minimum PSS regulator output (Vrsmin). Typical value = -20.
kc2 ExcIEEEAC10C double Rectifier loading factor proportional to commutating reactance (Kc1). Typical value = 0.
tub1 ExcIEEEAC10C double UEL regulator denominator (lag) time constant 1 (Tub1) (>=0). Typical value = 22,5.
vb1max ExcIEEEAC10C double Maximum available exciter field voltage (Vb1max). Typical value = 1,5.
vb2max ExcIEEEAC10C double Maximum available compound field voltage (Vb2max). Typical value = 0.
vemin ExcIEEEAC10C double Minimum exciter output voltage (Vemin). Typical value = 0.
te ExcIEEEAC10C double Exciter field time constant (Te) (>=0). Typical value = 1,3.
ve2 ExcIEEEAC10C double Exciter output voltage for saturation factor Se(Ve2), (Ve2). Typical value = 7,5.
vrsmax ExcIEEEAC10C double Maximum PSS regulator output (Vrsmax). Typical value = 20.
tf2 ExcIEEEAC10C double Exciter field current regulator denominator (lag) time constant (Tf2) (>=0). Typical value = 0,1.
xl ExcIEEEAC10C double Reactance associated with potential source (Xl). Typical value = 0.
vrmin ExcIEEEAC10C double Minimum regulator output (Vrmin). Typical value = -35.
kcr ExcIEEEAC10C double Exciter field current regulator proportional gain (Kcr). Typical value = 0.
texc ExcIEEEAC10C double Exciter field current regulator measurement time constant (Texc) (>=0). Typical value = 0.
tob2 ExcIEEEAC10C double OEL regulator denominator (lag) time constant 2 (Tob2) (>=0). Typical value = 0,1.
tb1 ExcIEEEAC10C double Voltage regulator denominator (lag) time constant 1 (Tb1) (>=0). Typical value = 22,5.
tb2 ExcIEEEAC10C double Voltage regulator denominator (lag) time constant 2 (Tb2) (>=0). Typical value = 0,13.
titap ExcIEEEAC10C double Potential circuit phase angle (degrees) (Titap). Typical value = 0.
tob1 ExcIEEEAC10C double OEL regulator denominator (lag) time constant 1 (Tob1) (>=0). Typical value = 18.
kexc ExcIEEEAC10C double Exciter field current regulator feedback gain (Kexc). Typical value = 1.
kc1 ExcIEEEAC10C double Rectifier loading factor proportional to commutating reactance (Kc1). Typical value = 0.
vuelInputKind ExcIEEEAC10C string Alternate UEL input locations (Vuel).
vsInputKind ExcIEEEAC10C string Alternate PSS input locations (Vs).
seve2 ExcIEEEAC10C double Exciter saturation factor at exciter output voltage Ve2, Se(Ve2). Typical value = 0,044.
vfemax ExcIEEEAC10C double Maximum exciter field current limit reference (Vfemax). Typical value = 44.
toc2 ExcIEEEAC10C double OEL regulator numerator (lead) time constant 2 (Toc2) (>=0). Typical value = 0,1.
seve1 ExcIEEEAC10C double Exciter saturation factor at exciter output voltage Ve1, Se(Ve1). Typical value = 0,214.
vsclInputKind ExcIEEEAC10C string Alternate SCL input locations (Vscl).
ve1 ExcIEEEAC10C double Exciter output voltage for saturation factor Se(Ve1), (Ve1). Typical value = 10.
ke ExcIEEEAC10C double Exciter field proportional constant (Ke). Typical value = 1.
swexc ExcIEEEAC10C boolean Exciter field current regulator feedback selector (SWexc). True mean position A. False means position B. Typical value = false.
kc ExcIEEEAC10C double Rectifier loading factor proportional to commutating reactance (Kc). Typical value = 0,13.
klim ExcIEEEAC10C double Exciter field current limiter proportional gain (Klim). Typical value = 0.
ki2 ExcIEEEAC10C double Compound circuit (current) gain coefficient (Ki2). Typical value = 0.
kr ExcIEEEAC10C double Regulator gain (Kr). Typical value = 600.
tc1 ExcIEEEAC10C double Voltage regulator numerator (lead) time constant 1 (Tc1) (>=0). Typical value = 3.
vfelim ExcIEEEAC10C double Exciter field current limiter reference (Vfelim). Typical value = 20.
tf1 ExcIEEEAC10C double Exciter field current regulator numerator (lead) time constant (Tf1) (>=0). Typical value = 0,1.
kp ExcIEEEAC10C double Potential circuit (voltage) gain coefficient (Kp). Typical value = 1.
vrmax ExcIEEEAC10C double Maximum regulator output (Vrmax). Typical value = 40.
kvfe ExcIEEEAC10C double Exciter field current limiter feedback gain (Kvfe). Typical value = 1.
kd ExcIEEEAC10C double Demagnetizing factor, function of exciter alternator reactances (Kd). Typical value = 1,15.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEAC11C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEAC11C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEAC11C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEAC11C.vb2max> rdf:type rdfs:Property ;
	rdfs:label "vb2max"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.vrsmin> rdf:type rdfs:Property ;
	rdfs:label "vrsmin"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.vsInputKind> rdf:type rdfs:Property ;
	rdfs:label "vsInputKind"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:string .
<ExcIEEEAC11C.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.kpo> rdf:type rdfs:Property ;
	rdfs:label "kpo"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.vemin> rdf:type rdfs:Property ;
	rdfs:label "vemin"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.tiu> rdf:type rdfs:Property ;
	rdfs:label "tiu"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.kpa> rdf:type rdfs:Property ;
	rdfs:label "kpa"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.tia> rdf:type rdfs:Property ;
	rdfs:label "tia"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.titap> rdf:type rdfs:Property ;
	rdfs:label "titap"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.kc1> rdf:type rdfs:Property ;
	rdfs:label "kc1"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.ki2> rdf:type rdfs:Property ;
	rdfs:label "ki2"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.vrsmax> rdf:type rdfs:Property ;
	rdfs:label "vrsmax"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.vb1max> rdf:type rdfs:Property ;
	rdfs:label "vb1max"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.xl> rdf:type rdfs:Property ;
	rdfs:label "xl"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.vuelInputKind> rdf:type rdfs:Property ;
	rdfs:label "vuelInputKind"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:string .
<ExcIEEEAC11C.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.kboost> rdf:type rdfs:Property ;
	rdfs:label "kboost"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.vboost> rdf:type rdfs:Property ;
	rdfs:label "vboost"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.kc2> rdf:type rdfs:Property ;
	rdfs:label "kc2"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.vsclInputKind> rdf:type rdfs:Property ;
	rdfs:label "vsclInputKind"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:string .
<ExcIEEEAC11C.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.tio> rdf:type rdfs:Property ;
	rdfs:label "tio"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.sw1> rdf:type rdfs:Property ;
	rdfs:label "sw1"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC11C.kb> rdf:type rdfs:Property ;
	rdfs:label "kb"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.voelInputKind> rdf:type rdfs:Property ;
	rdfs:label "voelInputKind"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:string .
<ExcIEEEAC11C.vfemax> rdf:type rdfs:Property ;
	rdfs:label "vfemax"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<ExcIEEEAC11C.kpu> rdf:type rdfs:Property ;
	rdfs:label "kpu"@en ;
	rdfs:domain <ExcIEEEAC11C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEAC11C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vb2max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vb2max> <http://www.w3.org/2000/01/rdf-schema#label> "vb2max"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vb2max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vb2max> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vrsmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vrsmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrsmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vrsmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vrsmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vsInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vsInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "vsInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vsInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vsInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kpo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kpo> <http://www.w3.org/2000/01/rdf-schema#label> "kpo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kpo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kpo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vemin> <http://www.w3.org/2000/01/rdf-schema#label> "vemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.tiu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.tiu> <http://www.w3.org/2000/01/rdf-schema#label> "tiu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.tiu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.tiu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kpa> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kpa> <http://www.w3.org/2000/01/rdf-schema#label> "kpa"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kpa> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kpa> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.tia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.tia> <http://www.w3.org/2000/01/rdf-schema#label> "tia"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.tia> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.tia> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.titap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.titap> <http://www.w3.org/2000/01/rdf-schema#label> "titap"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.titap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.titap> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kc1> <http://www.w3.org/2000/01/rdf-schema#label> "kc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.ki2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.ki2> <http://www.w3.org/2000/01/rdf-schema#label> "ki2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.ki2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.ki2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vrsmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vrsmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrsmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vrsmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vrsmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vb1max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vb1max> <http://www.w3.org/2000/01/rdf-schema#label> "vb1max"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vb1max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vb1max> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.xl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.xl> <http://www.w3.org/2000/01/rdf-schema#label> "xl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.xl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.xl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vuelInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "vuelInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kboost> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kboost> <http://www.w3.org/2000/01/rdf-schema#label> "kboost"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kboost> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kboost> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vboost> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vboost> <http://www.w3.org/2000/01/rdf-schema#label> "vboost"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vboost> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vboost> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kc2> <http://www.w3.org/2000/01/rdf-schema#label> "kc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vsclInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "vsclInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.tio> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.tio> <http://www.w3.org/2000/01/rdf-schema#label> "tio"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.tio> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.tio> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.sw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.sw1> <http://www.w3.org/2000/01/rdf-schema#label> "sw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.sw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.sw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kb> <http://www.w3.org/2000/01/rdf-schema#label> "kb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.voelInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "voelInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vfemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vfemax> <http://www.w3.org/2000/01/rdf-schema#label> "vfemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vfemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.vfemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kpu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kpu> <http://www.w3.org/2000/01/rdf-schema#label> "kpu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kpu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC11C.kpu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 AC11C excitation system model. It is used to represent a brushless excitation system which is supplied from the generator’s terminals or from a power source independent of the generator (e.g., a permanent magnet generator or a power supply considered independent from the generator terminal conditions). Additionally, it offers a selection of compound circuits, which is added to the exciter field voltage.

Reference: IEEE 421.5-2016, 7.20.

Property Domain Range Comment
vb2max ExcIEEEAC11C double Maximum available compound field voltage (Vb2max). Typical value = 0.
vrsmin ExcIEEEAC11C double Minimum PSS regulator output (Vrsmin). Typical value = -3.
seve2 ExcIEEEAC11C double Exciter saturation factor at exciter output voltage Ve2, Se(Ve2). Typical value = 0,044.
vsInputKind ExcIEEEAC11C string Alternate PSS input locations (Vs).
seve1 ExcIEEEAC11C double Exciter saturation factor at exciter output voltage Ve1, Se(Ve1). Typical value = 0,214.
ke ExcIEEEAC11C double Exciter field proportional constant (Ke). Typical value = 1.
kpo ExcIEEEAC11C double OEL regulator proportional gain (Kpo). Typical value = 30.
vemin ExcIEEEAC11C double Minimum exciter output voltage (Vemin). Typical value = 0.
ki ExcIEEEAC11C double Compound circuit (current) gain coefficient (Ki). Typical value = 0.
ve1 ExcIEEEAC11C double Exciter output voltage for saturation factor Se(Ve1), (Ve1). Typical value = 7,4.
vrmax ExcIEEEAC11C double Maximum regulator output (Vrmax). Typical value = 20.
vamin ExcIEEEAC11C double Minimum exciter output (Vamin). Typical value = 0.
vrmin ExcIEEEAC11C double Minimum regulator output (Vrmin). Typical value = -20.
tiu ExcIEEEAC11C double UEL regulator integral time constant (Tiu) (>=0). Typical value = 2.
kpa ExcIEEEAC11C double Voltage regulator proportional gain (Kpa). Typical value = 30.
tia ExcIEEEAC11C double Voltage regulator integral time constant (Tia) (>=0). Typical value = 2.
titap ExcIEEEAC11C double Potential circuit phase angle (degrees) (Titap). Typical value = 0.
kc1 ExcIEEEAC11C double Rectifier loading factor proportional to commutating reactance (Kc1). Typical value = 0.
ki2 ExcIEEEAC11C double Compound circuit (current) gain coefficient (Ki2). Typical value = 0.
vamax ExcIEEEAC11C double Maximum exciter output (Vamax). Typical value = 20.
vrsmax ExcIEEEAC11C double Maximum PSS regulator output (Vrsmax). Typical value = 3.
vb1max ExcIEEEAC11C double Maximum available exciter field voltage (Vb1max). Typical value = 1,5.
xl ExcIEEEAC11C double Reactance associated with potential source (Xl). Typical value = 0.
kd ExcIEEEAC11C double Demagnetizing factor, function of exciter alternator reactances (Kd). Typical value = 1.
vuelInputKind ExcIEEEAC11C string Alternate UEL input locations (Vuel).
tb ExcIEEEAC11C double Time constant for derivative element (Tb) (>=0). Typical value = 0,4.
ve2 ExcIEEEAC11C double Exciter output voltage for saturation factor Se(Ve2), (Ve2). Typical value = 5,55.
kboost ExcIEEEAC11C double Additive independent source (Kboost). Typical value = 0.
vboost ExcIEEEAC11C double Reference value for applying additive (boost) circuit (Vboost). Typical value = 0.
kc2 ExcIEEEAC11C double Rectifier loading factor proportional to commutating reactance (Kc1). Typical value = 0.
vsclInputKind ExcIEEEAC11C string Alternate SCL input locations (Vscl).
kc ExcIEEEAC11C double Rectifier loading factor proportional to commutating reactance (Kc). Typical value = 0,173.
tio ExcIEEEAC11C double OEL regulator integral time constant (Tio) (>=0). Typical value = 2.
sw1 ExcIEEEAC11C boolean Power source selector (SW1). True means position A. False means position B. Typical value = false.
kb ExcIEEEAC11C double Voltage and UEL regulator derivative gain (Kb). Typical value = 3.
kp ExcIEEEAC11C double Potential circuit (voltage) gain coefficient (Kp). Typical value = 1.
te ExcIEEEAC11C double Exciter field time constant (Te) (>=0). Typical value = 0,4.
voelInputKind ExcIEEEAC11C string Alternate OEL input locations (Voel). The value takeOverInnerLoop shall not be used in this model type.
vfemax ExcIEEEAC11C double Maximum exciter field current limit reference (Vfemax). Typical value = 20.
kpu ExcIEEEAC11C double UEL regulator proportional gain (Kpu). Typical value = 30.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEAC1A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEAC1A> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEAC1A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEAC1A.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEAC1A> ;
	rdfs:range xsd:double .
<ExcIEEEAC1A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEAC1A> ;
	rdfs:range xsd:double .
<ExcIEEEAC1A.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEAC1A> ;
	rdfs:range xsd:double .
<ExcIEEEAC1A.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEAC1A> ;
	rdfs:range xsd:double .
<ExcIEEEAC1A.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcIEEEAC1A> ;
	rdfs:range xsd:double .
<ExcIEEEAC1A.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcIEEEAC1A> ;
	rdfs:range xsd:double .
<ExcIEEEAC1A.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcIEEEAC1A> ;
	rdfs:range xsd:double .
<ExcIEEEAC1A.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcIEEEAC1A> ;
	rdfs:range xsd:double .
<ExcIEEEAC1A.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcIEEEAC1A> ;
	rdfs:range xsd:double .
<ExcIEEEAC1A.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcIEEEAC1A> ;
	rdfs:range xsd:double .
<ExcIEEEAC1A.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcIEEEAC1A> ;
	rdfs:range xsd:double .
<ExcIEEEAC1A.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcIEEEAC1A> ;
	rdfs:range xsd:double .
<ExcIEEEAC1A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEAC1A> ;
	rdfs:range xsd:double .
<ExcIEEEAC1A.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEAC1A> ;
	rdfs:range xsd:double .
<ExcIEEEAC1A.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcIEEEAC1A> ;
	rdfs:range xsd:double .
<ExcIEEEAC1A.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEAC1A> ;
	rdfs:range xsd:double .
<ExcIEEEAC1A.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEAC1A> ;
	rdfs:range xsd:double .
<ExcIEEEAC1A.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcIEEEAC1A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEAC1A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1A.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2005 type AC1A model. The model represents the field-controlled alternator-rectifier excitation systems designated type AC1A. These excitation systems consist of an alternator main exciter with non-controlled rectifiers. Reference: IEEE 421.5-2005, 6.1. According to IEEE 421.5-2016, 7.2 the AC1A excitation system model is being superseded by the model AC1C (ExcIEEEAC1C).

Property Domain Range Comment
tf ExcIEEEAC1A double Excitation control system stabilizer time constant (TF) (> 0). Typical value = 1.
vrmin ExcIEEEAC1A double Minimum voltage regulator outputs (VRMIN) (< 0). Typical value = -5,43.
te ExcIEEEAC1A double Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 0,8.
ta ExcIEEEAC1A double Voltage regulator time constant (TA) (> 0). Typical value = 0,02.
kd ExcIEEEAC1A double Demagnetizing factor, a function of exciter alternator reactances (KD) (>= 0). Typical value = 0,38.
vamax ExcIEEEAC1A double Maximum voltage regulator output (VAMAX) (> 0). Typical value = 14,5.
kf ExcIEEEAC1A double Excitation control system stabilizer gains (KF) (>= 0). Typical value = 0,03.
ve2 ExcIEEEAC1A double Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE2) (> 0). Typical value = 3,14.
tb ExcIEEEAC1A double Voltage regulator time constant (TB) (>= 0). Typical value = 0.
tc ExcIEEEAC1A double Voltage regulator time constant (TC) (>= 0). Typical value = 0.
ve1 ExcIEEEAC1A double Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE1) (> 0). Typical value = 4,18.
seve2 ExcIEEEAC1A double Exciter saturation function value at the corresponding exciter voltage, VE2, back of commutating reactance (SE[VE2]) (>= 0). Typical value = 0,03.
vrmax ExcIEEEAC1A double Maximum voltage regulator outputs (VRMAX) (> 0). Typical value = 6,03.
kc ExcIEEEAC1A double Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,2.
seve1 ExcIEEEAC1A double Exciter saturation function value at the corresponding exciter voltage, VE1, back of commutating reactance (SE[VE1]) (>= 0). Typical value = 0,1.
ke ExcIEEEAC1A double Exciter constant related to self-excited field (KE). Typical value = 1.
ka ExcIEEEAC1A double Voltage regulator gain (KA) (> 0). Typical value = 400.
vamin ExcIEEEAC1A double Minimum voltage regulator output (VAMIN) (< 0). Typical value = -14,5.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEAC1C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEAC1C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEAC1C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEAC1C.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:double .
<ExcIEEEAC1C.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:double .
<ExcIEEEAC1C.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:double .
<ExcIEEEAC1C.voel> rdf:type rdfs:Property ;
	rdfs:label "voel"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC1C.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:double .
<ExcIEEEAC1C.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:double .
<ExcIEEEAC1C.vuel> rdf:type rdfs:Property ;
	rdfs:label "vuel"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC1C.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:double .
<ExcIEEEAC1C.efemin> rdf:type rdfs:Property ;
	rdfs:label "efemin"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:double .
<ExcIEEEAC1C.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:double .
<ExcIEEEAC1C.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:double .
<ExcIEEEAC1C.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:double .
<ExcIEEEAC1C.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:double .
<ExcIEEEAC1C.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:double .
<ExcIEEEAC1C.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:double .
<ExcIEEEAC1C.efemax> rdf:type rdfs:Property ;
	rdfs:label "efemax"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:double .
<ExcIEEEAC1C.vfemax> rdf:type rdfs:Property ;
	rdfs:label "vfemax"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:double .
<ExcIEEEAC1C.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:double .
<ExcIEEEAC1C.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:double .
<ExcIEEEAC1C.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:double .
<ExcIEEEAC1C.vemin> rdf:type rdfs:Property ;
	rdfs:label "vemin"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:double .
<ExcIEEEAC1C.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:double .
<ExcIEEEAC1C.vscl> rdf:type rdfs:Property ;
	rdfs:label "vscl"@en ;
	rdfs:domain <ExcIEEEAC1C> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEAC1C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.voel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.voel> <http://www.w3.org/2000/01/rdf-schema#label> "voel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.voel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.voel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vuel> <http://www.w3.org/2000/01/rdf-schema#label> "vuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.efemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.efemin> <http://www.w3.org/2000/01/rdf-schema#label> "efemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.efemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.efemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.efemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.efemax> <http://www.w3.org/2000/01/rdf-schema#label> "efemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.efemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.efemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vfemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vfemax> <http://www.w3.org/2000/01/rdf-schema#label> "vfemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vfemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vfemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vemin> <http://www.w3.org/2000/01/rdf-schema#label> "vemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vscl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vscl> <http://www.w3.org/2000/01/rdf-schema#label> "vscl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vscl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC1C.vscl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 AC1C excitation system model. It consists of an alternator main exciter feeding its output via non-controlled rectifiers. The exciter does not employ self-excitation, and the voltage regulator power is taken from a source that is not affected by external transients.

Reference: IEEE 421.5-2016, 7.3.

Property Domain Range Comment
tf ExcIEEEAC1C double Rate feedback time constant (Tf) (>=0). Typical value = 1.
ka ExcIEEEAC1C double Regulator output gain (Ka). Typical value = 400.
seve1 ExcIEEEAC1C double Exciter saturation factor at exciter output voltage Ve1, Se(Ve1). Typical value = 0,1.
voel ExcIEEEAC1C boolean Alternate OEL input locations (Voel). True means summation point. False means take-over.
vamax ExcIEEEAC1C double Maximum regulator output (Vamax). Typical value = 14,5.
ve1 ExcIEEEAC1C double Exciter output voltage for saturation factor Se(Ve1), (Ve1). Typical value = 4,18.
vuel ExcIEEEAC1C boolean Alternate UEL input locations (Vuel). True means summation point. False means take-over.
tc ExcIEEEAC1C double Regulator numerator (lead) time constant (Tc) (>=0). Typical value = 0.
efemin ExcIEEEAC1C double Minimum exciter field voltage (Efemin). Typical value = -5,43.
ve2 ExcIEEEAC1C double Exciter output voltage for saturation factor Se(Ve2), (Ve2). Typical value = 3,14.
kc ExcIEEEAC1C double Rectifier loading factor proportional to commutating reactance (Kc). Typical value = 0,2.
vamin ExcIEEEAC1C double Minimum regulator output (Vamin). Typical value = -14,5.
tb ExcIEEEAC1C double Regulator denominator (lag) time constant (Tb) (>=0). Typical value = 0.
te ExcIEEEAC1C double Exciter field time constant (Te) (>=0). Typical value = 0,8.
seve2 ExcIEEEAC1C double Exciter saturation factor at exciter output voltage Ve2, Se(Ve2). Typical value = 0,03.
efemax ExcIEEEAC1C double Maximum exciter field voltage (Efemax). Typical value = 6,3.
vfemax ExcIEEEAC1C double Maximum exciter field current limit reference (Vfemax). Typical value = 99.
ta ExcIEEEAC1C double Regulator output time constant (Ta) (>=0). Typical value = 0,02.
ke ExcIEEEAC1C double Exciter field proportional constant (Ke). Typical value = 1.
kd ExcIEEEAC1C double Demagnetizing factor, function of exciter alternator reactances (Kd). Typical value = 0,38.
vemin ExcIEEEAC1C double Minimum exciter output voltage (Vemin). Typical value = 0.
kf ExcIEEEAC1C double Rate feedback excitation system stabilizer gain (Kf). Typical value = 0,03.
vscl ExcIEEEAC1C boolean Alternate SCL input locations (Vscl). True means summation point. False means take-over.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEAC2A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEAC2A> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEAC2A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEAC2A.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcIEEEAC2A> ;
	rdfs:range xsd:double .
<ExcIEEEAC2A.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcIEEEAC2A> ;
	rdfs:range xsd:double .
<ExcIEEEAC2A.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcIEEEAC2A> ;
	rdfs:range xsd:double .
<ExcIEEEAC2A.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEAC2A> ;
	rdfs:range xsd:double .
<ExcIEEEAC2A.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEAC2A> ;
	rdfs:range xsd:double .
<ExcIEEEAC2A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEAC2A> ;
	rdfs:range xsd:double .
<ExcIEEEAC2A.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcIEEEAC2A> ;
	rdfs:range xsd:double .
<ExcIEEEAC2A.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEAC2A> ;
	rdfs:range xsd:double .
<ExcIEEEAC2A.kb> rdf:type rdfs:Property ;
	rdfs:label "kb"@en ;
	rdfs:domain <ExcIEEEAC2A> ;
	rdfs:range xsd:double .
<ExcIEEEAC2A.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcIEEEAC2A> ;
	rdfs:range xsd:double .
<ExcIEEEAC2A.kh> rdf:type rdfs:Property ;
	rdfs:label "kh"@en ;
	rdfs:domain <ExcIEEEAC2A> ;
	rdfs:range xsd:double .
<ExcIEEEAC2A.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcIEEEAC2A> ;
	rdfs:range xsd:double .
<ExcIEEEAC2A.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcIEEEAC2A> ;
	rdfs:range xsd:double .
<ExcIEEEAC2A.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcIEEEAC2A> ;
	rdfs:range xsd:double .
<ExcIEEEAC2A.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEAC2A> ;
	rdfs:range xsd:double .
<ExcIEEEAC2A.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEAC2A> ;
	rdfs:range xsd:double .
<ExcIEEEAC2A.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcIEEEAC2A> ;
	rdfs:range xsd:double .
<ExcIEEEAC2A.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEAC2A> ;
	rdfs:range xsd:double .
<ExcIEEEAC2A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEAC2A> ;
	rdfs:range xsd:double .
<ExcIEEEAC2A.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcIEEEAC2A> ;
	rdfs:range xsd:double .
<ExcIEEEAC2A.vfemax> rdf:type rdfs:Property ;
	rdfs:label "vfemax"@en ;
	rdfs:domain <ExcIEEEAC2A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEAC2A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.kb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.kb> <http://www.w3.org/2000/01/rdf-schema#label> "kb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.kb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.kb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.kh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.kh> <http://www.w3.org/2000/01/rdf-schema#label> "kh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.kh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.kh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.vfemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.vfemax> <http://www.w3.org/2000/01/rdf-schema#label> "vfemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.vfemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2A.vfemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2005 type AC2A model. The model represents a high initial response field-controlled alternator-rectifier excitation system. The alternator main exciter is used with non-controlled rectifiers. The type AC2A model is similar to that of type AC1A except for the inclusion of exciter time constant compensation and exciter field current limiting elements. Reference: IEEE 421.5-2005, 6.2. According to IEEE 421.5-2016, 7.4 the AC2A excitation system model is being superseded by the model AC2C (ExcIEEEAC2C).

Property Domain Range Comment
kd ExcIEEEAC2A double Demagnetizing factor, a function of exciter alternator reactances (KD) (>= 0). Typical value = 0,35.
tb ExcIEEEAC2A double Voltage regulator time constant (TB) (>= 0). Typical value = 0.
vamax ExcIEEEAC2A double Maximum voltage regulator output (VAMAX) (> 0). Typical value = 8.
kc ExcIEEEAC2A double Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,28.
ta ExcIEEEAC2A double Voltage regulator time constant (TA) (> 0). Typical value = 0,02.
vrmax ExcIEEEAC2A double Maximum voltage regulator outputs (VRMAX) (> 0). Typical value = 105.
tc ExcIEEEAC2A double Voltage regulator time constant (TC) (>= 0). Typical value = 0.
ka ExcIEEEAC2A double Voltage regulator gain (KA) (> 0). Typical value = 400.
kb ExcIEEEAC2A double Second stage regulator gain (KB) (> 0). Typical value = 25.
vamin ExcIEEEAC2A double Minimum voltage regulator output (VAMIN) (< 0). Typical value = -8.
kh ExcIEEEAC2A double Exciter field current feedback gain (KH) (>= 0). Typical value = 1.
seve2 ExcIEEEAC2A double Exciter saturation function value at the corresponding exciter voltage, VE2, back of commutating reactance (SE[VE2]) (>= 0). Typical value = 0,012.
kf ExcIEEEAC2A double Excitation control system stabilizer gains (KF) (>= 0). Typical value = 0,03.
ve1 ExcIEEEAC2A double Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE1) (> 0). Typical value = 4,4.
tf ExcIEEEAC2A double Excitation control system stabilizer time constant (TF) (> 0). Typical value = 1.
te ExcIEEEAC2A double Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 0,6.
ve2 ExcIEEEAC2A double Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE2) (> 0). Typical value = 3,3.
ke ExcIEEEAC2A double Exciter constant related to self-excited field (KE) (>= 0). Typical value = 1.
vrmin ExcIEEEAC2A double Minimum voltage regulator outputs (VRMIN) (< 0). Typical value = -95.
seve1 ExcIEEEAC2A double Exciter saturation function value at the corresponding exciter voltage, VE1, back of commutating reactance (SE[VE1]) (>= 0). Typical value = 0,037.
vfemax ExcIEEEAC2A double Exciter field current limit reference (VFEMAX) (> 0). Typical value = 4,4.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEAC2C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEAC2C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEAC2C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEAC2C.vscl> rdf:type rdfs:Property ;
	rdfs:label "vscl"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC2C.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<ExcIEEEAC2C.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<ExcIEEEAC2C.kh> rdf:type rdfs:Property ;
	rdfs:label "kh"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<ExcIEEEAC2C.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<ExcIEEEAC2C.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<ExcIEEEAC2C.efemin> rdf:type rdfs:Property ;
	rdfs:label "efemin"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<ExcIEEEAC2C.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<ExcIEEEAC2C.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<ExcIEEEAC2C.efemax> rdf:type rdfs:Property ;
	rdfs:label "efemax"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<ExcIEEEAC2C.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<ExcIEEEAC2C.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<ExcIEEEAC2C.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<ExcIEEEAC2C.vemin> rdf:type rdfs:Property ;
	rdfs:label "vemin"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<ExcIEEEAC2C.voel> rdf:type rdfs:Property ;
	rdfs:label "voel"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC2C.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<ExcIEEEAC2C.vuel> rdf:type rdfs:Property ;
	rdfs:label "vuel"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC2C.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<ExcIEEEAC2C.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<ExcIEEEAC2C.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<ExcIEEEAC2C.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<ExcIEEEAC2C.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<ExcIEEEAC2C.vfemax> rdf:type rdfs:Property ;
	rdfs:label "vfemax"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<ExcIEEEAC2C.kb> rdf:type rdfs:Property ;
	rdfs:label "kb"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<ExcIEEEAC2C.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEAC2C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEAC2C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vscl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vscl> <http://www.w3.org/2000/01/rdf-schema#label> "vscl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vscl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vscl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.kh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.kh> <http://www.w3.org/2000/01/rdf-schema#label> "kh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.kh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.kh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.efemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.efemin> <http://www.w3.org/2000/01/rdf-schema#label> "efemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.efemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.efemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.efemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.efemax> <http://www.w3.org/2000/01/rdf-schema#label> "efemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.efemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.efemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vemin> <http://www.w3.org/2000/01/rdf-schema#label> "vemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.voel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.voel> <http://www.w3.org/2000/01/rdf-schema#label> "voel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.voel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.voel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vuel> <http://www.w3.org/2000/01/rdf-schema#label> "vuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vfemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vfemax> <http://www.w3.org/2000/01/rdf-schema#label> "vfemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vfemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.vfemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.kb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.kb> <http://www.w3.org/2000/01/rdf-schema#label> "kb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.kb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.kb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC2C.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 AC2C excitation system model. It represents a high initial response field controlled alternator-rectifier excitation system. The alternator main exciter is used, feeding its output via non-controlled rectifiers.

Reference: IEEE 421.5-2016, 7.5.

Property Domain Range Comment
vscl ExcIEEEAC2C boolean Alternate SCL input locations (Vscl). True means summation point. False means take-over.
ve1 ExcIEEEAC2C double Exciter output voltage for saturation factor Se(Ve1), (Ve1). Typical value = 4,4.
vamin ExcIEEEAC2C double Minimum regulator output (Vamin). Typical value = -8.
kh ExcIEEEAC2C double Exciter field current regulator feedback gain (Kh). Typical value = 1.
tc ExcIEEEAC2C double Regulator numerator (lead) time constant (Tc) (>=0). Typical value = 0.
kd ExcIEEEAC2C double Demagnetizing factor, function of exciter alternator reactances (Kd). Typical value = 0,35.
efemin ExcIEEEAC2C double Minimum exciter field voltage (Efemin). Typical value = -95.
te ExcIEEEAC2C double Exciter field time constant (Te) (>=0). Typical value = 0,6.
ke ExcIEEEAC2C double Exciter field proportional constant (Ke). Typical value = 1.
efemax ExcIEEEAC2C double Maximum exciter field voltage (Efemax). Typical value = 105.
seve1 ExcIEEEAC2C double Exciter saturation factor at exciter output voltage Ve1, Se(Ve1). Typical value = 0,037.
tf ExcIEEEAC2C double Rate feedback time constant (Tf) (>=0). Typical value = 1.
ka ExcIEEEAC2C double Regulator output gain (Ka). Typical value = 400.
vemin ExcIEEEAC2C double Minimum exciter output voltage (Vemin). Typical value = 0.
voel ExcIEEEAC2C boolean Alternate OEL input locations (Voel). True means summation point. False means take-over.
ta ExcIEEEAC2C double Regulator output time constant (Ta) (>=0). Typical value = 0,01.
vuel ExcIEEEAC2C boolean Alternate UEL input locations (Vuel). True means summation point. False means take-over.
ve2 ExcIEEEAC2C double Exciter output voltage for saturation factor Se(Ve2), (Ve2). Typical value = 3,3.
tb ExcIEEEAC2C double Regulator denominator (lag) time constant (Tb) (>=0). Typical value = 0.
vamax ExcIEEEAC2C double Maximum regulator output (Vamax). Typical value = 8.
kf ExcIEEEAC2C double Rate feedback excitation system stabilizer gain (Kf). Typical value = 0,03.
seve2 ExcIEEEAC2C double Exciter saturation factor at exciter output voltage Ve2, Se(Ve2). Typical value = 0,012.
vfemax ExcIEEEAC2C double Maximum exciter field current limit reference (Vfemax). Typical value = 4,4.
kb ExcIEEEAC2C double Second stage regulator gain (Kb). Typical value = 25.
kc ExcIEEEAC2C double Rectifier loading factor proportional to commutating reactance (Kc). Typical value = 0,28.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEAC3A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEAC3A> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEAC3A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEAC3A.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcIEEEAC3A> ;
	rdfs:range xsd:double .
<ExcIEEEAC3A.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcIEEEAC3A> ;
	rdfs:range xsd:double .
<ExcIEEEAC3A.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcIEEEAC3A> ;
	rdfs:range xsd:double .
<ExcIEEEAC3A.vemin> rdf:type rdfs:Property ;
	rdfs:label "vemin"@en ;
	rdfs:domain <ExcIEEEAC3A> ;
	rdfs:range xsd:double .
<ExcIEEEAC3A.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcIEEEAC3A> ;
	rdfs:range xsd:double .
<ExcIEEEAC3A.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEAC3A> ;
	rdfs:range xsd:double .
<ExcIEEEAC3A.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcIEEEAC3A> ;
	rdfs:range xsd:double .
<ExcIEEEAC3A.vfemax> rdf:type rdfs:Property ;
	rdfs:label "vfemax"@en ;
	rdfs:domain <ExcIEEEAC3A> ;
	rdfs:range xsd:double .
<ExcIEEEAC3A.kr> rdf:type rdfs:Property ;
	rdfs:label "kr"@en ;
	rdfs:domain <ExcIEEEAC3A> ;
	rdfs:range xsd:double .
<ExcIEEEAC3A.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcIEEEAC3A> ;
	rdfs:range xsd:double .
<ExcIEEEAC3A.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEAC3A> ;
	rdfs:range xsd:double .
<ExcIEEEAC3A.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcIEEEAC3A> ;
	rdfs:range xsd:double .
<ExcIEEEAC3A.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcIEEEAC3A> ;
	rdfs:range xsd:double .
<ExcIEEEAC3A.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEAC3A> ;
	rdfs:range xsd:double .
<ExcIEEEAC3A.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcIEEEAC3A> ;
	rdfs:range xsd:double .
<ExcIEEEAC3A.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEAC3A> ;
	rdfs:range xsd:double .
<ExcIEEEAC3A.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcIEEEAC3A> ;
	rdfs:range xsd:double .
<ExcIEEEAC3A.kn> rdf:type rdfs:Property ;
	rdfs:label "kn"@en ;
	rdfs:domain <ExcIEEEAC3A> ;
	rdfs:range xsd:double .
<ExcIEEEAC3A.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEAC3A> ;
	rdfs:range xsd:double .
<ExcIEEEAC3A.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEAC3A> ;
	rdfs:range xsd:double .
<ExcIEEEAC3A.efdn> rdf:type rdfs:Property ;
	rdfs:label "efdn"@en ;
	rdfs:domain <ExcIEEEAC3A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEAC3A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.vemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.vemin> <http://www.w3.org/2000/01/rdf-schema#label> "vemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.vemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.vemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.vfemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.vfemax> <http://www.w3.org/2000/01/rdf-schema#label> "vfemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.vfemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.vfemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.kr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.kr> <http://www.w3.org/2000/01/rdf-schema#label> "kr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.kr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.kr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.kn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.kn> <http://www.w3.org/2000/01/rdf-schema#label> "kn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.kn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.kn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.efdn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.efdn> <http://www.w3.org/2000/01/rdf-schema#label> "efdn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.efdn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3A.efdn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2005 type AC3A model. The model represents the field-controlled alternator-rectifier excitation systems designated type AC3A. These excitation systems include an alternator main exciter with non-controlled rectifiers. The exciter employs self-excitation, and the voltage regulator power is derived from the exciter output voltage. Therefore, this system has an additional nonlinearity, simulated by the use of a multiplier whose inputs are the voltage regulator command signal, Va, and the exciter output voltage, Efd, times KR. This model is applicable to excitation systems employing static voltage regulators. Reference: IEEE 421.5-2005, 6.3. According to IEEE 421.5-2016, 7.6 the AC3A excitation system model is being superseded by the model AC3C (ExcIEEEAC3C).

Property Domain Range Comment
vamax ExcIEEEAC3A double Maximum voltage regulator output (VAMAX) (> 0). Typical value = 1.
seve2 ExcIEEEAC3A double Exciter saturation function value at the corresponding exciter voltage, VE2, back of commutating reactance (SE[VE2]) (>= 0). Typical value = 0,1.
vamin ExcIEEEAC3A double Minimum voltage regulator output (VAMIN) (< 0). Typical value = -0,95.
vemin ExcIEEEAC3A double Minimum exciter voltage output (VEMIN) (<= 0). Typical value = 0.
tb ExcIEEEAC3A double Voltage regulator time constant (TB) (>= 0). Typical value = 0.
ta ExcIEEEAC3A double Voltage regulator time constant (TA) (> 0). Typical value = 0,013.
ve1 ExcIEEEAC3A double Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE1) (> 0). Typical value = 6,24.
vfemax ExcIEEEAC3A double Exciter field current limit reference (VFEMAX) (>= 0). Typical value = 16.
kr ExcIEEEAC3A double Constant associated with regulator and alternator field power supply (KR) (> 0). Typical value = 3,77.
kf ExcIEEEAC3A double Excitation control system stabilizer gains (KF) (>= 0). Typical value = 0,143.
kc ExcIEEEAC3A double Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,104.
ve2 ExcIEEEAC3A double Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE2) (> 0). Typical value = 4,68.
kd ExcIEEEAC3A double Demagnetizing factor, a function of exciter alternator reactances (KD) (>= 0). Typical value = 0,499.
ka ExcIEEEAC3A double Voltage regulator gain (KA) (> 0). Typical value = 45,62.
tc ExcIEEEAC3A double Voltage regulator time constant (TC) (>= 0). Typical value = 0.
ke ExcIEEEAC3A double Exciter constant related to self-excited field (KE). Typical value = 1.
seve1 ExcIEEEAC3A double Exciter saturation function value at the corresponding exciter voltage, VE1, back of commutating reactance (SE[VE1]) (>= 0). Typical value = 1,143.
kn ExcIEEEAC3A double Excitation control system stabilizer gain (KN) (>= 0). Typical value = 0,05.
tf ExcIEEEAC3A double Excitation control system stabilizer time constant (TF) (> 0). Typical value = 1.
te ExcIEEEAC3A double Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 1,17.
efdn ExcIEEEAC3A double Value of Efd at which feedback gain changes (EFDN) (> 0). Typical value = 2,36.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEAC3C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEAC3C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEAC3C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEAC3C.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.vpidmin> rdf:type rdfs:Property ;
	rdfs:label "vpidmin"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.vfemax> rdf:type rdfs:Property ;
	rdfs:label "vfemax"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.kir> rdf:type rdfs:Property ;
	rdfs:label "kir"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.kn> rdf:type rdfs:Property ;
	rdfs:label "kn"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.kr> rdf:type rdfs:Property ;
	rdfs:label "kr"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.voel> rdf:type rdfs:Property ;
	rdfs:label "voel"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC3C.vscl> rdf:type rdfs:Property ;
	rdfs:label "vscl"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC3C.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.tdr> rdf:type rdfs:Property ;
	rdfs:label "tdr"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.efdn> rdf:type rdfs:Property ;
	rdfs:label "efdn"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.vemin> rdf:type rdfs:Property ;
	rdfs:label "vemin"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.kpr> rdf:type rdfs:Property ;
	rdfs:label "kpr"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.vpidmax> rdf:type rdfs:Property ;
	rdfs:label "vpidmax"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.kdr> rdf:type rdfs:Property ;
	rdfs:label "kdr"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:double .
<ExcIEEEAC3C.vuel> rdf:type rdfs:Property ;
	rdfs:label "vuel"@en ;
	rdfs:domain <ExcIEEEAC3C> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEAC3C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vpidmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vpidmin> <http://www.w3.org/2000/01/rdf-schema#label> "vpidmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vpidmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vpidmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vfemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vfemax> <http://www.w3.org/2000/01/rdf-schema#label> "vfemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vfemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vfemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kir> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kir> <http://www.w3.org/2000/01/rdf-schema#label> "kir"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kir> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kir> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kn> <http://www.w3.org/2000/01/rdf-schema#label> "kn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kr> <http://www.w3.org/2000/01/rdf-schema#label> "kr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.voel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.voel> <http://www.w3.org/2000/01/rdf-schema#label> "voel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.voel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.voel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vscl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vscl> <http://www.w3.org/2000/01/rdf-schema#label> "vscl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vscl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vscl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.tdr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.tdr> <http://www.w3.org/2000/01/rdf-schema#label> "tdr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.tdr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.tdr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.efdn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.efdn> <http://www.w3.org/2000/01/rdf-schema#label> "efdn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.efdn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.efdn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vemin> <http://www.w3.org/2000/01/rdf-schema#label> "vemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kpr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kpr> <http://www.w3.org/2000/01/rdf-schema#label> "kpr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kpr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kpr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vpidmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vpidmax> <http://www.w3.org/2000/01/rdf-schema#label> "vpidmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vpidmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vpidmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kdr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kdr> <http://www.w3.org/2000/01/rdf-schema#label> "kdr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kdr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.kdr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vuel> <http://www.w3.org/2000/01/rdf-schema#label> "vuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC3C.vuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 AC3C excitation system model. It represents represents the field-controlled alternator-rectifier excitation systems which includes an alternator main exciter feeding its output via non-controlled rectifiers. The exciter employs self-excitation and the voltage regulator power is derived from the exciter output voltage.

Reference: IEEE 421.5-2016, 7.7.

Property Domain Range Comment
tf ExcIEEEAC3C double Rate feedback time constant (Tf) (>=0). Typical value = 1.
seve2 ExcIEEEAC3C double Exciter saturation factor at exciter output voltage Ve2, Se(Ve2). Typical value = 0,1.
seve1 ExcIEEEAC3C double Exciter saturation factor at exciter output voltage Ve1, Se(Ve1). Typical value = 1,143.
vamax ExcIEEEAC3C double Maximum regulator output (Vamax). Typical value = 1.
vamin ExcIEEEAC3C double Minimum regulator output (Vamin). Typical value = -0,95.
kf ExcIEEEAC3C double Rate feedback excitation system stabilizer gain (Kf). Typical value = 0,143.
vpidmin ExcIEEEAC3C double Minimum PID regulator output (Vpidmax). Typical value = -3,2.
ve1 ExcIEEEAC3C double Exciter output voltage for saturation factor Se(Ve1), (Ve1). Typical value = 6,24.
ka ExcIEEEAC3C double Regulator output gain (Ka). Typical value = 45,62.
ve2 ExcIEEEAC3C double Exciter output voltage for saturation factor Se(Ve2), (Ve2). Typical value = 4,68.
vfemax ExcIEEEAC3C double Maximum exciter field current limit reference (Vfemax). Typical value = 16.
ta ExcIEEEAC3C double Regulator output time constant (Ta) (>=0). Typical value = 0,013.
kd ExcIEEEAC3C double Demagnetizing factor, function of exciter alternator reactances (Kd). Typical value = 0,499.
tc ExcIEEEAC3C double Regulator numerator (lead) time constant (Tc) (>=0). Typical value = 0.
kir ExcIEEEAC3C double Voltage regulator integral gain (Kir). Typical value = 0.
kn ExcIEEEAC3C double Rate feedback excitation system stabilizer gain (Kn). Typical value = 0,05.
kr ExcIEEEAC3C double Gain associated with regulator and alternator field power supply (Kr). Typical value = 3,77.
voel ExcIEEEAC3C boolean Alternate OEL input locations (Voel). True means summation point. False means take-over.
vscl ExcIEEEAC3C boolean Alternate SCL input locations (Vscl). True means summation point. False means take-over.
ke ExcIEEEAC3C double Exciter field proportional constant (Ke). Typical value = 1.
tdr ExcIEEEAC3C double Lag time constant for derivative channel of PID controller (Tdr) (>=0). Typical value = 1.
efdn ExcIEEEAC3C double Value of EFD at which feedback gain changes (Efdn). Typical value = 2,36.
kc ExcIEEEAC3C double Rectifier loading factor proportional to commutating reactance (Kc). Typical value = 0,104.
tb ExcIEEEAC3C double Regulator denominator (lag) time constant (Tb) (>=0). Typical value = 0.
vemin ExcIEEEAC3C double Minimum exciter output voltage (Vemin). Typical value = 0,1.
kpr ExcIEEEAC3C double Voltage regulator proportional gain (Kpr). Typical value = 1.
vpidmax ExcIEEEAC3C double Maximum PID regulator output (Vpidmax). Typical value = 3,2.
te ExcIEEEAC3C double Exciter field time constant (Te) (>=0). Typical value = 1,17.
kdr ExcIEEEAC3C double Voltage regulator derivative gain (Kdr). Typical value = 0.
vuel ExcIEEEAC3C boolean Alternate UEL input locations (Vuel). True means summation point. False means take-over.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEAC4A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEAC4A> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEAC4A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEAC4A.vimax> rdf:type rdfs:Property ;
	rdfs:label "vimax"@en ;
	rdfs:domain <ExcIEEEAC4A> ;
	rdfs:range xsd:double .
<ExcIEEEAC4A.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcIEEEAC4A> ;
	rdfs:range xsd:double .
<ExcIEEEAC4A.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEAC4A> ;
	rdfs:range xsd:double .
<ExcIEEEAC4A.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEAC4A> ;
	rdfs:range xsd:double .
<ExcIEEEAC4A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEAC4A> ;
	rdfs:range xsd:double .
<ExcIEEEAC4A.vimin> rdf:type rdfs:Property ;
	rdfs:label "vimin"@en ;
	rdfs:domain <ExcIEEEAC4A> ;
	rdfs:range xsd:double .
<ExcIEEEAC4A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEAC4A> ;
	rdfs:range xsd:double .
<ExcIEEEAC4A.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcIEEEAC4A> ;
	rdfs:range xsd:double .
<ExcIEEEAC4A.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEAC4A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEAC4A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.vimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.vimax> <http://www.w3.org/2000/01/rdf-schema#label> "vimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.vimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.vimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.vimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.vimin> <http://www.w3.org/2000/01/rdf-schema#label> "vimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.vimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.vimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4A.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2005 type AC4A model. The model represents type AC4A alternator-supplied controlled-rectifier excitation system which is quite different from the other types of AC systems. This high initial response excitation system utilizes a full thyristor bridge in the exciter output circuit. The voltage regulator controls the firing of the thyristor bridges. The exciter alternator uses an independent voltage regulator to control its output voltage to a constant value. These effects are not modelled; however, transient loading effects on the exciter alternator are included. Reference: IEEE 421.5-2005, 6.4. According to IEEE 421.5-2016, 7.8 the AC4A excitation system model is being superseded by the model AC4C (ExcIEEEAC4C).

Property Domain Range Comment
vimax ExcIEEEAC4A double Maximum voltage regulator input limit (VIMAX) (> 0). Typical value = 10.
tc ExcIEEEAC4A double Voltage regulator time constant (TC) (>= 0). Typical value = 1.
ka ExcIEEEAC4A double Voltage regulator gain (KA) (> 0). Typical value = 200.
kc ExcIEEEAC4A double Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0.
vrmax ExcIEEEAC4A double Maximum voltage regulator output (VRMAX) (> 0). Typical value = 5,64.
vimin ExcIEEEAC4A double Minimum voltage regulator input limit (VIMIN) (< 0). Typical value = -10.
vrmin ExcIEEEAC4A double Minimum voltage regulator output (VRMIN) (< 0). Typical value = -4,53.
tb ExcIEEEAC4A double Voltage regulator time constant (TB) (>= 0). Typical value = 10.
ta ExcIEEEAC4A double Voltage regulator time constant (TA) (> 0). Typical value = 0,015.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEAC4C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEAC4C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEAC4C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEAC4C.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEAC4C> ;
	rdfs:range xsd:double .
<ExcIEEEAC4C.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEAC4C> ;
	rdfs:range xsd:double .
<ExcIEEEAC4C.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEAC4C> ;
	rdfs:range xsd:double .
<ExcIEEEAC4C.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcIEEEAC4C> ;
	rdfs:range xsd:double .
<ExcIEEEAC4C.vimin> rdf:type rdfs:Property ;
	rdfs:label "vimin"@en ;
	rdfs:domain <ExcIEEEAC4C> ;
	rdfs:range xsd:double .
<ExcIEEEAC4C.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcIEEEAC4C> ;
	rdfs:range xsd:double .
<ExcIEEEAC4C.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEAC4C> ;
	rdfs:range xsd:double .
<ExcIEEEAC4C.vscl> rdf:type rdfs:Property ;
	rdfs:label "vscl"@en ;
	rdfs:domain <ExcIEEEAC4C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC4C.vimax> rdf:type rdfs:Property ;
	rdfs:label "vimax"@en ;
	rdfs:domain <ExcIEEEAC4C> ;
	rdfs:range xsd:double .
<ExcIEEEAC4C.voel> rdf:type rdfs:Property ;
	rdfs:label "voel"@en ;
	rdfs:domain <ExcIEEEAC4C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC4C.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEAC4C> ;
	rdfs:range xsd:double .
<ExcIEEEAC4C.vuel> rdf:type rdfs:Property ;
	rdfs:label "vuel"@en ;
	rdfs:domain <ExcIEEEAC4C> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEAC4C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vimin> <http://www.w3.org/2000/01/rdf-schema#label> "vimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vscl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vscl> <http://www.w3.org/2000/01/rdf-schema#label> "vscl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vscl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vscl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vimax> <http://www.w3.org/2000/01/rdf-schema#label> "vimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.voel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.voel> <http://www.w3.org/2000/01/rdf-schema#label> "voel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.voel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.voel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vuel> <http://www.w3.org/2000/01/rdf-schema#label> "vuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC4C.vuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 AC4C excitation system model. It is alternator supplied controlled rectifier excitation system. It is a initial response excitation system which utilizes a full thyristor bridge in the exciter output circuit.

Reference: IEEE 421.5-2016, 7.9.

Property Domain Range Comment
ta ExcIEEEAC4C double Regulator output time constant (Ta) (>=0). Typical value = 0,015.
kc ExcIEEEAC4C double Rectifier loading factor proportional to commutating reactance (Kc). Typical value = 0.
vrmin ExcIEEEAC4C double Minimum regulator output (Vrmin). Typical value = -4,53.
tb ExcIEEEAC4C double Regulator denominator (lag) time constant (Tb) (>=0). Typical value = 10.
vimin ExcIEEEAC4C double Voltage regulator input (voltage error) minimum limit (Vimin). Typical value = -10.
tc ExcIEEEAC4C double Regulator numerator (lead) time constant (Tc) (>=0). Typical value = 1.
ka ExcIEEEAC4C double Regulator output gain (Ka). Typical value = 200.
vscl ExcIEEEAC4C boolean Alternate SCL input locations (Vscl). True means summation point. False means take-over.
vimax ExcIEEEAC4C double Voltage regulator input (voltage error) maximum limit (Vimax). Typical value = 10.
voel ExcIEEEAC4C boolean Alternate OEL input locations (Voel). True means summation point. False means take-over.
vrmax ExcIEEEAC4C double Maximum regulator output (Vrmax). Typical value = 5,64.
vuel ExcIEEEAC4C boolean Alternate UEL input locations (Vuel). True means summation point. False means take-over.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEAC5A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEAC5A> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEAC5A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEAC5A.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEAC5A> ;
	rdfs:range xsd:double .
<ExcIEEEAC5A.tf1> rdf:type rdfs:Property ;
	rdfs:label "tf1"@en ;
	rdfs:domain <ExcIEEEAC5A> ;
	rdfs:range xsd:double .
<ExcIEEEAC5A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEAC5A> ;
	rdfs:range xsd:double .
<ExcIEEEAC5A.efd2> rdf:type rdfs:Property ;
	rdfs:label "efd2"@en ;
	rdfs:domain <ExcIEEEAC5A> ;
	rdfs:range xsd:double .
<ExcIEEEAC5A.tf2> rdf:type rdfs:Property ;
	rdfs:label "tf2"@en ;
	rdfs:domain <ExcIEEEAC5A> ;
	rdfs:range xsd:double .
<ExcIEEEAC5A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEAC5A> ;
	rdfs:range xsd:double .
<ExcIEEEAC5A.efd1> rdf:type rdfs:Property ;
	rdfs:label "efd1"@en ;
	rdfs:domain <ExcIEEEAC5A> ;
	rdfs:range xsd:double .
<ExcIEEEAC5A.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEAC5A> ;
	rdfs:range xsd:double .
<ExcIEEEAC5A.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEAC5A> ;
	rdfs:range xsd:double .
<ExcIEEEAC5A.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcIEEEAC5A> ;
	rdfs:range xsd:double .
<ExcIEEEAC5A.seefd1> rdf:type rdfs:Property ;
	rdfs:label "seefd1"@en ;
	rdfs:domain <ExcIEEEAC5A> ;
	rdfs:range xsd:double .
<ExcIEEEAC5A.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEAC5A> ;
	rdfs:range xsd:double .
<ExcIEEEAC5A.seefd2> rdf:type rdfs:Property ;
	rdfs:label "seefd2"@en ;
	rdfs:domain <ExcIEEEAC5A> ;
	rdfs:range xsd:double .
<ExcIEEEAC5A.tf3> rdf:type rdfs:Property ;
	rdfs:label "tf3"@en ;
	rdfs:domain <ExcIEEEAC5A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEAC5A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.tf1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.tf1> <http://www.w3.org/2000/01/rdf-schema#label> "tf1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.tf1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.tf1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.efd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.efd2> <http://www.w3.org/2000/01/rdf-schema#label> "efd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.efd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.efd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.tf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.tf2> <http://www.w3.org/2000/01/rdf-schema#label> "tf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.tf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.tf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.efd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.efd1> <http://www.w3.org/2000/01/rdf-schema#label> "efd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.efd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.efd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.seefd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.seefd1> <http://www.w3.org/2000/01/rdf-schema#label> "seefd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.seefd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.seefd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.seefd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.seefd2> <http://www.w3.org/2000/01/rdf-schema#label> "seefd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.seefd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.seefd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.tf3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.tf3> <http://www.w3.org/2000/01/rdf-schema#label> "tf3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.tf3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5A.tf3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2005 type AC5A model. The model represents a simplified model for brushless excitation systems. The regulator is supplied from a source, such as a permanent magnet generator, which is not affected by system disturbances. Unlike other AC models, this model uses loaded rather than open circuit exciter saturation data in the same way as it is used for the DC models. Because the model has been widely implemented by the industry, it is sometimes used to represent other types of systems when either detailed data for them are not available or simplified models are required. Reference: IEEE 421.5-2005, 6.5. According to IEEE 421.5-2016, 7.10 the AC5A excitation system model is being superseded by the model AC5C (ExcIEEEAC5C).

Property Domain Range Comment
te ExcIEEEAC5A double Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 0,8.
tf1 ExcIEEEAC5A double Excitation control system stabilizer time constant (TF1) (> 0). Typical value = 1.
vrmax ExcIEEEAC5A double Maximum voltage regulator output (VRMAX) (> 0). Typical value = 7,3.
efd2 ExcIEEEAC5A double Exciter voltage at which exciter saturation is defined (EFD2) (> 0). Typical value = 4,2.
tf2 ExcIEEEAC5A double Excitation control system stabilizer time constant (TF2) (>= 0). Typical value = 1.
vrmin ExcIEEEAC5A double Minimum voltage regulator output (VRMIN) (< 0). Typical value = -7,3.
efd1 ExcIEEEAC5A double Exciter voltage at which exciter saturation is defined (EFD1) (> 0). Typical value = 5,6.
ke ExcIEEEAC5A double Exciter constant related to self-excited field (KE). Typical value = 1.
ka ExcIEEEAC5A double Voltage regulator gain (KA) (> 0). Typical value = 400.
kf ExcIEEEAC5A double Excitation control system stabilizer gains (KF) (>= 0). Typical value = 0,03.
seefd1 ExcIEEEAC5A double Exciter saturation function value at the corresponding exciter voltage, EFD1 (SE[EFD1]) (>= 0). Typical value = 0,86.
ta ExcIEEEAC5A double Voltage regulator time constant (TA) (> 0). Typical value = 0,02.
seefd2 ExcIEEEAC5A double Exciter saturation function value at the corresponding exciter voltage, EFD2 (SE[EFD2]) (>= 0). Typical value = 0,5.
tf3 ExcIEEEAC5A double Excitation control system stabilizer time constant (TF3) (>= 0). Typical value = 1.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEAC5C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEAC5C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEAC5C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEAC5C.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEAC5C> ;
	rdfs:range xsd:double .
<ExcIEEEAC5C.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEAC5C> ;
	rdfs:range xsd:double .
<ExcIEEEAC5C.tf1> rdf:type rdfs:Property ;
	rdfs:label "tf1"@en ;
	rdfs:domain <ExcIEEEAC5C> ;
	rdfs:range xsd:double .
<ExcIEEEAC5C.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcIEEEAC5C> ;
	rdfs:range xsd:double .
<ExcIEEEAC5C.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcIEEEAC5C> ;
	rdfs:range xsd:double .
<ExcIEEEAC5C.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcIEEEAC5C> ;
	rdfs:range xsd:double .
<ExcIEEEAC5C.voel> rdf:type rdfs:Property ;
	rdfs:label "voel"@en ;
	rdfs:domain <ExcIEEEAC5C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC5C.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEAC5C> ;
	rdfs:range xsd:double .
<ExcIEEEAC5C.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcIEEEAC5C> ;
	rdfs:range xsd:double .
<ExcIEEEAC5C.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEAC5C> ;
	rdfs:range xsd:double .
<ExcIEEEAC5C.vemin> rdf:type rdfs:Property ;
	rdfs:label "vemin"@en ;
	rdfs:domain <ExcIEEEAC5C> ;
	rdfs:range xsd:double .
<ExcIEEEAC5C.tf2> rdf:type rdfs:Property ;
	rdfs:label "tf2"@en ;
	rdfs:domain <ExcIEEEAC5C> ;
	rdfs:range xsd:double .
<ExcIEEEAC5C.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcIEEEAC5C> ;
	rdfs:range xsd:double .
<ExcIEEEAC5C.vuel> rdf:type rdfs:Property ;
	rdfs:label "vuel"@en ;
	rdfs:domain <ExcIEEEAC5C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC5C.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcIEEEAC5C> ;
	rdfs:range xsd:double .
<ExcIEEEAC5C.vfemax> rdf:type rdfs:Property ;
	rdfs:label "vfemax"@en ;
	rdfs:domain <ExcIEEEAC5C> ;
	rdfs:range xsd:double .
<ExcIEEEAC5C.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEAC5C> ;
	rdfs:range xsd:double .
<ExcIEEEAC5C.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcIEEEAC5C> ;
	rdfs:range xsd:double .
<ExcIEEEAC5C.vscl> rdf:type rdfs:Property ;
	rdfs:label "vscl"@en ;
	rdfs:domain <ExcIEEEAC5C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC5C.tf3> rdf:type rdfs:Property ;
	rdfs:label "tf3"@en ;
	rdfs:domain <ExcIEEEAC5C> ;
	rdfs:range xsd:double .
<ExcIEEEAC5C.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcIEEEAC5C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEAC5C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.tf1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.tf1> <http://www.w3.org/2000/01/rdf-schema#label> "tf1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.tf1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.tf1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.voel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.voel> <http://www.w3.org/2000/01/rdf-schema#label> "voel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.voel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.voel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vemin> <http://www.w3.org/2000/01/rdf-schema#label> "vemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.tf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.tf2> <http://www.w3.org/2000/01/rdf-schema#label> "tf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.tf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.tf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vuel> <http://www.w3.org/2000/01/rdf-schema#label> "vuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vfemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vfemax> <http://www.w3.org/2000/01/rdf-schema#label> "vfemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vfemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vfemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vscl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vscl> <http://www.w3.org/2000/01/rdf-schema#label> "vscl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vscl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.vscl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.tf3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.tf3> <http://www.w3.org/2000/01/rdf-schema#label> "tf3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.tf3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.tf3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC5C.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 AC5C excitation system model. It is a simplified model for brushless excitation systems. The regulator is supplied from a source, such as a permanent magnet generator, which is not affected by system disturbances.

Reference: IEEE 421.5-2016, 7.11.

Property Domain Range Comment
kc ExcIEEEAC5C double Rectifier loading factor proportional to commutating reactance (Kc). Typical value = 0,2.
ka ExcIEEEAC5C double Regulator output gain (Ka). Typical value = 400.
tf1 ExcIEEEAC5C double Rate feedback excitation system stabilizer time constant (Tf1) (>=0). Typical value = 1.
vamax ExcIEEEAC5C double Maximum regulator output (Vamax). Typical value = 7,3.
ve1 ExcIEEEAC5C double Exciter output voltage for saturation factor Se(Ve1), (Ve1). Typical value = 5,6.
ve2 ExcIEEEAC5C double Exciter output voltage for saturation factor Se(Ve2), (Ve2). Typical value = 4,2.
voel ExcIEEEAC5C boolean Alternate OEL input locations (Voel). True means summation point. False means take-over.
te ExcIEEEAC5C double Exciter field time constant (Te) (>=0). Typical value = 0,8.
kf ExcIEEEAC5C double Rate feedback excitation system stabilizer gain (Kf). Typical value = 0,03.
ta ExcIEEEAC5C double Regulator output time constant (Ta) (>=0). Typical value = 0,02.
vemin ExcIEEEAC5C double Minimum exciter output voltage (Vemin). Typical value = 0.
tf2 ExcIEEEAC5C double Rate feedback excitation system stabilizer time constant (Tf2) (>=0). Typical value = 0.
seve2 ExcIEEEAC5C double Exciter saturation factor at exciter output voltage Ve2, Se(Ve2). Typical value = 0,5.
vuel ExcIEEEAC5C boolean Alternate UEL input locations (Vuel). True means summation point. False means take-over.
seve1 ExcIEEEAC5C double Exciter saturation factor at exciter output voltage Ve1, Se(Ve1). Typical value = 0,86.
vfemax ExcIEEEAC5C double Maximum exciter field current limit reference (Vfemax). Typical value = 99.
ke ExcIEEEAC5C double Exciter field proportional constant (Ke). Typical value = 1.
vamin ExcIEEEAC5C double Minimum regulator output (Vamin). Typical value = -7,3.
vscl ExcIEEEAC5C boolean Alternate SCL input locations (Vscl). True means summation point. False means take-over.
tf3 ExcIEEEAC5C double Rate feedback excitation system stabilizer time constant (Tf3) (>=0). Typical value = 0.
kd ExcIEEEAC5C double Demagnetizing factor, function of exciter alternator reactances (Kd). Typical value = 0,38.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEAC6A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEAC6A> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEAC6A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEAC6A.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<ExcIEEEAC6A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<ExcIEEEAC6A.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<ExcIEEEAC6A.vhmax> rdf:type rdfs:Property ;
	rdfs:label "vhmax"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<ExcIEEEAC6A.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<ExcIEEEAC6A.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<ExcIEEEAC6A.tk> rdf:type rdfs:Property ;
	rdfs:label "tk"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<ExcIEEEAC6A.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<ExcIEEEAC6A.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<ExcIEEEAC6A.kh> rdf:type rdfs:Property ;
	rdfs:label "kh"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<ExcIEEEAC6A.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<ExcIEEEAC6A.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<ExcIEEEAC6A.vfelim> rdf:type rdfs:Property ;
	rdfs:label "vfelim"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<ExcIEEEAC6A.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<ExcIEEEAC6A.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<ExcIEEEAC6A.tj> rdf:type rdfs:Property ;
	rdfs:label "tj"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<ExcIEEEAC6A.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<ExcIEEEAC6A.th> rdf:type rdfs:Property ;
	rdfs:label "th"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<ExcIEEEAC6A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<ExcIEEEAC6A.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<ExcIEEEAC6A.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<ExcIEEEAC6A.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcIEEEAC6A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEAC6A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vhmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vhmax> <http://www.w3.org/2000/01/rdf-schema#label> "vhmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vhmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vhmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.tk> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.tk> <http://www.w3.org/2000/01/rdf-schema#label> "tk"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.tk> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.tk> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.kh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.kh> <http://www.w3.org/2000/01/rdf-schema#label> "kh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.kh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.kh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vfelim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vfelim> <http://www.w3.org/2000/01/rdf-schema#label> "vfelim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vfelim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vfelim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.tj> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.tj> <http://www.w3.org/2000/01/rdf-schema#label> "tj"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.tj> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.tj> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.th> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.th> <http://www.w3.org/2000/01/rdf-schema#label> "th"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.th> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.th> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6A.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2005 type AC6A model. The model represents field-controlled alternator-rectifier excitation systems with system-supplied electronic voltage regulators. The maximum output of the regulator, VR, is a function of terminal voltage, VT. The field current limiter included in the original model AC6A remains in the 2005 update. Reference: IEEE 421.5-2005, 6.6. According to IEEE 421.5-2016, 7.12 the AC6A excitation system model is being superseded by the model AC6C (ExcIEEEAC6C).

Property Domain Range Comment
tb ExcIEEEAC6A double Voltage regulator time constant (TB) (>= 0). Typical value = 9.
vrmax ExcIEEEAC6A double Maximum voltage regulator output (VRMAX) (> 0). Typical value = 44.
seve1 ExcIEEEAC6A double Exciter saturation function value at the corresponding exciter voltage, VE1, back of commutating reactance (SE[VE1]) (>= 0). Typical value = 0,214.
vhmax ExcIEEEAC6A double Maximum field current limiter signal reference (VHMAX) (> 0). Typical value = 75.
ka ExcIEEEAC6A double Voltage regulator gain (KA) (> 0). Typical value = 536.
seve2 ExcIEEEAC6A double Exciter saturation function value at the corresponding exciter voltage, VE2, back of commutating reactance (SE[VE2]) (>= 0). Typical value = 0,044.
tk ExcIEEEAC6A double Voltage regulator time constant (TK) (>= 0). Typical value = 0,18.
ve1 ExcIEEEAC6A double Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE1) (> 0). Typical value = 7,4.
ta ExcIEEEAC6A double Voltage regulator time constant (TA) (>= 0). Typical value = 0,086.
kh ExcIEEEAC6A double Exciter field current limiter gain (KH) (>= 0). Typical value = 92.
kd ExcIEEEAC6A double Demagnetizing factor, a function of exciter alternator reactances (KD) (>= 0). Typical value = 1,91.
kc ExcIEEEAC6A double Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,173.
vfelim ExcIEEEAC6A double Exciter field current limit reference (VFELIM) (> 0). Typical value = 19.
vamin ExcIEEEAC6A double Minimum voltage regulator output (VAMIN) (< 0). Typical value = -75.
te ExcIEEEAC6A double Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 1.
tj ExcIEEEAC6A double Exciter field current limiter time constant (TJ) (>= 0). Typical value = 0,02.
vamax ExcIEEEAC6A double Maximum voltage regulator output (VAMAX) (> 0). Typical value = 75.
th ExcIEEEAC6A double Exciter field current limiter time constant (TH) (> 0). Typical value = 0,08.
vrmin ExcIEEEAC6A double Minimum voltage regulator output (VRMIN) (< 0). Typical value = -36.
ke ExcIEEEAC6A double Exciter constant related to self-excited field (KE). Typical value = 1,6.
ve2 ExcIEEEAC6A double Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE2) (> 0). Typical value = 5,55.
tc ExcIEEEAC6A double Voltage regulator time constant (TC) (>= 0). Typical value = 3.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEAC6C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEAC6C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEAC6C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEAC6C.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.vscl> rdf:type rdfs:Property ;
	rdfs:label "vscl"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC6C.kh> rdf:type rdfs:Property ;
	rdfs:label "kh"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.tk> rdf:type rdfs:Property ;
	rdfs:label "tk"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.vfemax> rdf:type rdfs:Property ;
	rdfs:label "vfemax"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.vemin> rdf:type rdfs:Property ;
	rdfs:label "vemin"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.efemax> rdf:type rdfs:Property ;
	rdfs:label "efemax"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.th> rdf:type rdfs:Property ;
	rdfs:label "th"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.vuel> rdf:type rdfs:Property ;
	rdfs:label "vuel"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC6C.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.voel> rdf:type rdfs:Property ;
	rdfs:label "voel"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC6C.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.vhmax> rdf:type rdfs:Property ;
	rdfs:label "vhmax"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.tj> rdf:type rdfs:Property ;
	rdfs:label "tj"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.efemin> rdf:type rdfs:Property ;
	rdfs:label "efemin"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<ExcIEEEAC6C.vfelim> rdf:type rdfs:Property ;
	rdfs:label "vfelim"@en ;
	rdfs:domain <ExcIEEEAC6C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEAC6C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vscl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vscl> <http://www.w3.org/2000/01/rdf-schema#label> "vscl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vscl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vscl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.kh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.kh> <http://www.w3.org/2000/01/rdf-schema#label> "kh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.kh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.kh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.tk> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.tk> <http://www.w3.org/2000/01/rdf-schema#label> "tk"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.tk> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.tk> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vfemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vfemax> <http://www.w3.org/2000/01/rdf-schema#label> "vfemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vfemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vfemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vemin> <http://www.w3.org/2000/01/rdf-schema#label> "vemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.efemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.efemax> <http://www.w3.org/2000/01/rdf-schema#label> "efemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.efemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.efemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.th> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.th> <http://www.w3.org/2000/01/rdf-schema#label> "th"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.th> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.th> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vuel> <http://www.w3.org/2000/01/rdf-schema#label> "vuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.voel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.voel> <http://www.w3.org/2000/01/rdf-schema#label> "voel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.voel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.voel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vhmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vhmax> <http://www.w3.org/2000/01/rdf-schema#label> "vhmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vhmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vhmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.tj> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.tj> <http://www.w3.org/2000/01/rdf-schema#label> "tj"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.tj> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.tj> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.efemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.efemin> <http://www.w3.org/2000/01/rdf-schema#label> "efemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.efemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.efemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vfelim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vfelim> <http://www.w3.org/2000/01/rdf-schema#label> "vfelim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vfelim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC6C.vfelim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 AC6C excitation system model. It represents field-controlled alternator-rectifier excitation systems with system-supplied electronic voltage regulators.

Reference: IEEE 421.5-2016, 7.13.

Property Domain Range Comment
vamin ExcIEEEAC6C double Minimum regulator output (Vamin). Typical value = -75.
vscl ExcIEEEAC6C boolean Alternate SCL input locations (Vscl). True means summation point. False means take-over.
kh ExcIEEEAC6C double Exciter field current limiter gain (Kh). Typical value = 92.
kd ExcIEEEAC6C double Demagnetizing factor, function of exciter alternator reactances (Kd). Typical value = 1,91.
kc ExcIEEEAC6C double Rectifier loading factor proportional to commutating reactance (Kc). Typical value = 0,173.
tk ExcIEEEAC6C double Regulator numerator (lead) time constant (Tk) (>=0). Typical value = 0,18.
vfemax ExcIEEEAC6C double Maximum exciter field current limit reference (Vfemax). Typical value = 999.
vemin ExcIEEEAC6C double Minimum exciter output voltage (Vemin). Typical value = 0.
efemax ExcIEEEAC6C double Maximum exciter field voltage (Efemax). Typical value = 44.
ve1 ExcIEEEAC6C double Exciter output voltage for saturation factor Se(Ve1), (Ve1). Typical value = 7,4.
th ExcIEEEAC6C double Exciter field current limiter denominator (lag) time constant (Th) (>=0). Typical value = 0,08.
vuel ExcIEEEAC6C boolean Alternate UEL input locations (Vuel). True means summation point. False means take-over.
ke ExcIEEEAC6C double Exciter field proportional constant (Ke). Typical value = 1,6.
tc ExcIEEEAC6C double Regulator numerator (lead) time constant (Tc) (>=0). Typical value = 3.
voel ExcIEEEAC6C boolean Alternate OEL input locations (Voel). True means summation point. False means take-over.
te ExcIEEEAC6C double Exciter field time constant (Te) (>=0). Typical value = 1.
vamax ExcIEEEAC6C double Maximum regulator output (Vamax). Typical value = 75.
seve1 ExcIEEEAC6C double Exciter saturation factor at exciter output voltage Ve1, Se(Ve1). Typical value = 0,214.
vhmax ExcIEEEAC6C double Exciter field current limiter maximum output (Vhmax). Typical value = 75.
tj ExcIEEEAC6C double Exciter field current limiter numerator (lead) time constant (Tj) (>=0). Typical value = 0,02.
ta ExcIEEEAC6C double Regulator output time constant (Ta) (>=0). Typical value = 0,086.
ve2 ExcIEEEAC6C double Exciter output voltage for saturation factor Se(Ve2), (Ve2). Typical value = 5,55.
seve2 ExcIEEEAC6C double Exciter saturation factor at exciter output voltage Ve2, Se(Ve2). Typical value = 0,044.
efemin ExcIEEEAC6C double Minimum exciter field voltage (Efemin). Typical value = -36.
tb ExcIEEEAC6C double Regulator denominator (lag) time constant (Tb) (>=0). Typical value = 9.
ka ExcIEEEAC6C double Regulator output gain (Ka). Typical value = 536.
vfelim ExcIEEEAC6C double Exciter field current limiter reference (Vfelim). Typical value = 19.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEAC7B

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEAC7B> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEAC7B"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEAC7B.kdr> rdf:type rdfs:Property ;
	rdfs:label "kdr"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.kf3> rdf:type rdfs:Property ;
	rdfs:label "kf3"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.kir> rdf:type rdfs:Property ;
	rdfs:label "kir"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.kf1> rdf:type rdfs:Property ;
	rdfs:label "kf1"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.tdr> rdf:type rdfs:Property ;
	rdfs:label "tdr"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.kpa> rdf:type rdfs:Property ;
	rdfs:label "kpa"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.vemin> rdf:type rdfs:Property ;
	rdfs:label "vemin"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.kia> rdf:type rdfs:Property ;
	rdfs:label "kia"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.kl> rdf:type rdfs:Property ;
	rdfs:label "kl"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.kpr> rdf:type rdfs:Property ;
	rdfs:label "kpr"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.kf2> rdf:type rdfs:Property ;
	rdfs:label "kf2"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.vfemax> rdf:type rdfs:Property ;
	rdfs:label "vfemax"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<ExcIEEEAC7B.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEAC7B> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEAC7B"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kdr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kdr> <http://www.w3.org/2000/01/rdf-schema#label> "kdr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kdr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kdr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kf3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kf3> <http://www.w3.org/2000/01/rdf-schema#label> "kf3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kf3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kf3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kir> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kir> <http://www.w3.org/2000/01/rdf-schema#label> "kir"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kir> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kir> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kf1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kf1> <http://www.w3.org/2000/01/rdf-schema#label> "kf1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kf1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kf1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.tdr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.tdr> <http://www.w3.org/2000/01/rdf-schema#label> "tdr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.tdr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.tdr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kpa> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kpa> <http://www.w3.org/2000/01/rdf-schema#label> "kpa"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kpa> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kpa> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vemin> <http://www.w3.org/2000/01/rdf-schema#label> "vemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kia> <http://www.w3.org/2000/01/rdf-schema#label> "kia"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kia> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kia> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kl> <http://www.w3.org/2000/01/rdf-schema#label> "kl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kpr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kpr> <http://www.w3.org/2000/01/rdf-schema#label> "kpr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kpr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kpr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kf2> <http://www.w3.org/2000/01/rdf-schema#label> "kf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vfemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vfemax> <http://www.w3.org/2000/01/rdf-schema#label> "vfemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vfemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.vfemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7B.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2005 type AC7B model. The model represents excitation systems which consist of an AC alternator with either stationary or rotating rectifiers to produce the DC field requirements. It is an upgrade to earlier AC excitation systems, which replace only the controls but retain the AC alternator and diode rectifier bridge. Reference: IEEE 421.5-2005, 6.7. Note, however, that in IEEE 421.5-2005, the [1 / sTE] block is shown as [1 / (1 + sTE)], which is incorrect. According to IEEE 421.5-2016, 7.14 the AC7B excitation system model is being superseded by the model AC7C (ExcIEEEAC7C).

Property Domain Range Comment
kdr ExcIEEEAC7B double Voltage regulator derivative gain (KDR) (>= 0). Typical value = 0.
kf3 ExcIEEEAC7B double Excitation control system stabilizer gain (KF3) (>= 0). Typical value = 0.
kir ExcIEEEAC7B double Voltage regulator integral gain (KIR) (>= 0). Typical value = 4,24.
kd ExcIEEEAC7B double Demagnetizing factor, a function of exciter alternator reactances (KD) (>= 0). Typical value = 0,02.
kf1 ExcIEEEAC7B double Excitation control system stabilizer gain (KF1) (>= 0). Typical value = 0,212.
ve1 ExcIEEEAC7B double Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE1) (> 0). Typical value = 6,3.
tdr ExcIEEEAC7B double Lag time constant (TDR) (>= 0). Typical value = 0.
kpa ExcIEEEAC7B double Voltage regulator proportional gain (KPA) (> 0 if ExcIEEEAC7B.kia = 0). Typical value = 65,36.
ve2 ExcIEEEAC7B double Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE2) (> 0). Typical value = 3,02.
vrmin ExcIEEEAC7B double Minimum voltage regulator output (VRMIN) (< 0). Typical value = -5,79.
vemin ExcIEEEAC7B double Minimum exciter voltage output (VEMIN) (<= 0). Typical value = 0.
vrmax ExcIEEEAC7B double Maximum voltage regulator output (VRMAX) (> 0). Typical value = 5,79.
ke ExcIEEEAC7B double Exciter constant related to self-excited field (KE). Typical value = 1.
kia ExcIEEEAC7B double Voltage regulator integral gain (KIA) (>= 0). Typical value = 59,69.
vamax ExcIEEEAC7B double Maximum voltage regulator output (VAMAX) (> 0). Typical value = 1.
tf ExcIEEEAC7B double Excitation control system stabilizer time constant (TF) (> 0). Typical value = 1.
kp ExcIEEEAC7B double Potential circuit gain coefficient (KP) (> 0). Typical value = 4,96.
seve2 ExcIEEEAC7B double Exciter saturation function value at the corresponding exciter voltage, VE2, back of commutating reactance (SE[VE2]) (>= 0). Typical value = 0,075.
te ExcIEEEAC7B double Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 1,1.
kl ExcIEEEAC7B double Exciter field voltage lower limit parameter (KL). Typical value = 10.
seve1 ExcIEEEAC7B double Exciter saturation function value at the corresponding exciter voltage, VE1, back of commutating reactance (SE[VE1]) (>= 0). Typical value = 0,44.
kpr ExcIEEEAC7B double Voltage regulator proportional gain (KPR) (> 0 if ExcIEEEAC7B.kir = 0). Typical value = 4,24.
kf2 ExcIEEEAC7B double Excitation control system stabilizer gain (KF2) (>= 0). Typical value = 0.
vamin ExcIEEEAC7B double Minimum voltage regulator output (VAMIN) (< 0). Typical value = -0,95.
vfemax ExcIEEEAC7B double Exciter field current limit reference (VFEMAX). Typical value = 6,9.
kc ExcIEEEAC7B double Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,18.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEAC7C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEAC7C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEAC7C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEAC7C.kia> rdf:type rdfs:Property ;
	rdfs:label "kia"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.vsclInputKind> rdf:type rdfs:Property ;
	rdfs:label "vsclInputKind"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:string .
<ExcIEEEAC7C.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.sw1> rdf:type rdfs:Property ;
	rdfs:label "sw1"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC7C.kpr> rdf:type rdfs:Property ;
	rdfs:label "kpr"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.titap> rdf:type rdfs:Property ;
	rdfs:label "titap"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.vemin> rdf:type rdfs:Property ;
	rdfs:label "vemin"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.vfemax> rdf:type rdfs:Property ;
	rdfs:label "vfemax"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.vs> rdf:type rdfs:Property ;
	rdfs:label "vs"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC7C.kl> rdf:type rdfs:Property ;
	rdfs:label "kl"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.tdr> rdf:type rdfs:Property ;
	rdfs:label "tdr"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.kf1> rdf:type rdfs:Property ;
	rdfs:label "kf1"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.kpa> rdf:type rdfs:Property ;
	rdfs:label "kpa"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.kr> rdf:type rdfs:Property ;
	rdfs:label "kr"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.kf2> rdf:type rdfs:Property ;
	rdfs:label "kf2"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.kdr> rdf:type rdfs:Property ;
	rdfs:label "kdr"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.kc1> rdf:type rdfs:Property ;
	rdfs:label "kc1"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.vuelInputKind> rdf:type rdfs:Property ;
	rdfs:label "vuelInputKind"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:string .
<ExcIEEEAC7C.xl> rdf:type rdfs:Property ;
	rdfs:label "xl"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.kir> rdf:type rdfs:Property ;
	rdfs:label "kir"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.vbmax> rdf:type rdfs:Property ;
	rdfs:label "vbmax"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.kf3> rdf:type rdfs:Property ;
	rdfs:label "kf3"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.voelInputKind> rdf:type rdfs:Property ;
	rdfs:label "voelInputKind"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:string .
<ExcIEEEAC7C.sw2> rdf:type rdfs:Property ;
	rdfs:label "sw2"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC7C.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<ExcIEEEAC7C.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcIEEEAC7C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEAC7C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kia> <http://www.w3.org/2000/01/rdf-schema#label> "kia"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kia> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kia> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vsclInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "vsclInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.sw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.sw1> <http://www.w3.org/2000/01/rdf-schema#label> "sw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.sw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.sw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kpr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kpr> <http://www.w3.org/2000/01/rdf-schema#label> "kpr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kpr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kpr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.titap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.titap> <http://www.w3.org/2000/01/rdf-schema#label> "titap"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.titap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.titap> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vemin> <http://www.w3.org/2000/01/rdf-schema#label> "vemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vfemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vfemax> <http://www.w3.org/2000/01/rdf-schema#label> "vfemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vfemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vfemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vs> <http://www.w3.org/2000/01/rdf-schema#label> "vs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kl> <http://www.w3.org/2000/01/rdf-schema#label> "kl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.tdr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.tdr> <http://www.w3.org/2000/01/rdf-schema#label> "tdr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.tdr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.tdr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kf1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kf1> <http://www.w3.org/2000/01/rdf-schema#label> "kf1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kf1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kf1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kpa> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kpa> <http://www.w3.org/2000/01/rdf-schema#label> "kpa"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kpa> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kpa> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kr> <http://www.w3.org/2000/01/rdf-schema#label> "kr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kf2> <http://www.w3.org/2000/01/rdf-schema#label> "kf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kdr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kdr> <http://www.w3.org/2000/01/rdf-schema#label> "kdr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kdr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kdr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kc1> <http://www.w3.org/2000/01/rdf-schema#label> "kc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vuelInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "vuelInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.xl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.xl> <http://www.w3.org/2000/01/rdf-schema#label> "xl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.xl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.xl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kir> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kir> <http://www.w3.org/2000/01/rdf-schema#label> "kir"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kir> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kir> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vbmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vbmax> <http://www.w3.org/2000/01/rdf-schema#label> "vbmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vbmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.vbmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kf3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kf3> <http://www.w3.org/2000/01/rdf-schema#label> "kf3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kf3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kf3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.voelInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "voelInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.sw2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.sw2> <http://www.w3.org/2000/01/rdf-schema#label> "sw2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.sw2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.sw2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC7C.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 AC7C excitation system model. It consists of an AC alternator with either stationary or rotating rectifiers to produce the DC field requirements.

Reference: IEEE 421.5-2016, 7.15.

Property Domain Range Comment
kia ExcIEEEAC7C double Field current regulator integral gain (Kia). Typical value = 0.
vsclInputKind ExcIEEEAC7C string Alternate SCL input locations (Vscl).
seve1 ExcIEEEAC7C double Exciter saturation factor at exciter output voltage Ve1, Se(Ve1). Typical value = 3,74.
ki ExcIEEEAC7C double Potential circuit (current) gain coefficient (Ki). Typical value = 0.
sw1 ExcIEEEAC7C boolean Power source selector (SW1). True means position A. False means position B. Typical value = false.
kpr ExcIEEEAC7C double Voltage regulator proportional gain (Kpr). Typical value = 40.
titap ExcIEEEAC7C double Potential circuit phase angle (degrees) (Titap). Typical value = 0.
vemin ExcIEEEAC7C double Minimum exciter output voltage (Vemin). Typical value = 0.
vfemax ExcIEEEAC7C double Maximum exciter field current limit reference (Vfemax). Typical value = 23,2.
ke ExcIEEEAC7C double Exciter field proportional constant (Ke). Typical value = 1.
vs ExcIEEEAC7C boolean Alternate PSS input locations (Vs). True means input at voltage error calculation. False means input after take-over UEL.
kl ExcIEEEAC7C double Gain related to negative exciter field current capability (Kl). Typical value = 0.
tdr ExcIEEEAC7C double Lag time constant for derivative channel of PID controller (Tdr) (>=0). Typical value = 1.
kf1 ExcIEEEAC7C double Generator field voltage feedback gain (Kf1). Typical value = 0.
vamin ExcIEEEAC7C double Minimum regulator output (Vamin). Typical value = -54.
kpa ExcIEEEAC7C double Field current regulator proportional gain (Kpa). Typical value = 112.
kr ExcIEEEAC7C double Gain related to regulator and alternator field power supply (Kr). Typical value = 0.
vrmin ExcIEEEAC7C double Minimum regulator output (Vrmin). Typical value = -3,2.
vamax ExcIEEEAC7C double Maximum regulator output (Vamax). Typical value = 65,2.
seve2 ExcIEEEAC7C double Exciter saturation factor at exciter output voltage Ve2, Se(Ve2). Typical value = 0,32.
kf2 ExcIEEEAC7C double Exciter field current feedback gain (Kf2). Typical value = 0,08.
ve1 ExcIEEEAC7C double Exciter output voltage for saturation factor Se(Ve1), (Ve1). Typical value = 13,6.
kdr ExcIEEEAC7C double Voltage regulator derivative gain (Kdr). Typical value = 0.
tf ExcIEEEAC7C double Rate feedback time constant (Tf) (>=0). Typical value = 1.
kc1 ExcIEEEAC7C double Rectifier loading factor proportional to commutating reactance (Kc1). Typical value = 0.
vuelInputKind ExcIEEEAC7C string Alternate UEL input locations (Vuel).
xl ExcIEEEAC7C double Reactance associated with potential source (Xl). Typical value = 0.
vrmax ExcIEEEAC7C double Maximum regulator output (Vrmax). Typical value = 3,2.
kd ExcIEEEAC7C double Demagnetizing factor, function of exciter alternator reactances (Kd). Typical value = 3,3.
kc ExcIEEEAC7C double Rectifier loading factor proportional to commutating reactance (Kc). Typical value = 0,12.
kir ExcIEEEAC7C double Voltage regulator integral gain (Kir). Typical value = 5,6.
te ExcIEEEAC7C double Exciter field time constant (Te) (>=0). Typical value = 1,2.
vbmax ExcIEEEAC7C double Maximum available exciter field voltage (Vbmax). Typical value = 999.
kf3 ExcIEEEAC7C double Rate feedback gain (Kf3). Typical value = 0,01.
voelInputKind ExcIEEEAC7C string Alternate OEL input locations (Voel).
sw2 ExcIEEEAC7C boolean Power source selector (SW2). True means position A. False means position B. Typical value = true.
ve2 ExcIEEEAC7C double Exciter output voltage for saturation factor Se(Ve2), (Ve2). Typical value = 10,2.
kp ExcIEEEAC7C double Potential circuit gain coefficient (Kp). Typical value = 1.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEAC8B

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEAC8B> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEAC8B"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEAC8B.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEAC8B> ;
	rdfs:range xsd:double .
<ExcIEEEAC8B.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEAC8B> ;
	rdfs:range xsd:double .
<ExcIEEEAC8B.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEAC8B> ;
	rdfs:range xsd:double .
<ExcIEEEAC8B.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEAC8B> ;
	rdfs:range xsd:double .
<ExcIEEEAC8B.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEAC8B> ;
	rdfs:range xsd:double .
<ExcIEEEAC8B.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEAC8B> ;
	rdfs:range xsd:double .
<ExcIEEEAC8B.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcIEEEAC8B> ;
	rdfs:range xsd:double .
<ExcIEEEAC8B.vfemax> rdf:type rdfs:Property ;
	rdfs:label "vfemax"@en ;
	rdfs:domain <ExcIEEEAC8B> ;
	rdfs:range xsd:double .
<ExcIEEEAC8B.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcIEEEAC8B> ;
	rdfs:range xsd:double .
<ExcIEEEAC8B.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEAC8B> ;
	rdfs:range xsd:double .
<ExcIEEEAC8B.kdr> rdf:type rdfs:Property ;
	rdfs:label "kdr"@en ;
	rdfs:domain <ExcIEEEAC8B> ;
	rdfs:range xsd:double .
<ExcIEEEAC8B.kpr> rdf:type rdfs:Property ;
	rdfs:label "kpr"@en ;
	rdfs:domain <ExcIEEEAC8B> ;
	rdfs:range xsd:double .
<ExcIEEEAC8B.vemin> rdf:type rdfs:Property ;
	rdfs:label "vemin"@en ;
	rdfs:domain <ExcIEEEAC8B> ;
	rdfs:range xsd:double .
<ExcIEEEAC8B.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcIEEEAC8B> ;
	rdfs:range xsd:double .
<ExcIEEEAC8B.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcIEEEAC8B> ;
	rdfs:range xsd:double .
<ExcIEEEAC8B.kir> rdf:type rdfs:Property ;
	rdfs:label "kir"@en ;
	rdfs:domain <ExcIEEEAC8B> ;
	rdfs:range xsd:double .
<ExcIEEEAC8B.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcIEEEAC8B> ;
	rdfs:range xsd:double .
<ExcIEEEAC8B.tdr> rdf:type rdfs:Property ;
	rdfs:label "tdr"@en ;
	rdfs:domain <ExcIEEEAC8B> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEAC8B"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.vfemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.vfemax> <http://www.w3.org/2000/01/rdf-schema#label> "vfemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.vfemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.vfemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.kdr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.kdr> <http://www.w3.org/2000/01/rdf-schema#label> "kdr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.kdr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.kdr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.kpr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.kpr> <http://www.w3.org/2000/01/rdf-schema#label> "kpr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.kpr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.kpr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.vemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.vemin> <http://www.w3.org/2000/01/rdf-schema#label> "vemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.vemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.vemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.kir> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.kir> <http://www.w3.org/2000/01/rdf-schema#label> "kir"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.kir> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.kir> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.tdr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.tdr> <http://www.w3.org/2000/01/rdf-schema#label> "tdr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.tdr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8B.tdr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2005 type AC8B model. This model represents a PID voltage regulator with either a brushless exciter or DC exciter. The AVR in this model consists of PID control, with separate constants for the proportional (KPR), integral (KIR), and derivative (KDR) gains. The representation of the brushless exciter (TE, KE, SE, KC, KD) is similar to the model type AC2A. The type AC8B model can be used to represent static voltage regulators applied to brushless excitation systems. Digitally based voltage regulators feeding DC rotating main exciters can be represented with the AC type AC8B model with the parameters KC and KD set to 0. For thyristor power stages fed from the generator terminals, the limits VRMAX and VRMIN should be a function of terminal voltage: VT x VRMAX and VT x VRMIN. Reference: IEEE 421.5-2005, 6.8. According to IEEE 421.5-2016, 7.16 the AC8B excitation system model is being superseded by the model AC8C (ExcIEEEAC8C).

Property Domain Range Comment
ke ExcIEEEAC8B double Exciter constant related to self-excited field (KE). Typical value = 1.
kc ExcIEEEAC8B double Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,55.
ka ExcIEEEAC8B double Voltage regulator gain (KA) (> 0). Typical value = 1.
ta ExcIEEEAC8B double Voltage regulator time constant (TA) (>= 0). Typical value = 0.
vrmin ExcIEEEAC8B double Minimum voltage regulator output (VRMIN) (<= 0). Typical value = 0.
te ExcIEEEAC8B double Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 1,2.
seve2 ExcIEEEAC8B double Exciter saturation function value at the corresponding exciter voltage, VE2, back of commutating reactance (SE[VE2]) (>= 0). Typical value = 3.
vfemax ExcIEEEAC8B double Exciter field current limit reference (VFEMAX). Typical value = 6.
ve1 ExcIEEEAC8B double Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE1) (> 0). Typical value = 6,5.
vrmax ExcIEEEAC8B double Maximum voltage regulator output (VRMAX) (> 0). Typical value = 35.
kdr ExcIEEEAC8B double Voltage regulator derivative gain (KDR) (>= 0). Typical value = 10.
kpr ExcIEEEAC8B double Voltage regulator proportional gain (KPR) (> 0 if ExcIEEEAC8B.kir = 0). Typical value = 80.
vemin ExcIEEEAC8B double Minimum exciter voltage output (VEMIN) (<= 0). Typical value = 0.
seve1 ExcIEEEAC8B double Exciter saturation function value at the corresponding exciter voltage, VE1, back of commutating reactance (SE[VE1]) (>= 0). Typical value = 0,3.
kd ExcIEEEAC8B double Demagnetizing factor, a function of exciter alternator reactances (KD) (>= 0). Typical value = 1,1.
kir ExcIEEEAC8B double Voltage regulator integral gain (KIR) (>= 0). Typical value = 5.
ve2 ExcIEEEAC8B double Exciter alternator output voltages back of commutating reactance at which saturation is defined (VE2) (> 0). Typical value = 9.
tdr ExcIEEEAC8B double Lag time constant (TDR) (> 0). Typical value = 0,1.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEAC8C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEAC8C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEAC8C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEAC8C.vsclInputKind> rdf:type rdfs:Property ;
	rdfs:label "vsclInputKind"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:string .
<ExcIEEEAC8C.kpr> rdf:type rdfs:Property ;
	rdfs:label "kpr"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.titap> rdf:type rdfs:Property ;
	rdfs:label "titap"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.vfemax> rdf:type rdfs:Property ;
	rdfs:label "vfemax"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.xl> rdf:type rdfs:Property ;
	rdfs:label "xl"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.tdr> rdf:type rdfs:Property ;
	rdfs:label "tdr"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.vemin> rdf:type rdfs:Property ;
	rdfs:label "vemin"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.vs> rdf:type rdfs:Property ;
	rdfs:label "vs"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC8C.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.kir> rdf:type rdfs:Property ;
	rdfs:label "kir"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.vbmax> rdf:type rdfs:Property ;
	rdfs:label "vbmax"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.vpidmax> rdf:type rdfs:Property ;
	rdfs:label "vpidmax"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.sw1> rdf:type rdfs:Property ;
	rdfs:label "sw1"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC8C.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.vuelInputKind> rdf:type rdfs:Property ;
	rdfs:label "vuelInputKind"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:string .
<ExcIEEEAC8C.voelInputKind> rdf:type rdfs:Property ;
	rdfs:label "voelInputKind"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:string .
<ExcIEEEAC8C.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.kdr> rdf:type rdfs:Property ;
	rdfs:label "kdr"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.kc1> rdf:type rdfs:Property ;
	rdfs:label "kc1"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.vpidmin> rdf:type rdfs:Property ;
	rdfs:label "vpidmin"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<ExcIEEEAC8C.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcIEEEAC8C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEAC8C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vsclInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "vsclInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kpr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kpr> <http://www.w3.org/2000/01/rdf-schema#label> "kpr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kpr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kpr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.titap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.titap> <http://www.w3.org/2000/01/rdf-schema#label> "titap"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.titap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.titap> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vfemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vfemax> <http://www.w3.org/2000/01/rdf-schema#label> "vfemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vfemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vfemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.xl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.xl> <http://www.w3.org/2000/01/rdf-schema#label> "xl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.xl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.xl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.tdr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.tdr> <http://www.w3.org/2000/01/rdf-schema#label> "tdr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.tdr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.tdr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vemin> <http://www.w3.org/2000/01/rdf-schema#label> "vemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vs> <http://www.w3.org/2000/01/rdf-schema#label> "vs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kir> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kir> <http://www.w3.org/2000/01/rdf-schema#label> "kir"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kir> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kir> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vbmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vbmax> <http://www.w3.org/2000/01/rdf-schema#label> "vbmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vbmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vbmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vpidmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vpidmax> <http://www.w3.org/2000/01/rdf-schema#label> "vpidmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vpidmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vpidmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.sw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.sw1> <http://www.w3.org/2000/01/rdf-schema#label> "sw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.sw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.sw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vuelInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "vuelInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.voelInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "voelInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kdr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kdr> <http://www.w3.org/2000/01/rdf-schema#label> "kdr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kdr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kdr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kc1> <http://www.w3.org/2000/01/rdf-schema#label> "kc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vpidmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vpidmin> <http://www.w3.org/2000/01/rdf-schema#label> "vpidmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vpidmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.vpidmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC8C.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 AC8C excitation system model. It consists of PID control, with separate constants for the proportional, integral and derivative gains. It can be used to represent static voltage regulators applied to brushless excitation systems.

Reference: IEEE 421.5-2016, 7.17.

Property Domain Range Comment
vsclInputKind ExcIEEEAC8C string Alternate SCL input locations (Vscl).
kpr ExcIEEEAC8C double Voltage regulator proportional gain (Kpr). Typical value = 80.
ke ExcIEEEAC8C double Exciter field proportional constant (Ke). Typical value = 1.
vrmax ExcIEEEAC8C double Maximum regulator output (Vrmax). Typical value = 35.
kc ExcIEEEAC8C double Rectifier loading factor proportional to commutating reactance (Kc). Typical value = 0,55.
titap ExcIEEEAC8C double Potential circuit phase angle (degrees) (Titap). Typical value = 0.
vfemax ExcIEEEAC8C double Maximum exciter field current limit reference (Vfemax). Typical value = 6.
xl ExcIEEEAC8C double Reactance associated with potential source (Xl). Typical value = 0.
tdr ExcIEEEAC8C double Lag time constant for derivative channel of PID controller (Tdr) (>=0). Typical value = 0,02.
vemin ExcIEEEAC8C double Minimum exciter output voltage (Vemin). Typical value = 0.
vrmin ExcIEEEAC8C double Minimum regulator output (Vrmin). Typical value = 0.
seve2 ExcIEEEAC8C double Exciter saturation factor at exciter output voltage Ve2, Se(Ve2). Typical value = 0,3.
te ExcIEEEAC8C double Exciter field time constant (Te) (>=0). Typical value = 1,2.
kp ExcIEEEAC8C double Potential circuit gain coefficient (Kp). Typical value = 1.
vs ExcIEEEAC8C boolean Alternate PSS input locations (Vs). True means input at voltage error calculation. False means input after take-over UEL.
ta ExcIEEEAC8C double Rectifier bridge time constant (Ta) (>=0). Typical value = 0,01.
kir ExcIEEEAC8C double Voltage regulator integral gain (Kir). Typical value = 5.
vbmax ExcIEEEAC8C double Maximum available exciter field voltage (Vbmax). Typical value = 1,25.
vpidmax ExcIEEEAC8C double Maximum PID regulator output (Vpidmax).
sw1 ExcIEEEAC8C boolean Logical switch 1 (SW1). True means position A. False means position B. Typical value = true.
seve1 ExcIEEEAC8C double Exciter saturation factor at exciter output voltage Ve1, Se(Ve1). Typical value = 3.
vuelInputKind ExcIEEEAC8C string Alternate UEL input locations (Vuel).
voelInputKind ExcIEEEAC8C string Alternate OEL input locations (Voel). The value takeOverInnerLoop shall not be used in this model type.
ki ExcIEEEAC8C double Potential circuit (current) gain coefficient (Ki). Typical value = 0.
kdr ExcIEEEAC8C double Voltage regulator derivative gain (Kdr). Typical value = 10.
ka ExcIEEEAC8C double Rectifier bridge gain (Ka). Typical value = 1.
kc1 ExcIEEEAC8C double Rectifier loading factor proportional to commutating reactance (Kc1). Typical value = 0.
ve2 ExcIEEEAC8C double Exciter output voltage for saturation factor Se(Ve2), (Ve2). Typical value = 6,5.
vpidmin ExcIEEEAC8C double Minimum PID regulator output (Vpidmax).
ve1 ExcIEEEAC8C double Exciter output voltage for saturation factor Se(Ve1), (Ve1). Typical value = 9.
kd ExcIEEEAC8C double Demagnetizing factor, function of exciter alternator reactances (Kd). Typical value = 1,1.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEAC9C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEAC9C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEAC9C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEAC9C.vb1max> rdf:type rdfs:Property ;
	rdfs:label "vb1max"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.kdr> rdf:type rdfs:Property ;
	rdfs:label "kdr"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.kpr> rdf:type rdfs:Property ;
	rdfs:label "kpr"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.vemin> rdf:type rdfs:Property ;
	rdfs:label "vemin"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.kc2> rdf:type rdfs:Property ;
	rdfs:label "kc2"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.vpidmin> rdf:type rdfs:Property ;
	rdfs:label "vpidmin"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.kia> rdf:type rdfs:Property ;
	rdfs:label "kia"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.seve1> rdf:type rdfs:Property ;
	rdfs:label "seve1"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.sct> rdf:type rdfs:Property ;
	rdfs:label "sct"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC9C.xl> rdf:type rdfs:Property ;
	rdfs:label "xl"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.vfemax> rdf:type rdfs:Property ;
	rdfs:label "vfemax"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.kir> rdf:type rdfs:Property ;
	rdfs:label "kir"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.sw1> rdf:type rdfs:Property ;
	rdfs:label "sw1"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC9C.kw> rdf:type rdfs:Property ;
	rdfs:label "kw"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.kpa> rdf:type rdfs:Property ;
	rdfs:label "kpa"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.vfwmax> rdf:type rdfs:Property ;
	rdfs:label "vfwmax"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.titap> rdf:type rdfs:Property ;
	rdfs:label "titap"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.vuel> rdf:type rdfs:Property ;
	rdfs:label "vuel"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC9C.vb2max> rdf:type rdfs:Property ;
	rdfs:label "vb2max"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.ve1> rdf:type rdfs:Property ;
	rdfs:label "ve1"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.vpidmax> rdf:type rdfs:Property ;
	rdfs:label "vpidmax"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.vscl> rdf:type rdfs:Property ;
	rdfs:label "vscl"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC9C.voel> rdf:type rdfs:Property ;
	rdfs:label "voel"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:boolean .
<ExcIEEEAC9C.tdr> rdf:type rdfs:Property ;
	rdfs:label "tdr"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.kc1> rdf:type rdfs:Property ;
	rdfs:label "kc1"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.vfwmin> rdf:type rdfs:Property ;
	rdfs:label "vfwmin"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.ve2> rdf:type rdfs:Property ;
	rdfs:label "ve2"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.ki2> rdf:type rdfs:Property ;
	rdfs:label "ki2"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<ExcIEEEAC9C.seve2> rdf:type rdfs:Property ;
	rdfs:label "seve2"@en ;
	rdfs:domain <ExcIEEEAC9C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEAC9C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vb1max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vb1max> <http://www.w3.org/2000/01/rdf-schema#label> "vb1max"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vb1max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vb1max> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kdr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kdr> <http://www.w3.org/2000/01/rdf-schema#label> "kdr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kdr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kdr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kpr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kpr> <http://www.w3.org/2000/01/rdf-schema#label> "kpr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kpr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kpr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vemin> <http://www.w3.org/2000/01/rdf-schema#label> "vemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kc2> <http://www.w3.org/2000/01/rdf-schema#label> "kc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vpidmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vpidmin> <http://www.w3.org/2000/01/rdf-schema#label> "vpidmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vpidmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vpidmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kia> <http://www.w3.org/2000/01/rdf-schema#label> "kia"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kia> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kia> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.seve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.seve1> <http://www.w3.org/2000/01/rdf-schema#label> "seve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.seve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.seve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.sct> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.sct> <http://www.w3.org/2000/01/rdf-schema#label> "sct"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.sct> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.sct> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.xl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.xl> <http://www.w3.org/2000/01/rdf-schema#label> "xl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.xl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.xl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vfemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vfemax> <http://www.w3.org/2000/01/rdf-schema#label> "vfemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vfemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vfemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kir> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kir> <http://www.w3.org/2000/01/rdf-schema#label> "kir"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kir> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kir> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.sw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.sw1> <http://www.w3.org/2000/01/rdf-schema#label> "sw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.sw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.sw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kw> <http://www.w3.org/2000/01/rdf-schema#label> "kw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kpa> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kpa> <http://www.w3.org/2000/01/rdf-schema#label> "kpa"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kpa> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kpa> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vfwmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vfwmax> <http://www.w3.org/2000/01/rdf-schema#label> "vfwmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vfwmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vfwmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.titap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.titap> <http://www.w3.org/2000/01/rdf-schema#label> "titap"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.titap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.titap> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vuel> <http://www.w3.org/2000/01/rdf-schema#label> "vuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vb2max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vb2max> <http://www.w3.org/2000/01/rdf-schema#label> "vb2max"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vb2max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vb2max> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ve1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ve1> <http://www.w3.org/2000/01/rdf-schema#label> "ve1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ve1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ve1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vpidmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vpidmax> <http://www.w3.org/2000/01/rdf-schema#label> "vpidmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vpidmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vpidmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vscl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vscl> <http://www.w3.org/2000/01/rdf-schema#label> "vscl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vscl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vscl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.voel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.voel> <http://www.w3.org/2000/01/rdf-schema#label> "voel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.voel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.voel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.tdr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.tdr> <http://www.w3.org/2000/01/rdf-schema#label> "tdr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.tdr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.tdr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kc1> <http://www.w3.org/2000/01/rdf-schema#label> "kc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.kc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vfwmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vfwmin> <http://www.w3.org/2000/01/rdf-schema#label> "vfwmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vfwmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.vfwmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ve2> <http://www.w3.org/2000/01/rdf-schema#label> "ve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ki2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ki2> <http://www.w3.org/2000/01/rdf-schema#label> "ki2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ki2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.ki2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.seve2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.seve2> <http://www.w3.org/2000/01/rdf-schema#label> "seve2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.seve2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEAC9C.seve2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 AC9C excitation system model. It may be applied to excitation systems consisting of an ac alternator with either stationary or rotating rectifiers. The model consists of a PID type voltage regulator followed by a PI current regulator in cascade.

Reference: IEEE 421.5-2016, 7.18.

Property Domain Range Comment
vb1max ExcIEEEAC9C double Maximum available exciter field voltage (Vb1max). Typical value = 100.
te ExcIEEEAC9C double Exciter field time constant (Te) (>=0). Typical value = 1.
kp ExcIEEEAC9C double Potential circuit (voltage) gain coefficient (Kp). Typical value = 1.
kdr ExcIEEEAC9C double Voltage regulator derivative gain (Kdr). Typical value = 0.
vamin ExcIEEEAC9C double Minimum current regulator output (Vamin). Typical value = -0,866.
tf ExcIEEEAC9C double Field current feedback time constant (Tf) (>=0). Typical value = 0,01.
kpr ExcIEEEAC9C double Voltage regulator proportional gain (Kpr). Typical value = 10.
ta ExcIEEEAC9C double Controlled rectifier bridge equivalent time constant (Ta) (>=0). Typical value = 0,0018.
vemin ExcIEEEAC9C double Minimum exciter output voltage (Vemin). Typical value = 0.
kc2 ExcIEEEAC9C double Rectifier loading factor proportional to commutating reactance (Kc1). Typical value = 0.
vpidmin ExcIEEEAC9C double Minimum PID regulator output (Vpidmax). Typical value = 0.
kia ExcIEEEAC9C double Field current regulator integral gain (Kia). Typical value = 0.
kf ExcIEEEAC9C double Exciter field current feedback gain (Kf). Typical value = 0,2.
seve1 ExcIEEEAC9C double Exciter saturation factor at exciter output voltage Ve1, Se(Ve1). Typical value = 0,001.
kc ExcIEEEAC9C double Rectifier loading factor proportional to commutating reactance (Kc). Typical value = 0.
sct ExcIEEEAC9C boolean Power stage type selector (Sct). True means it represents a thyristor converter (parameter different than 0 in IEEE model). False means it represents a chopper converter (parameter is set to 0 in IEEE model).
xl ExcIEEEAC9C double Reactance associated with potential source (Xl). Typical value = 0.
vfemax ExcIEEEAC9C double Maximum exciter field current limit reference (Vfemax). Typical value = 16.
kir ExcIEEEAC9C double Voltage regulator integral gain (Kir). Typical value = 10.
sw1 ExcIEEEAC9C boolean Power source selector (SW1). True means position A. False means position B. Typical value = true.
kw ExcIEEEAC9C double Free wheel equivalent feedback gain (Kw). Typical value = 0.
kd ExcIEEEAC9C double Demagnetizing factor, function of exciter alternator reactances (Kd). Typical value = 1.
vamax ExcIEEEAC9C double Maximum current regulator output (Vamax). Typical value = 0,996.
kpa ExcIEEEAC9C double Field current regulator proportional gain (Kpa). Typical value = 4.
vfwmax ExcIEEEAC9C double Maximum free wheel feedback (Vfwmax). Typical value = 10.
titap ExcIEEEAC9C double Potential circuit phase angle (degrees) (Titap). Typical value = 0.
vuel ExcIEEEAC9C boolean Alternate UEL input locations (Vuel). True means summation point. False means take-over.
vb2max ExcIEEEAC9C double Maximum available compound field voltage (Vb2max). Typical value = 0.
ve1 ExcIEEEAC9C double Exciter output voltage for saturation factor Se(Ve1), (Ve1). Typical value = 4,167.
vpidmax ExcIEEEAC9C double Maximum PID regulator output (Vpidmax). Typical value = 1,6.
vscl ExcIEEEAC9C boolean Alternate SCL input locations (Vscl). True means summation point. False means take-over.
voel ExcIEEEAC9C boolean Alternate OEL input locations (Voel). True means summation point. False means take-over.
tdr ExcIEEEAC9C double Lag time constant for derivative channel of PID controller (Tdr) (>=0). Typical value = 0,01.
kc1 ExcIEEEAC9C double Rectifier loading factor proportional to commutating reactance (Kc1). Typical value = 0.
vrmax ExcIEEEAC9C double Maximum rectifier bridge output (Vrmax). Typical value = 19,92.
ka ExcIEEEAC9C double Controlled rectifier bridge equivalent gain (Ka). Typical value = 20.
ke ExcIEEEAC9C double Exciter field proportional constant (Ke). Typical value = 1.
ki ExcIEEEAC9C double Compound circuit (current) gain coefficient (Ki). Typical value = 0.
vrmin ExcIEEEAC9C double Minimum rectifier bridge output (Vrmin). Typical value = -17,32.
vfwmin ExcIEEEAC9C double Minimum free wheel feedback (Vfwmin). Typical value = 0.
ve2 ExcIEEEAC9C double Exciter output voltage for saturation factor Se(Ve2), (Ve2). Typical value = 3,125.
ki2 ExcIEEEAC9C double Compound circuit (current) gain coefficient (Ki2). Typical value = 0.
seve2 ExcIEEEAC9C double Exciter saturation factor at exciter output voltage Ve2, Se(Ve2). Typical value = 0,01.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEDC1A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEDC1A> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEDC1A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEDC1A.seefd1> rdf:type rdfs:Property ;
	rdfs:label "seefd1"@en ;
	rdfs:domain <ExcIEEEDC1A> ;
	rdfs:range xsd:double .
<ExcIEEEDC1A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEDC1A> ;
	rdfs:range xsd:double .
<ExcIEEEDC1A.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEDC1A> ;
	rdfs:range xsd:double .
<ExcIEEEDC1A.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEDC1A> ;
	rdfs:range xsd:double .
<ExcIEEEDC1A.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEDC1A> ;
	rdfs:range xsd:double .
<ExcIEEEDC1A.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEDC1A> ;
	rdfs:range xsd:double .
<ExcIEEEDC1A.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEDC1A> ;
	rdfs:range xsd:double .
<ExcIEEEDC1A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEDC1A> ;
	rdfs:range xsd:double .
<ExcIEEEDC1A.efd1> rdf:type rdfs:Property ;
	rdfs:label "efd1"@en ;
	rdfs:domain <ExcIEEEDC1A> ;
	rdfs:range xsd:double .
<ExcIEEEDC1A.seefd2> rdf:type rdfs:Property ;
	rdfs:label "seefd2"@en ;
	rdfs:domain <ExcIEEEDC1A> ;
	rdfs:range xsd:double .
<ExcIEEEDC1A.exclim> rdf:type rdfs:Property ;
	rdfs:label "exclim"@en ;
	rdfs:domain <ExcIEEEDC1A> ;
	rdfs:range xsd:boolean .
<ExcIEEEDC1A.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcIEEEDC1A> ;
	rdfs:range xsd:double .
<ExcIEEEDC1A.uelin> rdf:type rdfs:Property ;
	rdfs:label "uelin"@en ;
	rdfs:domain <ExcIEEEDC1A> ;
	rdfs:range xsd:boolean .
<ExcIEEEDC1A.efd2> rdf:type rdfs:Property ;
	rdfs:label "efd2"@en ;
	rdfs:domain <ExcIEEEDC1A> ;
	rdfs:range xsd:double .
<ExcIEEEDC1A.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcIEEEDC1A> ;
	rdfs:range xsd:double .
<ExcIEEEDC1A.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcIEEEDC1A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEDC1A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.seefd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.seefd1> <http://www.w3.org/2000/01/rdf-schema#label> "seefd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.seefd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.seefd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.efd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.efd1> <http://www.w3.org/2000/01/rdf-schema#label> "efd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.efd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.efd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.seefd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.seefd2> <http://www.w3.org/2000/01/rdf-schema#label> "seefd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.seefd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.seefd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.exclim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.exclim> <http://www.w3.org/2000/01/rdf-schema#label> "exclim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.exclim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.exclim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.uelin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.uelin> <http://www.w3.org/2000/01/rdf-schema#label> "uelin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.uelin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.uelin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.efd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.efd2> <http://www.w3.org/2000/01/rdf-schema#label> "efd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.efd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.efd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1A.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2005 type DC1A model. This model represents field-controlled DC commutator exciters with continuously acting voltage regulators (especially the direct-acting rheostatic, rotating amplifier, and magnetic amplifier types). Because this model has been widely implemented by the industry, it is sometimes used to represent other types of systems when detailed data for them are not available or when a simplified model is required. Reference: IEEE 421.5-2005, 5.1. According to IEEE 421.5-2016, 6.2 the DC1A excitation system model is being superseded by the model DC1C (ExcIEEEDC1C).

Property Domain Range Comment
seefd1 ExcIEEEDC1A double Exciter saturation function value at the corresponding exciter voltage, EFD1 (SE[EFD1]) (>= 0). Typical value = 0.33.
vrmin ExcIEEEDC1A double Minimum voltage regulator output (VRMIN) (< 0 and < ExcIEEEDC1A.vrmax). Typical value = -0,9.
tf ExcIEEEDC1A double Excitation control system stabilizer time constant (TF) (> 0). Typical value = 1.
ka ExcIEEEDC1A double Voltage regulator gain (KA) (> 0). Typical value = 46.
te ExcIEEEDC1A double Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 0,46.
ta ExcIEEEDC1A double Voltage regulator time constant (TA) (> 0). Typical value = 0,06.
ke ExcIEEEDC1A double Exciter constant related to self-excited field (KE). Typical value = 0.
vrmax ExcIEEEDC1A double Maximum voltage regulator output (VRMAX) (> ExcIEEEDC1A.vrmin). Typical value = 1.
efd1 ExcIEEEDC1A double Exciter voltage at which exciter saturation is defined (EFD1) (> 0). Typical value = 3,1.
seefd2 ExcIEEEDC1A double Exciter saturation function value at the corresponding exciter voltage, EFD2 (SE[EFD2]) (>= 0). Typical value = 0,1.
exclim ExcIEEEDC1A boolean An additional attribute (exclim) not defined in IEEE 421.5-2005. IEEE standard is ambiguous about lower limit on exciter output. true = a lower limit of zero is applied to integrator output false = a lower limit of zero is not applied to integrator output. Typical value = true.
kf ExcIEEEDC1A double Excitation control system stabilizer gain (KF) (>= 0). Typical value = 0.1.
uelin ExcIEEEDC1A boolean UEL input (uelin). true = input is connected to the HV gate false = input connects to the error signal. Typical value = true.
efd2 ExcIEEEDC1A double Exciter voltage at which exciter saturation is defined (EFD2) (> 0). Typical value = 2,3.
tc ExcIEEEDC1A double Voltage regulator time constant (TC) (>= 0). Typical value = 0.
tb ExcIEEEDC1A double Voltage regulator time constant (TB) (>= 0). Typical value = 0.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEDC1C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEDC1C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEDC1C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEDC1C.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEDC1C> ;
	rdfs:range xsd:double .
<ExcIEEEDC1C.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEDC1C> ;
	rdfs:range xsd:double .
<ExcIEEEDC1C.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEDC1C> ;
	rdfs:range xsd:double .
<ExcIEEEDC1C.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEDC1C> ;
	rdfs:range xsd:double .
<ExcIEEEDC1C.vuel> rdf:type rdfs:Property ;
	rdfs:label "vuel"@en ;
	rdfs:domain <ExcIEEEDC1C> ;
	rdfs:range xsd:boolean .
<ExcIEEEDC1C.se1> rdf:type rdfs:Property ;
	rdfs:label "se1"@en ;
	rdfs:domain <ExcIEEEDC1C> ;
	rdfs:range xsd:double .
<ExcIEEEDC1C.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEDC1C> ;
	rdfs:range xsd:double .
<ExcIEEEDC1C.e2> rdf:type rdfs:Property ;
	rdfs:label "e2"@en ;
	rdfs:domain <ExcIEEEDC1C> ;
	rdfs:range xsd:double .
<ExcIEEEDC1C.voel> rdf:type rdfs:Property ;
	rdfs:label "voel"@en ;
	rdfs:domain <ExcIEEEDC1C> ;
	rdfs:range xsd:boolean .
<ExcIEEEDC1C.efdmin> rdf:type rdfs:Property ;
	rdfs:label "efdmin"@en ;
	rdfs:domain <ExcIEEEDC1C> ;
	rdfs:range xsd:double .
<ExcIEEEDC1C.se2> rdf:type rdfs:Property ;
	rdfs:label "se2"@en ;
	rdfs:domain <ExcIEEEDC1C> ;
	rdfs:range xsd:double .
<ExcIEEEDC1C.vscl> rdf:type rdfs:Property ;
	rdfs:label "vscl"@en ;
	rdfs:domain <ExcIEEEDC1C> ;
	rdfs:range xsd:boolean .
<ExcIEEEDC1C.e1> rdf:type rdfs:Property ;
	rdfs:label "e1"@en ;
	rdfs:domain <ExcIEEEDC1C> ;
	rdfs:range xsd:double .
<ExcIEEEDC1C.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEDC1C> ;
	rdfs:range xsd:double .
<ExcIEEEDC1C.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcIEEEDC1C> ;
	rdfs:range xsd:double .
<ExcIEEEDC1C.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcIEEEDC1C> ;
	rdfs:range xsd:double .
<ExcIEEEDC1C.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcIEEEDC1C> ;
	rdfs:range xsd:double .
<ExcIEEEDC1C.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEDC1C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEDC1C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.vuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.vuel> <http://www.w3.org/2000/01/rdf-schema#label> "vuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.vuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.vuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.se1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.se1> <http://www.w3.org/2000/01/rdf-schema#label> "se1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.se1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.se1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.e2> <http://www.w3.org/2000/01/rdf-schema#label> "e2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.e2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.e2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.voel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.voel> <http://www.w3.org/2000/01/rdf-schema#label> "voel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.voel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.voel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.efdmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.efdmin> <http://www.w3.org/2000/01/rdf-schema#label> "efdmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.efdmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.efdmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.se2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.se2> <http://www.w3.org/2000/01/rdf-schema#label> "se2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.se2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.se2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.vscl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.vscl> <http://www.w3.org/2000/01/rdf-schema#label> "vscl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.vscl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.vscl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.e1> <http://www.w3.org/2000/01/rdf-schema#label> "e1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.e1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.e1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC1C.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 DC1C excitation system model. It is used to represent field controlled DC commutator exciters with continuously acting voltage regulators (especially the direct-acting rheostatic, rotating amplifier, and magnetic amplifier types).

Reference: IEEE 421.5-2016, 6.3.

Property Domain Range Comment
te ExcIEEEDC1C double Exciter field time constant (Te) (>=0). Typical value = 0,46.
ta ExcIEEEDC1C double Regulator time constant (Ta) (>=0). Typical value = 0,06.
vrmin ExcIEEEDC1C double Minimum controller output (Vrmin). Typical value = 0,9.
ka ExcIEEEDC1C double Regulator output gain (Ka). Typical value = 46.
vuel ExcIEEEDC1C boolean Alternate UEL input locations (Vuel). True means summation point. False means take-over.
se1 ExcIEEEDC1C double Exciter saturation factor at exciter output voltage E1, Se(E1). Typical value = 0,33.
vrmax ExcIEEEDC1C double Maximum controller output (Vrmax). Typical value = 1.
e2 ExcIEEEDC1C double Exciter output voltage for saturation factor Se(E2), (E2). Typical value = 2,3.
voel ExcIEEEDC1C boolean Alternate OEL input locations (Voel). True means summation point. False means take-over.
efdmin ExcIEEEDC1C double Minimum generator field voltage (Efdmin). Typical value = 0.
se2 ExcIEEEDC1C double Exciter saturation factor at exciter output voltage E2, Se(E2). Typical value = 0,1.
vscl ExcIEEEDC1C boolean Alternate SCL input locations (Vscl). True means summation point. False means take-over.
e1 ExcIEEEDC1C double Exciter output voltage for saturation factor Se(E1), (E1). Typical value = 3,1.
tf ExcIEEEDC1C double Rate feedback time constant (Tf) (>=0). Typical value = 1.
kf ExcIEEEDC1C double Rate feedback gain (Kf). Typical value = 0,1.
tc ExcIEEEDC1C double Regulator numerator (lead) time constant (Tc) (>=0). Typical value = 0.
tb ExcIEEEDC1C double Regulator denominator (lag) time constant (Tb) (>=0). Typical value = 0.
ke ExcIEEEDC1C double Exciter field proportional constant (Ke).
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEDC2A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEDC2A> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEDC2A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEDC2A.exclim> rdf:type rdfs:Property ;
	rdfs:label "exclim"@en ;
	rdfs:domain <ExcIEEEDC2A> ;
	rdfs:range xsd:double .
<ExcIEEEDC2A.seefd1> rdf:type rdfs:Property ;
	rdfs:label "seefd1"@en ;
	rdfs:domain <ExcIEEEDC2A> ;
	rdfs:range xsd:double .
<ExcIEEEDC2A.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEDC2A> ;
	rdfs:range xsd:double .
<ExcIEEEDC2A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEDC2A> ;
	rdfs:range xsd:double .
<ExcIEEEDC2A.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEDC2A> ;
	rdfs:range xsd:double .
<ExcIEEEDC2A.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcIEEEDC2A> ;
	rdfs:range xsd:double .
<ExcIEEEDC2A.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEDC2A> ;
	rdfs:range xsd:double .
<ExcIEEEDC2A.seefd2> rdf:type rdfs:Property ;
	rdfs:label "seefd2"@en ;
	rdfs:domain <ExcIEEEDC2A> ;
	rdfs:range xsd:double .
<ExcIEEEDC2A.uelin> rdf:type rdfs:Property ;
	rdfs:label "uelin"@en ;
	rdfs:domain <ExcIEEEDC2A> ;
	rdfs:range xsd:boolean .
<ExcIEEEDC2A.efd1> rdf:type rdfs:Property ;
	rdfs:label "efd1"@en ;
	rdfs:domain <ExcIEEEDC2A> ;
	rdfs:range xsd:double .
<ExcIEEEDC2A.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEDC2A> ;
	rdfs:range xsd:double .
<ExcIEEEDC2A.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEDC2A> ;
	rdfs:range xsd:double .
<ExcIEEEDC2A.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcIEEEDC2A> ;
	rdfs:range xsd:double .
<ExcIEEEDC2A.efd2> rdf:type rdfs:Property ;
	rdfs:label "efd2"@en ;
	rdfs:domain <ExcIEEEDC2A> ;
	rdfs:range xsd:double .
<ExcIEEEDC2A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEDC2A> ;
	rdfs:range xsd:double .
<ExcIEEEDC2A.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcIEEEDC2A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEDC2A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.exclim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.exclim> <http://www.w3.org/2000/01/rdf-schema#label> "exclim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.exclim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.exclim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.seefd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.seefd1> <http://www.w3.org/2000/01/rdf-schema#label> "seefd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.seefd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.seefd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.seefd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.seefd2> <http://www.w3.org/2000/01/rdf-schema#label> "seefd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.seefd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.seefd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.uelin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.uelin> <http://www.w3.org/2000/01/rdf-schema#label> "uelin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.uelin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.uelin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.efd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.efd1> <http://www.w3.org/2000/01/rdf-schema#label> "efd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.efd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.efd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.efd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.efd2> <http://www.w3.org/2000/01/rdf-schema#label> "efd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.efd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.efd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2A.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2005 type DC2A model. This model represents field-controlled DC commutator exciters with continuously acting voltage regulators having supplies obtained from the generator or auxiliary bus. It differs from the type DC1A model only in the voltage regulator output limits, which are now proportional to terminal voltage VT. It is representative of solid-state replacements for various forms of older mechanical and rotating amplifier regulating equipment connected to DC commutator exciters. Reference: IEEE 421.5-2005, 5.2. According to IEEE 421.5-2016, 6.4 the DC2A excitation system model is being superseded by the model DC2C (ExcIEEEDC2C).

Property Domain Range Comment
exclim ExcIEEEDC2A double An additional attribute (exclim) not defined in IEEE 421.5-2005. IEEE standard is ambiguous about lower limit on exciter output. Typical value = - 999 which means that there is no limit applied.
seefd1 ExcIEEEDC2A double Exciter saturation function value at the corresponding exciter voltage, EFD1 (SE[EFD1]) (>= 0). Typical value = 0,279.
ke ExcIEEEDC2A double Exciter constant related to self-excited field (KE). Typical value = 1.
vrmin ExcIEEEDC2A double Minimum voltage regulator output (VRMIN) (< 0 and < ExcIEEEDC2A.vrmax). Typical value = -4,9.
ta ExcIEEEDC2A double Voltage regulator time constant (TA) (> 0). Typical value = 0,01.
tb ExcIEEEDC2A double Voltage regulator time constant (TB) (>= 0). Typical value = 0.
tf ExcIEEEDC2A double Excitation control system stabilizer time constant (TF) (> 0). Typical value = 0,675.
seefd2 ExcIEEEDC2A double Exciter saturation function value at the corresponding exciter voltage, EFD2 (SE[EFD2]) (>= 0). Typical value = 0,117.
uelin ExcIEEEDC2A boolean UEL input (uelin). true = input is connected to the HV gate false = input connects to the error signal. Typical value = true.
efd1 ExcIEEEDC2A double Exciter voltage at which exciter saturation is defined (EFD1) (> 0). Typical value = 3,05.
te ExcIEEEDC2A double Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 1,33.
ka ExcIEEEDC2A double Voltage regulator gain (KA) (> 0). Typical value = 300.
tc ExcIEEEDC2A double Voltage regulator time constant (TC) (>= 0). Typical value = 0.
efd2 ExcIEEEDC2A double Exciter voltage at which exciter saturation is defined (EFD2) (> 0). Typical value = 2,29.
vrmax ExcIEEEDC2A double Maximum voltage regulator output (VRMAX)(> ExcIEEEDC2A.vrmin). Typical value = 4,95.
kf ExcIEEEDC2A double Excitation control system stabilizer gain (KF) (>= 0). Typical value = 0,1.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEDC2C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEDC2C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEDC2C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEDC2C.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEDC2C> ;
	rdfs:range xsd:double .
<ExcIEEEDC2C.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEDC2C> ;
	rdfs:range xsd:double .
<ExcIEEEDC2C.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcIEEEDC2C> ;
	rdfs:range xsd:double .
<ExcIEEEDC2C.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEDC2C> ;
	rdfs:range xsd:double .
<ExcIEEEDC2C.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcIEEEDC2C> ;
	rdfs:range xsd:double .
<ExcIEEEDC2C.se2> rdf:type rdfs:Property ;
	rdfs:label "se2"@en ;
	rdfs:domain <ExcIEEEDC2C> ;
	rdfs:range xsd:double .
<ExcIEEEDC2C.voel> rdf:type rdfs:Property ;
	rdfs:label "voel"@en ;
	rdfs:domain <ExcIEEEDC2C> ;
	rdfs:range xsd:boolean .
<ExcIEEEDC2C.vscl> rdf:type rdfs:Property ;
	rdfs:label "vscl"@en ;
	rdfs:domain <ExcIEEEDC2C> ;
	rdfs:range xsd:boolean .
<ExcIEEEDC2C.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcIEEEDC2C> ;
	rdfs:range xsd:double .
<ExcIEEEDC2C.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEDC2C> ;
	rdfs:range xsd:double .
<ExcIEEEDC2C.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEDC2C> ;
	rdfs:range xsd:double .
<ExcIEEEDC2C.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEDC2C> ;
	rdfs:range xsd:double .
<ExcIEEEDC2C.vuel> rdf:type rdfs:Property ;
	rdfs:label "vuel"@en ;
	rdfs:domain <ExcIEEEDC2C> ;
	rdfs:range xsd:boolean .
<ExcIEEEDC2C.se1> rdf:type rdfs:Property ;
	rdfs:label "se1"@en ;
	rdfs:domain <ExcIEEEDC2C> ;
	rdfs:range xsd:double .
<ExcIEEEDC2C.efdmin> rdf:type rdfs:Property ;
	rdfs:label "efdmin"@en ;
	rdfs:domain <ExcIEEEDC2C> ;
	rdfs:range xsd:double .
<ExcIEEEDC2C.e1> rdf:type rdfs:Property ;
	rdfs:label "e1"@en ;
	rdfs:domain <ExcIEEEDC2C> ;
	rdfs:range xsd:double .
<ExcIEEEDC2C.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEDC2C> ;
	rdfs:range xsd:double .
<ExcIEEEDC2C.e2> rdf:type rdfs:Property ;
	rdfs:label "e2"@en ;
	rdfs:domain <ExcIEEEDC2C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEDC2C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.se2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.se2> <http://www.w3.org/2000/01/rdf-schema#label> "se2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.se2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.se2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.voel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.voel> <http://www.w3.org/2000/01/rdf-schema#label> "voel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.voel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.voel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.vscl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.vscl> <http://www.w3.org/2000/01/rdf-schema#label> "vscl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.vscl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.vscl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.vuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.vuel> <http://www.w3.org/2000/01/rdf-schema#label> "vuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.vuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.vuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.se1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.se1> <http://www.w3.org/2000/01/rdf-schema#label> "se1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.se1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.se1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.efdmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.efdmin> <http://www.w3.org/2000/01/rdf-schema#label> "efdmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.efdmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.efdmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.e1> <http://www.w3.org/2000/01/rdf-schema#label> "e1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.e1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.e1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.e2> <http://www.w3.org/2000/01/rdf-schema#label> "e2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.e2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC2C.e2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 DC2C excitation system model. It is used to represent field-controlled DC commutator exciters with continuously acting voltage regulators having power supplies derived from the generator or auxiliaries bus. It differs from the Type DC1A model only in the voltage regulator output limits, which are now proportional to terminal voltage magnitude Vt.

Reference: IEEE 421.5-2016, 6.5.

Property Domain Range Comment
ke ExcIEEEDC2C double Exciter field proportional constant (Ke). Typical value = 1.
ta ExcIEEEDC2C double Regulator time constant (Ta) (>=0). Typical value = 0,01.
kf ExcIEEEDC2C double Rate feedback gain (Kf). Typical value = 0,02.
vrmin ExcIEEEDC2C double Minimum controller output (Vrmin). Typical value = -4,9.
tb ExcIEEEDC2C double Regulator denominator (lag) time constant (Tb) (>=0). Typical value = 0.
se2 ExcIEEEDC2C double Exciter saturation factor at exciter output voltage E2, Se(E2). Typical value = 0,117.
voel ExcIEEEDC2C boolean Alternate OEL input locations (Voel). True means summation point. False means take-over.
vscl ExcIEEEDC2C boolean Alternate SCL input locations (Vscl). True means summation point. False means take-over.
tc ExcIEEEDC2C double Regulator numerator (lead) time constant (Tc) (>=0). Typical value = 0.
ka ExcIEEEDC2C double Regulator output gain (Ka). Typical value = 300.
vrmax ExcIEEEDC2C double Maximum controller output (Vrmax). Typical value = 4,95.
te ExcIEEEDC2C double Exciter field time constant (Te) (>=0). Typical value = 1,33.
vuel ExcIEEEDC2C boolean Alternate UEL input locations (Vuel). True means summation point. False means take-over.
se1 ExcIEEEDC2C double Exciter saturation factor at exciter output voltage E1, Se(E1). Typical value = 0,279.
efdmin ExcIEEEDC2C double Minimum generator field voltage (Efdmin). Typical value = 0.
e1 ExcIEEEDC2C double Exciter output voltage for saturation factor Se(E1), (E1). Typical value = 3,05.
tf ExcIEEEDC2C double Rate feedback time constant (Tf) (>=0). Typical value = 0,675.
e2 ExcIEEEDC2C double Exciter output voltage for saturation factor Se(E2), (E2). Typical value = 2,29.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEDC3A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEDC3A> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEDC3A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEDC3A.seefd1> rdf:type rdfs:Property ;
	rdfs:label "seefd1"@en ;
	rdfs:domain <ExcIEEEDC3A> ;
	rdfs:range xsd:double .
<ExcIEEEDC3A.exclim> rdf:type rdfs:Property ;
	rdfs:label "exclim"@en ;
	rdfs:domain <ExcIEEEDC3A> ;
	rdfs:range xsd:boolean .
<ExcIEEEDC3A.efd2> rdf:type rdfs:Property ;
	rdfs:label "efd2"@en ;
	rdfs:domain <ExcIEEEDC3A> ;
	rdfs:range xsd:double .
<ExcIEEEDC3A.trh> rdf:type rdfs:Property ;
	rdfs:label "trh"@en ;
	rdfs:domain <ExcIEEEDC3A> ;
	rdfs:range xsd:double .
<ExcIEEEDC3A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEDC3A> ;
	rdfs:range xsd:double .
<ExcIEEEDC3A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEDC3A> ;
	rdfs:range xsd:double .
<ExcIEEEDC3A.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEDC3A> ;
	rdfs:range xsd:double .
<ExcIEEEDC3A.efd1> rdf:type rdfs:Property ;
	rdfs:label "efd1"@en ;
	rdfs:domain <ExcIEEEDC3A> ;
	rdfs:range xsd:double .
<ExcIEEEDC3A.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEDC3A> ;
	rdfs:range xsd:double .
<ExcIEEEDC3A.kv> rdf:type rdfs:Property ;
	rdfs:label "kv"@en ;
	rdfs:domain <ExcIEEEDC3A> ;
	rdfs:range xsd:double .
<ExcIEEEDC3A.seefd2> rdf:type rdfs:Property ;
	rdfs:label "seefd2"@en ;
	rdfs:domain <ExcIEEEDC3A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEDC3A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.seefd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.seefd1> <http://www.w3.org/2000/01/rdf-schema#label> "seefd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.seefd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.seefd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.exclim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.exclim> <http://www.w3.org/2000/01/rdf-schema#label> "exclim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.exclim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.exclim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.efd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.efd2> <http://www.w3.org/2000/01/rdf-schema#label> "efd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.efd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.efd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.trh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.trh> <http://www.w3.org/2000/01/rdf-schema#label> "trh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.trh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.trh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.efd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.efd1> <http://www.w3.org/2000/01/rdf-schema#label> "efd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.efd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.efd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.kv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.kv> <http://www.w3.org/2000/01/rdf-schema#label> "kv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.kv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.kv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.seefd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.seefd2> <http://www.w3.org/2000/01/rdf-schema#label> "seefd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.seefd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC3A.seefd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE type DC3A model. This model represents older systems, in particular those DC commutator exciters with non-continuously acting regulators that were commonly used before the development of the continuously acting varieties. These systems respond at basically two different rates, depending upon the magnitude of voltage error. For small errors, adjustment is made periodically with a signal to a motor-operated rheostat. Larger errors cause resistors to be quickly shorted or inserted and a strong forcing signal applied to the exciter. Continuous motion of the motor-operated rheostat occurs for these larger error signals, even though it is bypassed by contactor action. Reference: IEEE 421.5-2005, 5.3 and IEEE 421.5-2016, 6.6.

Property Domain Range Comment
seefd1 ExcIEEEDC3A double Exciter saturation function value at the corresponding exciter voltage, EFD1 (SE[EFD1]) (>= 0). Typical value = 0,267.
exclim ExcIEEEDC3A boolean An additional attribute (exclim) not defined in IEEE 421.5-2005. IEEE standard is ambiguous about lower limit on exciter output. true = a lower limit of zero is applied to integrator output false = a lower limit of zero is not applied to integrator output. Typical value = true.
efd2 ExcIEEEDC3A double Exciter voltage at which exciter saturation is defined (EFD2) (> 0). Typical value = 3,15.
trh ExcIEEEDC3A double Rheostat travel time (TRH) (> 0). Typical value = 20.
vrmin ExcIEEEDC3A double Minimum voltage regulator output (VRMIN) (<= 0). Typical value = 0.
vrmax ExcIEEEDC3A double Maximum voltage regulator output (VRMAX) (> 0). Typical value = 1.
ke ExcIEEEDC3A double Exciter constant related to self-excited field (KE). Typical value = 0,05.
efd1 ExcIEEEDC3A double Exciter voltage at which exciter saturation is defined (EFD1) (> 0). Typical value = 3,375.
te ExcIEEEDC3A double Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 0,5.
kv ExcIEEEDC3A double Fast raise/lower contact setting (KV) (> 0). Typical value = 0,05.
seefd2 ExcIEEEDC3A double Exciter saturation function value at the corresponding exciter voltage, EFD2 (SE[EFD2]) (>= 0). Typical value = 0,068.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEDC4B

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEDC4B> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEDC4B"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEDC4B.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEDC4B> ;
	rdfs:range xsd:double .
<ExcIEEEDC4B.uelin> rdf:type rdfs:Property ;
	rdfs:label "uelin"@en ;
	rdfs:domain <ExcIEEEDC4B> ;
	rdfs:range xsd:boolean .
<ExcIEEEDC4B.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcIEEEDC4B> ;
	rdfs:range xsd:double .
<ExcIEEEDC4B.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <ExcIEEEDC4B> ;
	rdfs:range xsd:double .
<ExcIEEEDC4B.seefd2> rdf:type rdfs:Property ;
	rdfs:label "seefd2"@en ;
	rdfs:domain <ExcIEEEDC4B> ;
	rdfs:range xsd:double .
<ExcIEEEDC4B.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEDC4B> ;
	rdfs:range xsd:double .
<ExcIEEEDC4B.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcIEEEDC4B> ;
	rdfs:range xsd:double .
<ExcIEEEDC4B.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcIEEEDC4B> ;
	rdfs:range xsd:double .
<ExcIEEEDC4B.seefd1> rdf:type rdfs:Property ;
	rdfs:label "seefd1"@en ;
	rdfs:domain <ExcIEEEDC4B> ;
	rdfs:range xsd:double .
<ExcIEEEDC4B.vemin> rdf:type rdfs:Property ;
	rdfs:label "vemin"@en ;
	rdfs:domain <ExcIEEEDC4B> ;
	rdfs:range xsd:double .
<ExcIEEEDC4B.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEDC4B> ;
	rdfs:range xsd:double .
<ExcIEEEDC4B.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEDC4B> ;
	rdfs:range xsd:double .
<ExcIEEEDC4B.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcIEEEDC4B> ;
	rdfs:range xsd:double .
<ExcIEEEDC4B.efd2> rdf:type rdfs:Property ;
	rdfs:label "efd2"@en ;
	rdfs:domain <ExcIEEEDC4B> ;
	rdfs:range xsd:double .
<ExcIEEEDC4B.efd1> rdf:type rdfs:Property ;
	rdfs:label "efd1"@en ;
	rdfs:domain <ExcIEEEDC4B> ;
	rdfs:range xsd:double .
<ExcIEEEDC4B.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEDC4B> ;
	rdfs:range xsd:double .
<ExcIEEEDC4B.oelin> rdf:type rdfs:Property ;
	rdfs:label "oelin"@en ;
	rdfs:domain <ExcIEEEDC4B> ;
	rdfs:range xsd:boolean .
<ExcIEEEDC4B.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEDC4B> ;
	rdfs:range xsd:double .
<ExcIEEEDC4B.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEDC4B> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEDC4B"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.uelin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.uelin> <http://www.w3.org/2000/01/rdf-schema#label> "uelin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.uelin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.uelin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.seefd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.seefd2> <http://www.w3.org/2000/01/rdf-schema#label> "seefd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.seefd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.seefd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.seefd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.seefd1> <http://www.w3.org/2000/01/rdf-schema#label> "seefd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.seefd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.seefd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.vemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.vemin> <http://www.w3.org/2000/01/rdf-schema#label> "vemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.vemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.vemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.efd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.efd2> <http://www.w3.org/2000/01/rdf-schema#label> "efd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.efd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.efd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.efd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.efd1> <http://www.w3.org/2000/01/rdf-schema#label> "efd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.efd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.efd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.oelin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.oelin> <http://www.w3.org/2000/01/rdf-schema#label> "oelin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.oelin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.oelin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4B.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2005 type DC4B model. These excitation systems utilize a field-controlled DC commutator exciter with a continuously acting voltage regulator having supplies obtained from the generator or auxiliary bus. Parameter details:

  1. The sign of the signal Voel is not correct in IEEE 421.5-2005. The sign in IEEE 421.5-2016 shall be used.
Reference: IEEE 421.5-2005, 5.4. According to IEEE 421.5-2016, 6.7 the DC4B excitation system model is being superseded by the model DC4C (ExcIEEEDC4C).
Property Domain Range Comment
ka ExcIEEEDC4B double Voltage regulator gain (KA) (> 0). Typical value = 1.
uelin ExcIEEEDC4B boolean UEL input (UELin). true = HV gate false = add to error signal. Typical value = true.
kp ExcIEEEDC4B double Regulator proportional gain (KP) (>= 0). Typical value = 20.
td ExcIEEEDC4B double Regulator derivative filter time constant (TD) (> 0 if ExcIEEEDC4B.kd > 0). Typical value = 0,01.
seefd2 ExcIEEEDC4B double Exciter saturation function value at the corresponding exciter voltage, EFD2 (SE[EFD2]) (>= 0). Typical value = 0,27.
tf ExcIEEEDC4B double Excitation control system stabilizer time constant (TF) (>= 0). Typical value = 1.
kf ExcIEEEDC4B double Excitation control system stabilizer gain (KF) (>= 0). Typical value = 0.
ki ExcIEEEDC4B double Regulator integral gain (KI) (>= 0). Typical value = 20.
seefd1 ExcIEEEDC4B double Exciter saturation function value at the corresponding exciter voltage, EFD1 (SE[EFD1]) (>= 0). Typical value = 0,08.
vemin ExcIEEEDC4B double Minimum exciter voltage output (VEMIN) (<= 0). Typical value = 0.
ke ExcIEEEDC4B double Exciter constant related to self-excited field (KE). Typical value = 1.
vrmin ExcIEEEDC4B double Minimum voltage regulator output (VRMIN) (<= 0 and < ExcIEEEDC4B.vrmax). Typical value = -0,9.
kd ExcIEEEDC4B double Regulator derivative gain (KD) (>= 0). Typical value = 20.
efd2 ExcIEEEDC4B double Exciter voltage at which exciter saturation is defined (EFD2) (> 0). Typical value = 2,33.
efd1 ExcIEEEDC4B double Exciter voltage at which exciter saturation is defined (EFD1) (> 0). Typical value = 1,75.
vrmax ExcIEEEDC4B double Maximum voltage regulator output (VRMAX) (> ExcIEEEDC4B.vrmin). Typical value = 2,7.
oelin ExcIEEEDC4B boolean OEL input (OELin). true = LV gate false = subtract from error signal. Typical value = true.
ta ExcIEEEDC4B double Voltage regulator time constant (TA) (> 0). Typical value = 0,2.
te ExcIEEEDC4B double Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 0,8.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEDC4C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEDC4C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEDC4C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEDC4C.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.titap> rdf:type rdfs:Property ;
	rdfs:label "titap"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.se2> rdf:type rdfs:Property ;
	rdfs:label "se2"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.kir> rdf:type rdfs:Property ;
	rdfs:label "kir"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.tdr> rdf:type rdfs:Property ;
	rdfs:label "tdr"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.efdmin> rdf:type rdfs:Property ;
	rdfs:label "efdmin"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.vscl> rdf:type rdfs:Property ;
	rdfs:label "vscl"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:boolean .
<ExcIEEEDC4C.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.vemin> rdf:type rdfs:Property ;
	rdfs:label "vemin"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.xl> rdf:type rdfs:Property ;
	rdfs:label "xl"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.vbmax> rdf:type rdfs:Property ;
	rdfs:label "vbmax"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.kdr> rdf:type rdfs:Property ;
	rdfs:label "kdr"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.sw1> rdf:type rdfs:Property ;
	rdfs:label "sw1"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:boolean .
<ExcIEEEDC4C.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.vuel> rdf:type rdfs:Property ;
	rdfs:label "vuel"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:boolean .
<ExcIEEEDC4C.e2> rdf:type rdfs:Property ;
	rdfs:label "e2"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.voel> rdf:type rdfs:Property ;
	rdfs:label "voel"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:boolean .
<ExcIEEEDC4C.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.se1> rdf:type rdfs:Property ;
	rdfs:label "se1"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.kcl> rdf:type rdfs:Property ;
	rdfs:label "kcl"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.kpr> rdf:type rdfs:Property ;
	rdfs:label "kpr"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<ExcIEEEDC4C.e1> rdf:type rdfs:Property ;
	rdfs:label "e1"@en ;
	rdfs:domain <ExcIEEEDC4C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEDC4C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.titap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.titap> <http://www.w3.org/2000/01/rdf-schema#label> "titap"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.titap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.titap> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.se2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.se2> <http://www.w3.org/2000/01/rdf-schema#label> "se2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.se2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.se2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kir> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kir> <http://www.w3.org/2000/01/rdf-schema#label> "kir"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kir> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kir> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.tdr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.tdr> <http://www.w3.org/2000/01/rdf-schema#label> "tdr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.tdr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.tdr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.efdmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.efdmin> <http://www.w3.org/2000/01/rdf-schema#label> "efdmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.efdmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.efdmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vscl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vscl> <http://www.w3.org/2000/01/rdf-schema#label> "vscl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vscl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vscl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vemin> <http://www.w3.org/2000/01/rdf-schema#label> "vemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.xl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.xl> <http://www.w3.org/2000/01/rdf-schema#label> "xl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.xl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.xl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vbmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vbmax> <http://www.w3.org/2000/01/rdf-schema#label> "vbmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vbmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vbmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kdr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kdr> <http://www.w3.org/2000/01/rdf-schema#label> "kdr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kdr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kdr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.sw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.sw1> <http://www.w3.org/2000/01/rdf-schema#label> "sw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.sw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.sw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vuel> <http://www.w3.org/2000/01/rdf-schema#label> "vuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.vuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.e2> <http://www.w3.org/2000/01/rdf-schema#label> "e2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.e2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.e2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.voel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.voel> <http://www.w3.org/2000/01/rdf-schema#label> "voel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.voel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.voel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.se1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.se1> <http://www.w3.org/2000/01/rdf-schema#label> "se1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.se1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.se1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kcl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kcl> <http://www.w3.org/2000/01/rdf-schema#label> "kcl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kcl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kcl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kpr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kpr> <http://www.w3.org/2000/01/rdf-schema#label> "kpr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kpr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.kpr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.e1> <http://www.w3.org/2000/01/rdf-schema#label> "e1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.e1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEDC4C.e1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 DC4C excitation system model. It utilizes a field-controlled DC commutator exciter with a continuously acting voltage regulator having supplies obtained from the generator or auxiliary services bus.

Reference: IEEE 421.5-2016, 6.8.

Property Domain Range Comment
ki ExcIEEEDC4C double Potential circuit (current) gain coefficient (Ki). Typical value = 0.
titap ExcIEEEDC4C double Potential circuit phase angle (degrees) (Titap). Typical value = 0.
se2 ExcIEEEDC4C double Exciter saturation factor at exciter output voltage E2, Se(E2). Typical value = 1,26.
kir ExcIEEEDC4C double Regulator integral gain (Kir). Typical value = 20.
tdr ExcIEEEDC4C double Regulator derivative filter time constant (Tdr) (>=0). Typical value = 0,01.
kp ExcIEEEDC4C double Potential circuit gain coefficient (Kp). Typical value = 1.
efdmin ExcIEEEDC4C double Minimum generator field voltage (Efdmin). Typical value = 0.
ta ExcIEEEDC4C double Regulator time constant (Ta) (>=0). Typical value = 0,02.
vscl ExcIEEEDC4C boolean Alternate SCL input locations (Vscl). True means summation point. False means take-over.
ke ExcIEEEDC4C double Exciter field proportional constant (Ke). Typical value = 1.
vrmin ExcIEEEDC4C double Minimum controller output (Vrmin). Typical value = -2,7.
tf ExcIEEEDC4C double Rate feedback time constant (Tf) (>=0). Typical value = 1.
vemin ExcIEEEDC4C double Exciter minimum output voltage (Vemin). Typical value = 0.
xl ExcIEEEDC4C double Reactance associated with potential source (Xl). Typical value = 0.
vbmax ExcIEEEDC4C double Maximum available exciter field voltage (Vbmax). Typical value = 1,5.
kdr ExcIEEEDC4C double Regulator derivative gain (Kdr). Typical value = 20.
te ExcIEEEDC4C double Exciter field time constant (Te) (>=0). Typical value = 0,8.
sw1 ExcIEEEDC4C boolean Logical switch 1. True means position A. False means position B. Typical value = true.
vrmax ExcIEEEDC4C double Maximum controller output (Vrmax). Typical value = 2,7.
vuel ExcIEEEDC4C boolean Alternate UEL input locations (Vuel). True means summation point. False means take-over.
e2 ExcIEEEDC4C double Exciter output voltage for saturation factor Se(E2), (E2). Typical value = 3,6.
voel ExcIEEEDC4C boolean Alternate OEL input locations (Voel). True means summation point. False means take-over.
ka ExcIEEEDC4C double Regulator output gain (Ka). Typical value = 1.
kf ExcIEEEDC4C double Rate feedback gain (Kf). Typical value = 0.
se1 ExcIEEEDC4C double Exciter saturation factor at exciter output voltage E1, Se(E1). Typical value = 1,54.
kcl ExcIEEEDC4C double Rectifier loading factor proportional to commutating reactance (Kcl). Typical value = 0.
kpr ExcIEEEDC4C double Regulator proportional gain (Kpr). Typical value = 80.
e1 ExcIEEEDC4C double Exciter output voltage for saturation factor Se(E1), (E1). Typical value = 4,8.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEST10C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEST10C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEST10C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEST10C.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.tc1> rdf:type rdfs:Property ;
	rdfs:label "tc1"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.tb1> rdf:type rdfs:Property ;
	rdfs:label "tb1"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.tob2> rdf:type rdfs:Property ;
	rdfs:label "tob2"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.tc2> rdf:type rdfs:Property ;
	rdfs:label "tc2"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.sw1> rdf:type rdfs:Property ;
	rdfs:label "sw1"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST10C.tob1> rdf:type rdfs:Property ;
	rdfs:label "tob1"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.titap> rdf:type rdfs:Property ;
	rdfs:label "titap"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.xl> rdf:type rdfs:Property ;
	rdfs:label "xl"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.vuelInputKind> rdf:type rdfs:Property ;
	rdfs:label "vuelInputKind"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:string .
<ExcIEEEST10C.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.toc2> rdf:type rdfs:Property ;
	rdfs:label "toc2"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.voelInputKind> rdf:type rdfs:Property ;
	rdfs:label "voelInputKind"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:string .
<ExcIEEEST10C.vsInputKind> rdf:type rdfs:Property ;
	rdfs:label "vsInputKind"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:string .
<ExcIEEEST10C.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.tub1> rdf:type rdfs:Property ;
	rdfs:label "tub1"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.kr> rdf:type rdfs:Property ;
	rdfs:label "kr"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.tuc1> rdf:type rdfs:Property ;
	rdfs:label "tuc1"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.vrsmin> rdf:type rdfs:Property ;
	rdfs:label "vrsmin"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.vrsmax> rdf:type rdfs:Property ;
	rdfs:label "vrsmax"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.vsclInputKind> rdf:type rdfs:Property ;
	rdfs:label "vsclInputKind"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:string .
<ExcIEEEST10C.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.vbmax> rdf:type rdfs:Property ;
	rdfs:label "vbmax"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.tuc2> rdf:type rdfs:Property ;
	rdfs:label "tuc2"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.tub2> rdf:type rdfs:Property ;
	rdfs:label "tub2"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.tb2> rdf:type rdfs:Property ;
	rdfs:label "tb2"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.toc1> rdf:type rdfs:Property ;
	rdfs:label "toc1"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<ExcIEEEST10C.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEST10C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEST10C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tc1> <http://www.w3.org/2000/01/rdf-schema#label> "tc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tb1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tb1> <http://www.w3.org/2000/01/rdf-schema#label> "tb1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tb1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tb1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tob2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tob2> <http://www.w3.org/2000/01/rdf-schema#label> "tob2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tob2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tob2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tc2> <http://www.w3.org/2000/01/rdf-schema#label> "tc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.sw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.sw1> <http://www.w3.org/2000/01/rdf-schema#label> "sw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.sw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.sw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tob1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tob1> <http://www.w3.org/2000/01/rdf-schema#label> "tob1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tob1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tob1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.titap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.titap> <http://www.w3.org/2000/01/rdf-schema#label> "titap"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.titap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.titap> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.xl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.xl> <http://www.w3.org/2000/01/rdf-schema#label> "xl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.xl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.xl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vuelInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "vuelInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.toc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.toc2> <http://www.w3.org/2000/01/rdf-schema#label> "toc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.toc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.toc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.voelInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "voelInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vsInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vsInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "vsInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vsInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vsInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tub1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tub1> <http://www.w3.org/2000/01/rdf-schema#label> "tub1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tub1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tub1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.kr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.kr> <http://www.w3.org/2000/01/rdf-schema#label> "kr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.kr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.kr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tuc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tuc1> <http://www.w3.org/2000/01/rdf-schema#label> "tuc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tuc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tuc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vrsmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vrsmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrsmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vrsmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vrsmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vrsmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vrsmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrsmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vrsmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vrsmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vsclInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "vsclInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vbmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vbmax> <http://www.w3.org/2000/01/rdf-schema#label> "vbmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vbmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vbmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tuc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tuc2> <http://www.w3.org/2000/01/rdf-schema#label> "tuc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tuc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tuc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tub2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tub2> <http://www.w3.org/2000/01/rdf-schema#label> "tub2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tub2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tub2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tb2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tb2> <http://www.w3.org/2000/01/rdf-schema#label> "tb2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tb2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.tb2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.toc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.toc1> <http://www.w3.org/2000/01/rdf-schema#label> "toc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.toc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.toc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST10C.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 ST10C excitation system model. It is a variation of the ST1C and ST5C models. In addition to ST5C model, this model offers alternatives for the application of the stabilizing signal coming from the PSS. It offers the option to apply the PSS signal at the AVR summing junction (voltage reference) and/or at the output of the gate structure, via separate but identical control elements. Furthermore, it offers the flexibility to interconnect the limiter signals at different locations depending on the actual equipment configuration or settings. The ST10C model also offers independent control settings for when a limiter is active, realized by the parallel configuration of lead-lag blocks.

Reference: IEEE 421.5-2016, 8.18.

Property Domain Range Comment
kp ExcIEEEST10C double Potential circuit (voltage) gain coefficient (Kp). Typical value = 1.
tc1 ExcIEEEST10C double Voltage regulator numerator (lead) time constant (first block) (Tc1) (>=0). Typical value = 1,5.
tb1 ExcIEEEST10C double Voltage regulator denominator (lag) time constant (first block) (Tb1) (>=0). Typical value = 12,5.
tob2 ExcIEEEST10C double OEL regulator denominator (lag) time constant (second block) (Tob2) (>=0). Typical value = 0,1.
tc2 ExcIEEEST10C double Voltage regulator numerator (lead) time constant (second block) (Tc2) (>=0). Typical value = 0,1.
sw1 ExcIEEEST10C boolean Power source selector (SW1). True means position A. False means position B. Typical value = true.
tob1 ExcIEEEST10C double OEL regulator denominator (lag) time constant (first block) (Tob1) (>=0). Typical value = 12,5.
titap ExcIEEEST10C double Potential circuit phase angle (degrees) (Titap). Typical value = 0.
xl ExcIEEEST10C double Reactance associated with potential source (Xl). Typical value = 0.
vuelInputKind ExcIEEEST10C string Alternate UEL input locations (Vuel).
ki ExcIEEEST10C double Potential circuit (current) gain coefficient (Ki). Typical value = 0.
toc2 ExcIEEEST10C double OEL regulator numerator (lead) time constant (second block) (Toc2) (>=0). Typical value = 0,1.
voelInputKind ExcIEEEST10C string Alternate OEL input locations (Voel). The value takeOverInnerLoop shall not be used in this model type.
vsInputKind ExcIEEEST10C string Alternate PSS input locations (Vs).
kc ExcIEEEST10C double Rectifier loading factor proportional to commutating reactance (Kc). Typical value = 0,01.
tub1 ExcIEEEST10C double UEL regulator denominator (lag) time constant (first block) (Tub1) (>=0). Typical value = 12,5.
kr ExcIEEEST10C double Regulator gain (Kr). Typical value = 500.
tuc1 ExcIEEEST10C double UEL regulator numerator (lead) time constant (first block) (Tuc1) (>=0). Typical value = 1,5.
vrsmin ExcIEEEST10C double Minimum PSS regulator output (Vrsmin). Typical value = -5.
t1 ExcIEEEST10C double Thyristor bridge firing control equivalent time constant (T1) (>=0). Typical value = 0,004.
vrsmax ExcIEEEST10C double Maximum PSS regulator output (Vrsmax). Typical value = 5.
vsclInputKind ExcIEEEST10C string Alternate SCL input locations (Vscl).
vrmin ExcIEEEST10C double Minimum regulator output (Vrmin). Typical value = -8,7.
vbmax ExcIEEEST10C double Maximum available exciter voltage (Vbmax). Typical value = 1,5.
tuc2 ExcIEEEST10C double UEL regulator numerator (lead) time constant (second block) (Tuc2) (>=0). Typical value = 0,1.
tub2 ExcIEEEST10C double UEL regulator denominator (lag) time constant (second block) (Tub2) (>=0). Typical value = 0,1.
tb2 ExcIEEEST10C double Voltage regulator denominator (lag) time constant (second block) (Tb2) (>=0). Typical value = 0,1.
toc1 ExcIEEEST10C double OEL regulator numerator (lead) time constant (first block) (Toc1) (>=0). Typical value = 1,5.
vrmax ExcIEEEST10C double Maximum regulator output (Vrmax). Typical value = 10.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEST1A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEST1A> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEST1A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEST1A.tc1> rdf:type rdfs:Property ;
	rdfs:label "tc1"@en ;
	rdfs:domain <ExcIEEEST1A> ;
	rdfs:range xsd:double .
<ExcIEEEST1A.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEST1A> ;
	rdfs:range xsd:double .
<ExcIEEEST1A.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEST1A> ;
	rdfs:range xsd:double .
<ExcIEEEST1A.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcIEEEST1A> ;
	rdfs:range xsd:double .
<ExcIEEEST1A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEST1A> ;
	rdfs:range xsd:double .
<ExcIEEEST1A.vimax> rdf:type rdfs:Property ;
	rdfs:label "vimax"@en ;
	rdfs:domain <ExcIEEEST1A> ;
	rdfs:range xsd:double .
<ExcIEEEST1A.tb1> rdf:type rdfs:Property ;
	rdfs:label "tb1"@en ;
	rdfs:domain <ExcIEEEST1A> ;
	rdfs:range xsd:double .
<ExcIEEEST1A.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEST1A> ;
	rdfs:range xsd:double .
<ExcIEEEST1A.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEST1A> ;
	rdfs:range xsd:double .
<ExcIEEEST1A.pssin> rdf:type rdfs:Property ;
	rdfs:label "pssin"@en ;
	rdfs:domain <ExcIEEEST1A> ;
	rdfs:range xsd:boolean .
<ExcIEEEST1A.klr> rdf:type rdfs:Property ;
	rdfs:label "klr"@en ;
	rdfs:domain <ExcIEEEST1A> ;
	rdfs:range xsd:double .
<ExcIEEEST1A.ilr> rdf:type rdfs:Property ;
	rdfs:label "ilr"@en ;
	rdfs:domain <ExcIEEEST1A> ;
	rdfs:range xsd:double .
<ExcIEEEST1A.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcIEEEST1A> ;
	rdfs:range xsd:double .
<ExcIEEEST1A.uelin> rdf:type rdfs:Property ;
	rdfs:label "uelin"@en ;
	rdfs:domain <ExcIEEEST1A> ;
	rdfs:range xsd:string .
<ExcIEEEST1A.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcIEEEST1A> ;
	rdfs:range xsd:double .
<ExcIEEEST1A.vimin> rdf:type rdfs:Property ;
	rdfs:label "vimin"@en ;
	rdfs:domain <ExcIEEEST1A> ;
	rdfs:range xsd:double .
<ExcIEEEST1A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEST1A> ;
	rdfs:range xsd:double .
<ExcIEEEST1A.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcIEEEST1A> ;
	rdfs:range xsd:double .
<ExcIEEEST1A.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcIEEEST1A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEST1A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.tc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.tc1> <http://www.w3.org/2000/01/rdf-schema#label> "tc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.tc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.tc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vimax> <http://www.w3.org/2000/01/rdf-schema#label> "vimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.tb1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.tb1> <http://www.w3.org/2000/01/rdf-schema#label> "tb1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.tb1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.tb1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.pssin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.pssin> <http://www.w3.org/2000/01/rdf-schema#label> "pssin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.pssin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.pssin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.klr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.klr> <http://www.w3.org/2000/01/rdf-schema#label> "klr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.klr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.klr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.ilr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.ilr> <http://www.w3.org/2000/01/rdf-schema#label> "ilr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.ilr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.ilr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.uelin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.uelin> <http://www.w3.org/2000/01/rdf-schema#label> "uelin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.uelin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.uelin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vimin> <http://www.w3.org/2000/01/rdf-schema#label> "vimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1A.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2005 type ST1A model. This model represents systems in which excitation power is supplied through a transformer from the generator terminals (or the unit’s auxiliary bus) and is regulated by a controlled rectifier. The maximum exciter voltage available from such systems is directly related to the generator terminal voltage. Reference: IEEE 421.5-2005, 7.1. According to IEEE 421.5-2016, 8.2 the ST1A excitation system model is being superseded by the model ST1C (ExcIEEEST1C).

Property Domain Range Comment
tc1 ExcIEEEST1A double Voltage regulator time constant (TC1) (>= 0). Typical value = 0.
ta ExcIEEEST1A double Voltage regulator time constant (TA) (>= 0). Typical value = 0.
kc ExcIEEEST1A double Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,08.
tb ExcIEEEST1A double Voltage regulator time constant (TB) (>= 0). Typical value = 10.
vrmin ExcIEEEST1A double Minimum voltage regulator outputs (VRMIN) (< 0). Typical value = -6,7.
vimax ExcIEEEST1A double Maximum voltage regulator input limit (VIMAX) (> 0). Typical value = 999.
tb1 ExcIEEEST1A double Voltage regulator time constant (TB1) (>= 0). Typical value = 0.
tf ExcIEEEST1A double Excitation control system stabilizer time constant (TF) (>= 0). Typical value = 1.
ka ExcIEEEST1A double Voltage regulator gain (KA) (> 0). Typical value = 190.
pssin ExcIEEEST1A boolean Selector of the Power System Stabilizer (PSS) input (PSSin). true = PSS input (Vs) added to error signal false = PSS input (Vs) added to voltage regulator output. Typical value = true.
klr ExcIEEEST1A double Exciter output current limiter gain (KLR). Typical value = 0.
ilr ExcIEEEST1A double Exciter output current limit reference (ILR). Typical value = 0.
kf ExcIEEEST1A double Excitation control system stabilizer gains (KF) (>= 0). Typical value = 0.
uelin ExcIEEEST1A string Selector of the connection of the UEL input (UELin). Typical value = ignoreUELsignal.
vamin ExcIEEEST1A double Minimum voltage regulator output (VAMIN) (< 0). Typical value = -14,5.
vimin ExcIEEEST1A double Minimum voltage regulator input limit (VIMIN) (< 0). Typical value = -999.
vrmax ExcIEEEST1A double Maximum voltage regulator outputs (VRMAX) (> 0). Typical value = 7,8.
vamax ExcIEEEST1A double Maximum voltage regulator output (VAMAX) (> 0). Typical value = 14,5.
tc ExcIEEEST1A double Voltage regulator time constant (TC) (>= 0). Typical value = 1.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEST1C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEST1C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEST1C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEST1C.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcIEEEST1C> ;
	rdfs:range xsd:double .
<ExcIEEEST1C.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEST1C> ;
	rdfs:range xsd:double .
<ExcIEEEST1C.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEST1C> ;
	rdfs:range xsd:double .
<ExcIEEEST1C.tb1> rdf:type rdfs:Property ;
	rdfs:label "tb1"@en ;
	rdfs:domain <ExcIEEEST1C> ;
	rdfs:range xsd:double .
<ExcIEEEST1C.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEST1C> ;
	rdfs:range xsd:double .
<ExcIEEEST1C.vs> rdf:type rdfs:Property ;
	rdfs:label "vs"@en ;
	rdfs:domain <ExcIEEEST1C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST1C.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEST1C> ;
	rdfs:range xsd:double .
<ExcIEEEST1C.vsclInputKind> rdf:type rdfs:Property ;
	rdfs:label "vsclInputKind"@en ;
	rdfs:domain <ExcIEEEST1C> ;
	rdfs:range xsd:string .
<ExcIEEEST1C.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEST1C> ;
	rdfs:range xsd:double .
<ExcIEEEST1C.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcIEEEST1C> ;
	rdfs:range xsd:double .
<ExcIEEEST1C.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcIEEEST1C> ;
	rdfs:range xsd:double .
<ExcIEEEST1C.vimin> rdf:type rdfs:Property ;
	rdfs:label "vimin"@en ;
	rdfs:domain <ExcIEEEST1C> ;
	rdfs:range xsd:double .
<ExcIEEEST1C.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcIEEEST1C> ;
	rdfs:range xsd:double .
<ExcIEEEST1C.vuelInputKind> rdf:type rdfs:Property ;
	rdfs:label "vuelInputKind"@en ;
	rdfs:domain <ExcIEEEST1C> ;
	rdfs:range xsd:string .
<ExcIEEEST1C.tc1> rdf:type rdfs:Property ;
	rdfs:label "tc1"@en ;
	rdfs:domain <ExcIEEEST1C> ;
	rdfs:range xsd:double .
<ExcIEEEST1C.ilr> rdf:type rdfs:Property ;
	rdfs:label "ilr"@en ;
	rdfs:domain <ExcIEEEST1C> ;
	rdfs:range xsd:double .
<ExcIEEEST1C.vimax> rdf:type rdfs:Property ;
	rdfs:label "vimax"@en ;
	rdfs:domain <ExcIEEEST1C> ;
	rdfs:range xsd:double .
<ExcIEEEST1C.klr> rdf:type rdfs:Property ;
	rdfs:label "klr"@en ;
	rdfs:domain <ExcIEEEST1C> ;
	rdfs:range xsd:double .
<ExcIEEEST1C.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEST1C> ;
	rdfs:range xsd:double .
<ExcIEEEST1C.voelInputKind> rdf:type rdfs:Property ;
	rdfs:label "voelInputKind"@en ;
	rdfs:domain <ExcIEEEST1C> ;
	rdfs:range xsd:string .
<ExcIEEEST1C.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcIEEEST1C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEST1C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.tb1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.tb1> <http://www.w3.org/2000/01/rdf-schema#label> "tb1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.tb1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.tb1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vs> <http://www.w3.org/2000/01/rdf-schema#label> "vs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vsclInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "vsclInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vimin> <http://www.w3.org/2000/01/rdf-schema#label> "vimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vuelInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "vuelInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.tc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.tc1> <http://www.w3.org/2000/01/rdf-schema#label> "tc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.tc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.tc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.ilr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.ilr> <http://www.w3.org/2000/01/rdf-schema#label> "ilr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.ilr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.ilr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vimax> <http://www.w3.org/2000/01/rdf-schema#label> "vimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.vimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.klr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.klr> <http://www.w3.org/2000/01/rdf-schema#label> "klr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.klr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.klr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.voelInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "voelInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST1C.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 ST1C excitation system model. It is a potential-source–controlled rectifier excitation system intended to represent systems in which excitation power is supplied through a transformer from the generator terminals or the unit’s auxiliaries bus, and is regulated by a controlled rectifier.

Reference: IEEE 421.5-2016, 8.3.

Property Domain Range Comment
vamin ExcIEEEST1C double Minimum regulator output (Vamin). Typical value = -6.
vrmax ExcIEEEST1C double Maximum exciter output (Vrmax). Typical value = 6,43.
ka ExcIEEEST1C double Voltage regulator gain (Ka). Typical value = 210.
tb1 ExcIEEEST1C double Regulator denominator (lag) time constant (Tb1) (>=0). Typical value = 0.
vrmin ExcIEEEST1C double Minimum exciter output (Vrmin). Typical value = -6.
vs ExcIEEEST1C boolean Alternate PSS input locations (Vs). True means input at voltage error calculation. False means input at summation point at voltage regulator output.
tf ExcIEEEST1C double Rate feedback time constant (Tf1) (>=0). Typical value = 1.
vsclInputKind ExcIEEEST1C string Alternate SCL input locations (Vscl).
ta ExcIEEEST1C double Voltage regulator time constant (Ta) (>=0). Typical value = 0.
kf ExcIEEEST1C double Rate feedback gain (Kf). Typical value = 0.
tc ExcIEEEST1C double Regulator numerator (lead) time constant (Tc) (>=0). Typical value = 1.
vimin ExcIEEEST1C double Minimum voltage error (regulator input) (Vimin). Typical value = -99.
vamax ExcIEEEST1C double Maximum regulator output (Vamax). Typical value = 6,43.
vuelInputKind ExcIEEEST1C string Alternate UEL input locations (Vuel).
tc1 ExcIEEEST1C double Regulator numerator (lead) time constant (Tc1) (>=0). Typical value = 0.
ilr ExcIEEEST1C double Exciter output current limit reference (Ilr). Typical value = 4,4.
vimax ExcIEEEST1C double Maximum voltage error (regulator input) (Vimax). Typical value = 99.
klr ExcIEEEST1C double Exciter output current limiter gain (Klr). Typical value = 4,54.
kc ExcIEEEST1C double Rectifier loading factor proportional to commutating reactance (Kc). Typical value = 0,038.
voelInputKind ExcIEEEST1C string Alternate OEL input locations (Voel). The value takeOverInnerLoop shall not be used in this model type.
tb ExcIEEEST1C double Regulator denominator (lag) time constant (Tb) (>=0). Typical value = 1.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEST2A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEST2A> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEST2A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEST2A.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEST2A> ;
	rdfs:range xsd:double .
<ExcIEEEST2A.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcIEEEST2A> ;
	rdfs:range xsd:double .
<ExcIEEEST2A.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEST2A> ;
	rdfs:range xsd:double .
<ExcIEEEST2A.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcIEEEST2A> ;
	rdfs:range xsd:double .
<ExcIEEEST2A.uelin> rdf:type rdfs:Property ;
	rdfs:label "uelin"@en ;
	rdfs:domain <ExcIEEEST2A> ;
	rdfs:range xsd:boolean .
<ExcIEEEST2A.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEST2A> ;
	rdfs:range xsd:double .
<ExcIEEEST2A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEST2A> ;
	rdfs:range xsd:double .
<ExcIEEEST2A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEST2A> ;
	rdfs:range xsd:double .
<ExcIEEEST2A.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEST2A> ;
	rdfs:range xsd:double .
<ExcIEEEST2A.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcIEEEST2A> ;
	rdfs:range xsd:double .
<ExcIEEEST2A.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEST2A> ;
	rdfs:range xsd:double .
<ExcIEEEST2A.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEST2A> ;
	rdfs:range xsd:double .
<ExcIEEEST2A.efdmax> rdf:type rdfs:Property ;
	rdfs:label "efdmax"@en ;
	rdfs:domain <ExcIEEEST2A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEST2A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.uelin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.uelin> <http://www.w3.org/2000/01/rdf-schema#label> "uelin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.uelin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.uelin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.efdmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.efdmax> <http://www.w3.org/2000/01/rdf-schema#label> "efdmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.efdmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2A.efdmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2005 type ST2A model. Some static systems use both current and voltage sources (generator terminal quantities) to comprise the power source. The regulator controls the exciter output through controlled saturation of the power transformer components. These compound-source rectifier excitation systems are designated type ST2A and are represented by ExcIEEEST2A. Reference: IEEE 421.5-2005, 7.2. According to IEEE 421.5-2016, 8.4 the ST2A excitation system model is being superseded by the model ST2C (ExcIEEEST2C).

Property Domain Range Comment
te ExcIEEEST2A double Exciter time constant, integration rate associated with exciter control (TE) (> 0). Typical value = 0,5.
kp ExcIEEEST2A double Potential circuit gain coefficient (KP) (>= 0). Typical value = 4,88.
ta ExcIEEEST2A double Voltage regulator time constant (TA) (> 0). Typical value = 0,15.
kf ExcIEEEST2A double Excitation control system stabilizer gains (KF) (>= 0). Typical value = 0,05.
uelin ExcIEEEST2A boolean UEL input (UELin). true = HV gate false = add to error signal. Typical value = true.
ke ExcIEEEST2A double Exciter constant related to self-excited field (KE). Typical value = 1.
vrmax ExcIEEEST2A double Maximum voltage regulator outputs (VRMAX) (> 0). Typical value = 1.
vrmin ExcIEEEST2A double Minimum voltage regulator outputs (VRMIN) (<= 0). Typical value = 0.
tf ExcIEEEST2A double Excitation control system stabilizer time constant (TF) (>= 0). Typical value = 1.
ki ExcIEEEST2A double Potential circuit gain coefficient (KI) (>= 0). Typical value = 8.
kc ExcIEEEST2A double Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 1,82.
ka ExcIEEEST2A double Voltage regulator gain (KA) (> 0). Typical value = 120.
efdmax ExcIEEEST2A double Maximum field voltage (EFDMax) (>= 0). Typical value = 99.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEST2C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEST2C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEST2C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEST2C.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:double .
<ExcIEEEST2C.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:double .
<ExcIEEEST2C.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:double .
<ExcIEEEST2C.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:double .
<ExcIEEEST2C.kir> rdf:type rdfs:Property ;
	rdfs:label "kir"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:double .
<ExcIEEEST2C.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:double .
<ExcIEEEST2C.titap> rdf:type rdfs:Property ;
	rdfs:label "titap"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:double .
<ExcIEEEST2C.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:double .
<ExcIEEEST2C.vpimin> rdf:type rdfs:Property ;
	rdfs:label "vpimin"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:double .
<ExcIEEEST2C.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:double .
<ExcIEEEST2C.vscl> rdf:type rdfs:Property ;
	rdfs:label "vscl"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST2C.kpr> rdf:type rdfs:Property ;
	rdfs:label "kpr"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:double .
<ExcIEEEST2C.vpimax> rdf:type rdfs:Property ;
	rdfs:label "vpimax"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:double .
<ExcIEEEST2C.vuel> rdf:type rdfs:Property ;
	rdfs:label "vuel"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST2C.efdmax> rdf:type rdfs:Property ;
	rdfs:label "efdmax"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:double .
<ExcIEEEST2C.voel> rdf:type rdfs:Property ;
	rdfs:label "voel"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST2C.vbmax> rdf:type rdfs:Property ;
	rdfs:label "vbmax"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:double .
<ExcIEEEST2C.xl> rdf:type rdfs:Property ;
	rdfs:label "xl"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:double .
<ExcIEEEST2C.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:double .
<ExcIEEEST2C.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:double .
<ExcIEEEST2C.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:double .
<ExcIEEEST2C.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcIEEEST2C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEST2C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.kir> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.kir> <http://www.w3.org/2000/01/rdf-schema#label> "kir"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.kir> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.kir> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.titap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.titap> <http://www.w3.org/2000/01/rdf-schema#label> "titap"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.titap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.titap> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vpimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vpimin> <http://www.w3.org/2000/01/rdf-schema#label> "vpimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vpimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vpimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vscl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vscl> <http://www.w3.org/2000/01/rdf-schema#label> "vscl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vscl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vscl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.kpr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.kpr> <http://www.w3.org/2000/01/rdf-schema#label> "kpr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.kpr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.kpr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vpimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vpimax> <http://www.w3.org/2000/01/rdf-schema#label> "vpimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vpimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vpimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vuel> <http://www.w3.org/2000/01/rdf-schema#label> "vuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.efdmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.efdmax> <http://www.w3.org/2000/01/rdf-schema#label> "efdmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.efdmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.efdmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.voel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.voel> <http://www.w3.org/2000/01/rdf-schema#label> "voel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.voel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.voel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vbmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vbmax> <http://www.w3.org/2000/01/rdf-schema#label> "vbmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vbmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.vbmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.xl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.xl> <http://www.w3.org/2000/01/rdf-schema#label> "xl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.xl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.xl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST2C.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 ST2C excitation system model. It represents compound-source rectifier excitation systems, which utilize both current and voltage sources (generator terminal quantities) to comprise the power source.

Reference: IEEE 421.5-2016, 8.5.

Property Domain Range Comment
ta ExcIEEEST2C double Voltage regulator time constant (Ta) (>=0). Typical value = 0,15.
ke ExcIEEEST2C double Exciter field proportional constant (Ke). Typical value = 1.
ka ExcIEEEST2C double Voltage regulator gain (Ka). Typical value = 120.
te ExcIEEEST2C double Exciter field time constant (Te) (>=0). Typical value = 0,5.
kir ExcIEEEST2C double Voltage regulator integral gain (Kir).
vrmax ExcIEEEST2C double Maximum regulator output (Vrmax). Typical value = 1.
titap ExcIEEEST2C double Potential circuit phase angle (degrees) (Titap). Typical value = 0.
vrmin ExcIEEEST2C double Minimum regulator output (Vrmin). Typical value = 0.
vpimin ExcIEEEST2C double Minimum regulator output (Vpimax).
tf ExcIEEEST2C double Rate feedback time constant (Tf) (>=0). Typical value = 1.
vscl ExcIEEEST2C boolean Alternate SCL input locations (Vscl). True means summation point (voltge error). False means take-over at voltage regulator input.
kpr ExcIEEEST2C double Voltage regulator proportional gain (Kpr).
vpimax ExcIEEEST2C double Maximum regulator output (Vpimax).
vuel ExcIEEEST2C boolean Alternate UEL input locations (Vuel). True means summation point (voltge error). False means take-over at voltage regulator input.
efdmax ExcIEEEST2C double Maximum generator field voltage (Efdmax). Typical value = 4,4.
voel ExcIEEEST2C boolean Alternate OEL input locations (Voel). True means summation point (voltage error). False means take-over at voltage regulator input.
vbmax ExcIEEEST2C double Maximum available exciter voltage (Vbmax). Typical value = 5,2.
xl ExcIEEEST2C double Reactance associated with potential source (Xl). Typical value = 0.
kc ExcIEEEST2C double Rectifier loading factor proportional to commutating reactance (Kc). Typical value = 0,1.
kf ExcIEEEST2C double Rate feedback gain (Kf). Typical value = 0,05.
kp ExcIEEEST2C double Potential circuit (voltage) gain coefficient (Kp). Typical value = 4,88.
ki ExcIEEEST2C double Compound circuit (current) gain coefficient (Ki). Typical value = 0.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEST3A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEST3A> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEST3A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEST3A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEST3A> ;
	rdfs:range xsd:double .
<ExcIEEEST3A.vimax> rdf:type rdfs:Property ;
	rdfs:label "vimax"@en ;
	rdfs:domain <ExcIEEEST3A> ;
	rdfs:range xsd:double .
<ExcIEEEST3A.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEST3A> ;
	rdfs:range xsd:double .
<ExcIEEEST3A.vbmax> rdf:type rdfs:Property ;
	rdfs:label "vbmax"@en ;
	rdfs:domain <ExcIEEEST3A> ;
	rdfs:range xsd:double .
<ExcIEEEST3A.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcIEEEST3A> ;
	rdfs:range xsd:double .
<ExcIEEEST3A.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEST3A> ;
	rdfs:range xsd:double .
<ExcIEEEST3A.vimin> rdf:type rdfs:Property ;
	rdfs:label "vimin"@en ;
	rdfs:domain <ExcIEEEST3A> ;
	rdfs:range xsd:double .
<ExcIEEEST3A.vmmin> rdf:type rdfs:Property ;
	rdfs:label "vmmin"@en ;
	rdfs:domain <ExcIEEEST3A> ;
	rdfs:range xsd:double .
<ExcIEEEST3A.thetap> rdf:type rdfs:Property ;
	rdfs:label "thetap"@en ;
	rdfs:domain <ExcIEEEST3A> ;
	rdfs:range xsd:double .
<ExcIEEEST3A.tm> rdf:type rdfs:Property ;
	rdfs:label "tm"@en ;
	rdfs:domain <ExcIEEEST3A> ;
	rdfs:range xsd:double .
<ExcIEEEST3A.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcIEEEST3A> ;
	rdfs:range xsd:double .
<ExcIEEEST3A.kg> rdf:type rdfs:Property ;
	rdfs:label "kg"@en ;
	rdfs:domain <ExcIEEEST3A> ;
	rdfs:range xsd:double .
<ExcIEEEST3A.vmmax> rdf:type rdfs:Property ;
	rdfs:label "vmmax"@en ;
	rdfs:domain <ExcIEEEST3A> ;
	rdfs:range xsd:double .
<ExcIEEEST3A.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcIEEEST3A> ;
	rdfs:range xsd:double .
<ExcIEEEST3A.km> rdf:type rdfs:Property ;
	rdfs:label "km"@en ;
	rdfs:domain <ExcIEEEST3A> ;
	rdfs:range xsd:double .
<ExcIEEEST3A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEST3A> ;
	rdfs:range xsd:double .
<ExcIEEEST3A.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcIEEEST3A> ;
	rdfs:range xsd:double .
<ExcIEEEST3A.vgmax> rdf:type rdfs:Property ;
	rdfs:label "vgmax"@en ;
	rdfs:domain <ExcIEEEST3A> ;
	rdfs:range xsd:double .
<ExcIEEEST3A.xl> rdf:type rdfs:Property ;
	rdfs:label "xl"@en ;
	rdfs:domain <ExcIEEEST3A> ;
	rdfs:range xsd:double .
<ExcIEEEST3A.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEST3A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEST3A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vimax> <http://www.w3.org/2000/01/rdf-schema#label> "vimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vbmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vbmax> <http://www.w3.org/2000/01/rdf-schema#label> "vbmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vbmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vbmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vimin> <http://www.w3.org/2000/01/rdf-schema#label> "vimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vmmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vmmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vmmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vmmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.thetap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.thetap> <http://www.w3.org/2000/01/rdf-schema#label> "thetap"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.thetap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.thetap> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.tm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.tm> <http://www.w3.org/2000/01/rdf-schema#label> "tm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.tm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.tm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.kg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.kg> <http://www.w3.org/2000/01/rdf-schema#label> "kg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.kg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.kg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vmmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vmmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vmmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vmmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.km> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.km> <http://www.w3.org/2000/01/rdf-schema#label> "km"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.km> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.km> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vgmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vgmax> <http://www.w3.org/2000/01/rdf-schema#label> "vgmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vgmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.vgmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.xl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.xl> <http://www.w3.org/2000/01/rdf-schema#label> "xl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.xl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.xl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3A.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2005 type ST3A model. Some static systems utilize a field voltage control loop to linearize the exciter control characteristic. This also makes the output independent of supply source variations until supply limitations are reached. These systems utilize a variety of controlled-rectifier designs: full thyristor complements or hybrid bridges in either series or shunt configurations. The power source can consist of only a potential source, either fed from the machine terminals or from internal windings. Some designs can have compound power sources utilizing both machine potential and current. These power sources are represented as phasor combinations of machine terminal current and voltage and are accommodated by suitable parameters in model type ST3A which is represented by ExcIEEEST3A. Reference: IEEE 421.5-2005, 7.3. According to IEEE 421.5-2016, 8.6 the ST3A excitation system model is being superseded by the model ST3C (ExcIEEEST3C).

Property Domain Range Comment
vrmin ExcIEEEST3A double Minimum voltage regulator output (VRMIN) (< 0). Typical value = -10.
vimax ExcIEEEST3A double Maximum voltage regulator input limit (VIMAX) (> 0). Typical value = 0,2.
ka ExcIEEEST3A double Voltage regulator gain (KA) (> 0). This is parameter K in the IEEE standard. Typical value = 200.
vbmax ExcIEEEST3A double Maximum excitation voltage (VBMax) (> 0). Typical value = 6,9.
tb ExcIEEEST3A double Voltage regulator time constant (TB) (>= 0). Typical value = 10.
kc ExcIEEEST3A double Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,2.
vimin ExcIEEEST3A double Minimum voltage regulator input limit (VIMIN) (< 0). Typical value = -0,2.
vmmin ExcIEEEST3A double Minimum inner loop output (VMMin) (<= 0). Typical value = 0.
thetap ExcIEEEST3A double Potential circuit phase angle (thetap). Typical value = 0.
tm ExcIEEEST3A double Forward time constant of inner loop field regulator (TM) (> 0). Typical value = 0,4.
ki ExcIEEEST3A double Potential circuit gain coefficient (KI) (>= 0). Typical value = 0.
kg ExcIEEEST3A double Feedback gain constant of the inner loop field regulator (KG) (>= 0). Typical value = 1.
vmmax ExcIEEEST3A double Maximum inner loop output (VMMax) (> 0). Typical value = 1.
tc ExcIEEEST3A double Voltage regulator time constant (TC) (>= 0). Typical value = 1.
km ExcIEEEST3A double Forward gain constant of the inner loop field regulator (KM) (> 0). Typical value = 7,93.
vrmax ExcIEEEST3A double Maximum voltage regulator output (VRMAX) (> 0). Typical value = 10.
kp ExcIEEEST3A double Potential circuit gain coefficient (KP) (> 0). Typical value = 6,15.
vgmax ExcIEEEST3A double Maximum inner loop feedback voltage (VGMax) (>= 0). Typical value = 5,8.
xl ExcIEEEST3A double Reactance associated with potential source (XL) (>= 0). Typical value = 0,081.
ta ExcIEEEST3A double Voltage regulator time constant (TA) (>= 0). Typical value = 0.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEST3C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEST3C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEST3C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEST3C.vimax> rdf:type rdfs:Property ;
	rdfs:label "vimax"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.vbmax> rdf:type rdfs:Property ;
	rdfs:label "vbmax"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.vimin> rdf:type rdfs:Property ;
	rdfs:label "vimin"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.vscl> rdf:type rdfs:Property ;
	rdfs:label "vscl"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST3C.vpimin> rdf:type rdfs:Property ;
	rdfs:label "vpimin"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.kg> rdf:type rdfs:Property ;
	rdfs:label "kg"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.voel> rdf:type rdfs:Property ;
	rdfs:label "voel"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST3C.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.kpr> rdf:type rdfs:Property ;
	rdfs:label "kpr"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.vmmin> rdf:type rdfs:Property ;
	rdfs:label "vmmin"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.kir> rdf:type rdfs:Property ;
	rdfs:label "kir"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.xl> rdf:type rdfs:Property ;
	rdfs:label "xl"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.titap> rdf:type rdfs:Property ;
	rdfs:label "titap"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.tm> rdf:type rdfs:Property ;
	rdfs:label "tm"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.sw1> rdf:type rdfs:Property ;
	rdfs:label "sw1"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST3C.vgmax> rdf:type rdfs:Property ;
	rdfs:label "vgmax"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.vuel> rdf:type rdfs:Property ;
	rdfs:label "vuel"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST3C.vpimax> rdf:type rdfs:Property ;
	rdfs:label "vpimax"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.km> rdf:type rdfs:Property ;
	rdfs:label "km"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<ExcIEEEST3C.vmmax> rdf:type rdfs:Property ;
	rdfs:label "vmmax"@en ;
	rdfs:domain <ExcIEEEST3C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEST3C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vimax> <http://www.w3.org/2000/01/rdf-schema#label> "vimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vbmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vbmax> <http://www.w3.org/2000/01/rdf-schema#label> "vbmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vbmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vbmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vimin> <http://www.w3.org/2000/01/rdf-schema#label> "vimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vscl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vscl> <http://www.w3.org/2000/01/rdf-schema#label> "vscl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vscl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vscl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vpimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vpimin> <http://www.w3.org/2000/01/rdf-schema#label> "vpimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vpimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vpimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.kg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.kg> <http://www.w3.org/2000/01/rdf-schema#label> "kg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.kg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.kg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.voel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.voel> <http://www.w3.org/2000/01/rdf-schema#label> "voel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.voel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.voel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.kpr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.kpr> <http://www.w3.org/2000/01/rdf-schema#label> "kpr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.kpr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.kpr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vmmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vmmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vmmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vmmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.kir> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.kir> <http://www.w3.org/2000/01/rdf-schema#label> "kir"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.kir> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.kir> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.xl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.xl> <http://www.w3.org/2000/01/rdf-schema#label> "xl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.xl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.xl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.titap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.titap> <http://www.w3.org/2000/01/rdf-schema#label> "titap"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.titap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.titap> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.tm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.tm> <http://www.w3.org/2000/01/rdf-schema#label> "tm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.tm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.tm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.sw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.sw1> <http://www.w3.org/2000/01/rdf-schema#label> "sw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.sw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.sw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vgmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vgmax> <http://www.w3.org/2000/01/rdf-schema#label> "vgmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vgmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vgmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vuel> <http://www.w3.org/2000/01/rdf-schema#label> "vuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vpimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vpimax> <http://www.w3.org/2000/01/rdf-schema#label> "vpimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vpimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vpimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.km> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.km> <http://www.w3.org/2000/01/rdf-schema#label> "km"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.km> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.km> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vmmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vmmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vmmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST3C.vmmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 ST3C excitation system model. It utilizes a variety of controlled rectifier designs: full thyristor complements or hybrid bridges in either series or shunt configurations. The power source may consist of only a potential source, either fed from the machine terminals or from internal windings. Some designs may have compound power sources utilizing both machine potential and current. These power sources are represented as phasor combinations of machine terminal current and voltage and are accommodated by suitable parameters in the model.

Reference: IEEE 421.5-2016, 8.7.

Property Domain Range Comment
vimax ExcIEEEST3C double Maximum voltage error (regulator input) (Vimax). Typical value = 0,2.
vbmax ExcIEEEST3C double Maximum available exciter voltage (Vbmax). Typical value = 6,9.
vrmin ExcIEEEST3C double Minimum regulator output (Vrmin). Typical value = -10.
kc ExcIEEEST3C double Rectifier loading factor proportional to commutating reactance (Kc). Typical value = 0,2.
vimin ExcIEEEST3C double Minimum voltage error (regulator input) (Vimin). Typical value = -0,2.
vscl ExcIEEEST3C boolean Alternate SCL input locations (Vscl). True means summation point (voltge error). False means take-over at voltage regulator input.
vpimin ExcIEEEST3C double Minimum regulator output (Vpimax).
kg ExcIEEEST3C double Feedback gain of field current regulator (Kg). Typical value = 1.
ka ExcIEEEST3C double Voltage regulator gain (Ka). Typical value = 200.
tc ExcIEEEST3C double Regulator numerator (lead) time constant (Tc) (>=0). Typical value = 1.
kp ExcIEEEST3C double Potential circuit (voltage) gain coefficient (Kp). Typical value = 6,15.
voel ExcIEEEST3C boolean Alternate OEL input locations (Voel). True means summation point (voltage error). False means take-over at voltage regulator input.
tb ExcIEEEST3C double Regulator denominator (lag) time constant (Tb) (>=0). Typical value = 10.
kpr ExcIEEEST3C double Voltage regulator proportional gain (Kpr).
vmmin ExcIEEEST3C double Minimum output of field current regulator (Vmmin). Typical value = 0.
kir ExcIEEEST3C double Voltage regulator integral gain (Kir).
xl ExcIEEEST3C double Reactance associated with potential source (Xl). Typical value = 0,081.
titap ExcIEEEST3C double Potential circuit phase angle (degrees) (Titap). Typical value = 0.
vrmax ExcIEEEST3C double Maximum regulator output (Vrmax). Typical value = 10.
tm ExcIEEEST3C double Forward time constant of inner loop field regulator (Tm) (>=0). Typical value = 0,4.
sw1 ExcIEEEST3C boolean Power source selector (SW1). True means position A. False means position B. Typical value = true.
vgmax ExcIEEEST3C double Maximum field current feedback voltage (Vgmax). Typical value = 5,8.
vuel ExcIEEEST3C boolean Alternate UEL input locations (Vuel). True means summation point (voltge error). False means take-over at voltage regulator input.
vpimax ExcIEEEST3C double Maximum regulator output (Vpimax).
ki ExcIEEEST3C double Compound circuit (current) gain coefficient (Ki). Typical value = 0.
km ExcIEEEST3C double Forward gain of inner loop field regulator (Km). Typical value = 7,93.
vmmax ExcIEEEST3C double Maximum output of field current regulator (Vmmax). Typical value = 1.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEST4B

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEST4B> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEST4B"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEST4B.kim> rdf:type rdfs:Property ;
	rdfs:label "kim"@en ;
	rdfs:domain <ExcIEEEST4B> ;
	rdfs:range xsd:double .
<ExcIEEEST4B.thetap> rdf:type rdfs:Property ;
	rdfs:label "thetap"@en ;
	rdfs:domain <ExcIEEEST4B> ;
	rdfs:range xsd:double .
<ExcIEEEST4B.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEST4B> ;
	rdfs:range xsd:double .
<ExcIEEEST4B.xl> rdf:type rdfs:Property ;
	rdfs:label "xl"@en ;
	rdfs:domain <ExcIEEEST4B> ;
	rdfs:range xsd:double .
<ExcIEEEST4B.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcIEEEST4B> ;
	rdfs:range xsd:double .
<ExcIEEEST4B.vbmax> rdf:type rdfs:Property ;
	rdfs:label "vbmax"@en ;
	rdfs:domain <ExcIEEEST4B> ;
	rdfs:range xsd:double .
<ExcIEEEST4B.kpr> rdf:type rdfs:Property ;
	rdfs:label "kpr"@en ;
	rdfs:domain <ExcIEEEST4B> ;
	rdfs:range xsd:double .
<ExcIEEEST4B.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEST4B> ;
	rdfs:range xsd:double .
<ExcIEEEST4B.vmmax> rdf:type rdfs:Property ;
	rdfs:label "vmmax"@en ;
	rdfs:domain <ExcIEEEST4B> ;
	rdfs:range xsd:double .
<ExcIEEEST4B.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEST4B> ;
	rdfs:range xsd:double .
<ExcIEEEST4B.kg> rdf:type rdfs:Property ;
	rdfs:label "kg"@en ;
	rdfs:domain <ExcIEEEST4B> ;
	rdfs:range xsd:double .
<ExcIEEEST4B.kir> rdf:type rdfs:Property ;
	rdfs:label "kir"@en ;
	rdfs:domain <ExcIEEEST4B> ;
	rdfs:range xsd:double .
<ExcIEEEST4B.vmmin> rdf:type rdfs:Property ;
	rdfs:label "vmmin"@en ;
	rdfs:domain <ExcIEEEST4B> ;
	rdfs:range xsd:double .
<ExcIEEEST4B.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcIEEEST4B> ;
	rdfs:range xsd:double .
<ExcIEEEST4B.kpm> rdf:type rdfs:Property ;
	rdfs:label "kpm"@en ;
	rdfs:domain <ExcIEEEST4B> ;
	rdfs:range xsd:double .
<ExcIEEEST4B.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEST4B> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEST4B"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kim> <http://www.w3.org/2000/01/rdf-schema#label> "kim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.thetap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.thetap> <http://www.w3.org/2000/01/rdf-schema#label> "thetap"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.thetap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.thetap> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.xl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.xl> <http://www.w3.org/2000/01/rdf-schema#label> "xl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.xl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.xl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.vbmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.vbmax> <http://www.w3.org/2000/01/rdf-schema#label> "vbmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.vbmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.vbmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kpr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kpr> <http://www.w3.org/2000/01/rdf-schema#label> "kpr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kpr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kpr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.vmmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.vmmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.vmmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.vmmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kg> <http://www.w3.org/2000/01/rdf-schema#label> "kg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kir> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kir> <http://www.w3.org/2000/01/rdf-schema#label> "kir"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kir> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kir> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.vmmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.vmmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.vmmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.vmmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kpm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kpm> <http://www.w3.org/2000/01/rdf-schema#label> "kpm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kpm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.kpm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4B.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2005 type ST4B model. This model is a variation of the type ST3A model, with a proportional plus integral (PI) regulator block replacing the lag-lead regulator characteristic that is in the ST3A model. Both potential and compound source rectifier excitation systems are modelled. The PI regulator blocks have non-windup limits that are represented. The voltage regulator of this model is typically implemented digitally. Reference: IEEE 421.5-2005, 7.4. According to IEEE 421.5-2016, 8.8 the ST4B excitation system model is being superseded by the model ST4C (ExcIEEEST4C).

Property Domain Range Comment
kim ExcIEEEST4B double Voltage regulator integral gain output (KIM). Typical value = 0.
thetap ExcIEEEST4B double Potential circuit phase angle (thetap). Typical value = 0.
ta ExcIEEEST4B double Voltage regulator time constant (TA) (>= 0). Typical value = 0,02.
xl ExcIEEEST4B double Reactance associated with potential source (XL) (>= 0). Typical value = 0,124.
ki ExcIEEEST4B double Potential circuit gain coefficient (KI) (>= 0). Typical value = 0.
vbmax ExcIEEEST4B double Maximum excitation voltage (VBMax) (> 0). Typical value = 11,63.
kpr ExcIEEEST4B double Voltage regulator proportional gain (KPR). Typical value = 10,75.
vrmin ExcIEEEST4B double Minimum voltage regulator output (VRMIN) (< 0). Typical value = -0,87.
vmmax ExcIEEEST4B double Maximum inner loop output (VMMax) (> ExcIEEEST4B.vmmin). Typical value = 99.
kc ExcIEEEST4B double Rectifier loading factor proportional to commutating reactance (KC) (>= 0). Typical value = 0,113.
kg ExcIEEEST4B double Feedback gain constant of the inner loop field regulator (KG) (>= 0). Typical value = 0.
kir ExcIEEEST4B double Voltage regulator integral gain (KIR). Typical value = 10,75.
vmmin ExcIEEEST4B double Minimum inner loop output (VMMin) (< ExcIEEEST4B.vmmax). Typical value = -99.
kp ExcIEEEST4B double Potential circuit gain coefficient (KP) (> 0). Typical value = 9,3.
kpm ExcIEEEST4B double Voltage regulator proportional gain output (KPM). Typical value = 1.
vrmax ExcIEEEST4B double Maximum voltage regulator output (VRMAX) (> 0). Typical value = 1.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEST4C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEST4C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEST4C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEST4C.vsclInputKind> rdf:type rdfs:Property ;
	rdfs:label "vsclInputKind"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:string .
<ExcIEEEST4C.voelInputKind> rdf:type rdfs:Property ;
	rdfs:label "voelInputKind"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:string .
<ExcIEEEST4C.vbmax> rdf:type rdfs:Property ;
	rdfs:label "vbmax"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double .
<ExcIEEEST4C.kg> rdf:type rdfs:Property ;
	rdfs:label "kg"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double .
<ExcIEEEST4C.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double .
<ExcIEEEST4C.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double .
<ExcIEEEST4C.titap> rdf:type rdfs:Property ;
	rdfs:label "titap"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double .
<ExcIEEEST4C.kim> rdf:type rdfs:Property ;
	rdfs:label "kim"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double .
<ExcIEEEST4C.xl> rdf:type rdfs:Property ;
	rdfs:label "xl"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double .
<ExcIEEEST4C.vgmax> rdf:type rdfs:Property ;
	rdfs:label "vgmax"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double .
<ExcIEEEST4C.sw1> rdf:type rdfs:Property ;
	rdfs:label "sw1"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST4C.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double .
<ExcIEEEST4C.vuelInputKind> rdf:type rdfs:Property ;
	rdfs:label "vuelInputKind"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:string .
<ExcIEEEST4C.kpm> rdf:type rdfs:Property ;
	rdfs:label "kpm"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double .
<ExcIEEEST4C.vmmin> rdf:type rdfs:Property ;
	rdfs:label "vmmin"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double .
<ExcIEEEST4C.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double .
<ExcIEEEST4C.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double .
<ExcIEEEST4C.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double .
<ExcIEEEST4C.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double .
<ExcIEEEST4C.vs> rdf:type rdfs:Property ;
	rdfs:label "vs"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST4C.kpr> rdf:type rdfs:Property ;
	rdfs:label "kpr"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double ;
	rdf:type rdfs:Property ;
	rdfs:label "kpr"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double .
<ExcIEEEST4C.vmmax> rdf:type rdfs:Property ;
	rdfs:label "vmmax"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double .
<ExcIEEEST4C.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double .
<ExcIEEEST4C.kir> rdf:type rdfs:Property ;
	rdfs:label "kir"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double ;
	rdf:type rdfs:Property ;
	rdfs:label "kir"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double .
<ExcIEEEST4C.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcIEEEST4C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEST4C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vsclInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "vsclInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.voelInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "voelInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vbmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vbmax> <http://www.w3.org/2000/01/rdf-schema#label> "vbmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vbmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vbmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kg> <http://www.w3.org/2000/01/rdf-schema#label> "kg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.titap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.titap> <http://www.w3.org/2000/01/rdf-schema#label> "titap"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.titap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.titap> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kim> <http://www.w3.org/2000/01/rdf-schema#label> "kim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.xl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.xl> <http://www.w3.org/2000/01/rdf-schema#label> "xl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.xl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.xl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vgmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vgmax> <http://www.w3.org/2000/01/rdf-schema#label> "vgmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vgmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vgmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.sw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.sw1> <http://www.w3.org/2000/01/rdf-schema#label> "sw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.sw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.sw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vuelInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "vuelInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kpm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kpm> <http://www.w3.org/2000/01/rdf-schema#label> "kpm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kpm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kpm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vmmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vmmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vmmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vmmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vs> <http://www.w3.org/2000/01/rdf-schema#label> "vs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kpr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kpr> <http://www.w3.org/2000/01/rdf-schema#label> "kpr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kpr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kpr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kpr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kpr> <http://www.w3.org/2000/01/rdf-schema#label> "kpr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kpr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kpr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vmmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vmmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vmmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vmmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kir> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kir> <http://www.w3.org/2000/01/rdf-schema#label> "kir"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kir> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kir> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kir> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kir> <http://www.w3.org/2000/01/rdf-schema#label> "kir"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kir> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.kir> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST4C.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 ST4C excitation system model. This model is a variation of the Type ST3C model, with a proportional-integral (PI) regulator block replacing the lag-lead regulator characteristic that was in the ST3C model. Both potential and compound source rectifier excitation systems are modeled. The PI regulator blocks have nonwindup limits.

Reference: IEEE 421.5-2016, 8.9.

Property Domain Range Comment
vsclInputKind ExcIEEEST4C string Alternate SCL input locations (Vscl).
voelInputKind ExcIEEEST4C string Alternate OEL input locations (Voel).
vbmax ExcIEEEST4C double Maximum available exciter voltage (Vbmax). Typical value = 11,63.
kg ExcIEEEST4C double Feedback gain of field current regulator (Kg). Typical value = 0.
ta ExcIEEEST4C double Thyristor bridge firing control equivalent time constant (Ta) (>=0). Typical value = 0,2.
vrmin ExcIEEEST4C double Minimum regulator output (Vrmin). Typical value = -0,87.
titap ExcIEEEST4C double Potential circuit phase angle (degrees) (Titap). Typical value = 0.
kim ExcIEEEST4C double Forward integral gain of inner loop field regulator (Kim). Typical value = 0.
xl ExcIEEEST4C double Reactance associated with potential source (Xl). Typical value = 0,124.
vgmax ExcIEEEST4C double Maximum feedback voltage for field current regulator (Vgmax). Typical value = 99.
sw1 ExcIEEEST4C boolean Power source selector (SW1). True means position A. False means position B. Typical value = true.
vrmax ExcIEEEST4C double Maximum regulator output (Vrmax). Typical value = 1.
vuelInputKind ExcIEEEST4C string Alternate UEL input locations (Vuel).
kpm ExcIEEEST4C double Forward proportional gain of inner loop field regulator (Kpm). Typical value = 1.
vmmin ExcIEEEST4C double Minimum output of field current regulator (Vmmin). Typical value = -99.
ki ExcIEEEST4C double Compound circuit (current) gain coefficient (Ki). Typical value = 0.
kc ExcIEEEST4C double Rectifier loading factor proportional to commutating reactance (Kc). Typical value = 0,113.
kp ExcIEEEST4C double Potential circuit (voltage) gain coefficient (Kp). Typical value = 9,3.
tg ExcIEEEST4C double Feedback time constant of field current regulator (Tg) (>=0). Typical value = 0.
vs ExcIEEEST4C boolean Alternate PSS input locations (Vs). True means input at summation point before take-over UEL. False means input at summation point after take-over UEL.
kpr ExcIEEEST4C double Voltage regulator proportional gain (Kpr). Typical value = 10,75.
kpr ExcIEEEST4C double Voltage regulator proportional gain (Kpr).
vmmax ExcIEEEST4C double Maximum output of field current regulator (Vmmax). Typical value = 99.
vamin ExcIEEEST4C double Minimum exciter output (Vamin). Typical value = -99.
kir ExcIEEEST4C double Voltage regulator integral gain (Kir). Typical value = 10,75.
kir ExcIEEEST4C double Voltage regulator integral gain (Kir).
vamax ExcIEEEST4C double Maximum exciter output (Vamax). Typical value = 99.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEST5B

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEST5B> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEST5B"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEST5B.tub1> rdf:type rdfs:Property ;
	rdfs:label "tub1"@en ;
	rdfs:domain <ExcIEEEST5B> ;
	rdfs:range xsd:double .
<ExcIEEEST5B.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEST5B> ;
	rdfs:range xsd:double .
<ExcIEEEST5B.tb2> rdf:type rdfs:Property ;
	rdfs:label "tb2"@en ;
	rdfs:domain <ExcIEEEST5B> ;
	rdfs:range xsd:double .
<ExcIEEEST5B.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <ExcIEEEST5B> ;
	rdfs:range xsd:double .
<ExcIEEEST5B.tc2> rdf:type rdfs:Property ;
	rdfs:label "tc2"@en ;
	rdfs:domain <ExcIEEEST5B> ;
	rdfs:range xsd:double .
<ExcIEEEST5B.kr> rdf:type rdfs:Property ;
	rdfs:label "kr"@en ;
	rdfs:domain <ExcIEEEST5B> ;
	rdfs:range xsd:double .
<ExcIEEEST5B.tob1> rdf:type rdfs:Property ;
	rdfs:label "tob1"@en ;
	rdfs:domain <ExcIEEEST5B> ;
	rdfs:range xsd:double .
<ExcIEEEST5B.tuc2> rdf:type rdfs:Property ;
	rdfs:label "tuc2"@en ;
	rdfs:domain <ExcIEEEST5B> ;
	rdfs:range xsd:double .
<ExcIEEEST5B.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEST5B> ;
	rdfs:range xsd:double .
<ExcIEEEST5B.tuc1> rdf:type rdfs:Property ;
	rdfs:label "tuc1"@en ;
	rdfs:domain <ExcIEEEST5B> ;
	rdfs:range xsd:double .
<ExcIEEEST5B.tb1> rdf:type rdfs:Property ;
	rdfs:label "tb1"@en ;
	rdfs:domain <ExcIEEEST5B> ;
	rdfs:range xsd:double .
<ExcIEEEST5B.tob2> rdf:type rdfs:Property ;
	rdfs:label "tob2"@en ;
	rdfs:domain <ExcIEEEST5B> ;
	rdfs:range xsd:double .
<ExcIEEEST5B.tub2> rdf:type rdfs:Property ;
	rdfs:label "tub2"@en ;
	rdfs:domain <ExcIEEEST5B> ;
	rdfs:range xsd:double .
<ExcIEEEST5B.tc1> rdf:type rdfs:Property ;
	rdfs:label "tc1"@en ;
	rdfs:domain <ExcIEEEST5B> ;
	rdfs:range xsd:double .
<ExcIEEEST5B.toc2> rdf:type rdfs:Property ;
	rdfs:label "toc2"@en ;
	rdfs:domain <ExcIEEEST5B> ;
	rdfs:range xsd:double .
<ExcIEEEST5B.toc1> rdf:type rdfs:Property ;
	rdfs:label "toc1"@en ;
	rdfs:domain <ExcIEEEST5B> ;
	rdfs:range xsd:double .
<ExcIEEEST5B.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEST5B> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEST5B"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tub1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tub1> <http://www.w3.org/2000/01/rdf-schema#label> "tub1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tub1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tub1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tb2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tb2> <http://www.w3.org/2000/01/rdf-schema#label> "tb2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tb2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tb2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tc2> <http://www.w3.org/2000/01/rdf-schema#label> "tc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.kr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.kr> <http://www.w3.org/2000/01/rdf-schema#label> "kr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.kr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.kr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tob1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tob1> <http://www.w3.org/2000/01/rdf-schema#label> "tob1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tob1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tob1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tuc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tuc2> <http://www.w3.org/2000/01/rdf-schema#label> "tuc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tuc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tuc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tuc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tuc1> <http://www.w3.org/2000/01/rdf-schema#label> "tuc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tuc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tuc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tb1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tb1> <http://www.w3.org/2000/01/rdf-schema#label> "tb1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tb1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tb1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tob2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tob2> <http://www.w3.org/2000/01/rdf-schema#label> "tob2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tob2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tob2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tub2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tub2> <http://www.w3.org/2000/01/rdf-schema#label> "tub2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tub2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tub2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tc1> <http://www.w3.org/2000/01/rdf-schema#label> "tc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.tc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.toc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.toc2> <http://www.w3.org/2000/01/rdf-schema#label> "toc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.toc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.toc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.toc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.toc1> <http://www.w3.org/2000/01/rdf-schema#label> "toc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.toc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.toc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5B.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2005 type ST5B model. The type ST5B excitation system is a variation of the type ST1A model, with alternative overexcitation and underexcitation inputs and additional limits. The block diagram in the IEEE 421.5 standard has input signal Vc and does not indicate the summation point with Vref. The implementation of the ExcIEEEST5B shall consider summation point with Vref. Reference: IEEE 421.5-2005, 7.5. According to IEEE 421.5-2016, 8.10 the ST5B excitation system model is being superseded by the model ST5C (ExcIEEEST5C).

Property Domain Range Comment
tub1 ExcIEEEST5B double UEL lag time constant (TUB1) (>= 0). Typical value = 10.
vrmin ExcIEEEST5B double Minimum voltage regulator output (VRMIN) (< 0). Typical value = -4.
tb2 ExcIEEEST5B double Regulator lag time constant (TB2) (>= 0). Typical value = 0,01.
t1 ExcIEEEST5B double Firing circuit time constant (T1) (>= 0). Typical value = 0,004.
tc2 ExcIEEEST5B double Regulator lead time constant (TC2) (>= 0). Typical value = 0,08.
kr ExcIEEEST5B double Regulator gain (KR) (> 0). Typical value = 200.
tob1 ExcIEEEST5B double OEL lag time constant (TOB1) (>= 0). Typical value = 2.
tuc2 ExcIEEEST5B double UEL lead time constant (TUC2) (>= 0). Typical value = 0,1.
kc ExcIEEEST5B double Rectifier regulation factor (KC) (>= 0). Typical value = 0,004.
tuc1 ExcIEEEST5B double UEL lead time constant (TUC1) (>= 0). Typical value = 2.
tb1 ExcIEEEST5B double Regulator lag time constant (TB1) (>= 0). Typical value = 6.
tob2 ExcIEEEST5B double OEL lag time constant (TOB2) (>= 0). Typical value = 0,08.
tub2 ExcIEEEST5B double UEL lag time constant (TUB2) (>= 0). Typical value = 0,05.
tc1 ExcIEEEST5B double Regulator lead time constant (TC1) (>= 0). Typical value = 0,8.
toc2 ExcIEEEST5B double OEL lead time constant (TOC2) (>= 0). Typical value = 0,08.
toc1 ExcIEEEST5B double OEL lead time constant (TOC1) (>= 0). Typical value = 0,1.
vrmax ExcIEEEST5B double Maximum voltage regulator output (VRMAX) (> 0). Typical value = 5.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEST5C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEST5C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEST5C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEST5C.tuc2> rdf:type rdfs:Property ;
	rdfs:label "tuc2"@en ;
	rdfs:domain <ExcIEEEST5C> ;
	rdfs:range xsd:double .
<ExcIEEEST5C.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEST5C> ;
	rdfs:range xsd:double .
<ExcIEEEST5C.tc2> rdf:type rdfs:Property ;
	rdfs:label "tc2"@en ;
	rdfs:domain <ExcIEEEST5C> ;
	rdfs:range xsd:double .
<ExcIEEEST5C.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEST5C> ;
	rdfs:range xsd:double .
<ExcIEEEST5C.tob2> rdf:type rdfs:Property ;
	rdfs:label "tob2"@en ;
	rdfs:domain <ExcIEEEST5C> ;
	rdfs:range xsd:double .
<ExcIEEEST5C.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <ExcIEEEST5C> ;
	rdfs:range xsd:double .
<ExcIEEEST5C.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEST5C> ;
	rdfs:range xsd:double .
<ExcIEEEST5C.tub1> rdf:type rdfs:Property ;
	rdfs:label "tub1"@en ;
	rdfs:domain <ExcIEEEST5C> ;
	rdfs:range xsd:double .
<ExcIEEEST5C.tb2> rdf:type rdfs:Property ;
	rdfs:label "tb2"@en ;
	rdfs:domain <ExcIEEEST5C> ;
	rdfs:range xsd:double .
<ExcIEEEST5C.tub2> rdf:type rdfs:Property ;
	rdfs:label "tub2"@en ;
	rdfs:domain <ExcIEEEST5C> ;
	rdfs:range xsd:double .
<ExcIEEEST5C.toc2> rdf:type rdfs:Property ;
	rdfs:label "toc2"@en ;
	rdfs:domain <ExcIEEEST5C> ;
	rdfs:range xsd:double .
<ExcIEEEST5C.kr> rdf:type rdfs:Property ;
	rdfs:label "kr"@en ;
	rdfs:domain <ExcIEEEST5C> ;
	rdfs:range xsd:double .
<ExcIEEEST5C.vscl> rdf:type rdfs:Property ;
	rdfs:label "vscl"@en ;
	rdfs:domain <ExcIEEEST5C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST5C.tc1> rdf:type rdfs:Property ;
	rdfs:label "tc1"@en ;
	rdfs:domain <ExcIEEEST5C> ;
	rdfs:range xsd:double .
<ExcIEEEST5C.tob1> rdf:type rdfs:Property ;
	rdfs:label "tob1"@en ;
	rdfs:domain <ExcIEEEST5C> ;
	rdfs:range xsd:double .
<ExcIEEEST5C.tb1> rdf:type rdfs:Property ;
	rdfs:label "tb1"@en ;
	rdfs:domain <ExcIEEEST5C> ;
	rdfs:range xsd:double .
<ExcIEEEST5C.voel> rdf:type rdfs:Property ;
	rdfs:label "voel"@en ;
	rdfs:domain <ExcIEEEST5C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST5C.toc1> rdf:type rdfs:Property ;
	rdfs:label "toc1"@en ;
	rdfs:domain <ExcIEEEST5C> ;
	rdfs:range xsd:double .
<ExcIEEEST5C.vuel> rdf:type rdfs:Property ;
	rdfs:label "vuel"@en ;
	rdfs:domain <ExcIEEEST5C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST5C.tuc1> rdf:type rdfs:Property ;
	rdfs:label "tuc1"@en ;
	rdfs:domain <ExcIEEEST5C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEST5C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tuc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tuc2> <http://www.w3.org/2000/01/rdf-schema#label> "tuc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tuc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tuc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tc2> <http://www.w3.org/2000/01/rdf-schema#label> "tc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tob2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tob2> <http://www.w3.org/2000/01/rdf-schema#label> "tob2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tob2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tob2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tub1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tub1> <http://www.w3.org/2000/01/rdf-schema#label> "tub1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tub1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tub1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tb2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tb2> <http://www.w3.org/2000/01/rdf-schema#label> "tb2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tb2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tb2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tub2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tub2> <http://www.w3.org/2000/01/rdf-schema#label> "tub2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tub2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tub2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.toc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.toc2> <http://www.w3.org/2000/01/rdf-schema#label> "toc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.toc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.toc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.kr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.kr> <http://www.w3.org/2000/01/rdf-schema#label> "kr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.kr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.kr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.vscl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.vscl> <http://www.w3.org/2000/01/rdf-schema#label> "vscl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.vscl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.vscl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tc1> <http://www.w3.org/2000/01/rdf-schema#label> "tc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tob1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tob1> <http://www.w3.org/2000/01/rdf-schema#label> "tob1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tob1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tob1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tb1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tb1> <http://www.w3.org/2000/01/rdf-schema#label> "tb1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tb1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tb1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.voel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.voel> <http://www.w3.org/2000/01/rdf-schema#label> "voel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.voel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.voel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.toc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.toc1> <http://www.w3.org/2000/01/rdf-schema#label> "toc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.toc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.toc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.vuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.vuel> <http://www.w3.org/2000/01/rdf-schema#label> "vuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.vuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.vuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tuc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tuc1> <http://www.w3.org/2000/01/rdf-schema#label> "tuc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tuc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST5C.tuc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 ST5C excitation system model. This model is is a variation of the Type ST1A model, with alternative overexcitation and underexcitation inputs and additional limits.

Reference: IEEE 421.5-2016, 8.11.

Property Domain Range Comment
tuc2 ExcIEEEST5C double UEL regulator numerator (lead) time constant (second block) (Tuc2) (>=0). Typical value = 0,1.
vrmin ExcIEEEST5C double Minimum regulator output (Vrmin). Typical value = -4.
tc2 ExcIEEEST5C double Voltage regulator numerator (lead) time constant (second block) (Tc2) (>=0). Typical value = 0,08.
vrmax ExcIEEEST5C double Maximum regulator output (Vrmax). Typical value = 5.
tob2 ExcIEEEST5C double OEL regulator denominator (lag) time constant (second block) (Tob2) (>=0). Typical value = 0,08.
t1 ExcIEEEST5C double Thyristor bridge firing control equivalent time constant (T1) (>=0). Typical value = 0,004.
kc ExcIEEEST5C double Rectifier loading factor proportional to commutating reactance (Kc). Typical value = 0,004.
tub1 ExcIEEEST5C double UEL regulator denominator (lag) time constant (first block) (Tub1) (>=0). Typical value = 10.
tb2 ExcIEEEST5C double Voltage regulator denominator (lag) time constant (second block) (Tb2) (>=0). Typical value = 0,01.
tub2 ExcIEEEST5C double UEL regulator denominator (lag) time constant (second block) (Tub2) (>=0). Typical value = 0,05.
toc2 ExcIEEEST5C double OEL regulator numerator (lead) time constant (second block) (Toc2) (>=0). Typical value = 0,08.
kr ExcIEEEST5C double Regulator gain (Kr). Typical value = 200.
vscl ExcIEEEST5C boolean Alternate SCL input locations (Vscl). True means summation point (voltge error). False means take-over at voltage regulator input.
tc1 ExcIEEEST5C double Voltage regulator numerator (lead) time constant (first block) (Tc1) (>=0). Typical value = 0,8.
tob1 ExcIEEEST5C double OEL regulator denominator (lag) time constant (first block) (Tob1) (>=0). Typical value = 2.
tb1 ExcIEEEST5C double Voltage regulator denominator (lag) time constant (first block) (Tb1) (>=0). Typical value = 6.
voel ExcIEEEST5C boolean Alternate OEL input locations (Voel). True means summation point (voltage error). False means take-over at voltage regulator input.
toc1 ExcIEEEST5C double OEL regulator numerator (lead) time constant (first block) (Toc1) (>=0). Typical value = 0,1.
vuel ExcIEEEST5C boolean Alternate UEL input locations (Vuel). True means summation point (voltge error). False means take-over at voltage regulator input.
tuc1 ExcIEEEST5C double UEL regulator numerator (lead) time constant (first block) (Tuc1) (>=0). Typical value = 2.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEST6B

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEST6B> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEST6B"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEST6B.klr> rdf:type rdfs:Property ;
	rdfs:label "klr"@en ;
	rdfs:domain <ExcIEEEST6B> ;
	rdfs:range xsd:double .
<ExcIEEEST6B.kci> rdf:type rdfs:Property ;
	rdfs:label "kci"@en ;
	rdfs:domain <ExcIEEEST6B> ;
	rdfs:range xsd:double .
<ExcIEEEST6B.kia> rdf:type rdfs:Property ;
	rdfs:label "kia"@en ;
	rdfs:domain <ExcIEEEST6B> ;
	rdfs:range xsd:double .
<ExcIEEEST6B.kff> rdf:type rdfs:Property ;
	rdfs:label "kff"@en ;
	rdfs:domain <ExcIEEEST6B> ;
	rdfs:range xsd:double .
<ExcIEEEST6B.oelin> rdf:type rdfs:Property ;
	rdfs:label "oelin"@en ;
	rdfs:domain <ExcIEEEST6B> ;
	rdfs:range xsd:string .
<ExcIEEEST6B.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEST6B> ;
	rdfs:range xsd:double .
<ExcIEEEST6B.kg> rdf:type rdfs:Property ;
	rdfs:label "kg"@en ;
	rdfs:domain <ExcIEEEST6B> ;
	rdfs:range xsd:double .
<ExcIEEEST6B.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEST6B> ;
	rdfs:range xsd:double .
<ExcIEEEST6B.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcIEEEST6B> ;
	rdfs:range xsd:double .
<ExcIEEEST6B.ilr> rdf:type rdfs:Property ;
	rdfs:label "ilr"@en ;
	rdfs:domain <ExcIEEEST6B> ;
	rdfs:range xsd:double .
<ExcIEEEST6B.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <ExcIEEEST6B> ;
	rdfs:range xsd:double .
<ExcIEEEST6B.kpa> rdf:type rdfs:Property ;
	rdfs:label "kpa"@en ;
	rdfs:domain <ExcIEEEST6B> ;
	rdfs:range xsd:double .
<ExcIEEEST6B.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcIEEEST6B> ;
	rdfs:range xsd:double .
<ExcIEEEST6B.km> rdf:type rdfs:Property ;
	rdfs:label "km"@en ;
	rdfs:domain <ExcIEEEST6B> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEST6B"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.klr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.klr> <http://www.w3.org/2000/01/rdf-schema#label> "klr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.klr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.klr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.kci> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.kci> <http://www.w3.org/2000/01/rdf-schema#label> "kci"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.kci> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.kci> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.kia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.kia> <http://www.w3.org/2000/01/rdf-schema#label> "kia"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.kia> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.kia> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.kff> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.kff> <http://www.w3.org/2000/01/rdf-schema#label> "kff"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.kff> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.kff> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.oelin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.oelin> <http://www.w3.org/2000/01/rdf-schema#label> "oelin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.oelin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.oelin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.kg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.kg> <http://www.w3.org/2000/01/rdf-schema#label> "kg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.kg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.kg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.ilr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.ilr> <http://www.w3.org/2000/01/rdf-schema#label> "ilr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.ilr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.ilr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.kpa> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.kpa> <http://www.w3.org/2000/01/rdf-schema#label> "kpa"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.kpa> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.kpa> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.km> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.km> <http://www.w3.org/2000/01/rdf-schema#label> "km"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.km> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6B.km> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2005 type ST6B model. This model consists of a PI voltage regulator with an inner loop field voltage regulator and pre-control. The field voltage regulator implements a proportional control. The pre-control and the delay in the feedback circuit increase the dynamic response. Parameter details:

  1. The sign of the signal Voel is not correct in IEEE 421.5-2005. The sign in IEEE 421.5-2016 shall be used.
Reference: IEEE 421.5-2005, 7.6. According to IEEE 421.5-2016, 8.12 the ST6B excitation system model is being superseded by the model ST6C (ExcIEEEST6C).
Property Domain Range Comment
klr ExcIEEEST6B double Exciter output current limiter gain (KLR) (> 0). Typical value = 17,33.
kci ExcIEEEST6B double Exciter output current limit adjustment (KCI) (> 0). Typical value = 1,0577.
kia ExcIEEEST6B double Voltage regulator integral gain (KIA) (> 0). Typical value = 45,094.
kff ExcIEEEST6B double Pre-control gain constant of the inner loop field regulator (KFF). Typical value = 1.
oelin ExcIEEEST6B string OEL input selector (OELin). Typical value = noOELinput.
vrmax ExcIEEEST6B double Maximum voltage regulator output (VRMAX) (> 0). Typical value = 4,81.
kg ExcIEEEST6B double Feedback gain constant of the inner loop field regulator (KG) (>= 0). Typical value = 1.
vrmin ExcIEEEST6B double Minimum voltage regulator output (VRMIN) (< 0). Typical value = -3,85.
vamin ExcIEEEST6B double Minimum voltage regulator output (VAMIN) (< 0). Typical value = -3,85.
ilr ExcIEEEST6B double Exciter output current limit reference (ILR) (> 0). Typical value = 4,164.
tg ExcIEEEST6B double Feedback time constant of inner loop field voltage regulator (TG) (>= 0). Typical value = 0,02.
kpa ExcIEEEST6B double Voltage regulator proportional gain (KPA) (> 0). Typical value = 18,038.
vamax ExcIEEEST6B double Maximum voltage regulator output (VAMAX) (> 0). Typical value = 4,81.
km ExcIEEEST6B double Forward gain constant of the inner loop field regulator (KM). Typical value = 1.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEST6C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEST6C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEST6C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEST6C.km> rdf:type rdfs:Property ;
	rdfs:label "km"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<ExcIEEEST6C.xl> rdf:type rdfs:Property ;
	rdfs:label "xl"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<ExcIEEEST6C.kff> rdf:type rdfs:Property ;
	rdfs:label "kff"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<ExcIEEEST6C.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<ExcIEEEST6C.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<ExcIEEEST6C.kpa> rdf:type rdfs:Property ;
	rdfs:label "kpa"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<ExcIEEEST6C.titap> rdf:type rdfs:Property ;
	rdfs:label "titap"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<ExcIEEEST6C.vsclInputKind> rdf:type rdfs:Property ;
	rdfs:label "vsclInputKind"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:string .
<ExcIEEEST6C.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<ExcIEEEST6C.ilr> rdf:type rdfs:Property ;
	rdfs:label "ilr"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<ExcIEEEST6C.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<ExcIEEEST6C.kia> rdf:type rdfs:Property ;
	rdfs:label "kia"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<ExcIEEEST6C.kci> rdf:type rdfs:Property ;
	rdfs:label "kci"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<ExcIEEEST6C.vuelInputKind> rdf:type rdfs:Property ;
	rdfs:label "vuelInputKind"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:string .
<ExcIEEEST6C.klr> rdf:type rdfs:Property ;
	rdfs:label "klr"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<ExcIEEEST6C.kg> rdf:type rdfs:Property ;
	rdfs:label "kg"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<ExcIEEEST6C.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<ExcIEEEST6C.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<ExcIEEEST6C.vmmin> rdf:type rdfs:Property ;
	rdfs:label "vmmin"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<ExcIEEEST6C.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<ExcIEEEST6C.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<ExcIEEEST6C.vmmax> rdf:type rdfs:Property ;
	rdfs:label "vmmax"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<ExcIEEEST6C.voelInputKind> rdf:type rdfs:Property ;
	rdfs:label "voelInputKind"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:string .
<ExcIEEEST6C.sw1> rdf:type rdfs:Property ;
	rdfs:label "sw1"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST6C.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<ExcIEEEST6C.vbmax> rdf:type rdfs:Property ;
	rdfs:label "vbmax"@en ;
	rdfs:domain <ExcIEEEST6C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEST6C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.km> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.km> <http://www.w3.org/2000/01/rdf-schema#label> "km"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.km> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.km> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.xl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.xl> <http://www.w3.org/2000/01/rdf-schema#label> "xl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.xl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.xl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kff> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kff> <http://www.w3.org/2000/01/rdf-schema#label> "kff"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kff> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kff> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kpa> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kpa> <http://www.w3.org/2000/01/rdf-schema#label> "kpa"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kpa> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kpa> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.titap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.titap> <http://www.w3.org/2000/01/rdf-schema#label> "titap"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.titap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.titap> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vsclInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "vsclInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.ilr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.ilr> <http://www.w3.org/2000/01/rdf-schema#label> "ilr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.ilr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.ilr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kia> <http://www.w3.org/2000/01/rdf-schema#label> "kia"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kia> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kia> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kci> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kci> <http://www.w3.org/2000/01/rdf-schema#label> "kci"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kci> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kci> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vuelInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "vuelInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.klr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.klr> <http://www.w3.org/2000/01/rdf-schema#label> "klr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.klr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.klr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kg> <http://www.w3.org/2000/01/rdf-schema#label> "kg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vmmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vmmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vmmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vmmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vmmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vmmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vmmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vmmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.voelInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "voelInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.sw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.sw1> <http://www.w3.org/2000/01/rdf-schema#label> "sw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.sw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.sw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vbmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vbmax> <http://www.w3.org/2000/01/rdf-schema#label> "vbmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vbmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST6C.vbmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 ST6C excitation system model. It consists of a PI voltage regulator with an inner loop field voltage regulator and pre-control. The field voltage regulator implements a proportional control. The pre-control and the delay in the feedback circuit increase the dynamic response.

Reference: IEEE 421.5-2016, 8.13.

Property Domain Range Comment
km ExcIEEEST6C double Forward gain constant of the inner loop field voltage regulator (Km). Typical value = 1.
xl ExcIEEEST6C double Reactance associated with potential source (Xl). Typical value = 0.
kff ExcIEEEST6C double Pre-control gain constant of the inner loop field voltage regulator (Kff). Typical value = 1.
ki ExcIEEEST6C double Compound circuit (current) gain coefficient (Ki). Typical value = 0.
ta ExcIEEEST6C double Thyristor bridge firing control equivalent time constant (Ta) (>=0). Typical value = 0,02.
kpa ExcIEEEST6C double Voltage regulator proportional gain (Kpa). Typical value = 18,038.
titap ExcIEEEST6C double Potential circuit phase angle (degrees) (Titap). Typical value = 0.
vsclInputKind ExcIEEEST6C string Alternate SCL input locations (Vscl).
vrmax ExcIEEEST6C double Maximum regulator output (Vrmax). Typical value = 4,81.
ilr ExcIEEEST6C double Exciter output current limit reference (Ilr). Typical value = 4,164.
vamin ExcIEEEST6C double Minimum voltage regulator output (Vamin). Typical value = -3,85.
kia ExcIEEEST6C double Voltage regulator integral gain (Kia). Typical value = 45,094.
kci ExcIEEEST6C double Exciter output current limit adjustment (Kci). Typical value = 1,0577.
vuelInputKind ExcIEEEST6C string Alternate UEL input locations (Vuel).
klr ExcIEEEST6C double Exciter output current limiter gain (Klr). Typical value = 17,33.
kg ExcIEEEST6C double Feedback gain constant of the inner loop field voltage regulator (Kg). Typical value = 1.
vamax ExcIEEEST6C double Maximum voltage regulator output (Vamax). Typical value = 4,81.
kc ExcIEEEST6C double Rectifier loading factor proportional to commutating reactance (Kc). Typical value = 0.
vmmin ExcIEEEST6C double Minimum rectifier output limit (Vmmin). Typical value = -3,85.
tg ExcIEEEST6C double Feedback time constant of inner loop field voltage regulator (Tg) (>=0). Typical value = 0,02.
kp ExcIEEEST6C double Potential circuit (voltage) gain coefficient (Kp). Typical value = 1.
vmmax ExcIEEEST6C double Maximum rectifier output limit (Vmmax). Typical value = 4,81.
voelInputKind ExcIEEEST6C string Alternate OEL input locations (Voel).
sw1 ExcIEEEST6C boolean Power source selector (SW1). True means position A. False means position B. Typical value = true.
vrmin ExcIEEEST6C double Minimum regulator output (Vrmin). Typical value = -3,85.
vbmax ExcIEEEST6C double Maximum available exciter voltage (Vbmax). Typical value = 99.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEST7B

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEST7B> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEST7B"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEST7B.vmin> rdf:type rdfs:Property ;
	rdfs:label "vmin"@en ;
	rdfs:domain <ExcIEEEST7B> ;
	rdfs:range xsd:double .
<ExcIEEEST7B.tia> rdf:type rdfs:Property ;
	rdfs:label "tia"@en ;
	rdfs:domain <ExcIEEEST7B> ;
	rdfs:range xsd:double .
<ExcIEEEST7B.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEST7B> ;
	rdfs:range xsd:double .
<ExcIEEEST7B.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEST7B> ;
	rdfs:range xsd:double .
<ExcIEEEST7B.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcIEEEST7B> ;
	rdfs:range xsd:double .
<ExcIEEEST7B.oelin> rdf:type rdfs:Property ;
	rdfs:label "oelin"@en ;
	rdfs:domain <ExcIEEEST7B> ;
	rdfs:range xsd:string .
<ExcIEEEST7B.kia> rdf:type rdfs:Property ;
	rdfs:label "kia"@en ;
	rdfs:domain <ExcIEEEST7B> ;
	rdfs:range xsd:double .
<ExcIEEEST7B.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <ExcIEEEST7B> ;
	rdfs:range xsd:double .
<ExcIEEEST7B.kpa> rdf:type rdfs:Property ;
	rdfs:label "kpa"@en ;
	rdfs:domain <ExcIEEEST7B> ;
	rdfs:range xsd:double .
<ExcIEEEST7B.vmax> rdf:type rdfs:Property ;
	rdfs:label "vmax"@en ;
	rdfs:domain <ExcIEEEST7B> ;
	rdfs:range xsd:double .
<ExcIEEEST7B.kl> rdf:type rdfs:Property ;
	rdfs:label "kl"@en ;
	rdfs:domain <ExcIEEEST7B> ;
	rdfs:range xsd:double .
<ExcIEEEST7B.kh> rdf:type rdfs:Property ;
	rdfs:label "kh"@en ;
	rdfs:domain <ExcIEEEST7B> ;
	rdfs:range xsd:double .
<ExcIEEEST7B.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcIEEEST7B> ;
	rdfs:range xsd:double .
<ExcIEEEST7B.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEST7B> ;
	rdfs:range xsd:double .
<ExcIEEEST7B.uelin> rdf:type rdfs:Property ;
	rdfs:label "uelin"@en ;
	rdfs:domain <ExcIEEEST7B> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEST7B"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.vmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.vmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.vmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.vmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.tia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.tia> <http://www.w3.org/2000/01/rdf-schema#label> "tia"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.tia> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.tia> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.oelin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.oelin> <http://www.w3.org/2000/01/rdf-schema#label> "oelin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.oelin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.oelin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.kia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.kia> <http://www.w3.org/2000/01/rdf-schema#label> "kia"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.kia> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.kia> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.kpa> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.kpa> <http://www.w3.org/2000/01/rdf-schema#label> "kpa"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.kpa> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.kpa> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.vmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.vmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.vmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.vmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.kl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.kl> <http://www.w3.org/2000/01/rdf-schema#label> "kl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.kl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.kl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.kh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.kh> <http://www.w3.org/2000/01/rdf-schema#label> "kh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.kh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.kh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.uelin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.uelin> <http://www.w3.org/2000/01/rdf-schema#label> "uelin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.uelin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7B.uelin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2005 type ST7B model. This model is representative of static potential-source excitation systems. In this system, the AVR consists of a PI voltage regulator. A phase lead-lag filter in series allows the introduction of a derivative function, typically used with brushless excitation systems. In that case, the regulator is of the PID type. In addition, the terminal voltage channel includes a phase lead-lag filter. The AVR includes the appropriate inputs on its reference for overexcitation limiter (OEL1), underexcitation limiter (UEL), stator current limiter (SCL), and current compensator (DROOP). All these limitations, when they work at voltage reference level, keep the PSS (VS signal from PSS) in operation. However, the UEL limitation can also be transferred to the high value (HV) gate acting on the output signal. In addition, the output signal passes through a low value (LV) gate for a ceiling overexcitation limiter (OEL2). Reference: IEEE 421.5-2005, 7.7. According to IEEE 421.5-2016, 8.14 the ST7B excitation system model is being superseded by the model ST7C (ExcIEEEST7C).

Property Domain Range Comment
vmin ExcIEEEST7B double Minimum voltage reference signal (VMIN) (> 0 and < ExcIEEEST7B.vmax). Typical value = 0,9.
tia ExcIEEEST7B double Feedback time constant (TIA) (>= 0). Typical value = 3.
vrmin ExcIEEEST7B double Minimum voltage regulator output (VRMIN) (< 0). Typical value = -4,5.
tf ExcIEEEST7B double Excitation control system stabilizer time constant (TF) (>= 0). Typical value = 1.
tb ExcIEEEST7B double Regulator lag time constant (TB) (>= 0). Typical value = 1.
oelin ExcIEEEST7B string OEL input selector (OELin). Typical value = noOELinput.
kia ExcIEEEST7B double Voltage regulator integral gain (KIA) (>= 0). Typical value = 1.
tg ExcIEEEST7B double Feedback time constant of inner loop field voltage regulator (TG) (>= 0). Typical value = 1.
kpa ExcIEEEST7B double Voltage regulator proportional gain (KPA) (> 0). Typical value = 40.
vmax ExcIEEEST7B double Maximum voltage reference signal (VMAX) (> 0 and > ExcIEEEST7B.vmin). Typical value = 1,1.
kl ExcIEEEST7B double Low-value gate feedback gain (KL) (>= 0). Typical value = 1.
kh ExcIEEEST7B double High-value gate feedback gain (KH) (>= 0). Typical value = 1.
tc ExcIEEEST7B double Regulator lead time constant (TC) (>= 0). Typical value = 1.
vrmax ExcIEEEST7B double Maximum voltage regulator output (VRMAX) (> 0). Typical value = 5.
uelin ExcIEEEST7B string UEL input selector (UELin). Typical value = noUELinput.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEST7C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEST7C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEST7C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEST7C.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEST7C> ;
	rdfs:range xsd:double .
<ExcIEEEST7C.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEST7C> ;
	rdfs:range xsd:double .
<ExcIEEEST7C.kh> rdf:type rdfs:Property ;
	rdfs:label "kh"@en ;
	rdfs:domain <ExcIEEEST7C> ;
	rdfs:range xsd:double .
<ExcIEEEST7C.kpa> rdf:type rdfs:Property ;
	rdfs:label "kpa"@en ;
	rdfs:domain <ExcIEEEST7C> ;
	rdfs:range xsd:double .
<ExcIEEEST7C.kl> rdf:type rdfs:Property ;
	rdfs:label "kl"@en ;
	rdfs:domain <ExcIEEEST7C> ;
	rdfs:range xsd:double .
<ExcIEEEST7C.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEST7C> ;
	rdfs:range xsd:double .
<ExcIEEEST7C.vmin> rdf:type rdfs:Property ;
	rdfs:label "vmin"@en ;
	rdfs:domain <ExcIEEEST7C> ;
	rdfs:range xsd:double .
<ExcIEEEST7C.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <ExcIEEEST7C> ;
	rdfs:range xsd:double .
<ExcIEEEST7C.vuelInputKind> rdf:type rdfs:Property ;
	rdfs:label "vuelInputKind"@en ;
	rdfs:domain <ExcIEEEST7C> ;
	rdfs:range xsd:string .
<ExcIEEEST7C.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEST7C> ;
	rdfs:range xsd:double .
<ExcIEEEST7C.vsclInputKind> rdf:type rdfs:Property ;
	rdfs:label "vsclInputKind"@en ;
	rdfs:domain <ExcIEEEST7C> ;
	rdfs:range xsd:string .
<ExcIEEEST7C.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcIEEEST7C> ;
	rdfs:range xsd:double .
<ExcIEEEST7C.voelInputKind> rdf:type rdfs:Property ;
	rdfs:label "voelInputKind"@en ;
	rdfs:domain <ExcIEEEST7C> ;
	rdfs:range xsd:string .
<ExcIEEEST7C.kia> rdf:type rdfs:Property ;
	rdfs:label "kia"@en ;
	rdfs:domain <ExcIEEEST7C> ;
	rdfs:range xsd:double .
<ExcIEEEST7C.tia> rdf:type rdfs:Property ;
	rdfs:label "tia"@en ;
	rdfs:domain <ExcIEEEST7C> ;
	rdfs:range xsd:double .
<ExcIEEEST7C.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcIEEEST7C> ;
	rdfs:range xsd:double .
<ExcIEEEST7C.vmax> rdf:type rdfs:Property ;
	rdfs:label "vmax"@en ;
	rdfs:domain <ExcIEEEST7C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEST7C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.kh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.kh> <http://www.w3.org/2000/01/rdf-schema#label> "kh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.kh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.kh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.kpa> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.kpa> <http://www.w3.org/2000/01/rdf-schema#label> "kpa"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.kpa> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.kpa> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.kl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.kl> <http://www.w3.org/2000/01/rdf-schema#label> "kl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.kl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.kl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vuelInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "vuelInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vuelInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vsclInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "vsclInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vsclInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.voelInputKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#label> "voelInputKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.voelInputKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.kia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.kia> <http://www.w3.org/2000/01/rdf-schema#label> "kia"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.kia> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.kia> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.tia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.tia> <http://www.w3.org/2000/01/rdf-schema#label> "tia"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.tia> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.tia> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST7C.vmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 ST7C excitation system model. It is representative of static potential source excitation systems. In this system, the AVR consists of a proportional-integral (PI) voltage regulator. A phase lead-lag filter in series allows introduction of a derivative function, although this is typically used only with brushless excitation systems. In that case, the regulator is of the PID type. In addition, the terminal voltage channel includes a phase lead-lag filter.

Reference: IEEE 421.5-2016, 8.15.

Property Domain Range Comment
vrmin ExcIEEEST7C double Minimum regulator output (Vrmin). Typical value = -4,5.
tf ExcIEEEST7C double Voltage regulator denominator (lag) time constant (Tf) (>=0). Typical value = 1.
kh ExcIEEEST7C double Maximum excitation limit gain (Kh). Typical value = 1.
kpa ExcIEEEST7C double Voltage regulator gain (Kpa). Typical value = 40.
kl ExcIEEEST7C double Minimum excitation limit gain (Kl). Typical value = 1.
ta ExcIEEEST7C double Thyristor bridge firing control equivalent time constant (Ta) (>=0). Typical value = 0.
vmin ExcIEEEST7C double Minimum voltage reference (Vmin). Typical value = 0,9.
tg ExcIEEEST7C double Regulator input filter time constant (Tg) (>=0). Typical value = 1.
vuelInputKind ExcIEEEST7C string Alternate UEL input locations (Vuel).
vrmax ExcIEEEST7C double Maximum regulator output (Vrmax). Typical value = 5.
vsclInputKind ExcIEEEST7C string Alternate SCL input locations (Vscl).
tb ExcIEEEST7C double Regulator denominator (lag) time constant (Tb) (>=0). Typical value = 1.
voelInputKind ExcIEEEST7C string Alternate OEL input locations (Voel).
kia ExcIEEEST7C double PI regulator feedback gain (Kia). Typical value = 1.
tia ExcIEEEST7C double PI regulator feedback time constant (Tia) (>=0). Typical value = 3.
tc ExcIEEEST7C double Regulator numerator (lead) time constant (Tc) (>=0). Typical value = 1.
vmax ExcIEEEST7C double Maximum voltage reference (Vmax). Typical value = 1,1.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEST8C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEST8C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEST8C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEST8C.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.voel> rdf:type rdfs:Property ;
	rdfs:label "voel"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST8C.vbmax2> rdf:type rdfs:Property ;
	rdfs:label "vbmax2"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.vbmax1> rdf:type rdfs:Property ;
	rdfs:label "vbmax1"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.vpimax> rdf:type rdfs:Property ;
	rdfs:label "vpimax"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.vpimin> rdf:type rdfs:Property ;
	rdfs:label "vpimin"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.sw1> rdf:type rdfs:Property ;
	rdfs:label "sw1"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST8C.xl> rdf:type rdfs:Property ;
	rdfs:label "xl"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.kc1> rdf:type rdfs:Property ;
	rdfs:label "kc1"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.titap> rdf:type rdfs:Property ;
	rdfs:label "titap"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.ki2> rdf:type rdfs:Property ;
	rdfs:label "ki2"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.kc2> rdf:type rdfs:Property ;
	rdfs:label "kc2"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.kir> rdf:type rdfs:Property ;
	rdfs:label "kir"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.kpa> rdf:type rdfs:Property ;
	rdfs:label "kpa"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.kia> rdf:type rdfs:Property ;
	rdfs:label "kia"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.vscl> rdf:type rdfs:Property ;
	rdfs:label "vscl"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST8C.kpr> rdf:type rdfs:Property ;
	rdfs:label "kpr"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.vuel> rdf:type rdfs:Property ;
	rdfs:label "vuel"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST8C.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<ExcIEEEST8C.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEST8C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEST8C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.voel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.voel> <http://www.w3.org/2000/01/rdf-schema#label> "voel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.voel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.voel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vbmax2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vbmax2> <http://www.w3.org/2000/01/rdf-schema#label> "vbmax2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vbmax2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vbmax2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vbmax1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vbmax1> <http://www.w3.org/2000/01/rdf-schema#label> "vbmax1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vbmax1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vbmax1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vpimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vpimax> <http://www.w3.org/2000/01/rdf-schema#label> "vpimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vpimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vpimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vpimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vpimin> <http://www.w3.org/2000/01/rdf-schema#label> "vpimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vpimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vpimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.sw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.sw1> <http://www.w3.org/2000/01/rdf-schema#label> "sw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.sw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.sw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.xl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.xl> <http://www.w3.org/2000/01/rdf-schema#label> "xl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.xl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.xl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kc1> <http://www.w3.org/2000/01/rdf-schema#label> "kc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.titap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.titap> <http://www.w3.org/2000/01/rdf-schema#label> "titap"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.titap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.titap> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.ki2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.ki2> <http://www.w3.org/2000/01/rdf-schema#label> "ki2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.ki2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.ki2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kc2> <http://www.w3.org/2000/01/rdf-schema#label> "kc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kir> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kir> <http://www.w3.org/2000/01/rdf-schema#label> "kir"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kir> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kir> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kpa> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kpa> <http://www.w3.org/2000/01/rdf-schema#label> "kpa"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kpa> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kpa> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kia> <http://www.w3.org/2000/01/rdf-schema#label> "kia"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kia> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kia> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vscl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vscl> <http://www.w3.org/2000/01/rdf-schema#label> "vscl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vscl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vscl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kpr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kpr> <http://www.w3.org/2000/01/rdf-schema#label> "kpr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kpr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.kpr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vuel> <http://www.w3.org/2000/01/rdf-schema#label> "vuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST8C.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 ST8C excitation system model. It has a PI Type voltage regulator followed by a PI current regulator in cascade. Both regulator blocks have non-windup limits. The cascaded AVR model is based on IEC 60034-16:1991.

Reference: IEEE 421.5-2016, 8.16.

Property Domain Range Comment
vrmax ExcIEEEST8C double Maximum field current regulator output (Vrmax). Typical value = 4,27.
kp ExcIEEEST8C double Potential circuit (voltage) gain coefficient (Kp). Typical value = 1.
voel ExcIEEEST8C boolean Alternate OEL input locations (Voel). True means summation point (voltage error). False means take-over.
vbmax2 ExcIEEEST8C double Maximum available exciter voltage (Vbmax2). Typical value = 0.
vbmax1 ExcIEEEST8C double Maximum available exciter voltage (Vbmax1). Typical value = 2.
ka ExcIEEEST8C double Field current regulator proportional gain (Ka). Typical value = 4,295.
tf ExcIEEEST8C double Field current feedback time constant (Tf) (>=0). Typical value = 0,0226.
vamin ExcIEEEST8C double Minimum field current regulator output (Vamin). Typical value = -1.
ki ExcIEEEST8C double Potential circuit (current) gain coefficient (Ki). Typical value = 0.
vpimax ExcIEEEST8C double Maximum voltage regulator output (Vpimax). Typical value = 16.
vpimin ExcIEEEST8C double Minimum voltage regulator output (Vpimax). Typical value = -16.
sw1 ExcIEEEST8C boolean Power source selector (SW1). True means position A. False means position B. Typical value = true.
xl ExcIEEEST8C double Reactance associated with potential source (Xl). Typical value = 0.
kc1 ExcIEEEST8C double Rectifier loading factor proportional to commutating reactance (Kc1). Typical value = 0,062.
titap ExcIEEEST8C double Potential circuit phase angle (degrees) (Titap). Typical value = 0.
ki2 ExcIEEEST8C double Potential circuit (current) gain coefficient (Ki2). Typical value = 0.
kf ExcIEEEST8C double Exciter field current feedback gain (Kf). Typical value = 1.
kc2 ExcIEEEST8C double Rectifier loading factor proportional to commutating reactance (Kc2). Typical value = 0.
kir ExcIEEEST8C double Voltage regulator integral gain (Kir). Typical value = 30.
kpa ExcIEEEST8C double Field current regulator proportional gain (Kpa). Typical value = 2,38.
kia ExcIEEEST8C double Field current regulator integral gain (Kia). Typical value = 0.
vscl ExcIEEEST8C boolean Alternate SCL input locations (Vscl). True means summation point (voltge error).False means take-over.
kpr ExcIEEEST8C double Voltage regulator proportional gain (Kpr). Typical value = 6,6.
vuel ExcIEEEST8C boolean Alternate UEL input locations (Vuel). True means summation point (voltge error). False means take-over.
vamax ExcIEEEST8C double Maximum field current regulator output (Vamax). Typical value = 1.
vrmin ExcIEEEST8C double Minimum field current regulator output (Vrmin). Typical value = -3,64.
ta ExcIEEEST8C double Controlled rectifier bridge equivalent time constant (Tia) (>=0). Typical value = 0,0017.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcIEEEST9C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcIEEEST9C> rdf:type rdfs:Class ;
	rdfs:label "ExcIEEEST9C"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcIEEEST9C.za> rdf:type rdfs:Property ;
	rdfs:label "za"@en ;
	rdfs:domain <ExcIEEEST9C> ;
	rdfs:range xsd:double .
<ExcIEEEST9C.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcIEEEST9C> ;
	rdfs:range xsd:double .
<ExcIEEEST9C.tauel> rdf:type rdfs:Property ;
	rdfs:label "tauel"@en ;
	rdfs:domain <ExcIEEEST9C> ;
	rdfs:range xsd:double .
<ExcIEEEST9C.vbmax> rdf:type rdfs:Property ;
	rdfs:label "vbmax"@en ;
	rdfs:domain <ExcIEEEST9C> ;
	rdfs:range xsd:double .
<ExcIEEEST9C.vscl> rdf:type rdfs:Property ;
	rdfs:label "vscl"@en ;
	rdfs:domain <ExcIEEEST9C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST9C.ku> rdf:type rdfs:Property ;
	rdfs:label "ku"@en ;
	rdfs:domain <ExcIEEEST9C> ;
	rdfs:range xsd:double .
<ExcIEEEST9C.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcIEEEST9C> ;
	rdfs:range xsd:double .
<ExcIEEEST9C.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcIEEEST9C> ;
	rdfs:range xsd:double .
<ExcIEEEST9C.tbd> rdf:type rdfs:Property ;
	rdfs:label "tbd"@en ;
	rdfs:domain <ExcIEEEST9C> ;
	rdfs:range xsd:double .
<ExcIEEEST9C.tas> rdf:type rdfs:Property ;
	rdfs:label "tas"@en ;
	rdfs:domain <ExcIEEEST9C> ;
	rdfs:range xsd:double .
<ExcIEEEST9C.xl> rdf:type rdfs:Property ;
	rdfs:label "xl"@en ;
	rdfs:domain <ExcIEEEST9C> ;
	rdfs:range xsd:double .
<ExcIEEEST9C.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcIEEEST9C> ;
	rdfs:range xsd:double .
<ExcIEEEST9C.tcd> rdf:type rdfs:Property ;
	rdfs:label "tcd"@en ;
	rdfs:domain <ExcIEEEST9C> ;
	rdfs:range xsd:double .
<ExcIEEEST9C.sw1> rdf:type rdfs:Property ;
	rdfs:label "sw1"@en ;
	rdfs:domain <ExcIEEEST9C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST9C.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcIEEEST9C> ;
	rdfs:range xsd:double .
<ExcIEEEST9C.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcIEEEST9C> ;
	rdfs:range xsd:double .
<ExcIEEEST9C.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcIEEEST9C> ;
	rdfs:range xsd:double .
<ExcIEEEST9C.voel> rdf:type rdfs:Property ;
	rdfs:label "voel"@en ;
	rdfs:domain <ExcIEEEST9C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST9C.titap> rdf:type rdfs:Property ;
	rdfs:label "titap"@en ;
	rdfs:domain <ExcIEEEST9C> ;
	rdfs:range xsd:double .
<ExcIEEEST9C.vuel> rdf:type rdfs:Property ;
	rdfs:label "vuel"@en ;
	rdfs:domain <ExcIEEEST9C> ;
	rdfs:range xsd:boolean .
<ExcIEEEST9C.kas> rdf:type rdfs:Property ;
	rdfs:label "kas"@en ;
	rdfs:domain <ExcIEEEST9C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> <http://www.w3.org/2000/01/rdf-schema#label> "ExcIEEEST9C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.za> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.za> <http://www.w3.org/2000/01/rdf-schema#label> "za"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.za> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.za> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.tauel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.tauel> <http://www.w3.org/2000/01/rdf-schema#label> "tauel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.tauel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.tauel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.vbmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.vbmax> <http://www.w3.org/2000/01/rdf-schema#label> "vbmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.vbmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.vbmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.vscl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.vscl> <http://www.w3.org/2000/01/rdf-schema#label> "vscl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.vscl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.vscl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.ku> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.ku> <http://www.w3.org/2000/01/rdf-schema#label> "ku"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.ku> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.ku> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.tbd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.tbd> <http://www.w3.org/2000/01/rdf-schema#label> "tbd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.tbd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.tbd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.tas> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.tas> <http://www.w3.org/2000/01/rdf-schema#label> "tas"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.tas> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.tas> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.xl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.xl> <http://www.w3.org/2000/01/rdf-schema#label> "xl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.xl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.xl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.tcd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.tcd> <http://www.w3.org/2000/01/rdf-schema#label> "tcd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.tcd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.tcd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.sw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.sw1> <http://www.w3.org/2000/01/rdf-schema#label> "sw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.sw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.sw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.voel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.voel> <http://www.w3.org/2000/01/rdf-schema#label> "voel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.voel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.voel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.titap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.titap> <http://www.w3.org/2000/01/rdf-schema#label> "titap"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.titap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.titap> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.vuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.vuel> <http://www.w3.org/2000/01/rdf-schema#label> "vuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.vuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.vuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.kas> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.kas> <http://www.w3.org/2000/01/rdf-schema#label> "kas"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.kas> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcIEEEST9C.kas> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 ST9C excitation system model. It implements a proportional integral (PI) control logic. A differential stage is included in the path of the compensated voltage and the output of the differential stage is also added to the AVR summing point. This differential stage is intended to provide a faster reaction of the regulator in case of large voltage variations. A dead-band function is provided to eliminate the influence of the differential stage for small changes in the compensated voltage.

Reference: IEEE 421.5-2016, 8.17.

Property Domain Range Comment
za ExcIEEEST9C double Dead-band for differential part influence on AVR (Za). Typical value = 0,036.
ka ExcIEEEST9C double AVR gain (Ka). Typical value = 12.
tauel ExcIEEEST9C double Time constant of underexcitation limiter (Tauel) (>=0). Typical value = 2.
vbmax ExcIEEEST9C double Maximum limit on exciter voltage based on supply condition (Vbmax). Typical value = 1,2.
vscl ExcIEEEST9C boolean Alternate SCL input locations (Vscl). True means summation point (voltge error).False means take-over.
ku ExcIEEEST9C double Gain associated with activation of takeover UEL (Ku). Typical value = 10000.
kp ExcIEEEST9C double Potential circuit (voltage) gain coefficient (Kp). Typical value = 1.
ki ExcIEEEST9C double Potential circuit (current) gain coefficient (Ki). Typical value = 0.
tbd ExcIEEEST9C double Filter time constant of differential part of AVR (Tbd) (>=0). Typical value = 0,03.
tas ExcIEEEST9C double Equivalent time constant of power converter firing control (Tas) (>=0). Typical value = 0,0018.
xl ExcIEEEST9C double Reactance associated with potential source (Xl). Typical value = 0.
ta ExcIEEEST9C double Time constant of AVR (Ta) (>=0). Typical value = 2.
tcd ExcIEEEST9C double Time constant of differential part of AVR (Tcd) (>=0). Typical value = 0,06.
sw1 ExcIEEEST9C boolean Switch to select exciter supply configuration (SW1). True means position A. False means position B. Typical value = true.
vrmin ExcIEEEST9C double Minimum regulator output (Vrmin). Typical value = -0,866.
vrmax ExcIEEEST9C double Maximum regulator output (Vrmax). Typical value = 1.
kc ExcIEEEST9C double Rectifier loading factor proportional to commutating reactance (Kc). Typical value = 0.
voel ExcIEEEST9C boolean Alternate OEL input locations (Voel). True means summation point (voltage error). False means take-over.
titap ExcIEEEST9C double Potential circuit phase angle (degrees) (Titap). Typical value = 0.
vuel ExcIEEEST9C boolean Alternate UEL input locations (Vuel). True means summation point (voltge error). False means take-over.
kas ExcIEEEST9C double Power converter gain (proportional to supply voltage) (Kas). Typical value = 6,1.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcNI

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcNI> rdf:type rdfs:Class ;
	rdfs:label "ExcNI"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcNI.tr> rdf:type rdfs:Property ;
	rdfs:label "tr"@en ;
	rdfs:domain <ExcNI> ;
	rdfs:range xsd:double .
<ExcNI.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcNI> ;
	rdfs:range xsd:double .
<ExcNI.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcNI> ;
	rdfs:range xsd:double .
<ExcNI.tf2> rdf:type rdfs:Property ;
	rdfs:label "tf2"@en ;
	rdfs:domain <ExcNI> ;
	rdfs:range xsd:double .
<ExcNI.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcNI> ;
	rdfs:range xsd:double .
<ExcNI.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <ExcNI> ;
	rdfs:range xsd:double .
<ExcNI.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcNI> ;
	rdfs:range xsd:double .
<ExcNI.busFedSelector> rdf:type rdfs:Property ;
	rdfs:label "busFedSelector"@en ;
	rdfs:domain <ExcNI> ;
	rdfs:range xsd:boolean .
<ExcNI.tf1> rdf:type rdfs:Property ;
	rdfs:label "tf1"@en ;
	rdfs:domain <ExcNI> ;
	rdfs:range xsd:double .
<ExcNI.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcNI> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI> <http://www.w3.org/2000/01/rdf-schema#label> "ExcNI"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.tr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.tr> <http://www.w3.org/2000/01/rdf-schema#label> "tr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.tr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.tr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.tf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.tf2> <http://www.w3.org/2000/01/rdf-schema#label> "tf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.tf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.tf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.busFedSelector> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.busFedSelector> <http://www.w3.org/2000/01/rdf-schema#label> "busFedSelector"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.busFedSelector> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.busFedSelector> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.tf1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.tf1> <http://www.w3.org/2000/01/rdf-schema#label> "tf1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.tf1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.tf1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcNI.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Bus or solid fed SCR (silicon-controlled rectifier) bridge excitation system model type NI (NVE).

Property Domain Range Comment
tr ExcNI double Time constant (Tr) (>= 0). Typical value = 0,02.
ta ExcNI double Voltage regulator time constant (Ta) (> 0). Typical value = 0,02.
kf ExcNI double Excitation control system stabilizer gain (Kf) (> 0). Typical value 0,01.
tf2 ExcNI double Excitation control system stabilizer time constant (Tf2) (> 0). Typical value = 0,1.
vrmax ExcNI double Maximum voltage regulator ouput (Vrmax) (> ExcNI.vrmin). Typical value = 5,0.
r ExcNI double Ratio of field discharge resistance to field winding resistance rc / rfd (R) (>= 0). If it is 0 it means that the exciter has negative current capability. If it is greater than 0 it means that the exciter does not have negative current capability. Typical value = 5.
vrmin ExcNI double Minimum voltage regulator ouput (Vrmin) (< ExcNI.vrmax). Typical value = -2,0.
busFedSelector ExcNI boolean Fed by selector (BusFedSelector). true = bus fed (switch is closed) false = solid fed (switch is open). Typical value = true.
tf1 ExcNI double Excitation control system stabilizer time constant (Tf1) (> 0). Typical value = 1,0.
ka ExcNI double Voltage regulator gain (Ka) (> 0). Typical value = 210.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcOEX3T

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcOEX3T> rdf:type rdfs:Class ;
	rdfs:label "ExcOEX3T"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcOEX3T.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcOEX3T> ;
	rdfs:range xsd:double .
<ExcOEX3T.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcOEX3T> ;
	rdfs:range xsd:double .
<ExcOEX3T.see1> rdf:type rdfs:Property ;
	rdfs:label "see1"@en ;
	rdfs:domain <ExcOEX3T> ;
	rdfs:range xsd:double .
<ExcOEX3T.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcOEX3T> ;
	rdfs:range xsd:double .
<ExcOEX3T.e2> rdf:type rdfs:Property ;
	rdfs:label "e2"@en ;
	rdfs:domain <ExcOEX3T> ;
	rdfs:range xsd:double .
<ExcOEX3T.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <ExcOEX3T> ;
	rdfs:range xsd:double .
<ExcOEX3T.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <ExcOEX3T> ;
	rdfs:range xsd:double .
<ExcOEX3T.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <ExcOEX3T> ;
	rdfs:range xsd:double .
<ExcOEX3T.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcOEX3T> ;
	rdfs:range xsd:double .
<ExcOEX3T.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcOEX3T> ;
	rdfs:range xsd:double .
<ExcOEX3T.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcOEX3T> ;
	rdfs:range xsd:double .
<ExcOEX3T.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcOEX3T> ;
	rdfs:range xsd:double .
<ExcOEX3T.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <ExcOEX3T> ;
	rdfs:range xsd:double .
<ExcOEX3T.e1> rdf:type rdfs:Property ;
	rdfs:label "e1"@en ;
	rdfs:domain <ExcOEX3T> ;
	rdfs:range xsd:double .
<ExcOEX3T.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <ExcOEX3T> ;
	rdfs:range xsd:double .
<ExcOEX3T.see2> rdf:type rdfs:Property ;
	rdfs:label "see2"@en ;
	rdfs:domain <ExcOEX3T> ;
	rdfs:range xsd:double .
<ExcOEX3T.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcOEX3T> ;
	rdfs:range xsd:double .
<ExcOEX3T.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <ExcOEX3T> ;
	rdfs:range xsd:double .
<ExcOEX3T.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcOEX3T> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> <http://www.w3.org/2000/01/rdf-schema#label> "ExcOEX3T"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.see1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.see1> <http://www.w3.org/2000/01/rdf-schema#label> "see1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.see1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.see1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.e2> <http://www.w3.org/2000/01/rdf-schema#label> "e2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.e2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.e2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.e1> <http://www.w3.org/2000/01/rdf-schema#label> "e1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.e1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.e1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.see2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.see2> <http://www.w3.org/2000/01/rdf-schema#label> "see2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.see2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.see2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcOEX3T.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified IEEE type ST1 excitation system with semi-continuous and acting terminal voltage limiter.

Property Domain Range Comment
kf ExcOEX3T double Gain (KF).
tf ExcOEX3T double Time constant (TF) (>= 0).
see1 ExcOEX3T double Saturation parameter (SE[E1]).
kd ExcOEX3T double Gain (KD).
e2 ExcOEX3T double Saturation parameter (E2).
t4 ExcOEX3T double Time constant (T4) (>= 0).
t6 ExcOEX3T double Time constant (T6) (>= 0).
t3 ExcOEX3T double Time constant (T3) (>= 0).
ka ExcOEX3T double Gain (KA).
kc ExcOEX3T double Gain (KC).
vrmin ExcOEX3T double Limiter (VRMIN) (< ExcOEX3T.vrmax).
ke ExcOEX3T double Gain (KE).
t5 ExcOEX3T double Time constant (T5) (>= 0).
e1 ExcOEX3T double Saturation parameter (E1).
t1 ExcOEX3T double Time constant (T1) (>= 0).
see2 ExcOEX3T double Saturation parameter (SE[E2]).
te ExcOEX3T double Time constant (TE) (>= 0).
t2 ExcOEX3T double Time constant (T2) (>= 0).
vrmax ExcOEX3T double Limiter (VRMAX) (> ExcOEX3T.vrmin).
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcPIC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcPIC> rdf:type rdfs:Class ;
	rdfs:label "ExcPIC"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcPIC.ta3> rdf:type rdfs:Property ;
	rdfs:label "ta3"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.vr1> rdf:type rdfs:Property ;
	rdfs:label "vr1"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.se1> rdf:type rdfs:Property ;
	rdfs:label "se1"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.efdmax> rdf:type rdfs:Property ;
	rdfs:label "efdmax"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.e2> rdf:type rdfs:Property ;
	rdfs:label "e2"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.e1> rdf:type rdfs:Property ;
	rdfs:label "e1"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.ta2> rdf:type rdfs:Property ;
	rdfs:label "ta2"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.vr2> rdf:type rdfs:Property ;
	rdfs:label "vr2"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.ta1> rdf:type rdfs:Property ;
	rdfs:label "ta1"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.se2> rdf:type rdfs:Property ;
	rdfs:label "se2"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.ta4> rdf:type rdfs:Property ;
	rdfs:label "ta4"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.tf2> rdf:type rdfs:Property ;
	rdfs:label "tf2"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.tf1> rdf:type rdfs:Property ;
	rdfs:label "tf1"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.efdmin> rdf:type rdfs:Property ;
	rdfs:label "efdmin"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<ExcPIC.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcPIC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> <http://www.w3.org/2000/01/rdf-schema#label> "ExcPIC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ta3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ta3> <http://www.w3.org/2000/01/rdf-schema#label> "ta3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ta3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ta3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.vr1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.vr1> <http://www.w3.org/2000/01/rdf-schema#label> "vr1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.vr1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.vr1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.se1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.se1> <http://www.w3.org/2000/01/rdf-schema#label> "se1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.se1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.se1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.efdmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.efdmax> <http://www.w3.org/2000/01/rdf-schema#label> "efdmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.efdmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.efdmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.e2> <http://www.w3.org/2000/01/rdf-schema#label> "e2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.e2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.e2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.e1> <http://www.w3.org/2000/01/rdf-schema#label> "e1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.e1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.e1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ta2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ta2> <http://www.w3.org/2000/01/rdf-schema#label> "ta2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ta2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ta2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.vr2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.vr2> <http://www.w3.org/2000/01/rdf-schema#label> "vr2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.vr2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.vr2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ta1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ta1> <http://www.w3.org/2000/01/rdf-schema#label> "ta1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ta1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ta1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.se2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.se2> <http://www.w3.org/2000/01/rdf-schema#label> "se2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.se2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.se2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ta4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ta4> <http://www.w3.org/2000/01/rdf-schema#label> "ta4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ta4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ta4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.tf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.tf2> <http://www.w3.org/2000/01/rdf-schema#label> "tf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.tf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.tf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.tf1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.tf1> <http://www.w3.org/2000/01/rdf-schema#label> "tf1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.tf1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.tf1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.efdmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.efdmin> <http://www.w3.org/2000/01/rdf-schema#label> "efdmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.efdmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.efdmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcPIC.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Proportional/integral regulator excitation system. This model can be used to represent excitation systems with a proportional-integral (PI) voltage regulator controller.

Property Domain Range Comment
ta3 ExcPIC double Lead time constant (Ta3) (>= 0). Typical value = 0.
vr1 ExcPIC double PI maximum limit (Vr1). Typical value = 1.
se1 ExcPIC double Saturation factor at E1 (Se1). Typical value = 0.
ka ExcPIC double PI controller gain (Ka). Typical value = 3,15.
ke ExcPIC double Exciter constant (Ke). Typical value = 0.
efdmax ExcPIC double Exciter maximum limit (Efdmax) (> ExcPIC.efdmin). Typical value = 8.
e2 ExcPIC double Field voltage value 2 (E2). Typical value = 0.
e1 ExcPIC double Field voltage value 1 (E1). Typical value = 0.
ta2 ExcPIC double Voltage regulator time constant (Ta2) (>= 0). Typical value = 0,01.
vrmax ExcPIC double Voltage regulator maximum limit (Vrmax) (> ExcPIC.vrmin). Typical value = 1.
vr2 ExcPIC double PI minimum limit (Vr2). Typical value = -0,87.
kf ExcPIC double Rate feedback gain (Kf). Typical value = 0.
ta1 ExcPIC double PI controller time constant (Ta1) (>= 0). Typical value = 1.
kc ExcPIC double Exciter regulation factor (Kc). Typical value = 0,08.
se2 ExcPIC double Saturation factor at E2 (Se2). Typical value = 0.
ta4 ExcPIC double Lag time constant (Ta4) (>= 0). Typical value = 0.
tf2 ExcPIC double Rate feedback lag time constant (Tf2) (>= 0). Typical value = 0.
kp ExcPIC double Potential source gain (Kp). Typical value = 6,5.
te ExcPIC double Exciter time constant (Te) (>= 0). Typical value = 0.
tf1 ExcPIC double Rate feedback time constant (Tf1) (>= 0). Typical value = 0.
efdmin ExcPIC double Exciter minimum limit (Efdmin) (< ExcPIC.efdmax). Typical value = -0,87.
vrmin ExcPIC double Voltage regulator minimum limit (Vrmin) (< ExcPIC.vrmax). Typical value = -0,87.
ki ExcPIC double Current source gain (Ki). Typical value = 0.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcREXS

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcREXS> rdf:type rdfs:Class ;
	rdfs:label "ExcREXS"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcREXS.kip> rdf:type rdfs:Property ;
	rdfs:label "kip"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.tb1> rdf:type rdfs:Property ;
	rdfs:label "tb1"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.tf1> rdf:type rdfs:Property ;
	rdfs:label "tf1"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.vfmax> rdf:type rdfs:Property ;
	rdfs:label "vfmax"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.e2> rdf:type rdfs:Property ;
	rdfs:label "e2"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.fbf> rdf:type rdfs:Property ;
	rdfs:label "fbf"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:string .
<ExcREXS.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.e1> rdf:type rdfs:Property ;
	rdfs:label "e1"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.tc1> rdf:type rdfs:Property ;
	rdfs:label "tc1"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.ks> rdf:type rdfs:Property ;
	rdfs:label "ks"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.vcmax> rdf:type rdfs:Property ;
	rdfs:label "vcmax"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.kvp> rdf:type rdfs:Property ;
	rdfs:label "kvp"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.kefd> rdf:type rdfs:Property ;
	rdfs:label "kefd"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.se2> rdf:type rdfs:Property ;
	rdfs:label "se2"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.kh> rdf:type rdfs:Property ;
	rdfs:label "kh"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.tf2> rdf:type rdfs:Property ;
	rdfs:label "tf2"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.se1> rdf:type rdfs:Property ;
	rdfs:label "se1"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.nvphz> rdf:type rdfs:Property ;
	rdfs:label "nvphz"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.kii> rdf:type rdfs:Property ;
	rdfs:label "kii"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.kvphz> rdf:type rdfs:Property ;
	rdfs:label "kvphz"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.tb2> rdf:type rdfs:Property ;
	rdfs:label "tb2"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.xc> rdf:type rdfs:Property ;
	rdfs:label "xc"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.kvi> rdf:type rdfs:Property ;
	rdfs:label "kvi"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.tc2> rdf:type rdfs:Property ;
	rdfs:label "tc2"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.vfmin> rdf:type rdfs:Property ;
	rdfs:label "vfmin"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.vimax> rdf:type rdfs:Property ;
	rdfs:label "vimax"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.flimf> rdf:type rdfs:Property ;
	rdfs:label "flimf"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<ExcREXS.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <ExcREXS> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> <http://www.w3.org/2000/01/rdf-schema#label> "ExcREXS"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kip> <http://www.w3.org/2000/01/rdf-schema#label> "kip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tb1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tb1> <http://www.w3.org/2000/01/rdf-schema#label> "tb1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tb1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tb1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tf1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tf1> <http://www.w3.org/2000/01/rdf-schema#label> "tf1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tf1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tf1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vfmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vfmax> <http://www.w3.org/2000/01/rdf-schema#label> "vfmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vfmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vfmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.e2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.e2> <http://www.w3.org/2000/01/rdf-schema#label> "e2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.e2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.e2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.fbf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.fbf> <http://www.w3.org/2000/01/rdf-schema#label> "fbf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.fbf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.fbf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.e1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.e1> <http://www.w3.org/2000/01/rdf-schema#label> "e1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.e1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.e1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tc1> <http://www.w3.org/2000/01/rdf-schema#label> "tc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.ks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.ks> <http://www.w3.org/2000/01/rdf-schema#label> "ks"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.ks> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.ks> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vcmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vcmax> <http://www.w3.org/2000/01/rdf-schema#label> "vcmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vcmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vcmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kvp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kvp> <http://www.w3.org/2000/01/rdf-schema#label> "kvp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kvp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kvp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kefd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kefd> <http://www.w3.org/2000/01/rdf-schema#label> "kefd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kefd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kefd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.se2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.se2> <http://www.w3.org/2000/01/rdf-schema#label> "se2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.se2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.se2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kh> <http://www.w3.org/2000/01/rdf-schema#label> "kh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tf2> <http://www.w3.org/2000/01/rdf-schema#label> "tf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.se1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.se1> <http://www.w3.org/2000/01/rdf-schema#label> "se1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.se1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.se1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.nvphz> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.nvphz> <http://www.w3.org/2000/01/rdf-schema#label> "nvphz"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.nvphz> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.nvphz> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kii> <http://www.w3.org/2000/01/rdf-schema#label> "kii"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kii> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kii> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kvphz> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kvphz> <http://www.w3.org/2000/01/rdf-schema#label> "kvphz"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kvphz> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kvphz> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tb2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tb2> <http://www.w3.org/2000/01/rdf-schema#label> "tb2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tb2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tb2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.xc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.xc> <http://www.w3.org/2000/01/rdf-schema#label> "xc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.xc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.xc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kvi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kvi> <http://www.w3.org/2000/01/rdf-schema#label> "kvi"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kvi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.kvi> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tc2> <http://www.w3.org/2000/01/rdf-schema#label> "tc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vfmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vfmin> <http://www.w3.org/2000/01/rdf-schema#label> "vfmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vfmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vfmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vimax> <http://www.w3.org/2000/01/rdf-schema#label> "vimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.vimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.flimf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.flimf> <http://www.w3.org/2000/01/rdf-schema#label> "flimf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.flimf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.flimf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcREXS.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

General purpose rotating excitation system. This model can be used to represent a wide range of excitation systems whose DC power source is an AC or DC generator. It encompasses IEEE type AC1, AC2, DC1, and DC2 excitation system models.

Property Domain Range Comment
kip ExcREXS double Field current regulator proportional gain (Kip). Typical value = 1.
tb1 ExcREXS double Lag time constant (Tb1) (>= 0). If = 0, block is bypassed. Typical value = 0.
tf1 ExcREXS double Feedback lead time constant (Tf1) (>= 0). Typical value = 0.
vfmax ExcREXS double Maximum exciter field current (Vfmax) (> ExcREXS.vfmin). Typical value = 47.
e2 ExcREXS double Field voltage value 2 (E2). Typical value = 4.
fbf ExcREXS string Rate feedback signal flag (fbf). Typical value = fieldCurrent.
kd ExcREXS double Exciter regulation factor (Kd). Typical value = 2.
te ExcREXS double Exciter field time constant (Te) (> 0). Typical value = 1,2.
vrmin ExcREXS double Minimum controller output (Vrmin) (< ExcREXS.vrmax). Typical value = -20.
kc ExcREXS double Rectifier regulation factor (Kc). Typical value = 0,05.
e1 ExcREXS double Field voltage value 1 (E1). Typical value = 3.
vrmax ExcREXS double Maximum controller output (Vrmax) (> ExcREXS.vrmin). Typical value = 47.
tc1 ExcREXS double Lead time constant (Tc1) (>= 0). Typical value = 0.
ks ExcREXS double Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0.
vcmax ExcREXS double Maximum compounding voltage (Vcmax). Typical value = 0.
kvp ExcREXS double Voltage regulator proportional gain (Kvp). Typical value = 2800.
kf ExcREXS double Rate feedback gain (Kf) (>= 0). Typical value = 0,05.
kefd ExcREXS double Field voltage feedback gain (Kefd). Typical value = 0.
se2 ExcREXS double Saturation factor at E2 (Se2). Typical value = 0,001.
kh ExcREXS double Field voltage controller feedback gain (Kh). Typical value = 0.
tf2 ExcREXS double Feedback lag time constant (Tf2) (>= 0). If = 0, block is bypassed. Typical value = 0.
ke ExcREXS double Exciter field proportional constant (Ke). Typical value = 1.
se1 ExcREXS double Saturation factor at E1 (Se1). Typical value = 0,0001.
nvphz ExcREXS double Pickup speed of V/Hz limiter (Nvphz). Typical value = 0.
kii ExcREXS double Field current regulator integral gain (Kii). Typical value = 0.
kvphz ExcREXS double V/Hz limiter gain (Kvphz). Typical value = 0.
tb2 ExcREXS double Lag time constant (Tb2) (>= 0). If = 0, block is bypassed. Typical value = 0.
xc ExcREXS double Exciter compounding reactance (Xc). Typical value = 0.
kvi ExcREXS double Voltage regulator integral gain (Kvi). Typical value = 0.
tf ExcREXS double Rate feedback time constant (Tf) (>= 0). If = 0, the feedback path is not used. Typical value = 1.
tc2 ExcREXS double Lead time constant (Tc2) (>= 0). Typical value = 0.
vfmin ExcREXS double Minimum exciter field current (Vfmin) (< ExcREXS.vfmax). Typical value = -20.
vimax ExcREXS double Voltage regulator input limit (Vimax). Typical value = 0,1.
flimf ExcREXS double Limit type flag (Flimf). Typical value = 0.
ta ExcREXS double Voltage regulator time constant (Ta) (>= 0). If = 0, block is bypassed. Typical value = 0,01.
tp ExcREXS double Field current bridge time constant (Tp) (>= 0). Typical value = 0.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcRQB

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcRQB> rdf:type rdfs:Class ;
	rdfs:label "ExcRQB"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcRQB.ucmax> rdf:type rdfs:Property ;
	rdfs:label "ucmax"@en ;
	rdfs:domain <ExcRQB> ;
	rdfs:range xsd:double .
<ExcRQB.ki0> rdf:type rdfs:Property ;
	rdfs:label "ki0"@en ;
	rdfs:domain <ExcRQB> ;
	rdfs:range xsd:double .
<ExcRQB.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcRQB> ;
	rdfs:range xsd:double .
<ExcRQB.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcRQB> ;
	rdfs:range xsd:double .
<ExcRQB.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcRQB> ;
	rdfs:range xsd:double .
<ExcRQB.lsat> rdf:type rdfs:Property ;
	rdfs:label "lsat"@en ;
	rdfs:domain <ExcRQB> ;
	rdfs:range xsd:double .
<ExcRQB.klus> rdf:type rdfs:Property ;
	rdfs:label "klus"@en ;
	rdfs:domain <ExcRQB> ;
	rdfs:range xsd:double .
<ExcRQB.ucmin> rdf:type rdfs:Property ;
	rdfs:label "ucmin"@en ;
	rdfs:domain <ExcRQB> ;
	rdfs:range xsd:double .
<ExcRQB.mesu> rdf:type rdfs:Property ;
	rdfs:label "mesu"@en ;
	rdfs:domain <ExcRQB> ;
	rdfs:range xsd:double .
<ExcRQB.lus> rdf:type rdfs:Property ;
	rdfs:label "lus"@en ;
	rdfs:domain <ExcRQB> ;
	rdfs:range xsd:double .
<ExcRQB.klir> rdf:type rdfs:Property ;
	rdfs:label "klir"@en ;
	rdfs:domain <ExcRQB> ;
	rdfs:range xsd:double .
<ExcRQB.t4m> rdf:type rdfs:Property ;
	rdfs:label "t4m"@en ;
	rdfs:domain <ExcRQB> ;
	rdfs:range xsd:double .
<ExcRQB.ki1> rdf:type rdfs:Property ;
	rdfs:label "ki1"@en ;
	rdfs:domain <ExcRQB> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB> <http://www.w3.org/2000/01/rdf-schema#label> "ExcRQB"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.ucmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.ucmax> <http://www.w3.org/2000/01/rdf-schema#label> "ucmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.ucmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.ucmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.ki0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.ki0> <http://www.w3.org/2000/01/rdf-schema#label> "ki0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.ki0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.ki0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.lsat> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.lsat> <http://www.w3.org/2000/01/rdf-schema#label> "lsat"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.lsat> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.lsat> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.klus> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.klus> <http://www.w3.org/2000/01/rdf-schema#label> "klus"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.klus> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.klus> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.ucmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.ucmin> <http://www.w3.org/2000/01/rdf-schema#label> "ucmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.ucmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.ucmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.mesu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.mesu> <http://www.w3.org/2000/01/rdf-schema#label> "mesu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.mesu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.mesu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.lus> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.lus> <http://www.w3.org/2000/01/rdf-schema#label> "lus"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.lus> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.lus> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.klir> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.klir> <http://www.w3.org/2000/01/rdf-schema#label> "klir"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.klir> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.klir> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.t4m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.t4m> <http://www.w3.org/2000/01/rdf-schema#label> "t4m"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.t4m> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.t4m> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.ki1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.ki1> <http://www.w3.org/2000/01/rdf-schema#label> "ki1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.ki1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcRQB.ki1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Excitation system type RQB (four-loop regulator, regulateur quatre boucles, developed in France) primarily used in nuclear or thermal generating units. This excitation system shall be always used together with power system stabilizer type PssRQB.

Property Domain Range Comment
ucmax ExcRQB double Maximum voltage reference limit (UCMAX) (> ExcRQB.ucmin). Typical value = 1,1.
ki0 ExcRQB double Voltage reference input gain (Ki0). Typical value = 12,7.
tc ExcRQB double Lead lag time constant (TC) (>= 0). Typical value = 0,02.
te ExcRQB double Lead lag time constant (TE) (>= 0). Typical value = 0,22.
tf ExcRQB double Exciter time constant (TF) (>= 0). Typical value = 0,01.
lsat ExcRQB double Integrator limiter (LSAT). Typical value = 5,73.
klus ExcRQB double Limiter gain (KLUS). Typical value = 50.
ucmin ExcRQB double Minimum voltage reference limit (UCMIN) (< ExcRQB.ucmax). Typical value = 0,9.
mesu ExcRQB double Voltage input time constant (MESU) (>= 0). Typical value = 0,02.
lus ExcRQB double Setpoint (LUS). Typical value = 0,12.
klir ExcRQB double OEL input gain (KLIR). Typical value = 12,13.
t4m ExcRQB double Input time constant (T4M) (>= 0). Typical value = 5.
ki1 ExcRQB double Voltage input gain (Ki1). Typical value = -16,8.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcSCRX

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcSCRX> rdf:type rdfs:Class ;
	rdfs:label "ExcSCRX"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcSCRX.emin> rdf:type rdfs:Property ;
	rdfs:label "emin"@en ;
	rdfs:domain <ExcSCRX> ;
	rdfs:range xsd:double .
<ExcSCRX.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcSCRX> ;
	rdfs:range xsd:double .
<ExcSCRX.k> rdf:type rdfs:Property ;
	rdfs:label "k"@en ;
	rdfs:domain <ExcSCRX> ;
	rdfs:range xsd:double .
<ExcSCRX.rcrfd> rdf:type rdfs:Property ;
	rdfs:label "rcrfd"@en ;
	rdfs:domain <ExcSCRX> ;
	rdfs:range xsd:double .
<ExcSCRX.tatb> rdf:type rdfs:Property ;
	rdfs:label "tatb"@en ;
	rdfs:domain <ExcSCRX> ;
	rdfs:range xsd:double .
<ExcSCRX.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcSCRX> ;
	rdfs:range xsd:double .
<ExcSCRX.cswitch> rdf:type rdfs:Property ;
	rdfs:label "cswitch"@en ;
	rdfs:domain <ExcSCRX> ;
	rdfs:range xsd:boolean .
<ExcSCRX.emax> rdf:type rdfs:Property ;
	rdfs:label "emax"@en ;
	rdfs:domain <ExcSCRX> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX> <http://www.w3.org/2000/01/rdf-schema#label> "ExcSCRX"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.emin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.emin> <http://www.w3.org/2000/01/rdf-schema#label> "emin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.emin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.emin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.k> <http://www.w3.org/2000/01/rdf-schema#label> "k"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.k> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.k> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.rcrfd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.rcrfd> <http://www.w3.org/2000/01/rdf-schema#label> "rcrfd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.rcrfd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.rcrfd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.tatb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.tatb> <http://www.w3.org/2000/01/rdf-schema#label> "tatb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.tatb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.tatb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.cswitch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.cswitch> <http://www.w3.org/2000/01/rdf-schema#label> "cswitch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.cswitch> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.cswitch> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.emax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.emax> <http://www.w3.org/2000/01/rdf-schema#label> "emax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.emax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSCRX.emax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Simple excitation system with generic characteristics typical of many excitation systems; intended for use where negative field current could be a problem.

Property Domain Range Comment
emin ExcSCRX double Minimum field voltage output (Emin) (< ExcSCRX.emax). Typical value = 0.
te ExcSCRX double Time constant of gain block (Te) (> 0). Typical value = 0,02.
k ExcSCRX double Gain (K) (> 0). Typical value = 200.
rcrfd ExcSCRX double Ratio of field discharge resistance to field winding resistance ([rc / rfd]). If it is 0 it means that the exciter has negative current capability. If it is greater than 0 it means that the exciter does not have negative current capability. Typical value = 0.
tatb ExcSCRX double Gain reduction ratio of lag-lead element ([Ta / Tb]). The parameter Ta is not defined explicitly. Typical value = 0.1.
tb ExcSCRX double Denominator time constant of lag-lead block (Tb) (>= 0). Typical value = 10.
cswitch ExcSCRX boolean Power source switch (Cswitch). true = fixed voltage of 1.0 PU false = generator terminal voltage.
emax ExcSCRX double Maximum field voltage output (Emax) (> ExcSCRX.emin). Typical value = 5.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcSEXS

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcSEXS> rdf:type rdfs:Class ;
	rdfs:label "ExcSEXS"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcSEXS.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcSEXS> ;
	rdfs:range xsd:double .
<ExcSEXS.k> rdf:type rdfs:Property ;
	rdfs:label "k"@en ;
	rdfs:domain <ExcSEXS> ;
	rdfs:range xsd:double .
<ExcSEXS.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcSEXS> ;
	rdfs:range xsd:double .
<ExcSEXS.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcSEXS> ;
	rdfs:range xsd:double .
<ExcSEXS.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcSEXS> ;
	rdfs:range xsd:double .
<ExcSEXS.emax> rdf:type rdfs:Property ;
	rdfs:label "emax"@en ;
	rdfs:domain <ExcSEXS> ;
	rdfs:range xsd:double .
<ExcSEXS.emin> rdf:type rdfs:Property ;
	rdfs:label "emin"@en ;
	rdfs:domain <ExcSEXS> ;
	rdfs:range xsd:double .
<ExcSEXS.efdmax> rdf:type rdfs:Property ;
	rdfs:label "efdmax"@en ;
	rdfs:domain <ExcSEXS> ;
	rdfs:range xsd:double .
<ExcSEXS.tatb> rdf:type rdfs:Property ;
	rdfs:label "tatb"@en ;
	rdfs:domain <ExcSEXS> ;
	rdfs:range xsd:double .
<ExcSEXS.efdmin> rdf:type rdfs:Property ;
	rdfs:label "efdmin"@en ;
	rdfs:domain <ExcSEXS> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS> <http://www.w3.org/2000/01/rdf-schema#label> "ExcSEXS"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.k> <http://www.w3.org/2000/01/rdf-schema#label> "k"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.k> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.k> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.emax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.emax> <http://www.w3.org/2000/01/rdf-schema#label> "emax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.emax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.emax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.emin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.emin> <http://www.w3.org/2000/01/rdf-schema#label> "emin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.emin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.emin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.efdmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.efdmax> <http://www.w3.org/2000/01/rdf-schema#label> "efdmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.efdmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.efdmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.tatb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.tatb> <http://www.w3.org/2000/01/rdf-schema#label> "tatb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.tatb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.tatb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.efdmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.efdmin> <http://www.w3.org/2000/01/rdf-schema#label> "efdmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.efdmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSEXS.efdmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Simplified excitation system.

Property Domain Range Comment
te ExcSEXS double Time constant of gain block (Te) (> 0). Typical value = 0,05.
k ExcSEXS double Gain (K) (> 0). Typical value = 100.
kc ExcSEXS double PI controller gain (Kc) (> 0 if ExcSEXS.tc > 0). Typical value = 0,08.
tc ExcSEXS double PI controller phase lead time constant (Tc) (>= 0). Typical value = 0.
tb ExcSEXS double Denominator time constant of lag-lead block (Tb) (>= 0). Typical value = 10.
emax ExcSEXS double Maximum field voltage output (Emax) (> ExcSEXS.emin). Typical value = 5.
emin ExcSEXS double Minimum field voltage output (Emin) (< ExcSEXS.emax). Typical value = -5.
efdmax ExcSEXS double Field voltage clipping maximum limit (Efdmax) (> ExcSEXS.efdmin). Typical value = 5.
tatb ExcSEXS double Gain reduction ratio of lag-lead element ([Ta / Tb]). Typical value = 0,1.
efdmin ExcSEXS double Field voltage clipping minimum limit (Efdmin) (< ExcSEXS.efdmax). Typical value = -5.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcSK

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcSK> rdf:type rdfs:Class ;
	rdfs:label "ExcSK"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcSK.emax> rdf:type rdfs:Property ;
	rdfs:label "emax"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.kqp> rdf:type rdfs:Property ;
	rdfs:label "kqp"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.kqob> rdf:type rdfs:Property ;
	rdfs:label "kqob"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.ti> rdf:type rdfs:Property ;
	rdfs:label "ti"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.vtmax> rdf:type rdfs:Property ;
	rdfs:label "vtmax"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.efdmin> rdf:type rdfs:Property ;
	rdfs:label "efdmin"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.remote> rdf:type rdfs:Property ;
	rdfs:label "remote"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:boolean .
<ExcSK.urmax> rdf:type rdfs:Property ;
	rdfs:label "urmax"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.kce> rdf:type rdfs:Property ;
	rdfs:label "kce"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.emin> rdf:type rdfs:Property ;
	rdfs:label "emin"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.efdmax> rdf:type rdfs:Property ;
	rdfs:label "efdmax"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.urmin> rdf:type rdfs:Property ;
	rdfs:label "urmin"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.k> rdf:type rdfs:Property ;
	rdfs:label "k"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.qconoff> rdf:type rdfs:Property ;
	rdfs:label "qconoff"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:boolean .
<ExcSK.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.kgob> rdf:type rdfs:Property ;
	rdfs:label "kgob"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.nq> rdf:type rdfs:Property ;
	rdfs:label "nq"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.tr> rdf:type rdfs:Property ;
	rdfs:label "tr"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.uimin> rdf:type rdfs:Property ;
	rdfs:label "uimin"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.kqi> rdf:type rdfs:Property ;
	rdfs:label "kqi"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.yp> rdf:type rdfs:Property ;
	rdfs:label "yp"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.uimax> rdf:type rdfs:Property ;
	rdfs:label "uimax"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<ExcSK.vtmin> rdf:type rdfs:Property ;
	rdfs:label "vtmin"@en ;
	rdfs:domain <ExcSK> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> <http://www.w3.org/2000/01/rdf-schema#label> "ExcSK"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.emax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.emax> <http://www.w3.org/2000/01/rdf-schema#label> "emax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.emax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.emax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kqp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kqp> <http://www.w3.org/2000/01/rdf-schema#label> "kqp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kqp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kqp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kqob> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kqob> <http://www.w3.org/2000/01/rdf-schema#label> "kqob"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kqob> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kqob> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.ti> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.ti> <http://www.w3.org/2000/01/rdf-schema#label> "ti"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.ti> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.ti> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.vtmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.vtmax> <http://www.w3.org/2000/01/rdf-schema#label> "vtmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.vtmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.vtmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.efdmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.efdmin> <http://www.w3.org/2000/01/rdf-schema#label> "efdmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.efdmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.efdmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.remote> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.remote> <http://www.w3.org/2000/01/rdf-schema#label> "remote"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.remote> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.remote> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.urmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.urmax> <http://www.w3.org/2000/01/rdf-schema#label> "urmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.urmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.urmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kce> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kce> <http://www.w3.org/2000/01/rdf-schema#label> "kce"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kce> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kce> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.emin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.emin> <http://www.w3.org/2000/01/rdf-schema#label> "emin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.emin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.emin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.efdmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.efdmax> <http://www.w3.org/2000/01/rdf-schema#label> "efdmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.efdmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.efdmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.urmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.urmin> <http://www.w3.org/2000/01/rdf-schema#label> "urmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.urmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.urmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.k> <http://www.w3.org/2000/01/rdf-schema#label> "k"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.k> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.k> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.qconoff> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.qconoff> <http://www.w3.org/2000/01/rdf-schema#label> "qconoff"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.qconoff> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.qconoff> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kgob> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kgob> <http://www.w3.org/2000/01/rdf-schema#label> "kgob"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kgob> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kgob> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.nq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.nq> <http://www.w3.org/2000/01/rdf-schema#label> "nq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.nq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.nq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.tr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.tr> <http://www.w3.org/2000/01/rdf-schema#label> "tr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.tr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.tr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.uimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.uimin> <http://www.w3.org/2000/01/rdf-schema#label> "uimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.uimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.uimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kqi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kqi> <http://www.w3.org/2000/01/rdf-schema#label> "kqi"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kqi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.kqi> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.yp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.yp> <http://www.w3.org/2000/01/rdf-schema#label> "yp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.yp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.yp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.uimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.uimax> <http://www.w3.org/2000/01/rdf-schema#label> "uimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.uimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.uimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.vtmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.vtmin> <http://www.w3.org/2000/01/rdf-schema#label> "vtmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.vtmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcSK.vtmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Slovakian excitation system. UEL and secondary voltage control are included in this model. When this model is used, there cannot be a separate underexcitation limiter or VAr controller model.

Property Domain Range Comment
emax ExcSK double Maximum field voltage output (Emax) (> ExcSK.emin). Typical value = 20.
tc ExcSK double PI controller phase lead time constant (Tc) (>= 0). Typical value = 8.
kqp ExcSK double PI controller gain (Kqp). Typical value = 0.
kqob ExcSK double Rate of rise of the reactive power (Kqob).
ti ExcSK double PI controller phase lead time constant (Ti) (>= 0). Typical value = 2.
k1 ExcSK double Parameter of underexcitation limit (K1). Typical value = 0,1364.
vtmax ExcSK double Maximum terminal voltage input (Vtmax) (> ExcSK.vtmin). Determines the range of voltage deadband. Typical value = 1,05.
efdmin ExcSK double Field voltage clipping lower level limit (Efdmin) (< ExcSK.efdmax).
kp ExcSK double PI controller gain (Kp). Typical value = 1.
remote ExcSK boolean Selector to apply automatic calculation in secondary controller model (remote). true = automatic calculation is activated. In this case both signals Qz and Qzs sum up. false = manual set is active; the use of desired value of reactive power (Qz) is required. Typical value = true.
urmax ExcSK double Maximum controller output (URmax) (> ExcSK.urmin). Typical value = 10.
kce ExcSK double Rectifier regulation factor (Kce). Typical value = 0.
tp ExcSK double Time constant (Tp) (>= 0). Typical value = 0,1.
emin ExcSK double Minimum field voltage output (Emin) (< ExcSK.emax). Typical value = -20.
efdmax ExcSK double Field voltage clipping upper level limit (Efdmax) (> ExcSK.efdmin).
urmin ExcSK double Minimum controller output (URmin) (< ExcSK.urmax). Typical value = -10.
k ExcSK double Gain (K). Typical value = 1.
qconoff ExcSK boolean Secondary voltage control state (Qc_on_off). true = secondary voltage control is on false = secondary voltage control is off. Typical value = false.
te ExcSK double Time constant of gain block (Te) (>= 0). Typical value = 0,1.
kc ExcSK double PI controller gain (Kc). Typical value = 70.
kgob ExcSK double P controller gain (Kgob). Typical value = 10.
k2 ExcSK double Parameter of underexcitation limit (K2). Typical value = -0,3861.
nq ExcSK double Deadband of reactive power (nq). Determines the range of sensitivity. Typical value = 0,001.
tr ExcSK double Voltage transducer time constant (Tr) (>= 0). Typical value = 0,01.
kd ExcSK double Exciter internal reactance (Kd). Typical value = 0.
uimin ExcSK double Minimum error (UImin) (< ExcSK.uimax). Typical value = -10.
kqi ExcSK double PI controller gain of integral component (Kqi). Typical value = 0.
yp ExcSK double Maximum output (Yp). Typical value = 1.
uimax ExcSK double Maximum error (UImax) (> ExcSK.uimin). Typical value = 10.
vtmin ExcSK double Minimum terminal voltage input (Vtmin) (< ExcSK.vtmax). Determines the range of voltage deadband. Typical value = 0,95.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcST1A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcST1A> rdf:type rdfs:Class ;
	rdfs:label "ExcST1A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcST1A.tb1> rdf:type rdfs:Property ;
	rdfs:label "tb1"@en ;
	rdfs:domain <ExcST1A> ;
	rdfs:range xsd:double .
<ExcST1A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcST1A> ;
	rdfs:range xsd:double .
<ExcST1A.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcST1A> ;
	rdfs:range xsd:double .
<ExcST1A.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcST1A> ;
	rdfs:range xsd:double .
<ExcST1A.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcST1A> ;
	rdfs:range xsd:double .
<ExcST1A.klr> rdf:type rdfs:Property ;
	rdfs:label "klr"@en ;
	rdfs:domain <ExcST1A> ;
	rdfs:range xsd:double .
<ExcST1A.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcST1A> ;
	rdfs:range xsd:double .
<ExcST1A.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcST1A> ;
	rdfs:range xsd:double .
<ExcST1A.ilr> rdf:type rdfs:Property ;
	rdfs:label "ilr"@en ;
	rdfs:domain <ExcST1A> ;
	rdfs:range xsd:double .
<ExcST1A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcST1A> ;
	rdfs:range xsd:double .
<ExcST1A.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcST1A> ;
	rdfs:range xsd:double .
<ExcST1A.vimin> rdf:type rdfs:Property ;
	rdfs:label "vimin"@en ;
	rdfs:domain <ExcST1A> ;
	rdfs:range xsd:double .
<ExcST1A.vimax> rdf:type rdfs:Property ;
	rdfs:label "vimax"@en ;
	rdfs:domain <ExcST1A> ;
	rdfs:range xsd:double .
<ExcST1A.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcST1A> ;
	rdfs:range xsd:double .
<ExcST1A.tc1> rdf:type rdfs:Property ;
	rdfs:label "tc1"@en ;
	rdfs:domain <ExcST1A> ;
	rdfs:range xsd:double .
<ExcST1A.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcST1A> ;
	rdfs:range xsd:double .
<ExcST1A.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcST1A> ;
	rdfs:range xsd:double .
<ExcST1A.xe> rdf:type rdfs:Property ;
	rdfs:label "xe"@en ;
	rdfs:domain <ExcST1A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcST1A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.tb1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.tb1> <http://www.w3.org/2000/01/rdf-schema#label> "tb1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.tb1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.tb1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.klr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.klr> <http://www.w3.org/2000/01/rdf-schema#label> "klr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.klr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.klr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.ilr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.ilr> <http://www.w3.org/2000/01/rdf-schema#label> "ilr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.ilr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.ilr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vimin> <http://www.w3.org/2000/01/rdf-schema#label> "vimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vimax> <http://www.w3.org/2000/01/rdf-schema#label> "vimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.vimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.tc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.tc1> <http://www.w3.org/2000/01/rdf-schema#label> "tc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.tc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.tc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.xe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.xe> <http://www.w3.org/2000/01/rdf-schema#label> "xe"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.xe> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST1A.xe> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Modification of an old IEEE ST1A static excitation system without overexcitation limiter (OEL) and underexcitation limiter (UEL).

Property Domain Range Comment
tb1 ExcST1A double Voltage regulator time constant (Tb1) (>= 0). Typical value = 0.
vrmin ExcST1A double Minimum voltage regulator outputs (Vrmin) (< 0). Typical value = -6,7.
tf ExcST1A double Excitation control system stabilizer time constant (Tf) (>= 0). Typical value = 1.
kf ExcST1A double Excitation control system stabilizer gains (Kf) (>= 0). Typical value = 0.
ka ExcST1A double Voltage regulator gain (Ka) (> 0). Typical value = 190.
klr ExcST1A double Exciter output current limiter gain (Klr). Typical value = 0.
vamin ExcST1A double Minimum voltage regulator output (Vamin) (< 0). Typical value = -999.
vamax ExcST1A double Maximum voltage regulator output (Vamax) (> 0). Typical value = 999.
ilr ExcST1A double Exciter output current limit reference (Ilr). Typical value = 0.
vrmax ExcST1A double Maximum voltage regulator outputs (Vrmax) (> 0) . Typical value = 7,8.
tc ExcST1A double Voltage regulator time constant (Tc) (>= 0). Typical value = 1.
vimin ExcST1A double Minimum voltage regulator input limit (Vimin) (< 0). Typical value = -999.
vimax ExcST1A double Maximum voltage regulator input limit (Vimax) (> 0). Typical value = 999.
tb ExcST1A double Voltage regulator time constant (Tb) (>= 0). Typical value = 10.
tc1 ExcST1A double Voltage regulator time constant (Tc1) (>= 0). Typical value = 0.
kc ExcST1A double Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0,05.
ta ExcST1A double Voltage regulator time constant (Ta) (>= 0). Typical value = 0,02.
xe ExcST1A double Excitation xfmr effective reactance (Xe). Typical value = 0,04.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcST2A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcST2A> rdf:type rdfs:Class ;
	rdfs:label "ExcST2A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcST2A.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcST2A> ;
	rdfs:range xsd:double .
<ExcST2A.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <ExcST2A> ;
	rdfs:range xsd:double .
<ExcST2A.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <ExcST2A> ;
	rdfs:range xsd:double .
<ExcST2A.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcST2A> ;
	rdfs:range xsd:double .
<ExcST2A.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <ExcST2A> ;
	rdfs:range xsd:double .
<ExcST2A.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcST2A> ;
	rdfs:range xsd:double .
<ExcST2A.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcST2A> ;
	rdfs:range xsd:double .
<ExcST2A.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcST2A> ;
	rdfs:range xsd:double .
<ExcST2A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcST2A> ;
	rdfs:range xsd:double .
<ExcST2A.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcST2A> ;
	rdfs:range xsd:double .
<ExcST2A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcST2A> ;
	rdfs:range xsd:double .
<ExcST2A.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <ExcST2A> ;
	rdfs:range xsd:double .
<ExcST2A.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcST2A> ;
	rdfs:range xsd:double .
<ExcST2A.uelin> rdf:type rdfs:Property ;
	rdfs:label "uelin"@en ;
	rdfs:domain <ExcST2A> ;
	rdfs:range xsd:boolean .
<ExcST2A.efdmax> rdf:type rdfs:Property ;
	rdfs:label "efdmax"@en ;
	rdfs:domain <ExcST2A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcST2A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.uelin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.uelin> <http://www.w3.org/2000/01/rdf-schema#label> "uelin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.uelin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.uelin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.efdmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.efdmax> <http://www.w3.org/2000/01/rdf-schema#label> "efdmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.efdmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST2A.efdmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified IEEE ST2A static excitation system with another lead-lag block added to match the model defined by WECC.

Property Domain Range Comment
tc ExcST2A double Voltage regulator time constant (Tc) (>= 0). Typical value = 0.
kf ExcST2A double Excitation control system stabilizer gains (kf) (>= 0). Typical value = 0,05.
ke ExcST2A double Exciter constant related to self-excited field (Ke). Typical value = 1.
kp ExcST2A double Potential circuit gain coefficient (Kp) (>= 0). Typical value = 4,88.
ka ExcST2A double Voltage regulator gain (Ka) (> 0). Typical value = 120.
tf ExcST2A double Excitation control system stabilizer time constant (Tf) (>= 0). Typical value = 0,7.
kc ExcST2A double Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 1,82.
ki ExcST2A double Potential circuit gain coefficient (Ki) (>= 0). Typical value = 8.
vrmin ExcST2A double Minimum voltage regulator outputs (Vrmin) (< 0). Typical value = -1.
ta ExcST2A double Voltage regulator time constant (Ta) (> 0). Typical value = 0,15.
vrmax ExcST2A double Maximum voltage regulator outputs (Vrmax) (> 0). Typical value = 1.
te ExcST2A double Exciter time constant, integration rate associated with exciter control (Te) (> 0). Typical value = 0,5.
tb ExcST2A double Voltage regulator time constant (Tb) (>= 0). Typical value = 0.
uelin ExcST2A boolean UEL input (UELin). true = HV gate false = add to error signal. Typical value = false.
efdmax ExcST2A double Maximum field voltage (Efdmax) (>= 0). Typical value = 99.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcST3A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcST3A> rdf:type rdfs:Class ;
	rdfs:label "ExcST3A"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcST3A.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcST3A> ;
	rdfs:range xsd:double .
<ExcST3A.tm> rdf:type rdfs:Property ;
	rdfs:label "tm"@en ;
	rdfs:domain <ExcST3A> ;
	rdfs:range xsd:double .
<ExcST3A.kg> rdf:type rdfs:Property ;
	rdfs:label "kg"@en ;
	rdfs:domain <ExcST3A> ;
	rdfs:range xsd:double .
<ExcST3A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcST3A> ;
	rdfs:range xsd:double .
<ExcST3A.thetap> rdf:type rdfs:Property ;
	rdfs:label "thetap"@en ;
	rdfs:domain <ExcST3A> ;
	rdfs:range xsd:double .
<ExcST3A.vgmax> rdf:type rdfs:Property ;
	rdfs:label "vgmax"@en ;
	rdfs:domain <ExcST3A> ;
	rdfs:range xsd:double .
<ExcST3A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcST3A> ;
	rdfs:range xsd:double .
<ExcST3A.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcST3A> ;
	rdfs:range xsd:double .
<ExcST3A.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcST3A> ;
	rdfs:range xsd:double .
<ExcST3A.vimin> rdf:type rdfs:Property ;
	rdfs:label "vimin"@en ;
	rdfs:domain <ExcST3A> ;
	rdfs:range xsd:double .
<ExcST3A.vimax> rdf:type rdfs:Property ;
	rdfs:label "vimax"@en ;
	rdfs:domain <ExcST3A> ;
	rdfs:range xsd:double .
<ExcST3A.ks> rdf:type rdfs:Property ;
	rdfs:label "ks"@en ;
	rdfs:domain <ExcST3A> ;
	rdfs:range xsd:double .
<ExcST3A.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcST3A> ;
	rdfs:range xsd:double .
<ExcST3A.km> rdf:type rdfs:Property ;
	rdfs:label "km"@en ;
	rdfs:domain <ExcST3A> ;
	rdfs:range xsd:double .
<ExcST3A.xl> rdf:type rdfs:Property ;
	rdfs:label "xl"@en ;
	rdfs:domain <ExcST3A> ;
	rdfs:range xsd:double .
<ExcST3A.vbmax> rdf:type rdfs:Property ;
	rdfs:label "vbmax"@en ;
	rdfs:domain <ExcST3A> ;
	rdfs:range xsd:double .
<ExcST3A.ks1> rdf:type rdfs:Property ;
	rdfs:label "ks1"@en ;
	rdfs:domain <ExcST3A> ;
	rdfs:range xsd:double .
<ExcST3A.kj> rdf:type rdfs:Property ;
	rdfs:label "kj"@en ;
	rdfs:domain <ExcST3A> ;
	rdfs:range xsd:double .
<ExcST3A.efdmax> rdf:type rdfs:Property ;
	rdfs:label "efdmax"@en ;
	rdfs:domain <ExcST3A> ;
	rdfs:range xsd:double .
<ExcST3A.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcST3A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> <http://www.w3.org/2000/01/rdf-schema#label> "ExcST3A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.tm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.tm> <http://www.w3.org/2000/01/rdf-schema#label> "tm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.tm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.tm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.kg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.kg> <http://www.w3.org/2000/01/rdf-schema#label> "kg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.kg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.kg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.thetap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.thetap> <http://www.w3.org/2000/01/rdf-schema#label> "thetap"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.thetap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.thetap> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vgmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vgmax> <http://www.w3.org/2000/01/rdf-schema#label> "vgmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vgmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vgmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vimin> <http://www.w3.org/2000/01/rdf-schema#label> "vimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vimax> <http://www.w3.org/2000/01/rdf-schema#label> "vimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.ks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.ks> <http://www.w3.org/2000/01/rdf-schema#label> "ks"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.ks> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.ks> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.km> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.km> <http://www.w3.org/2000/01/rdf-schema#label> "km"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.km> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.km> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.xl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.xl> <http://www.w3.org/2000/01/rdf-schema#label> "xl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.xl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.xl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vbmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vbmax> <http://www.w3.org/2000/01/rdf-schema#label> "vbmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vbmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.vbmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.ks1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.ks1> <http://www.w3.org/2000/01/rdf-schema#label> "ks1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.ks1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.ks1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.kj> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.kj> <http://www.w3.org/2000/01/rdf-schema#label> "kj"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.kj> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.kj> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.efdmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.efdmax> <http://www.w3.org/2000/01/rdf-schema#label> "efdmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.efdmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.efdmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST3A.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified IEEE ST3A static excitation system with added speed multiplier.

Property Domain Range Comment
tc ExcST3A double Voltage regulator time constant (Tc) (>= 0). Typical value = 1.
tm ExcST3A double Forward time constant of inner loop field regulator (Tm) (> 0). Typical value = 1.
kg ExcST3A double Feedback gain constant of the inner loop field regulator (Kg) (>= 0). Typical value = 1.
vrmin ExcST3A double Minimum voltage regulator output (Vrmin) (< 0). Typical value = -1.
thetap ExcST3A double Potential circuit phase angle (thetap). Typical value = 20.
vgmax ExcST3A double Maximum inner loop feedback voltage (Vgmax) (>= 0). Typical value = 6,53.
vrmax ExcST3A double Maximum voltage regulator output (Vrmax) (> 0). Typical value = 1.
tb ExcST3A double Voltage regulator time constant (Tb) (>= 0). Typical value = 6,67.
ki ExcST3A double Potential circuit gain coefficient (Ki) (>= 0). Typical value = 4,83.
vimin ExcST3A double Minimum voltage regulator input limit (Vimin) (< 0). Typical value = -0,2.
vimax ExcST3A double Maximum voltage regulator input limit (Vimax) (> 0). Typical value = 0,2.
ks ExcST3A double Coefficient to allow different usage of the model-speed coefficient (Ks). Typical value = 0.
kp ExcST3A double Potential source gain (Kp) (> 0). Typical value = 4,37.
km ExcST3A double Forward gain constant of the inner loop field regulator (Km) (> 0). Typical value = 7,04.
xl ExcST3A double Reactance associated with potential source (Xl) (>= 0). Typical value = 0,09.
vbmax ExcST3A double Maximum excitation voltage (Vbmax) (> 0). Typical value = 8,63.
ks1 ExcST3A double Coefficient to allow different usage of the model-speed coefficient (Ks1). Typical value = 0.
kj ExcST3A double AVR gain (Kj) (> 0). Typical value = 200.
efdmax ExcST3A double Maximum AVR output (Efdmax) (>= 0). Typical value = 6,9.
kc ExcST3A double Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 1,1.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcST4B

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcST4B> rdf:type rdfs:Class ;
	rdfs:label "ExcST4B"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcST4B.kim> rdf:type rdfs:Property ;
	rdfs:label "kim"@en ;
	rdfs:domain <ExcST4B> ;
	rdfs:range xsd:double .
<ExcST4B.vgmax> rdf:type rdfs:Property ;
	rdfs:label "vgmax"@en ;
	rdfs:domain <ExcST4B> ;
	rdfs:range xsd:double .
<ExcST4B.kpr> rdf:type rdfs:Property ;
	rdfs:label "kpr"@en ;
	rdfs:domain <ExcST4B> ;
	rdfs:range xsd:double .
<ExcST4B.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <ExcST4B> ;
	rdfs:range xsd:double .
<ExcST4B.xl> rdf:type rdfs:Property ;
	rdfs:label "xl"@en ;
	rdfs:domain <ExcST4B> ;
	rdfs:range xsd:double .
<ExcST4B.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <ExcST4B> ;
	rdfs:range xsd:double .
<ExcST4B.thetap> rdf:type rdfs:Property ;
	rdfs:label "thetap"@en ;
	rdfs:domain <ExcST4B> ;
	rdfs:range xsd:double .
<ExcST4B.vmmin> rdf:type rdfs:Property ;
	rdfs:label "vmmin"@en ;
	rdfs:domain <ExcST4B> ;
	rdfs:range xsd:double .
<ExcST4B.vmmax> rdf:type rdfs:Property ;
	rdfs:label "vmmax"@en ;
	rdfs:domain <ExcST4B> ;
	rdfs:range xsd:double .
<ExcST4B.vbmax> rdf:type rdfs:Property ;
	rdfs:label "vbmax"@en ;
	rdfs:domain <ExcST4B> ;
	rdfs:range xsd:double .
<ExcST4B.kg> rdf:type rdfs:Property ;
	rdfs:label "kg"@en ;
	rdfs:domain <ExcST4B> ;
	rdfs:range xsd:double .
<ExcST4B.kpm> rdf:type rdfs:Property ;
	rdfs:label "kpm"@en ;
	rdfs:domain <ExcST4B> ;
	rdfs:range xsd:double .
<ExcST4B.uel> rdf:type rdfs:Property ;
	rdfs:label "uel"@en ;
	rdfs:domain <ExcST4B> ;
	rdfs:range xsd:boolean .
<ExcST4B.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcST4B> ;
	rdfs:range xsd:double .
<ExcST4B.kir> rdf:type rdfs:Property ;
	rdfs:label "kir"@en ;
	rdfs:domain <ExcST4B> ;
	rdfs:range xsd:double .
<ExcST4B.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <ExcST4B> ;
	rdfs:range xsd:double .
<ExcST4B.lvgate> rdf:type rdfs:Property ;
	rdfs:label "lvgate"@en ;
	rdfs:domain <ExcST4B> ;
	rdfs:range xsd:boolean .
<ExcST4B.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <ExcST4B> ;
	rdfs:range xsd:double .
<ExcST4B.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcST4B> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> <http://www.w3.org/2000/01/rdf-schema#label> "ExcST4B"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kim> <http://www.w3.org/2000/01/rdf-schema#label> "kim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vgmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vgmax> <http://www.w3.org/2000/01/rdf-schema#label> "vgmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vgmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vgmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kpr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kpr> <http://www.w3.org/2000/01/rdf-schema#label> "kpr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kpr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kpr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.xl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.xl> <http://www.w3.org/2000/01/rdf-schema#label> "xl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.xl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.xl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.thetap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.thetap> <http://www.w3.org/2000/01/rdf-schema#label> "thetap"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.thetap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.thetap> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vmmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vmmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vmmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vmmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vmmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vmmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vmmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vmmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vbmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vbmax> <http://www.w3.org/2000/01/rdf-schema#label> "vbmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vbmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vbmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kg> <http://www.w3.org/2000/01/rdf-schema#label> "kg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kpm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kpm> <http://www.w3.org/2000/01/rdf-schema#label> "kpm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kpm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kpm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.uel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.uel> <http://www.w3.org/2000/01/rdf-schema#label> "uel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.uel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.uel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kir> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kir> <http://www.w3.org/2000/01/rdf-schema#label> "kir"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kir> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.kir> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.lvgate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.lvgate> <http://www.w3.org/2000/01/rdf-schema#label> "lvgate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.lvgate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.lvgate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST4B.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified IEEE ST4B static excitation system with maximum inner loop feedback gain Vgmax.

Property Domain Range Comment
kim ExcST4B double Voltage regulator integral gain output (Kim). Typical value = 0.
vgmax ExcST4B double Maximum inner loop feedback voltage (Vgmax) (>= 0). Typical value = 5,8.
kpr ExcST4B double Voltage regulator proportional gain (Kpr). Typical value = 10,75.
kp ExcST4B double Potential circuit gain coefficient (Kp) (> 0). Typical value = 9,3.
xl ExcST4B double Reactance associated with potential source (Xl) (>= 0). Typical value = 0,124.
kc ExcST4B double Rectifier loading factor proportional to commutating reactance (Kc) (>= 0). Typical value = 0,113.
thetap ExcST4B double Potential circuit phase angle (thetap). Typical value = 0.
vmmin ExcST4B double Minimum inner loop output (Vmmin) (< ExcST4B.vmmax). Typical value = -99.
vmmax ExcST4B double Maximum inner loop output (Vmmax) (> ExcST4B.vmmin). Typical value = 99.
vbmax ExcST4B double Maximum excitation voltage (Vbmax) (> 0). Typical value = 11,63.
kg ExcST4B double Feedback gain constant of the inner loop field regulator (Kg) (>= 0). Typical value = 0.
kpm ExcST4B double Voltage regulator proportional gain output (Kpm). Typical value = 1.
uel ExcST4B boolean Selector (UEL). true = UEL is part of block diagram false = UEL is not part of block diagram. Typical value = false.
vrmax ExcST4B double Maximum voltage regulator output (Vrmax) (> 0). Typical value = 1.
kir ExcST4B double Voltage regulator integral gain (Kir). Typical value = 10,75.
ki ExcST4B double Potential circuit gain coefficient (Ki) (>= 0). Typical value = 0.
lvgate ExcST4B boolean Selector (LVGate). true = LVGate is part of the block diagram false = LVGate is not part of the block diagram. Typical value = false.
ta ExcST4B double Voltage regulator time constant (Ta) (>= 0). Typical value = 0,02.
vrmin ExcST4B double Minimum voltage regulator output (Vrmin) (< 0). Typical value = -0,87.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcST6B

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcST6B> rdf:type rdfs:Class ;
	rdfs:label "ExcST6B"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcST6B.kg> rdf:type rdfs:Property ;
	rdfs:label "kg"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:double .
<ExcST6B.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:boolean .
<ExcST6B.kcl> rdf:type rdfs:Property ;
	rdfs:label "kcl"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:double .
<ExcST6B.kvd> rdf:type rdfs:Property ;
	rdfs:label "kvd"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:double .
<ExcST6B.vimin> rdf:type rdfs:Property ;
	rdfs:label "vimin"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:double .
<ExcST6B.kff> rdf:type rdfs:Property ;
	rdfs:label "kff"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:double .
<ExcST6B.vamin> rdf:type rdfs:Property ;
	rdfs:label "vamin"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:double .
<ExcST6B.ts> rdf:type rdfs:Property ;
	rdfs:label "ts"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:double .
<ExcST6B.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:double .
<ExcST6B.oelin> rdf:type rdfs:Property ;
	rdfs:label "oelin"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:string .
<ExcST6B.ilr> rdf:type rdfs:Property ;
	rdfs:label "ilr"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:double .
<ExcST6B.vamax> rdf:type rdfs:Property ;
	rdfs:label "vamax"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:double .
<ExcST6B.vilim> rdf:type rdfs:Property ;
	rdfs:label "vilim"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:boolean .
<ExcST6B.kpa> rdf:type rdfs:Property ;
	rdfs:label "kpa"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:double .
<ExcST6B.tvd> rdf:type rdfs:Property ;
	rdfs:label "tvd"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:double .
<ExcST6B.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:double .
<ExcST6B.vmult> rdf:type rdfs:Property ;
	rdfs:label "vmult"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:boolean .
<ExcST6B.vimax> rdf:type rdfs:Property ;
	rdfs:label "vimax"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:double .
<ExcST6B.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:double .
<ExcST6B.km> rdf:type rdfs:Property ;
	rdfs:label "km"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:double .
<ExcST6B.xc> rdf:type rdfs:Property ;
	rdfs:label "xc"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:double .
<ExcST6B.klr> rdf:type rdfs:Property ;
	rdfs:label "klr"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:double .
<ExcST6B.kia> rdf:type rdfs:Property ;
	rdfs:label "kia"@en ;
	rdfs:domain <ExcST6B> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> <http://www.w3.org/2000/01/rdf-schema#label> "ExcST6B"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kg> <http://www.w3.org/2000/01/rdf-schema#label> "kg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kcl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kcl> <http://www.w3.org/2000/01/rdf-schema#label> "kcl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kcl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kcl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kvd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kvd> <http://www.w3.org/2000/01/rdf-schema#label> "kvd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kvd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kvd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vimin> <http://www.w3.org/2000/01/rdf-schema#label> "vimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kff> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kff> <http://www.w3.org/2000/01/rdf-schema#label> "kff"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kff> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kff> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vamin> <http://www.w3.org/2000/01/rdf-schema#label> "vamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.ts> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.ts> <http://www.w3.org/2000/01/rdf-schema#label> "ts"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.ts> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.ts> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.oelin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.oelin> <http://www.w3.org/2000/01/rdf-schema#label> "oelin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.oelin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.oelin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.ilr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.ilr> <http://www.w3.org/2000/01/rdf-schema#label> "ilr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.ilr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.ilr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vamax> <http://www.w3.org/2000/01/rdf-schema#label> "vamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vilim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vilim> <http://www.w3.org/2000/01/rdf-schema#label> "vilim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vilim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vilim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kpa> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kpa> <http://www.w3.org/2000/01/rdf-schema#label> "kpa"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kpa> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kpa> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.tvd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.tvd> <http://www.w3.org/2000/01/rdf-schema#label> "tvd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.tvd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.tvd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vmult> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vmult> <http://www.w3.org/2000/01/rdf-schema#label> "vmult"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vmult> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vmult> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vimax> <http://www.w3.org/2000/01/rdf-schema#label> "vimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.km> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.km> <http://www.w3.org/2000/01/rdf-schema#label> "km"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.km> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.km> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.xc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.xc> <http://www.w3.org/2000/01/rdf-schema#label> "xc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.xc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.xc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.klr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.klr> <http://www.w3.org/2000/01/rdf-schema#label> "klr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.klr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.klr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kia> <http://www.w3.org/2000/01/rdf-schema#label> "kia"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kia> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST6B.kia> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified IEEE ST6B static excitation system with PID controller and optional inner feedback loop.

Property Domain Range Comment
kg ExcST6B double Feedback gain constant of the inner loop field regulator (Kg) (>= 0). Typical value = 1.
k1 ExcST6B boolean Selector (K1). true = feedback is from Ifd false = feedback is not from Ifd. Typical value = true.
kcl ExcST6B double Exciter output current limit adjustment (Kcl) (> 0). Typical value = 1,0577.
kvd ExcST6B double Voltage regulator derivative gain (Kvd). Typical value = 0.
vimin ExcST6B double Minimum voltage regulator input limit (Vimin) (< ExcST6B.vimax). Typical value = -10.
kff ExcST6B double Pre-control gain constant of the inner loop field regulator (Kff). Typical value = 1.
vamin ExcST6B double Minimum voltage regulator output (Vamin) (< 0). Typical value = -3,85.
ts ExcST6B double Rectifier firing time constant (Ts) (>= 0). Typical value = 0.
tg ExcST6B double Feedback time constant of inner loop field voltage regulator (Tg) (>= 0). Typical value = 0,02.
oelin ExcST6B string OEL input selector (OELin). Typical value = noOELinput (corresponds to OELin = 0 on diagram).
ilr ExcST6B double Exciter output current limit reference (Ilr) (> 0). Typical value = 4,164.
vamax ExcST6B double Maximum voltage regulator output (Vamax) (> 0). Typical value = 4,81.
vilim ExcST6B boolean Selector (Vilim). true = Vimin-Vimax limiter is active false = Vimin-Vimax limiter is not active. Typical value = true.
kpa ExcST6B double Voltage regulator proportional gain (Kpa) (> 0). Typical value = 18,038.
tvd ExcST6B double Voltage regulator derivative gain (Tvd) (>= 0). Typical value = 0.
vrmin ExcST6B double Minimum voltage regulator output (Vrmin) (< 0). Typical value = -3,85.
vmult ExcST6B boolean Selector (vmult). true = multiply regulator output by terminal voltage false = do not multiply regulator output by terminal voltage. Typical value = true.
vimax ExcST6B double Maximum voltage regulator input limit (Vimax) (> ExcST6B.vimin). Typical value = 10.
vrmax ExcST6B double Maximum voltage regulator output (Vrmax) (> 0). Typical value = 4,81.
km ExcST6B double Forward gain constant of the inner loop field regulator (Km). Typical value = 1.
xc ExcST6B double Excitation source reactance (Xc). Typical value = 0,05.
klr ExcST6B double Exciter output current limit adjustment (Kcl) (> 0). Typical value = 17,33.
kia ExcST6B double Voltage regulator integral gain (Kia) (> 0). Typical value = 45,094.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcST7B

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcST7B> rdf:type rdfs:Class ;
	rdfs:label "ExcST7B"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcST7B.kia> rdf:type rdfs:Property ;
	rdfs:label "kia"@en ;
	rdfs:domain <ExcST7B> ;
	rdfs:range xsd:double .
<ExcST7B.tia> rdf:type rdfs:Property ;
	rdfs:label "tia"@en ;
	rdfs:domain <ExcST7B> ;
	rdfs:range xsd:double .
<ExcST7B.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <ExcST7B> ;
	rdfs:range xsd:double .
<ExcST7B.uelin> rdf:type rdfs:Property ;
	rdfs:label "uelin"@en ;
	rdfs:domain <ExcST7B> ;
	rdfs:range xsd:string .
<ExcST7B.kpa> rdf:type rdfs:Property ;
	rdfs:label "kpa"@en ;
	rdfs:domain <ExcST7B> ;
	rdfs:range xsd:double .
<ExcST7B.oelin> rdf:type rdfs:Property ;
	rdfs:label "oelin"@en ;
	rdfs:domain <ExcST7B> ;
	rdfs:range xsd:string .
<ExcST7B.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <ExcST7B> ;
	rdfs:range xsd:double .
<ExcST7B.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <ExcST7B> ;
	rdfs:range xsd:double .
<ExcST7B.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <ExcST7B> ;
	rdfs:range xsd:double .
<ExcST7B.kl> rdf:type rdfs:Property ;
	rdfs:label "kl"@en ;
	rdfs:domain <ExcST7B> ;
	rdfs:range xsd:double .
<ExcST7B.ts> rdf:type rdfs:Property ;
	rdfs:label "ts"@en ;
	rdfs:domain <ExcST7B> ;
	rdfs:range xsd:double .
<ExcST7B.vmin> rdf:type rdfs:Property ;
	rdfs:label "vmin"@en ;
	rdfs:domain <ExcST7B> ;
	rdfs:range xsd:double .
<ExcST7B.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <ExcST7B> ;
	rdfs:range xsd:double .
<ExcST7B.vmax> rdf:type rdfs:Property ;
	rdfs:label "vmax"@en ;
	rdfs:domain <ExcST7B> ;
	rdfs:range xsd:double .
<ExcST7B.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <ExcST7B> ;
	rdfs:range xsd:double .
<ExcST7B.kh> rdf:type rdfs:Property ;
	rdfs:label "kh"@en ;
	rdfs:domain <ExcST7B> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B> <http://www.w3.org/2000/01/rdf-schema#label> "ExcST7B"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.kia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.kia> <http://www.w3.org/2000/01/rdf-schema#label> "kia"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.kia> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.kia> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.tia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.tia> <http://www.w3.org/2000/01/rdf-schema#label> "tia"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.tia> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.tia> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.uelin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.uelin> <http://www.w3.org/2000/01/rdf-schema#label> "uelin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.uelin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.uelin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.kpa> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.kpa> <http://www.w3.org/2000/01/rdf-schema#label> "kpa"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.kpa> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.kpa> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.oelin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.oelin> <http://www.w3.org/2000/01/rdf-schema#label> "oelin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.oelin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.oelin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.kl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.kl> <http://www.w3.org/2000/01/rdf-schema#label> "kl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.kl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.kl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.ts> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.ts> <http://www.w3.org/2000/01/rdf-schema#label> "ts"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.ts> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.ts> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.vmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.vmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.vmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.vmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.vmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.vmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.vmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.vmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.kh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.kh> <http://www.w3.org/2000/01/rdf-schema#label> "kh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.kh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcST7B.kh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified IEEE ST7B static excitation system without stator current limiter (SCL) and current compensator (DROOP) inputs.

Property Domain Range Comment
kia ExcST7B double Voltage regulator integral gain (Kia) (>= 0). Typical value = 1.
tia ExcST7B double Feedback time constant (Tia) (>= 0). Typical value = 3.
vrmax ExcST7B double Maximum voltage regulator output (Vrmax) (> 0). Typical value = 5.
uelin ExcST7B string UEL input selector (UELin). Typical value = noUELinput.
kpa ExcST7B double Voltage regulator proportional gain (Kpa) (> 0). Typical value = 40.
oelin ExcST7B string OEL input selector (OELin). Typical value = noOELinput.
tg ExcST7B double Feedback time constant of inner loop field voltage regulator (Tg) (>= 0). Typical value = 1.
tb ExcST7B double Regulator lag time constant (Tb) (>= 0). Typical value = 1.
tc ExcST7B double Regulator lead time constant (Tc) (>= 0). Typical value = 1.
kl ExcST7B double Low-value gate feedback gain (Kl) (>= 0). Typical value = 1.
ts ExcST7B double Rectifier firing time constant (Ts) (>= 0). Typical value = 0.
vmin ExcST7B double Minimum voltage reference signal (Vmin) (> 0 and < ExcST7B.vmax). Typical value = 0,9.
tf ExcST7B double Excitation control system stabilizer time constant (Tf) (>= 0). Typical value = 1.
vmax ExcST7B double Maximum voltage reference signal (Vmax) (> 0 and > ExcST7B.vmin)). Typical value = 1,1.
vrmin ExcST7B double Minimum voltage regulator output (Vrmin) (< 0). Typical value = -4,5.
kh ExcST7B double High-value gate feedback gain (Kh) (>= 0). Typical value = 1.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcitationSystemDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcitationSystemDynamics> rdf:type rdfs:Class ;
	rdfs:label "ExcitationSystemDynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<ExcitationSystemDynamics.SynchronousMachineDynamics> rdf:type rdfs:Property ;
	rdfs:label "SynchronousMachineDynamics"@en ;
	rdfs:domain <ExcitationSystemDynamics> ;
	rdfs:range <SynchronousMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "ExcitationSystemDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics.SynchronousMachineDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics.SynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "SynchronousMachineDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics.SynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics.SynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDynamics> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Excitation system function block whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ExcitationSystemUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExcitationSystemUserDefined> rdf:type rdfs:Class ;
	rdfs:label "ExcitationSystemUserDefined"@en ;
	rdfs:subClassOf <ExcitationSystemDynamics> .
<ExcitationSystemUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <ExcitationSystemUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "ExcitationSystemUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: ExcitationSystemDynamics » DynamicsFunctionBlock » IdentifiedObject

Excitation system function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary ExcitationSystemUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
SynchronousMachineDynamics ExcitationSystemDynamics SynchronousMachineDynamics Synchronous machine model with which this excitation system model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

FrequencyDroopSettings

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<FrequencyDroopSettings> rdf:type rdfs:Class ;
	rdfs:label "FrequencyDroopSettings"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<FrequencyDroopSettings.olrt> rdf:type rdfs:Property ;
	rdfs:label "olrt"@en ;
	rdfs:domain <FrequencyDroopSettings> ;
	rdfs:range xsd:double .
<FrequencyDroopSettings.kuf> rdf:type rdfs:Property ;
	rdfs:label "kuf"@en ;
	rdfs:domain <FrequencyDroopSettings> ;
	rdfs:range xsd:double .
<FrequencyDroopSettings.dbof> rdf:type rdfs:Property ;
	rdfs:label "dbof"@en ;
	rdfs:domain <FrequencyDroopSettings> ;
	rdfs:range xsd:double .
<FrequencyDroopSettings.kof> rdf:type rdfs:Property ;
	rdfs:label "kof"@en ;
	rdfs:domain <FrequencyDroopSettings> ;
	rdfs:range xsd:double .
<FrequencyDroopSettings.dbuf> rdf:type rdfs:Property ;
	rdfs:label "dbuf"@en ;
	rdfs:domain <FrequencyDroopSettings> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings> <http://www.w3.org/2000/01/rdf-schema#label> "FrequencyDroopSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings.olrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings.olrt> <http://www.w3.org/2000/01/rdf-schema#label> "olrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings.olrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings.olrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings.kuf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings.kuf> <http://www.w3.org/2000/01/rdf-schema#label> "kuf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings.kuf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings.kuf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings.dbof> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings.dbof> <http://www.w3.org/2000/01/rdf-schema#label> "dbof"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings.dbof> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings.dbof> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings.kof> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings.kof> <http://www.w3.org/2000/01/rdf-schema#label> "kof"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings.kof> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings.kof> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings.dbuf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings.dbuf> <http://www.w3.org/2000/01/rdf-schema#label> "dbuf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings.dbuf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyDroopSettings.dbuf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Frequency Droop Settings.

Reference: IEEE1547-2018.

Property Domain Range Comment
olrt FrequencyDroopSettings double Frequency droop open loop response time (PF_OLRT) (>=0). The duration from a step change in control signal input until the output changes by 90% of its final change, before any overshoot. Typical value = 5.
kuf FrequencyDroopSettings double Under frequency per unit frequency change corresponding to a 1 per unit power change (frequency droop) (PF_KUF). Typical value = 0,05.
dbof FrequencyDroopSettings double Over frequency deadband offset from nominal frequency in Hz (PF_DBOF). Frequency values shall be reported to 3 decimal places. Typical value = 0,036.
kof FrequencyDroopSettings double Over frequency per unit frequency change corresponding to a 1 per unit power change (frequency droop) (PF_KOF). Typical value = 0,05.
dbuf FrequencyDroopSettings double Under frequency deadband offset from nominal frequency in Hz (PF_DBUF). Frequency values shall be reported to 3 decimal places. Typical value = 0,036.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

FrequencyTripSettings

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<FrequencyTripSettings> rdf:type rdfs:Class ;
	rdfs:label "FrequencyTripSettings"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<FrequencyTripSettings.uf2TripT> rdf:type rdfs:Property ;
	rdfs:label "uf2TripT"@en ;
	rdfs:domain <FrequencyTripSettings> ;
	rdfs:range xsd:double .
<FrequencyTripSettings.of1TripF> rdf:type rdfs:Property ;
	rdfs:label "of1TripF"@en ;
	rdfs:domain <FrequencyTripSettings> ;
	rdfs:range xsd:double .
<FrequencyTripSettings.uf1TripF> rdf:type rdfs:Property ;
	rdfs:label "uf1TripF"@en ;
	rdfs:domain <FrequencyTripSettings> ;
	rdfs:range xsd:double .
<FrequencyTripSettings.of1TripT> rdf:type rdfs:Property ;
	rdfs:label "of1TripT"@en ;
	rdfs:domain <FrequencyTripSettings> ;
	rdfs:range xsd:double .
<FrequencyTripSettings.uf2TripF> rdf:type rdfs:Property ;
	rdfs:label "uf2TripF"@en ;
	rdfs:domain <FrequencyTripSettings> ;
	rdfs:range xsd:double .
<FrequencyTripSettings.uf1TripT> rdf:type rdfs:Property ;
	rdfs:label "uf1TripT"@en ;
	rdfs:domain <FrequencyTripSettings> ;
	rdfs:range xsd:double .
<FrequencyTripSettings.of2TripT> rdf:type rdfs:Property ;
	rdfs:label "of2TripT"@en ;
	rdfs:domain <FrequencyTripSettings> ;
	rdfs:range xsd:double .
<FrequencyTripSettings.of2TripF> rdf:type rdfs:Property ;
	rdfs:label "of2TripF"@en ;
	rdfs:domain <FrequencyTripSettings> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings> <http://www.w3.org/2000/01/rdf-schema#label> "FrequencyTripSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.uf2TripT> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.uf2TripT> <http://www.w3.org/2000/01/rdf-schema#label> "uf2TripT"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.uf2TripT> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.uf2TripT> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.of1TripF> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.of1TripF> <http://www.w3.org/2000/01/rdf-schema#label> "of1TripF"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.of1TripF> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.of1TripF> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.uf1TripF> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.uf1TripF> <http://www.w3.org/2000/01/rdf-schema#label> "uf1TripF"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.uf1TripF> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.uf1TripF> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.of1TripT> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.of1TripT> <http://www.w3.org/2000/01/rdf-schema#label> "of1TripT"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.of1TripT> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.of1TripT> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.uf2TripF> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.uf2TripF> <http://www.w3.org/2000/01/rdf-schema#label> "uf2TripF"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.uf2TripF> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.uf2TripF> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.uf1TripT> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.uf1TripT> <http://www.w3.org/2000/01/rdf-schema#label> "uf1TripT"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.uf1TripT> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.uf1TripT> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.of2TripT> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.of2TripT> <http://www.w3.org/2000/01/rdf-schema#label> "of2TripT"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.of2TripT> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.of2TripT> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.of2TripF> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.of2TripF> <http://www.w3.org/2000/01/rdf-schema#label> "of2TripF"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.of2TripF> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FrequencyTripSettings.of2TripF> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Frequency Trip Settings.

Reference: IEEE1547-2018.

Property Domain Range Comment
uf2TripT FrequencyTripSettings double Must trip duration (UF2_TRIP_T) (>=0). Typical value = 0,16.
of1TripF FrequencyTripSettings double Must trip frequency magnitude (OF1_TRIP_F). Frequency values shall be reported to 3 decimal places. Typical value = 61,2.
uf1TripF FrequencyTripSettings double Must trip frequency magnitude (UF1_TRIP_F). Frequency values shall be reported to 3 decimal places. Typical value = 58,5.
of1TripT FrequencyTripSettings double Must trip duration (OF1_TRIP_T) (>=0). Typical value = 300.
uf2TripF FrequencyTripSettings double Must trip frequency magnitude (UF2_TRIP_F). Frequency values shall be reported to 3 decimal places. Typical value = 56,5.
uf1TripT FrequencyTripSettings double Must trip duration (UF1_TRIP_T) (>=0). Typical value = 300.
of2TripT FrequencyTripSettings double Must trip duration (OF2_TRIP_T) (>=0). Typical value = 0,16.
of2TripF FrequencyTripSettings double Must trip frequency magnitude (OF2_TRIP_F). Frequency values shall be reported to 3 decimal places. Typical value = 62.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GenICompensationForGenJ

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GenICompensationForGenJ> rdf:type rdfs:Class ;
	rdfs:label "GenICompensationForGenJ"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<GenICompensationForGenJ.VcompIEEEType2> rdf:type rdfs:Property ;
	rdfs:label "VcompIEEEType2"@en ;
	rdfs:domain <GenICompensationForGenJ> ;
	rdfs:range <VCompIEEEType2> .
<GenICompensationForGenJ.xcij> rdf:type rdfs:Property ;
	rdfs:label "xcij"@en ;
	rdfs:domain <GenICompensationForGenJ> ;
	rdfs:range xsd:double .
<GenICompensationForGenJ.SynchronousMachineDynamics> rdf:type rdfs:Property ;
	rdfs:label "SynchronousMachineDynamics"@en ;
	rdfs:domain <GenICompensationForGenJ> ;
	rdfs:range <SynchronousMachineDynamics> .
<GenICompensationForGenJ.rcij> rdf:type rdfs:Property ;
	rdfs:label "rcij"@en ;
	rdfs:domain <GenICompensationForGenJ> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ> <http://www.w3.org/2000/01/rdf-schema#label> "GenICompensationForGenJ"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ.VcompIEEEType2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ.VcompIEEEType2> <http://www.w3.org/2000/01/rdf-schema#label> "VcompIEEEType2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ.VcompIEEEType2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ.VcompIEEEType2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ.xcij> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ.xcij> <http://www.w3.org/2000/01/rdf-schema#label> "xcij"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ.xcij> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ.xcij> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ.SynchronousMachineDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ.SynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "SynchronousMachineDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ.SynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ.SynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ.rcij> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ.rcij> <http://www.w3.org/2000/01/rdf-schema#label> "rcij"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ.rcij> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GenICompensationForGenJ.rcij> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Resistive and reactive components of compensation for generator associated with IEEE type 2 voltage compensator for current flow out of another generator in the interconnection.

Property Domain Range Comment
VcompIEEEType2 GenICompensationForGenJ VCompIEEEType2 The standard IEEE type 2 voltage compensator of this compensation.
xcij GenICompensationForGenJ double Reactive component of compensation of generator associated with this IEEE type 2 voltage compensator for current flow out of another generator (Xcij).
SynchronousMachineDynamics GenICompensationForGenJ SynchronousMachineDynamics Standard synchronous machine out of which current flow is being compensated for.
rcij GenICompensationForGenJ double Resistive component of compensation of generator associated with this IEEE type 2 voltage compensator for current flow out of another generator (Rcij).
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovCIGREGT

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovCIGREGT> rdf:type rdfs:Class ;
	rdfs:label "GovCIGREGT"@en ;
	rdfs:subClassOf <CombinedCycleGasTurbineDynamics> .
<GovCIGREGT.tlimit> rdf:type rdfs:Property ;
	rdfs:label "tlimit"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.kt> rdf:type rdfs:Property ;
	rdfs:label "kt"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.kia> rdf:type rdfs:Property ;
	rdfs:label "kia"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.max> rdf:type rdfs:Property ;
	rdfs:label "max"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.min> rdf:type rdfs:Property ;
	rdfs:label "min"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.kimw> rdf:type rdfs:Property ;
	rdfs:label "kimw"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.tdg> rdf:type rdfs:Property ;
	rdfs:label "tdg"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.aset> rdf:type rdfs:Property ;
	rdfs:label "aset"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.kpmw> rdf:type rdfs:Property ;
	rdfs:label "kpmw"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.kpa> rdf:type rdfs:Property ;
	rdfs:label "kpa"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.kit> rdf:type rdfs:Property ;
	rdfs:label "kit"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.vmin> rdf:type rdfs:Property ;
	rdfs:label "vmin"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.err> rdf:type rdfs:Property ;
	rdfs:label "err"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.fx> rdf:type rdfs:Property ;
	rdfs:label "fx"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:string .
<GovCIGREGT.tn> rdf:type rdfs:Property ;
	rdfs:label "tn"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.vmax> rdf:type rdfs:Property ;
	rdfs:label "vmax"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.rp> rdf:type rdfs:Property ;
	rdfs:label "rp"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.kdg> rdf:type rdfs:Property ;
	rdfs:label "kdg"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.ttn1> rdf:type rdfs:Property ;
	rdfs:label "ttn1"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.kpt> rdf:type rdfs:Property ;
	rdfs:label "kpt"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.trate> rdf:type rdfs:Property ;
	rdfs:label "trate"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.wfo> rdf:type rdfs:Property ;
	rdfs:label "wfo"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.ttd1> rdf:type rdfs:Property ;
	rdfs:label "ttd1"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.kpg> rdf:type rdfs:Property ;
	rdfs:label "kpg"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.ttd2> rdf:type rdfs:Property ;
	rdfs:label "ttd2"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.rv> rdf:type rdfs:Property ;
	rdfs:label "rv"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.rfmin> rdf:type rdfs:Property ;
	rdfs:label "rfmin"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.kig> rdf:type rdfs:Property ;
	rdfs:label "kig"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.tv> rdf:type rdfs:Property ;
	rdfs:label "tv"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.dbd> rdf:type rdfs:Property ;
	rdfs:label "dbd"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.fm> rdf:type rdfs:Property ;
	rdfs:label "fm"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:boolean .
<GovCIGREGT.rfmax> rdf:type rdfs:Property ;
	rdfs:label "rfmax"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.ttn2> rdf:type rdfs:Property ;
	rdfs:label "ttn2"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<GovCIGREGT.tthcp> rdf:type rdfs:Property ;
	rdfs:label "tthcp"@en ;
	rdfs:domain <GovCIGREGT> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> <http://www.w3.org/2000/01/rdf-schema#label> "GovCIGREGT"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#CombinedCycleGasTurbineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tlimit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tlimit> <http://www.w3.org/2000/01/rdf-schema#label> "tlimit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tlimit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tlimit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kt> <http://www.w3.org/2000/01/rdf-schema#label> "kt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kia> <http://www.w3.org/2000/01/rdf-schema#label> "kia"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kia> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kia> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.max> <http://www.w3.org/2000/01/rdf-schema#label> "max"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.max> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.min> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.min> <http://www.w3.org/2000/01/rdf-schema#label> "min"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.min> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.min> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kimw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kimw> <http://www.w3.org/2000/01/rdf-schema#label> "kimw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kimw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kimw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tdg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tdg> <http://www.w3.org/2000/01/rdf-schema#label> "tdg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tdg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tdg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.aset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.aset> <http://www.w3.org/2000/01/rdf-schema#label> "aset"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.aset> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.aset> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kpmw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kpmw> <http://www.w3.org/2000/01/rdf-schema#label> "kpmw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kpmw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kpmw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kpa> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kpa> <http://www.w3.org/2000/01/rdf-schema#label> "kpa"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kpa> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kpa> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kit> <http://www.w3.org/2000/01/rdf-schema#label> "kit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.vmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.vmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.vmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.vmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.err> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.err> <http://www.w3.org/2000/01/rdf-schema#label> "err"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.err> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.err> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.fx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.fx> <http://www.w3.org/2000/01/rdf-schema#label> "fx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.fx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.fx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tn> <http://www.w3.org/2000/01/rdf-schema#label> "tn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.vmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.vmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.vmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.vmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.rp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.rp> <http://www.w3.org/2000/01/rdf-schema#label> "rp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.rp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.rp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kdg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kdg> <http://www.w3.org/2000/01/rdf-schema#label> "kdg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kdg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kdg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.ttn1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.ttn1> <http://www.w3.org/2000/01/rdf-schema#label> "ttn1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.ttn1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.ttn1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kpt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kpt> <http://www.w3.org/2000/01/rdf-schema#label> "kpt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kpt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kpt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.trate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.trate> <http://www.w3.org/2000/01/rdf-schema#label> "trate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.trate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.trate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.wfo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.wfo> <http://www.w3.org/2000/01/rdf-schema#label> "wfo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.wfo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.wfo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.ttd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.ttd1> <http://www.w3.org/2000/01/rdf-schema#label> "ttd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.ttd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.ttd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kpg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kpg> <http://www.w3.org/2000/01/rdf-schema#label> "kpg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kpg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kpg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.ttd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.ttd2> <http://www.w3.org/2000/01/rdf-schema#label> "ttd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.ttd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.ttd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.rv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.rv> <http://www.w3.org/2000/01/rdf-schema#label> "rv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.rv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.rv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.rfmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.rfmin> <http://www.w3.org/2000/01/rdf-schema#label> "rfmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.rfmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.rfmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kig> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kig> <http://www.w3.org/2000/01/rdf-schema#label> "kig"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kig> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.kig> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tv> <http://www.w3.org/2000/01/rdf-schema#label> "tv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.dbd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.dbd> <http://www.w3.org/2000/01/rdf-schema#label> "dbd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.dbd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.dbd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.fm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.fm> <http://www.w3.org/2000/01/rdf-schema#label> "fm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.fm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.fm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.rfmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.rfmax> <http://www.w3.org/2000/01/rdf-schema#label> "rfmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.rfmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.rfmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.ttn2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.ttn2> <http://www.w3.org/2000/01/rdf-schema#label> "ttn2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.ttn2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.ttn2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tthcp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tthcp> <http://www.w3.org/2000/01/rdf-schema#label> "tthcp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tthcp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCIGREGT.tthcp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: CombinedCycleGasTurbineDynamics » TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

CIGRE gas turbine model. The major difference between this model and GovCT1 is the inclusion of a second order transfer function to represent gas turbine dynamics, if necessary, and a polynomial fit of the maximum power output limit as a function of ambient air-temperature and shaft speed with a simple user-defined look-up table.

Reference: IEEE PES-TR1, 3.1.2.4.

Property Domain Range Comment
tlimit GovCIGREGT double Load limiter reference value (Tlimit). Typical value = 0,9167.
kt GovCIGREGT double Turbine gain (Kt). Typical value = 1,5.
kia GovCIGREGT double Acceleration control integral gain (Kia). Typical value = 10.
max GovCIGREGT double Governor maximum output (Max). Typical value = 1,05.
min GovCIGREGT double Governor minimum output (Min). Typical value = 0.
kimw GovCIGREGT double Power controller integral gain (Kimw). Typical value = 0.
td GovCIGREGT double Temperature detection lag time constant (Td) (>=0). Typical value = 15.
tdg GovCIGREGT double Governor derivative controller time constant (Tdg) (>=0). Typical value = 0,1.
aset GovCIGREGT double Acceleration control setpoint (Aset). Typical value = 0.
tp GovCIGREGT double Electrical power transducer time constant (Tp) (>=0). Typical value = 5.
kpmw GovCIGREGT double Power controller proportional gain (Kpmw). Typical value = 0.
kpa GovCIGREGT double Acceleration control proportional gain (Kpa). Typical value = 0.
kit GovCIGREGT double Load limiter integral gain (Kit). Typical value = 0,2.
vmin GovCIGREGT double Minimum valve position (Vmin). Typical value = 0.
err GovCIGREGT double Maximum Speed governor error (err). Typical value = 1.
fx GovCIGREGT string User-defined lookup table (y=F(x)).
tn GovCIGREGT double Temperature detection lead time constant (Tn) (>=0). Typical value = 10.
vmax GovCIGREGT double Maximum valve position (Vmax). Typical value = 1,05.
rp GovCIGREGT double Permanent droop on electrical power (Rp). Typical value = 0,04.
kdg GovCIGREGT double Governor derivative gain (Kdg). Typical value = 1.
ttn1 GovCIGREGT double Turbine lead time constant (Ttn1) (>=0). Typical value = 0.
kpt GovCIGREGT double Load limiter proportional gain (Kpt). Typical value = 1.
trate GovCIGREGT double Turbine rated power (0 => Trate=Prated of the generator) (Trate). Typical value = 0.
wfo GovCIGREGT double No load fuel flow (Wfo). Typical value = 0,25.
ttd1 GovCIGREGT double Turbine lag time constant (Ttd1) (>=0). Typical value = 0,5.
kpg GovCIGREGT double Governor proportional gain (Kpg). Typical value = 10.
ttd2 GovCIGREGT double Turbine lag time constant (Ttd2) (>=0). Typical value = 0.
ta GovCIGREGT double Acc. control differentiator time constant (Ta) (>=0). Typical value = 0,1.
rv GovCIGREGT double Permanent droop on valve position (Rv). Typical value = 0.
rfmin GovCIGREGT double Power controller minimum output (Rfmin). Typical value = -0,1.
kig GovCIGREGT double Governor integral gain (Kig). Typical value = 2.
tv GovCIGREGT double Actuator time constant (Tv) (>=0). Typical value = 0,5.
dbd GovCIGREGT double Speed governor deadband (dbd). Typical value = 0.
fm GovCIGREGT boolean Speed sensitivity selector (Fm). True means Fm=1. False means the speed signal is selected. Typical value = true.
rfmax GovCIGREGT double Power controller maximum output (Rfmax). Typical value = 0,1.
ttn2 GovCIGREGT double Turbine lead time constant (Ttn2) (>=0). Typical value = 0.
tthcp GovCIGREGT double Thermocouple time constant (Tthcp) (>=0). Typical value = 3.
SteamTurbineGeneratorDynamics CombinedCycleGasTurbineDynamics SteamTurbineGeneratorDynamics The steam turbine and a heat-recovery steam generator connected to this gas turbine of a combined cycle power plant.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovCT1

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovCT1> rdf:type rdfs:Class ;
	rdfs:label "GovCT1"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovCT1.wfspd> rdf:type rdfs:Property ;
	rdfs:label "wfspd"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:boolean .
<GovCT1.tfload> rdf:type rdfs:Property ;
	rdfs:label "tfload"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.kpgov> rdf:type rdfs:Property ;
	rdfs:label "kpgov"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.minerr> rdf:type rdfs:Property ;
	rdfs:label "minerr"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.tact> rdf:type rdfs:Property ;
	rdfs:label "tact"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.kigov> rdf:type rdfs:Property ;
	rdfs:label "kigov"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.rdown> rdf:type rdfs:Property ;
	rdfs:label "rdown"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.rup> rdf:type rdfs:Property ;
	rdfs:label "rup"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.deltat> rdf:type rdfs:Property ;
	rdfs:label "deltat"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.vmin> rdf:type rdfs:Property ;
	rdfs:label "vmin"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.kturb> rdf:type rdfs:Property ;
	rdfs:label "kturb"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.aset> rdf:type rdfs:Property ;
	rdfs:label "aset"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.kiload> rdf:type rdfs:Property ;
	rdfs:label "kiload"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.teng> rdf:type rdfs:Property ;
	rdfs:label "teng"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.db> rdf:type rdfs:Property ;
	rdfs:label "db"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.ldref> rdf:type rdfs:Property ;
	rdfs:label "ldref"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.kimw> rdf:type rdfs:Property ;
	rdfs:label "kimw"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.tsa> rdf:type rdfs:Property ;
	rdfs:label "tsa"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.tpelec> rdf:type rdfs:Property ;
	rdfs:label "tpelec"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.rselect> rdf:type rdfs:Property ;
	rdfs:label "rselect"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:string .
<GovCT1.tsb> rdf:type rdfs:Property ;
	rdfs:label "tsb"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.rclose> rdf:type rdfs:Property ;
	rdfs:label "rclose"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.wfnl> rdf:type rdfs:Property ;
	rdfs:label "wfnl"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.vmax> rdf:type rdfs:Property ;
	rdfs:label "vmax"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.ropen> rdf:type rdfs:Property ;
	rdfs:label "ropen"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.kpload> rdf:type rdfs:Property ;
	rdfs:label "kpload"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.tdgov> rdf:type rdfs:Property ;
	rdfs:label "tdgov"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.kdgov> rdf:type rdfs:Property ;
	rdfs:label "kdgov"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.maxerr> rdf:type rdfs:Property ;
	rdfs:label "maxerr"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<GovCT1.dm> rdf:type rdfs:Property ;
	rdfs:label "dm"@en ;
	rdfs:domain <GovCT1> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> <http://www.w3.org/2000/01/rdf-schema#label> "GovCT1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.wfspd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.wfspd> <http://www.w3.org/2000/01/rdf-schema#label> "wfspd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.wfspd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.wfspd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tfload> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tfload> <http://www.w3.org/2000/01/rdf-schema#label> "tfload"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tfload> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tfload> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kpgov> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kpgov> <http://www.w3.org/2000/01/rdf-schema#label> "kpgov"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kpgov> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kpgov> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.minerr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.minerr> <http://www.w3.org/2000/01/rdf-schema#label> "minerr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.minerr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.minerr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tact> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tact> <http://www.w3.org/2000/01/rdf-schema#label> "tact"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tact> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tact> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kigov> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kigov> <http://www.w3.org/2000/01/rdf-schema#label> "kigov"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kigov> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kigov> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.rdown> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.rdown> <http://www.w3.org/2000/01/rdf-schema#label> "rdown"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.rdown> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.rdown> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.rup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.rup> <http://www.w3.org/2000/01/rdf-schema#label> "rup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.rup> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.rup> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.deltat> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.deltat> <http://www.w3.org/2000/01/rdf-schema#label> "deltat"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.deltat> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.deltat> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.vmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.vmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.vmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.vmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kturb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kturb> <http://www.w3.org/2000/01/rdf-schema#label> "kturb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kturb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kturb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.aset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.aset> <http://www.w3.org/2000/01/rdf-schema#label> "aset"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.aset> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.aset> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kiload> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kiload> <http://www.w3.org/2000/01/rdf-schema#label> "kiload"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kiload> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kiload> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.teng> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.teng> <http://www.w3.org/2000/01/rdf-schema#label> "teng"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.teng> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.teng> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.db> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.db> <http://www.w3.org/2000/01/rdf-schema#label> "db"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.db> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.db> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.ldref> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.ldref> <http://www.w3.org/2000/01/rdf-schema#label> "ldref"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.ldref> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.ldref> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kimw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kimw> <http://www.w3.org/2000/01/rdf-schema#label> "kimw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kimw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kimw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tsa> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tsa> <http://www.w3.org/2000/01/rdf-schema#label> "tsa"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tsa> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tsa> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tpelec> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tpelec> <http://www.w3.org/2000/01/rdf-schema#label> "tpelec"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tpelec> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tpelec> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.rselect> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.rselect> <http://www.w3.org/2000/01/rdf-schema#label> "rselect"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.rselect> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.rselect> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tsb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tsb> <http://www.w3.org/2000/01/rdf-schema#label> "tsb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tsb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tsb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.rclose> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.rclose> <http://www.w3.org/2000/01/rdf-schema#label> "rclose"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.rclose> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.rclose> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.wfnl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.wfnl> <http://www.w3.org/2000/01/rdf-schema#label> "wfnl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.wfnl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.wfnl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.vmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.vmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.vmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.vmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.ropen> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.ropen> <http://www.w3.org/2000/01/rdf-schema#label> "ropen"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.ropen> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.ropen> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kpload> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kpload> <http://www.w3.org/2000/01/rdf-schema#label> "kpload"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kpload> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kpload> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tdgov> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tdgov> <http://www.w3.org/2000/01/rdf-schema#label> "tdgov"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tdgov> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.tdgov> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kdgov> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kdgov> <http://www.w3.org/2000/01/rdf-schema#label> "kdgov"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kdgov> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.kdgov> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.maxerr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.maxerr> <http://www.w3.org/2000/01/rdf-schema#label> "maxerr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.maxerr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.maxerr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.dm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.dm> <http://www.w3.org/2000/01/rdf-schema#label> "dm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.dm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT1.dm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

General model for any prime mover with a PID governor, used primarily for combustion turbine and combined cycle units. This model can be used to represent a variety of prime movers controlled by PID governors. It is suitable, for example, for the representation of:

Additional information on this model is available in the 2012 IEEE report, Dynamic Models for Turbine-Governors in Power System Studies, 3.1.2.3 pages 3 to 4 (GGOV1).
Property Domain Range Comment
wfspd GovCT1 boolean Switch for fuel source characteristic to recognize that fuel flow, for a given fuel valve stroke, can be proportional to engine speed (Wfspd). true = fuel flow proportional to speed (for some gas turbines and diesel engines with positive displacement fuel injectors) false = fuel control system keeps fuel flow independent of engine speed. Typical value = true.
tfload GovCT1 double Load-limiter time constant (Tfload) (> 0). Typical value = 3.
kpgov GovCT1 double Governor proportional gain (Kpgov). Typical value = 10.
minerr GovCT1 double Minimum value for speed error signal (minerr) (< GovCT1.maxerr). Typical value = -0,05.
tact GovCT1 double Actuator time constant (Tact) (>= 0). Typical value = 0,5.
kigov GovCT1 double Governor integral gain (Kigov). Typical value = 2.
rdown GovCT1 double Maximum rate of load limit decrease (Rdown). Typical value = -99.
rup GovCT1 double Maximum rate of load limit increase (Rup). Typical value = 99.
deltat GovCT1 double Correction factor (delta t) to adapt the unit of the acceleration limiter gain (Ka) from pu/s to pu. Default value is 1 if the attribute is not exchanged.
vmin GovCT1 double Minimum valve position limit (Vmin) (< GovCT1.vmax). Typical value = 0,15.
kturb GovCT1 double Turbine gain (Kturb) (> 0). Typical value = 1,5.
mwbase GovCT1 double Base for power values (MWbase) (> 0). Unit = MW.
aset GovCT1 double Acceleration limiter setpoint (Aset). Unit = PU / s. Typical value = 0,01.
kiload GovCT1 double Load limiter integral gain for PI controller (Kiload). Typical value = 0,67.
teng GovCT1 double Transport time delay for diesel engine used in representing diesel engines where there is a small but measurable transport delay between a change in fuel flow setting and the development of torque (Teng) (>= 0). Teng should be zero in all but special cases where this transport delay is of particular concern. Typical value = 0.
db GovCT1 double Speed governor deadband in PU speed (db). In the majority of applications, it is recommended that this value be set to zero. Typical value = 0.
ldref GovCT1 double Load limiter reference value (Ldref). Typical value = 1.
r GovCT1 double Permanent droop (R). Typical value = 0,04.
tb GovCT1 double Turbine lag time constant (Tb) (> 0). Typical value = 0,5.
ka GovCT1 double Acceleration limiter gain (Ka). Typical value = 10.
kimw GovCT1 double Power controller (reset) gain (Kimw). The default value of 0,01 corresponds to a reset time of 100 s. A value of 0,001 corresponds to a relatively slow-acting load controller. Typical value = 0,01.
tsa GovCT1 double Temperature detection lead time constant (Tsa) (>= 0). Typical value = 4.
ta GovCT1 double Acceleration limiter time constant (Ta) (> 0). Typical value = 0,1.
tpelec GovCT1 double Electrical power transducer time constant (Tpelec) (> 0). Typical value = 1.
rselect GovCT1 string Feedback signal for droop (Rselect). Typical value = electricalPower.
tsb GovCT1 double Temperature detection lag time constant (Tsb) (>= 0). Typical value = 5.
rclose GovCT1 double Minimum valve closing rate (Rclose). Unit = PU / s. Typical value = -0,1.
wfnl GovCT1 double No load fuel flow (Wfnl). Typical value = 0,2.
vmax GovCT1 double Maximum valve position limit (Vmax) (> GovCT1.vmin). Typical value = 1.
ropen GovCT1 double Maximum valve opening rate (Ropen). Unit = PU / s. Typical value = 0.10.
tc GovCT1 double Turbine lead time constant (Tc) (>= 0). Typical value = 0.
kpload GovCT1 double Load limiter proportional gain for PI controller (Kpload). Typical value = 2.
tdgov GovCT1 double Governor derivative controller time constant (Tdgov) (>= 0). Typical value = 1.
kdgov GovCT1 double Governor derivative gain (Kdgov). Typical value = 0.
maxerr GovCT1 double Maximum value for speed error signal (maxerr) (> GovCT1.minerr). Typical value = 0,05.
dm GovCT1 double Speed sensitivity coefficient (Dm). Dm can represent either the variation of the engine power with the shaft speed or the variation of maximum power capability with shaft speed. If it is positive it describes the falling slope of the engine speed verses power characteristic as speed increases. A slightly falling characteristic is typical for reciprocating engines and some aero-derivative turbines. If it is negative the engine power is assumed to be unaffected by the shaft speed, but the maximum permissible fuel flow is taken to fall with falling shaft speed. This is characteristic of single-shaft industrial turbines due to exhaust temperature limits. Typical value = 0.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovCT2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovCT2> rdf:type rdfs:Class ;
	rdfs:label "GovCT2"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovCT2.plim6> rdf:type rdfs:Property ;
	rdfs:label "plim6"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.plim10> rdf:type rdfs:Property ;
	rdfs:label "plim10"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.aset> rdf:type rdfs:Property ;
	rdfs:label "aset"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.tsa> rdf:type rdfs:Property ;
	rdfs:label "tsa"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.kiload> rdf:type rdfs:Property ;
	rdfs:label "kiload"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.teng> rdf:type rdfs:Property ;
	rdfs:label "teng"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.vmin> rdf:type rdfs:Property ;
	rdfs:label "vmin"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.prate> rdf:type rdfs:Property ;
	rdfs:label "prate"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.flim5> rdf:type rdfs:Property ;
	rdfs:label "flim5"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.kpload> rdf:type rdfs:Property ;
	rdfs:label "kpload"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.plim7> rdf:type rdfs:Property ;
	rdfs:label "plim7"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.tpelec> rdf:type rdfs:Property ;
	rdfs:label "tpelec"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.kdgov> rdf:type rdfs:Property ;
	rdfs:label "kdgov"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.rdown> rdf:type rdfs:Property ;
	rdfs:label "rdown"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.dm> rdf:type rdfs:Property ;
	rdfs:label "dm"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.plim2> rdf:type rdfs:Property ;
	rdfs:label "plim2"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.plim9> rdf:type rdfs:Property ;
	rdfs:label "plim9"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.kturb> rdf:type rdfs:Property ;
	rdfs:label "kturb"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.maxerr> rdf:type rdfs:Property ;
	rdfs:label "maxerr"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.rclose> rdf:type rdfs:Property ;
	rdfs:label "rclose"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.kimw> rdf:type rdfs:Property ;
	rdfs:label "kimw"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.ropen> rdf:type rdfs:Property ;
	rdfs:label "ropen"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.tfload> rdf:type rdfs:Property ;
	rdfs:label "tfload"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.flim8> rdf:type rdfs:Property ;
	rdfs:label "flim8"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.ldref> rdf:type rdfs:Property ;
	rdfs:label "ldref"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.tdgov> rdf:type rdfs:Property ;
	rdfs:label "tdgov"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.flim2> rdf:type rdfs:Property ;
	rdfs:label "flim2"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.flim6> rdf:type rdfs:Property ;
	rdfs:label "flim6"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.kigov> rdf:type rdfs:Property ;
	rdfs:label "kigov"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.db> rdf:type rdfs:Property ;
	rdfs:label "db"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.minerr> rdf:type rdfs:Property ;
	rdfs:label "minerr"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.flim4> rdf:type rdfs:Property ;
	rdfs:label "flim4"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.plim8> rdf:type rdfs:Property ;
	rdfs:label "plim8"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.plim5> rdf:type rdfs:Property ;
	rdfs:label "plim5"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.tact> rdf:type rdfs:Property ;
	rdfs:label "tact"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.plim4> rdf:type rdfs:Property ;
	rdfs:label "plim4"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.rselect> rdf:type rdfs:Property ;
	rdfs:label "rselect"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:string .
<GovCT2.flim3> rdf:type rdfs:Property ;
	rdfs:label "flim3"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.kpgov> rdf:type rdfs:Property ;
	rdfs:label "kpgov"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.flim1> rdf:type rdfs:Property ;
	rdfs:label "flim1"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.wfnl> rdf:type rdfs:Property ;
	rdfs:label "wfnl"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.plim1> rdf:type rdfs:Property ;
	rdfs:label "plim1"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.vmax> rdf:type rdfs:Property ;
	rdfs:label "vmax"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.flim9> rdf:type rdfs:Property ;
	rdfs:label "flim9"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.deltat> rdf:type rdfs:Property ;
	rdfs:label "deltat"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.plim3> rdf:type rdfs:Property ;
	rdfs:label "plim3"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.tsb> rdf:type rdfs:Property ;
	rdfs:label "tsb"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.rup> rdf:type rdfs:Property ;
	rdfs:label "rup"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.flim10> rdf:type rdfs:Property ;
	rdfs:label "flim10"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.flim7> rdf:type rdfs:Property ;
	rdfs:label "flim7"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:double .
<GovCT2.wfspd> rdf:type rdfs:Property ;
	rdfs:label "wfspd"@en ;
	rdfs:domain <GovCT2> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> <http://www.w3.org/2000/01/rdf-schema#label> "GovCT2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim6> <http://www.w3.org/2000/01/rdf-schema#label> "plim6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim10> <http://www.w3.org/2000/01/rdf-schema#label> "plim10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.aset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.aset> <http://www.w3.org/2000/01/rdf-schema#label> "aset"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.aset> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.aset> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tsa> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tsa> <http://www.w3.org/2000/01/rdf-schema#label> "tsa"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tsa> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tsa> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kiload> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kiload> <http://www.w3.org/2000/01/rdf-schema#label> "kiload"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kiload> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kiload> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.teng> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.teng> <http://www.w3.org/2000/01/rdf-schema#label> "teng"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.teng> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.teng> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.vmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.vmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.vmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.vmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.prate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.prate> <http://www.w3.org/2000/01/rdf-schema#label> "prate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.prate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.prate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim5> <http://www.w3.org/2000/01/rdf-schema#label> "flim5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kpload> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kpload> <http://www.w3.org/2000/01/rdf-schema#label> "kpload"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kpload> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kpload> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim7> <http://www.w3.org/2000/01/rdf-schema#label> "plim7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tpelec> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tpelec> <http://www.w3.org/2000/01/rdf-schema#label> "tpelec"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tpelec> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tpelec> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kdgov> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kdgov> <http://www.w3.org/2000/01/rdf-schema#label> "kdgov"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kdgov> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kdgov> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.rdown> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.rdown> <http://www.w3.org/2000/01/rdf-schema#label> "rdown"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.rdown> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.rdown> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.dm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.dm> <http://www.w3.org/2000/01/rdf-schema#label> "dm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.dm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.dm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim2> <http://www.w3.org/2000/01/rdf-schema#label> "plim2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim9> <http://www.w3.org/2000/01/rdf-schema#label> "plim9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kturb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kturb> <http://www.w3.org/2000/01/rdf-schema#label> "kturb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kturb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kturb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.maxerr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.maxerr> <http://www.w3.org/2000/01/rdf-schema#label> "maxerr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.maxerr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.maxerr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.rclose> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.rclose> <http://www.w3.org/2000/01/rdf-schema#label> "rclose"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.rclose> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.rclose> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kimw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kimw> <http://www.w3.org/2000/01/rdf-schema#label> "kimw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kimw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kimw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.ropen> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.ropen> <http://www.w3.org/2000/01/rdf-schema#label> "ropen"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.ropen> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.ropen> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tfload> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tfload> <http://www.w3.org/2000/01/rdf-schema#label> "tfload"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tfload> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tfload> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim8> <http://www.w3.org/2000/01/rdf-schema#label> "flim8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.ldref> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.ldref> <http://www.w3.org/2000/01/rdf-schema#label> "ldref"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.ldref> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.ldref> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tdgov> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tdgov> <http://www.w3.org/2000/01/rdf-schema#label> "tdgov"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tdgov> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tdgov> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim2> <http://www.w3.org/2000/01/rdf-schema#label> "flim2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim6> <http://www.w3.org/2000/01/rdf-schema#label> "flim6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kigov> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kigov> <http://www.w3.org/2000/01/rdf-schema#label> "kigov"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kigov> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kigov> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.db> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.db> <http://www.w3.org/2000/01/rdf-schema#label> "db"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.db> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.db> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.minerr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.minerr> <http://www.w3.org/2000/01/rdf-schema#label> "minerr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.minerr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.minerr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim4> <http://www.w3.org/2000/01/rdf-schema#label> "flim4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim8> <http://www.w3.org/2000/01/rdf-schema#label> "plim8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim5> <http://www.w3.org/2000/01/rdf-schema#label> "plim5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tact> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tact> <http://www.w3.org/2000/01/rdf-schema#label> "tact"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tact> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tact> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim4> <http://www.w3.org/2000/01/rdf-schema#label> "plim4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.rselect> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.rselect> <http://www.w3.org/2000/01/rdf-schema#label> "rselect"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.rselect> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.rselect> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim3> <http://www.w3.org/2000/01/rdf-schema#label> "flim3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kpgov> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kpgov> <http://www.w3.org/2000/01/rdf-schema#label> "kpgov"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kpgov> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.kpgov> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim1> <http://www.w3.org/2000/01/rdf-schema#label> "flim1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.wfnl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.wfnl> <http://www.w3.org/2000/01/rdf-schema#label> "wfnl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.wfnl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.wfnl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim1> <http://www.w3.org/2000/01/rdf-schema#label> "plim1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.vmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.vmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.vmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.vmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim9> <http://www.w3.org/2000/01/rdf-schema#label> "flim9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.deltat> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.deltat> <http://www.w3.org/2000/01/rdf-schema#label> "deltat"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.deltat> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.deltat> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim3> <http://www.w3.org/2000/01/rdf-schema#label> "plim3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.plim3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tsb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tsb> <http://www.w3.org/2000/01/rdf-schema#label> "tsb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tsb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.tsb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.rup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.rup> <http://www.w3.org/2000/01/rdf-schema#label> "rup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.rup> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.rup> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim10> <http://www.w3.org/2000/01/rdf-schema#label> "flim10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim7> <http://www.w3.org/2000/01/rdf-schema#label> "flim7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.flim7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.wfspd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.wfspd> <http://www.w3.org/2000/01/rdf-schema#label> "wfspd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.wfspd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovCT2.wfspd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

General governor with frequency-dependent fuel flow limit. This model is a modification of the GovCT1 model in order to represent the frequency-dependent fuel flow limit of a specific gas turbine manufacturer.

Property Domain Range Comment
plim6 GovCT2 double Power limit 6 (Plim6). Typical value = 0.
plim10 GovCT2 double Power limit 10 (Plim10). Typical value = 0.
aset GovCT2 double Acceleration limiter setpoint (Aset). Unit = PU / s. Typical value = 10.
tsa GovCT2 double Temperature detection lead time constant (Tsa) (>= 0). Typical value = 0.
kiload GovCT2 double Load limiter integral gain for PI controller (Kiload). Typical value = 1.
r GovCT2 double Permanent droop (R). Typical value = 0,05.
teng GovCT2 double Transport time delay for diesel engine used in representing diesel engines where there is a small but measurable transport delay between a change in fuel flow setting and the development of torque (Teng) (>= 0). Teng should be zero in all but special cases where this transport delay is of particular concern. Typical value = 0.
ka GovCT2 double Acceleration limiter gain (Ka). Typical value = 10.
vmin GovCT2 double Minimum valve position limit (Vmin) (< GovCT2.vmax). Typical value = 0,175.
prate GovCT2 double Ramp rate for frequency-dependent power limit (Prate). Typical value = 0,017.
flim5 GovCT2 double Frequency threshold 5 (Flim5). Unit = Hz. Typical value = 0.
kpload GovCT2 double Load limiter proportional gain for PI controller (Kpload). Typical value = 1.
plim7 GovCT2 double Power limit 7 (Plim7). Typical value = 0.
tpelec GovCT2 double Electrical power transducer time constant (Tpelec) (>= 0). Typical value = 2,5.
kdgov GovCT2 double Governor derivative gain (Kdgov). Typical value = 0.
rdown GovCT2 double Maximum rate of load limit decrease (Rdown). Typical value = -99.
dm GovCT2 double Speed sensitivity coefficient (Dm). Dm can represent either the variation of the engine power with the shaft speed or the variation of maximum power capability with shaft speed. If it is positive it describes the falling slope of the engine speed verses power characteristic as speed increases. A slightly falling characteristic is typical for reciprocating engines and some aero-derivative turbines. If it is negative the engine power is assumed to be unaffected by the shaft speed, but the maximum permissible fuel flow is taken to fall with falling shaft speed. This is characteristic of single-shaft industrial turbines due to exhaust temperature limits. Typical value = 0.
plim2 GovCT2 double Power limit 2 (Plim2). Typical value = 0.
plim9 GovCT2 double Power Limit 9 (Plim9). Typical value = 0.
kturb GovCT2 double Turbine gain (Kturb). Typical value = 1,9168.
maxerr GovCT2 double Maximum value for speed error signal (Maxerr) (> GovCT2.minerr). Typical value = 1.
rclose GovCT2 double Minimum valve closing rate (Rclose). Unit = PU / s. Typical value = -99.
kimw GovCT2 double Power controller (reset) gain (Kimw). The default value of 0,01 corresponds to a reset time of 100 seconds. A value of 0,001 corresponds to a relatively slow-acting load controller. Typical value = 0.
ropen GovCT2 double Maximum valve opening rate (Ropen). Unit = PU / s. Typical value = 99.
tfload GovCT2 double Load limiter time constant (Tfload) (>= 0). Typical value = 3.
flim8 GovCT2 double Frequency threshold 8 (Flim8). Unit = Hz. Typical value = 0.
ldref GovCT2 double Load limiter reference value (Ldref). Typical value = 1.
mwbase GovCT2 double Base for power values (MWbase) (> 0). Unit = MW.
tdgov GovCT2 double Governor derivative controller time constant (Tdgov) (>= 0). Typical value = 1.
flim2 GovCT2 double Frequency threshold 2 (Flim2). Unit = Hz. Typical value = 0.
flim6 GovCT2 double Frequency threshold 6 (Flim6). Unit = Hz. Typical value = 0.
tc GovCT2 double Turbine lead time constant (Tc) (>= 0). Typical value = 0.
kigov GovCT2 double Governor integral gain (Kigov). Typical value = 0,45.
db GovCT2 double Speed governor deadband in PU speed (db). In the majority of applications, it is recommended that this value be set to zero. Typical value = 0.
minerr GovCT2 double Minimum value for speed error signal (Minerr) (< GovCT2.maxerr). Typical value = -1.
flim4 GovCT2 double Frequency threshold 4 (Flim4). Unit = Hz. Typical value = 0.
plim8 GovCT2 double Power limit 8 (Plim8). Typical value = 0.
plim5 GovCT2 double Power limit 5 (Plim5). Typical value = 0.
tact GovCT2 double Actuator time constant (Tact) (>= 0). Typical value = 0,4.
plim4 GovCT2 double Power limit 4 (Plim4). Typical value = 0.
ta GovCT2 double Acceleration limiter time constant (Ta) (>= 0). Typical value = 1.
rselect GovCT2 string Feedback signal for droop (Rselect). Typical value = electricalPower.
flim3 GovCT2 double Frequency threshold 3 (Flim3). Unit = Hz. Typical value = 0.
kpgov GovCT2 double Governor proportional gain (Kpgov). Typical value = 4.
flim1 GovCT2 double Frequency threshold 1 (Flim1). Unit = Hz. Typical value = 59.
wfnl GovCT2 double No load fuel flow (Wfnl). Typical value = 0,187.
plim1 GovCT2 double Power limit 1 (Plim1). Typical value = 0,8325.
vmax GovCT2 double Maximum valve position limit (Vmax) (> GovCT2.vmin). Typical value = 1.
flim9 GovCT2 double Frequency threshold 9 (Flim9). Unit = Hz. Typical value = 0.
tb GovCT2 double Turbine lag time constant (Tb) (>= 0). Typical value = 0,1.
deltat GovCT2 double Correction factor (delta t) to adapt the unit of the acceleration limiter gain (Ka) from pu/s to pu. Default value is 1 if the attribute is not exchanged.
plim3 GovCT2 double Power limit 3 (Plim3). Typical value = 0.
tsb GovCT2 double Temperature detection lag time constant (Tsb) (>= 0). Typical value = 50.
rup GovCT2 double Maximum rate of load limit increase (Rup). Typical value = 99.
flim10 GovCT2 double Frequency threshold 10 (Flim10). Unit = Hz. Typical value = 0.
flim7 GovCT2 double Frequency threshold 7 (Flim7). Unit = Hz. Typical value = 0.
wfspd GovCT2 boolean Switch for fuel source characteristic to recognize that fuel flow, for a given fuel valve stroke, can be proportional to engine speed (Wfspd). true = fuel flow proportional to speed (for some gas turbines and diesel engines with positive displacement fuel injectors) false = fuel control system keeps fuel flow independent of engine speed. Typical value = false.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovGAST

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovGAST> rdf:type rdfs:Class ;
	rdfs:label "GovGAST"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovGAST.vmin> rdf:type rdfs:Property ;
	rdfs:label "vmin"@en ;
	rdfs:domain <GovGAST> ;
	rdfs:range xsd:double .
<GovGAST.dturb> rdf:type rdfs:Property ;
	rdfs:label "dturb"@en ;
	rdfs:domain <GovGAST> ;
	rdfs:range xsd:double .
<GovGAST.kt> rdf:type rdfs:Property ;
	rdfs:label "kt"@en ;
	rdfs:domain <GovGAST> ;
	rdfs:range xsd:double .
<GovGAST.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <GovGAST> ;
	rdfs:range xsd:double .
<GovGAST.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovGAST> ;
	rdfs:range xsd:double .
<GovGAST.at> rdf:type rdfs:Property ;
	rdfs:label "at"@en ;
	rdfs:domain <GovGAST> ;
	rdfs:range xsd:double .
<GovGAST.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <GovGAST> ;
	rdfs:range xsd:double .
<GovGAST.vmax> rdf:type rdfs:Property ;
	rdfs:label "vmax"@en ;
	rdfs:domain <GovGAST> ;
	rdfs:range xsd:double .
<GovGAST.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <GovGAST> ;
	rdfs:range xsd:double .
<GovGAST.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <GovGAST> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST> <http://www.w3.org/2000/01/rdf-schema#label> "GovGAST"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.vmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.vmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.vmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.vmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.dturb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.dturb> <http://www.w3.org/2000/01/rdf-schema#label> "dturb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.dturb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.dturb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.kt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.kt> <http://www.w3.org/2000/01/rdf-schema#label> "kt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.kt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.kt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.at> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.at> <http://www.w3.org/2000/01/rdf-schema#label> "at"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.at> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.at> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.vmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.vmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.vmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.vmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Single shaft gas turbine.

Property Domain Range Comment
vmin GovGAST double Minimum turbine power, PU of MWbase (Vmin) (< GovGAST.vmax). Typical value = 0.
dturb GovGAST double Turbine damping factor (Dturb). Typical value = 0,18.
kt GovGAST double Temperature limiter gain (Kt). Typical value = 3.
t3 GovGAST double Turbine exhaust temperature time constant (T3) (>= 0). Typical value = 3.
mwbase GovGAST double Base for power values (MWbase) (> 0). Unit = MW.
at GovGAST double Ambient temperature load limit (Load Limit). Typical value = 1.
t2 GovGAST double Turbine power time constant (T2) (>= 0). T2 represents delay due to internal energy storage of the gas turbine engine. T2 can be used to give a rough approximation to the delay associated with acceleration of the compressor spool of a multi-shaft engine, or with the compressibility of gas in the plenum of a free power turbine of an aero-derivative unit, for example. Typical value = 0,5.
vmax GovGAST double Maximum turbine power, PU of MWbase (Vmax) (> GovGAST.vmin). Typical value = 1.
t1 GovGAST double Governor mechanism time constant (T1) (>= 0). T1 represents the natural valve positioning time constant of the governor for small disturbances, as seen when rate limiting is not in effect. Typical value = 0,5.
r GovGAST double Permanent droop (R) (>0). Typical value = 0,04.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovGAST1

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovGAST1> rdf:type rdfs:Class ;
	rdfs:label "GovGAST1"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovGAST1.db1> rdf:type rdfs:Property ;
	rdfs:label "db1"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.lmax> rdf:type rdfs:Property ;
	rdfs:label "lmax"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.tltr> rdf:type rdfs:Property ;
	rdfs:label "tltr"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.fidle> rdf:type rdfs:Property ;
	rdfs:label "fidle"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.gv2> rdf:type rdfs:Property ;
	rdfs:label "gv2"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.pgv6> rdf:type rdfs:Property ;
	rdfs:label "pgv6"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.b> rdf:type rdfs:Property ;
	rdfs:label "b"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.gv4> rdf:type rdfs:Property ;
	rdfs:label "gv4"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.rmax> rdf:type rdfs:Property ;
	rdfs:label "rmax"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.eps> rdf:type rdfs:Property ;
	rdfs:label "eps"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.ltrate> rdf:type rdfs:Property ;
	rdfs:label "ltrate"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.gv3> rdf:type rdfs:Property ;
	rdfs:label "gv3"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.pgv3> rdf:type rdfs:Property ;
	rdfs:label "pgv3"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.a> rdf:type rdfs:Property ;
	rdfs:label "a"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.pgv1> rdf:type rdfs:Property ;
	rdfs:label "pgv1"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.kt> rdf:type rdfs:Property ;
	rdfs:label "kt"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.gv5> rdf:type rdfs:Property ;
	rdfs:label "gv5"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.gv1> rdf:type rdfs:Property ;
	rdfs:label "gv1"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.vmin> rdf:type rdfs:Property ;
	rdfs:label "vmin"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.db2> rdf:type rdfs:Property ;
	rdfs:label "db2"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.pgv2> rdf:type rdfs:Property ;
	rdfs:label "pgv2"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.gv6> rdf:type rdfs:Property ;
	rdfs:label "gv6"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.loadinc> rdf:type rdfs:Property ;
	rdfs:label "loadinc"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.pgv5> rdf:type rdfs:Property ;
	rdfs:label "pgv5"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.pgv4> rdf:type rdfs:Property ;
	rdfs:label "pgv4"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<GovGAST1.vmax> rdf:type rdfs:Property ;
	rdfs:label "vmax"@en ;
	rdfs:domain <GovGAST1> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> <http://www.w3.org/2000/01/rdf-schema#label> "GovGAST1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.db1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.db1> <http://www.w3.org/2000/01/rdf-schema#label> "db1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.db1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.db1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.lmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.lmax> <http://www.w3.org/2000/01/rdf-schema#label> "lmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.lmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.lmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.tltr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.tltr> <http://www.w3.org/2000/01/rdf-schema#label> "tltr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.tltr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.tltr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.fidle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.fidle> <http://www.w3.org/2000/01/rdf-schema#label> "fidle"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.fidle> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.fidle> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv2> <http://www.w3.org/2000/01/rdf-schema#label> "gv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv6> <http://www.w3.org/2000/01/rdf-schema#label> "pgv6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.b> <http://www.w3.org/2000/01/rdf-schema#label> "b"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.b> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.b> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv4> <http://www.w3.org/2000/01/rdf-schema#label> "gv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.rmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.rmax> <http://www.w3.org/2000/01/rdf-schema#label> "rmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.rmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.rmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.eps> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.eps> <http://www.w3.org/2000/01/rdf-schema#label> "eps"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.eps> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.eps> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.ltrate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.ltrate> <http://www.w3.org/2000/01/rdf-schema#label> "ltrate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.ltrate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.ltrate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv3> <http://www.w3.org/2000/01/rdf-schema#label> "gv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv3> <http://www.w3.org/2000/01/rdf-schema#label> "pgv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.a> <http://www.w3.org/2000/01/rdf-schema#label> "a"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.a> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.a> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv1> <http://www.w3.org/2000/01/rdf-schema#label> "pgv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.kt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.kt> <http://www.w3.org/2000/01/rdf-schema#label> "kt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.kt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.kt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv5> <http://www.w3.org/2000/01/rdf-schema#label> "gv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv1> <http://www.w3.org/2000/01/rdf-schema#label> "gv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.vmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.vmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.vmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.vmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.db2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.db2> <http://www.w3.org/2000/01/rdf-schema#label> "db2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.db2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.db2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv2> <http://www.w3.org/2000/01/rdf-schema#label> "pgv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv6> <http://www.w3.org/2000/01/rdf-schema#label> "gv6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.gv6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.loadinc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.loadinc> <http://www.w3.org/2000/01/rdf-schema#label> "loadinc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.loadinc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.loadinc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv5> <http://www.w3.org/2000/01/rdf-schema#label> "pgv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv4> <http://www.w3.org/2000/01/rdf-schema#label> "pgv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.pgv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.vmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.vmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.vmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST1.vmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified single shaft gas turbine.

Property Domain Range Comment
db1 GovGAST1 double Intentional dead-band width (db1). Unit = Hz. Typical value = 0.
lmax GovGAST1 double Ambient temperature load limit (Lmax). Lmax is the turbine power output corresponding to the limiting exhaust gas temperature. Typical value = 1.
r GovGAST1 double Permanent droop (R) (>0). Typical value = 0,04.
tltr GovGAST1 double Valve position averaging time constant (Tltr) (>= 0). Typical value = 10.
fidle GovGAST1 double Fuel flow at zero power output (Fidle). Typical value = 0,18.
t3 GovGAST1 double Turbine exhaust temperature time constant (T3) (>= 0). T3 represents delay in the exhaust temperature and load limiting system. Typical value = 3.
t4 GovGAST1 double Governor lead time constant (T4) (>= 0). Typical value = 0.
gv2 GovGAST1 double Nonlinear gain point 2,PU gv (Gv2). Typical value = 0.
pgv6 GovGAST1 double Nonlinear gain point 6, PU power (Pgv6). Typical value = 0.
b GovGAST1 double Turbine power time constant denominator scale factor (b) (>0). Typical value = 1.
gv4 GovGAST1 double Nonlinear gain point 4, PU gv (Gv4). Typical value = 0.
t2 GovGAST1 double Turbine power time constant (T2) (>= 0). T2 represents delay due to internal energy storage of the gas turbine engine. T2 can be used to give a rough approximation to the delay associated with acceleration of the compressor spool of a multi-shaft engine, or with the compressibility of gas in the plenum of the free power turbine of an aero-derivative unit, for example. Typical value = 0,5.
rmax GovGAST1 double Maximum fuel valve opening rate (Rmax). Unit = PU / s. Typical value = 1.
eps GovGAST1 double Intentional db hysteresis (eps). Unit = Hz. Typical value = 0.
mwbase GovGAST1 double Base for power values (MWbase) (> 0). Unit = MW.
ltrate GovGAST1 double Maximum long term fuel valve opening rate (Ltrate). Typical value = 0,02.
gv3 GovGAST1 double Nonlinear gain point 3, PU gv (Gv3). Typical value = 0.
pgv3 GovGAST1 double Nonlinear gain point 3, PU power (Pgv3). Typical value = 0.
t5 GovGAST1 double Governor lag time constant (T5) (>= 0). If = 0, entire gain and lead-lag block is bypassed. Typical value = 0.
a GovGAST1 double Turbine power time constant numerator scale factor (a). Typical value = 0,8.
pgv1 GovGAST1 double Nonlinear gain point 1, PU power (Pgv1). Typical value = 0.
kt GovGAST1 double Temperature limiter gain (Kt). Typical value = 3.
gv5 GovGAST1 double Nonlinear gain point 5, PU gv (Gv5). Typical value = 0.
gv1 GovGAST1 double Nonlinear gain point 1, PU gv (Gv1). Typical value = 0.
t1 GovGAST1 double Governor mechanism time constant (T1) (>= 0). T1 represents the natural valve positioning time constant of the governor for small disturbances, as seen when rate limiting is not in effect. Typical value = 0,5.
ka GovGAST1 double Governor gain (Ka). Typical value = 0.
vmin GovGAST1 double Minimum turbine power, PU of MWbase (Vmin) (< GovGAST1.vmax). Typical value = 0.
db2 GovGAST1 double Unintentional dead-band (db2). Unit = MW. Typical value = 0.
pgv2 GovGAST1 double Nonlinear gain point 2, PU power (Pgv2). Typical value = 0.
gv6 GovGAST1 double Nonlinear gain point 6, PU gv (Gv6). Typical value = 0.
loadinc GovGAST1 double Valve position change allowed at fast rate (Loadinc). Typical value = 0,05.
pgv5 GovGAST1 double Nonlinear gain point 5, PU power (Pgv5). Typical value = 0.
pgv4 GovGAST1 double Nonlinear gain point 4, PU power (Pgv4). Typical value = 0.
vmax GovGAST1 double Maximum turbine power, PU of MWbase (Vmax) (> GovGAST1.vmin). Typical value = 1.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovGAST2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovGAST2> rdf:type rdfs:Class ;
	rdfs:label "GovGAST2"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovGAST2.b> rdf:type rdfs:Property ;
	rdfs:label "b"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.tt> rdf:type rdfs:Property ;
	rdfs:label "tt"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.tr> rdf:type rdfs:Property ;
	rdfs:label "tr"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.ecr> rdf:type rdfs:Property ;
	rdfs:label "ecr"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.bf2> rdf:type rdfs:Property ;
	rdfs:label "bf2"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.cf2> rdf:type rdfs:Property ;
	rdfs:label "cf2"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.tmax> rdf:type rdfs:Property ;
	rdfs:label "tmax"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.z> rdf:type rdfs:Property ;
	rdfs:label "z"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:integer .
<GovGAST2.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.t> rdf:type rdfs:Property ;
	rdfs:label "t"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.w> rdf:type rdfs:Property ;
	rdfs:label "w"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.etd> rdf:type rdfs:Property ;
	rdfs:label "etd"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.tmin> rdf:type rdfs:Property ;
	rdfs:label "tmin"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.k3> rdf:type rdfs:Property ;
	rdfs:label "k3"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.trate> rdf:type rdfs:Property ;
	rdfs:label "trate"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.y> rdf:type rdfs:Property ;
	rdfs:label "y"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.a> rdf:type rdfs:Property ;
	rdfs:label "a"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.k6> rdf:type rdfs:Property ;
	rdfs:label "k6"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.x> rdf:type rdfs:Property ;
	rdfs:label "x"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.af2> rdf:type rdfs:Property ;
	rdfs:label "af2"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.af1> rdf:type rdfs:Property ;
	rdfs:label "af1"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.tcd> rdf:type rdfs:Property ;
	rdfs:label "tcd"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.k4> rdf:type rdfs:Property ;
	rdfs:label "k4"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.c> rdf:type rdfs:Property ;
	rdfs:label "c"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.bf1> rdf:type rdfs:Property ;
	rdfs:label "bf1"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.k5> rdf:type rdfs:Property ;
	rdfs:label "k5"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<GovGAST2.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <GovGAST2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> <http://www.w3.org/2000/01/rdf-schema#label> "GovGAST2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.b> <http://www.w3.org/2000/01/rdf-schema#label> "b"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.b> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.b> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tt> <http://www.w3.org/2000/01/rdf-schema#label> "tt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tr> <http://www.w3.org/2000/01/rdf-schema#label> "tr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.ecr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.ecr> <http://www.w3.org/2000/01/rdf-schema#label> "ecr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.ecr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.ecr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.bf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.bf2> <http://www.w3.org/2000/01/rdf-schema#label> "bf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.bf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.bf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.cf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.cf2> <http://www.w3.org/2000/01/rdf-schema#label> "cf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.cf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.cf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tmax> <http://www.w3.org/2000/01/rdf-schema#label> "tmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.z> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.z> <http://www.w3.org/2000/01/rdf-schema#label> "z"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.z> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.z> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.t> <http://www.w3.org/2000/01/rdf-schema#label> "t"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.t> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.t> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.w> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.w> <http://www.w3.org/2000/01/rdf-schema#label> "w"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.w> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.w> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.etd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.etd> <http://www.w3.org/2000/01/rdf-schema#label> "etd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.etd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.etd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tmin> <http://www.w3.org/2000/01/rdf-schema#label> "tmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.k3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.k3> <http://www.w3.org/2000/01/rdf-schema#label> "k3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.k3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.k3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.trate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.trate> <http://www.w3.org/2000/01/rdf-schema#label> "trate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.trate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.trate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.y> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.y> <http://www.w3.org/2000/01/rdf-schema#label> "y"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.y> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.y> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.a> <http://www.w3.org/2000/01/rdf-schema#label> "a"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.a> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.a> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.k6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.k6> <http://www.w3.org/2000/01/rdf-schema#label> "k6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.k6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.k6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.x> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.x> <http://www.w3.org/2000/01/rdf-schema#label> "x"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.x> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.x> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.af2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.af2> <http://www.w3.org/2000/01/rdf-schema#label> "af2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.af2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.af2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.af1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.af1> <http://www.w3.org/2000/01/rdf-schema#label> "af1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.af1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.af1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tcd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tcd> <http://www.w3.org/2000/01/rdf-schema#label> "tcd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tcd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tcd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.k4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.k4> <http://www.w3.org/2000/01/rdf-schema#label> "k4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.k4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.k4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.c> <http://www.w3.org/2000/01/rdf-schema#label> "c"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.c> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.c> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.bf1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.bf1> <http://www.w3.org/2000/01/rdf-schema#label> "bf1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.bf1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.bf1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.k5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.k5> <http://www.w3.org/2000/01/rdf-schema#label> "k5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.k5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.k5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST2.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Gas turbine.

Property Domain Range Comment
b GovGAST2 double Valve positioner (B).
tt GovGAST2 double Temperature controller integration rate (Tt) (>= 0).
tr GovGAST2 double Rated temperature (Tr). Unit = °C depending on parameters Af1 and Bf1.
ecr GovGAST2 double Combustion reaction time delay (Ecr) (>= 0).
bf2 GovGAST2 double Turbine torque coefficient Khhv (depends on heating value of fuel stream in combustion chamber) (Bf2).
t3 GovGAST2 double Radiation shield time constant (T3) (>= 0).
cf2 GovGAST2 double Coefficient defining fuel flow where power output is 0 % (Cf2). Synchronous but no output. Typically 0,23 x Khhv (23 % fuel flow).
tmax GovGAST2 double Maximum turbine limit (Tmax) (> GovGAST2.tmin).
z GovGAST2 integer Governor mode (Z). 1 = droop 0 = isochronous.
t5 GovGAST2 double Temperature control time constant (T5) (>= 0).
t GovGAST2 double Fuel control time constant (T) (>= 0).
w GovGAST2 double Governor gain (1/droop) on turbine rating (W).
t4 GovGAST2 double Thermocouple time constant (T4) (>= 0).
etd GovGAST2 double Turbine and exhaust delay (Etd) (>= 0).
tmin GovGAST2 double Minimum turbine limit (Tmin) (< GovGAST2.tmax).
k3 GovGAST2 double Ratio of fuel adjustment (K3).
trate GovGAST2 double Turbine rating (Trate). Unit = MW.
kf GovGAST2 double Fuel system feedback (Kf).
y GovGAST2 double Governor lag time constant (Y) (> 0).
a GovGAST2 double Valve positioner (A).
k6 GovGAST2 double Minimum fuel flow (K6).
x GovGAST2 double Governor lead time constant (X) (>= 0).
mwbase GovGAST2 double Base for power values (MWbase) (> 0). Unit = MW.
af2 GovGAST2 double Coefficient equal to 0,5(1-speed) (Af2).
tf GovGAST2 double Fuel system time constant (Tf) (>= 0).
af1 GovGAST2 double Exhaust temperature parameter (Af1). Unit = PU temperature. Based on temperature in degrees C.
tcd GovGAST2 double Compressor discharge time constant (Tcd) (>= 0).
k4 GovGAST2 double Gain of radiation shield (K4).
c GovGAST2 double Valve positioner (C).
bf1 GovGAST2 double (Bf1). Bf1 = E(1 - W) where E (speed sensitivity coefficient) is 0,55 to 0,65 x Tr. Unit = PU temperature. Based on temperature in degrees C.
k5 GovGAST2 double Gain of radiation shield (K5).
tc GovGAST2 double Temperature control (Tc). Unit = °F or °C depending on parameters Af1 and Bf1.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovGAST3

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovGAST3> rdf:type rdfs:Class ;
	rdfs:label "GovGAST3"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovGAST3.kac> rdf:type rdfs:Property ;
	rdfs:label "kac"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<GovGAST3.tfen> rdf:type rdfs:Property ;
	rdfs:label "tfen"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<GovGAST3.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<GovGAST3.tsi> rdf:type rdfs:Property ;
	rdfs:label "tsi"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<GovGAST3.ttc> rdf:type rdfs:Property ;
	rdfs:label "ttc"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<GovGAST3.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<GovGAST3.tt> rdf:type rdfs:Property ;
	rdfs:label "tt"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<GovGAST3.mxef> rdf:type rdfs:Property ;
	rdfs:label "mxef"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<GovGAST3.rcmn> rdf:type rdfs:Property ;
	rdfs:label "rcmn"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<GovGAST3.kca> rdf:type rdfs:Property ;
	rdfs:label "kca"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<GovGAST3.bp> rdf:type rdfs:Property ;
	rdfs:label "bp"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<GovGAST3.dtc> rdf:type rdfs:Property ;
	rdfs:label "dtc"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<GovGAST3.ty> rdf:type rdfs:Property ;
	rdfs:label "ty"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<GovGAST3.tac> rdf:type rdfs:Property ;
	rdfs:label "tac"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<GovGAST3.rcmx> rdf:type rdfs:Property ;
	rdfs:label "rcmx"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<GovGAST3.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<GovGAST3.mnef> rdf:type rdfs:Property ;
	rdfs:label "mnef"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<GovGAST3.bca> rdf:type rdfs:Property ;
	rdfs:label "bca"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<GovGAST3.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<GovGAST3.ky> rdf:type rdfs:Property ;
	rdfs:label "ky"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<GovGAST3.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<GovGAST3.ksi> rdf:type rdfs:Property ;
	rdfs:label "ksi"@en ;
	rdfs:domain <GovGAST3> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> <http://www.w3.org/2000/01/rdf-schema#label> "GovGAST3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.kac> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.kac> <http://www.w3.org/2000/01/rdf-schema#label> "kac"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.kac> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.kac> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tfen> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tfen> <http://www.w3.org/2000/01/rdf-schema#label> "tfen"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tfen> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tfen> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tsi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tsi> <http://www.w3.org/2000/01/rdf-schema#label> "tsi"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tsi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tsi> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.ttc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.ttc> <http://www.w3.org/2000/01/rdf-schema#label> "ttc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.ttc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.ttc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tt> <http://www.w3.org/2000/01/rdf-schema#label> "tt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.mxef> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.mxef> <http://www.w3.org/2000/01/rdf-schema#label> "mxef"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.mxef> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.mxef> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.rcmn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.rcmn> <http://www.w3.org/2000/01/rdf-schema#label> "rcmn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.rcmn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.rcmn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.kca> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.kca> <http://www.w3.org/2000/01/rdf-schema#label> "kca"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.kca> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.kca> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.bp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.bp> <http://www.w3.org/2000/01/rdf-schema#label> "bp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.bp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.bp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.dtc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.dtc> <http://www.w3.org/2000/01/rdf-schema#label> "dtc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.dtc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.dtc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.ty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.ty> <http://www.w3.org/2000/01/rdf-schema#label> "ty"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.ty> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.ty> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tac> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tac> <http://www.w3.org/2000/01/rdf-schema#label> "tac"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tac> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tac> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.rcmx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.rcmx> <http://www.w3.org/2000/01/rdf-schema#label> "rcmx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.rcmx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.rcmx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.mnef> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.mnef> <http://www.w3.org/2000/01/rdf-schema#label> "mnef"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.mnef> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.mnef> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.bca> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.bca> <http://www.w3.org/2000/01/rdf-schema#label> "bca"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.bca> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.bca> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.ky> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.ky> <http://www.w3.org/2000/01/rdf-schema#label> "ky"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.ky> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.ky> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.ksi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.ksi> <http://www.w3.org/2000/01/rdf-schema#label> "ksi"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.ksi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST3.ksi> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Generic turbogas with acceleration and temperature controller.

Property Domain Range Comment
kac GovGAST3 double Fuel system feedback (KAC). Typical value = 0.
tfen GovGAST3 double Turbine rated exhaust temperature correspondent to Pm=1 PU (Tfen). Typical value = 540.
mwbase GovGAST3 double Base for power values (MWbase) (> 0). Unit = MW.
tsi GovGAST3 double Time constant of radiation shield (Tsi) (>= 0). Typical value = 15.
ttc GovGAST3 double Time constant of thermocouple (Ttc) (>= 0). Typical value = 2,5.
tc GovGAST3 double Compressor discharge volume time constant (Tc) (>= 0). Typical value = 0,2.
tt GovGAST3 double Temperature controller integration rate (Tt). Typical value = 250.
mxef GovGAST3 double Fuel flow maximum positive error value (MXef). Typical value = 0,05.
rcmn GovGAST3 double Minimum fuel flow (RCMN). Typical value = -0,1.
kca GovGAST3 double Acceleration control integral gain (Kca). Unit = 1/s. Typical value = 100.
bp GovGAST3 double Droop (bp). Typical value = 0,05.
dtc GovGAST3 double Exhaust temperature variation due to fuel flow increasing from 0 to 1 PU (deltaTc). Typical value = 390.
ty GovGAST3 double Time constant of fuel valve positioner (Ty) (>= 0). Typical value = 0,2.
tac GovGAST3 double Fuel control time constant (Tac) (>= 0). Typical value = 0,1.
rcmx GovGAST3 double Maximum fuel flow (RCMX). Typical value = 1.
tg GovGAST3 double Time constant of speed governor (Tg) (>= 0). Typical value = 0,05.
mnef GovGAST3 double Fuel flow maximum negative error value (MNef). Typical value = -0,05.
bca GovGAST3 double Acceleration limit set-point (Bca). Unit = 1/s. Typical value = 0,01.
td GovGAST3 double Temperature controller derivative gain (Td) (>= 0). Typical value = 3,3.
ky GovGAST3 double Coefficient of transfer function of fuel valve positioner (Ky). Typical value = 1.
ka GovGAST3 double Minimum fuel flow (Ka). Typical value = 0,23.
ksi GovGAST3 double Gain of radiation shield (Ksi). Typical value = 0,8.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovGAST4

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovGAST4> rdf:type rdfs:Class ;
	rdfs:label "GovGAST4"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovGAST4.tm> rdf:type rdfs:Property ;
	rdfs:label "tm"@en ;
	rdfs:domain <GovGAST4> ;
	rdfs:range xsd:double .
<GovGAST4.rymx> rdf:type rdfs:Property ;
	rdfs:label "rymx"@en ;
	rdfs:domain <GovGAST4> ;
	rdfs:range xsd:double .
<GovGAST4.rymn> rdf:type rdfs:Property ;
	rdfs:label "rymn"@en ;
	rdfs:domain <GovGAST4> ;
	rdfs:range xsd:double .
<GovGAST4.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <GovGAST4> ;
	rdfs:range xsd:double .
<GovGAST4.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovGAST4> ;
	rdfs:range xsd:double .
<GovGAST4.bp> rdf:type rdfs:Property ;
	rdfs:label "bp"@en ;
	rdfs:domain <GovGAST4> ;
	rdfs:range xsd:double .
<GovGAST4.mnef> rdf:type rdfs:Property ;
	rdfs:label "mnef"@en ;
	rdfs:domain <GovGAST4> ;
	rdfs:range xsd:double .
<GovGAST4.ktm> rdf:type rdfs:Property ;
	rdfs:label "ktm"@en ;
	rdfs:domain <GovGAST4> ;
	rdfs:range xsd:double .
<GovGAST4.ty> rdf:type rdfs:Property ;
	rdfs:label "ty"@en ;
	rdfs:domain <GovGAST4> ;
	rdfs:range xsd:double .
<GovGAST4.mxef> rdf:type rdfs:Property ;
	rdfs:label "mxef"@en ;
	rdfs:domain <GovGAST4> ;
	rdfs:range xsd:double .
<GovGAST4.tcm> rdf:type rdfs:Property ;
	rdfs:label "tcm"@en ;
	rdfs:domain <GovGAST4> ;
	rdfs:range xsd:double .
<GovGAST4.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <GovGAST4> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4> <http://www.w3.org/2000/01/rdf-schema#label> "GovGAST4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.tm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.tm> <http://www.w3.org/2000/01/rdf-schema#label> "tm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.tm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.tm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.rymx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.rymx> <http://www.w3.org/2000/01/rdf-schema#label> "rymx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.rymx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.rymx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.rymn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.rymn> <http://www.w3.org/2000/01/rdf-schema#label> "rymn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.rymn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.rymn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.bp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.bp> <http://www.w3.org/2000/01/rdf-schema#label> "bp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.bp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.bp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.mnef> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.mnef> <http://www.w3.org/2000/01/rdf-schema#label> "mnef"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.mnef> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.mnef> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.ktm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.ktm> <http://www.w3.org/2000/01/rdf-schema#label> "ktm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.ktm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.ktm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.ty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.ty> <http://www.w3.org/2000/01/rdf-schema#label> "ty"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.ty> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.ty> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.mxef> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.mxef> <http://www.w3.org/2000/01/rdf-schema#label> "mxef"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.mxef> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.mxef> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.tcm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.tcm> <http://www.w3.org/2000/01/rdf-schema#label> "tcm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.tcm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.tcm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGAST4.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Generic turbogas.

Property Domain Range Comment
tm GovGAST4 double Compressor discharge volume time constant (Tm) (>= 0). Typical value = 0,2.
rymx GovGAST4 double Maximum valve opening (RYMX). Typical value = 1,1.
rymn GovGAST4 double Minimum valve opening (RYMN). Typical value = 0.
ta GovGAST4 double Maximum gate opening velocity (TA) (>= 0). Typical value = 3.
mwbase GovGAST4 double Base for power values (MWbase) (> 0). Unit = MW.
bp GovGAST4 double Droop (bp). Typical value = 0,05.
mnef GovGAST4 double Fuel flow maximum negative error value (MNef). Typical value = -0,05.
ktm GovGAST4 double Compressor gain (Ktm). Typical value = 0.
ty GovGAST4 double Time constant of fuel valve positioner (Ty) (>= 0). Typical value = 0,1.
mxef GovGAST4 double Fuel flow maximum positive error value (MXef). Typical value = 0,05.
tcm GovGAST4 double Fuel control time constant (Tcm) (>= 0). Typical value = 0,1.
tc GovGAST4 double Maximum gate closing velocity (TC) (>= 0). Typical value = 0,5.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovGASTWD

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovGASTWD> rdf:type rdfs:Class ;
	rdfs:label "GovGASTWD"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovGASTWD.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.tcd> rdf:type rdfs:Property ;
	rdfs:label "tcd"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.a> rdf:type rdfs:Property ;
	rdfs:label "a"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.tmax> rdf:type rdfs:Property ;
	rdfs:label "tmax"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.etd> rdf:type rdfs:Property ;
	rdfs:label "etd"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.k3> rdf:type rdfs:Property ;
	rdfs:label "k3"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.af1> rdf:type rdfs:Property ;
	rdfs:label "af1"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.tmin> rdf:type rdfs:Property ;
	rdfs:label "tmin"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.k5> rdf:type rdfs:Property ;
	rdfs:label "k5"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.t> rdf:type rdfs:Property ;
	rdfs:label "t"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.c> rdf:type rdfs:Property ;
	rdfs:label "c"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.tr> rdf:type rdfs:Property ;
	rdfs:label "tr"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.cf2> rdf:type rdfs:Property ;
	rdfs:label "cf2"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.af2> rdf:type rdfs:Property ;
	rdfs:label "af2"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.k6> rdf:type rdfs:Property ;
	rdfs:label "k6"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.k4> rdf:type rdfs:Property ;
	rdfs:label "k4"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.b> rdf:type rdfs:Property ;
	rdfs:label "b"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.bf2> rdf:type rdfs:Property ;
	rdfs:label "bf2"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.bf1> rdf:type rdfs:Property ;
	rdfs:label "bf1"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.ecr> rdf:type rdfs:Property ;
	rdfs:label "ecr"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.kdroop> rdf:type rdfs:Property ;
	rdfs:label "kdroop"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.tt> rdf:type rdfs:Property ;
	rdfs:label "tt"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<GovGASTWD.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <GovGASTWD> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> <http://www.w3.org/2000/01/rdf-schema#label> "GovGASTWD"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tcd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tcd> <http://www.w3.org/2000/01/rdf-schema#label> "tcd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tcd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tcd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.a> <http://www.w3.org/2000/01/rdf-schema#label> "a"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.a> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.a> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tmax> <http://www.w3.org/2000/01/rdf-schema#label> "tmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.etd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.etd> <http://www.w3.org/2000/01/rdf-schema#label> "etd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.etd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.etd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.k3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.k3> <http://www.w3.org/2000/01/rdf-schema#label> "k3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.k3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.k3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.af1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.af1> <http://www.w3.org/2000/01/rdf-schema#label> "af1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.af1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.af1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tmin> <http://www.w3.org/2000/01/rdf-schema#label> "tmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.k5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.k5> <http://www.w3.org/2000/01/rdf-schema#label> "k5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.k5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.k5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.t> <http://www.w3.org/2000/01/rdf-schema#label> "t"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.t> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.t> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.c> <http://www.w3.org/2000/01/rdf-schema#label> "c"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.c> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.c> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tr> <http://www.w3.org/2000/01/rdf-schema#label> "tr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.cf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.cf2> <http://www.w3.org/2000/01/rdf-schema#label> "cf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.cf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.cf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.af2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.af2> <http://www.w3.org/2000/01/rdf-schema#label> "af2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.af2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.af2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.k6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.k6> <http://www.w3.org/2000/01/rdf-schema#label> "k6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.k6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.k6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.k4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.k4> <http://www.w3.org/2000/01/rdf-schema#label> "k4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.k4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.k4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.b> <http://www.w3.org/2000/01/rdf-schema#label> "b"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.b> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.b> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.bf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.bf2> <http://www.w3.org/2000/01/rdf-schema#label> "bf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.bf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.bf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.bf1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.bf1> <http://www.w3.org/2000/01/rdf-schema#label> "bf1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.bf1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.bf1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.ecr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.ecr> <http://www.w3.org/2000/01/rdf-schema#label> "ecr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.ecr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.ecr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.kdroop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.kdroop> <http://www.w3.org/2000/01/rdf-schema#label> "kdroop"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.kdroop> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.kdroop> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tt> <http://www.w3.org/2000/01/rdf-schema#label> "tt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.tt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovGASTWD.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Woodward™ gas turbine governor. [Footnote: Woodward gas turbines are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.] .

Property Domain Range Comment
t3 GovGASTWD double Radiation shield time constant (T3) (>= 0). Typical value = 15.
tcd GovGASTWD double Compressor discharge time constant (Tcd) (>= 0). Typical value = 0,1.
a GovGASTWD double Valve positioner (A). Typical value = 1.
tmax GovGASTWD double Maximum Turbine limit (Tmax) (> GovGASTWD.tmin). Typical value = 1.
td GovGASTWD double Power transducer time constant (Td) (>= 0). Typical value = 0,2.
etd GovGASTWD double Turbine and exhaust delay (Etd) (>= 0). Typical value = 0,02.
tf GovGASTWD double Fuel system time constant (Tf) (>= 0). Typical value = 0,4.
k3 GovGASTWD double Ratio of fuel adjustment (K3). Typical value = 0,77.
kp GovGASTWD double PID proportional gain (Kp). Typical value = 15.
af1 GovGASTWD double Exhaust temperature parameter (Af1). Typical value = 700.
tmin GovGASTWD double Minimum turbine limit (Tmin) (< GovGASTWD.tmax). Typical value = 0.
k5 GovGASTWD double Gain of radiation shield (K5). Typical value = 0,2.
t GovGASTWD double Fuel control time constant (T) (>= 0). Typical value = 0.
tc GovGASTWD double Temperature control (Tc). Typical value = 955.
c GovGASTWD double Valve positioner (C). Typical value = 1.
tr GovGASTWD double Rated temperature (Tr). Typical value = 955.
cf2 GovGASTWD double Coefficient defining fuel flow where power output is 0 % (Cf2). Synchronous but no output. Typically 0,23 x Khhv (23 % fuel flow). Typical value = 0,5.
t5 GovGASTWD double Temperature control time constant (T5) (>= 0). Typical value = 3.
af2 GovGASTWD double Coefficient equal to 0,5(1-speed) (Af2). Typical value = -0,299.
k6 GovGASTWD double Minimum fuel flow (K6). Typical value = 0,23.
mwbase GovGASTWD double Base for power values, turbine rated power (MWbase) (> 0). Unit = MW. Typical value = 0.
k4 GovGASTWD double Gain of radiation shield (K4). Typical value = 0,8.
ki GovGASTWD double Isochronous Governor Gain (Ki). Typical value = 5.
b GovGASTWD double Valve positioner (B). Typical value = 0,5.
bf2 GovGASTWD double Turbine torque coefficient Khhv (depends on heating value of fuel stream in combustion chamber) (Bf2). Typical value = 1,3.
bf1 GovGASTWD double (Bf1). Bf1 = E(1-w) where E (speed sensitivity coefficient) is 0,55 to 0,65 x Tr. Typical value = 550.
kf GovGASTWD double Fuel system feedback (Kf). Typical value = 0.
ecr GovGASTWD double Combustion reaction time delay (Ecr) (>= 0). Typical value = 0,01.
kdroop GovGASTWD double Permanent droop (Kdroop) (>= 0). Typical value = 0,05.
kd GovGASTWD double Drop governor gain (Kd). Typical value = 5.
tt GovGASTWD double Temperature controller integration rate (Tt) (>= 0). Typical value = 400.
t4 GovGASTWD double Thermocouple time constant (T4) (>= 0). Typical value = 2,5.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovHydro1

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovHydro1> rdf:type rdfs:Class ;
	rdfs:label "GovHydro1"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovHydro1.dturb> rdf:type rdfs:Property ;
	rdfs:label "dturb"@en ;
	rdfs:domain <GovHydro1> ;
	rdfs:range xsd:double .
<GovHydro1.rperm> rdf:type rdfs:Property ;
	rdfs:label "rperm"@en ;
	rdfs:domain <GovHydro1> ;
	rdfs:range xsd:double .
<GovHydro1.rtemp> rdf:type rdfs:Property ;
	rdfs:label "rtemp"@en ;
	rdfs:domain <GovHydro1> ;
	rdfs:range xsd:double .
<GovHydro1.gmin> rdf:type rdfs:Property ;
	rdfs:label "gmin"@en ;
	rdfs:domain <GovHydro1> ;
	rdfs:range xsd:double .
<GovHydro1.gmax> rdf:type rdfs:Property ;
	rdfs:label "gmax"@en ;
	rdfs:domain <GovHydro1> ;
	rdfs:range xsd:double .
<GovHydro1.velm> rdf:type rdfs:Property ;
	rdfs:label "velm"@en ;
	rdfs:domain <GovHydro1> ;
	rdfs:range xsd:double .
<GovHydro1.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <GovHydro1> ;
	rdfs:range xsd:double .
<GovHydro1.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovHydro1> ;
	rdfs:range xsd:double .
<GovHydro1.at> rdf:type rdfs:Property ;
	rdfs:label "at"@en ;
	rdfs:domain <GovHydro1> ;
	rdfs:range xsd:double .
<GovHydro1.qnl> rdf:type rdfs:Property ;
	rdfs:label "qnl"@en ;
	rdfs:domain <GovHydro1> ;
	rdfs:range xsd:double .
<GovHydro1.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <GovHydro1> ;
	rdfs:range xsd:double .
<GovHydro1.tr> rdf:type rdfs:Property ;
	rdfs:label "tr"@en ;
	rdfs:domain <GovHydro1> ;
	rdfs:range xsd:double .
<GovHydro1.hdam> rdf:type rdfs:Property ;
	rdfs:label "hdam"@en ;
	rdfs:domain <GovHydro1> ;
	rdfs:range xsd:double .
<GovHydro1.tw> rdf:type rdfs:Property ;
	rdfs:label "tw"@en ;
	rdfs:domain <GovHydro1> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1> <http://www.w3.org/2000/01/rdf-schema#label> "GovHydro1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.dturb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.dturb> <http://www.w3.org/2000/01/rdf-schema#label> "dturb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.dturb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.dturb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.rperm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.rperm> <http://www.w3.org/2000/01/rdf-schema#label> "rperm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.rperm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.rperm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.rtemp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.rtemp> <http://www.w3.org/2000/01/rdf-schema#label> "rtemp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.rtemp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.rtemp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.gmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.gmin> <http://www.w3.org/2000/01/rdf-schema#label> "gmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.gmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.gmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.gmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.gmax> <http://www.w3.org/2000/01/rdf-schema#label> "gmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.gmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.gmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.velm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.velm> <http://www.w3.org/2000/01/rdf-schema#label> "velm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.velm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.velm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.at> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.at> <http://www.w3.org/2000/01/rdf-schema#label> "at"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.at> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.at> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.qnl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.qnl> <http://www.w3.org/2000/01/rdf-schema#label> "qnl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.qnl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.qnl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.tr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.tr> <http://www.w3.org/2000/01/rdf-schema#label> "tr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.tr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.tr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.hdam> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.hdam> <http://www.w3.org/2000/01/rdf-schema#label> "hdam"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.hdam> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.hdam> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.tw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.tw> <http://www.w3.org/2000/01/rdf-schema#label> "tw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.tw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro1.tw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Basic hydro turbine governor.

Property Domain Range Comment
dturb GovHydro1 double Turbine damping factor (Dturb) (>= 0). Typical value = 0,5.
rperm GovHydro1 double Permanent droop (R) (> 0). Typical value = 0,04.
rtemp GovHydro1 double Temporary droop (r) (> GovHydro1.rperm). Typical value = 0,3.
gmin GovHydro1 double Minimum gate opening (Gmin) (>= 0 and < GovHydro1.gmax). Typical value = 0.
gmax GovHydro1 double Maximum gate opening (Gmax) (> 0 and > GovHydro1.gmin). Typical value = 1.
velm GovHydro1 double Maximum gate velocity (Vlem) (> 0). The limit is applied on the state variable of the integrator. Typical value = 0,2.
tf GovHydro1 double Filter time constant (Tf) (> 0). Typical value = 0,05.
mwbase GovHydro1 double Base for power values (MWbase) (> 0). Unit = MW.
at GovHydro1 double Turbine gain (At) (> 0). Typical value = 1,2.
qnl GovHydro1 double No-load flow at nominal head (qnl) (>= 0). Typical value = 0,08.
tg GovHydro1 double Gate servo time constant (Tg) (> 0). Typical value = 0,5.
tr GovHydro1 double Washout time constant (Tr) (> 0). Typical value = 5.
hdam GovHydro1 double Turbine nominal head (hdam). Typical value = 1.
tw GovHydro1 double Water inertia time constant (Tw) (> 0). Typical value = 1.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovHydro2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovHydro2> rdf:type rdfs:Class ;
	rdfs:label "GovHydro2"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovHydro2.aturb> rdf:type rdfs:Property ;
	rdfs:label "aturb"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.db2> rdf:type rdfs:Property ;
	rdfs:label "db2"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.pgv3> rdf:type rdfs:Property ;
	rdfs:label "pgv3"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.uo> rdf:type rdfs:Property ;
	rdfs:label "uo"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.pgv2> rdf:type rdfs:Property ;
	rdfs:label "pgv2"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.rtemp> rdf:type rdfs:Property ;
	rdfs:label "rtemp"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.pgv5> rdf:type rdfs:Property ;
	rdfs:label "pgv5"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.tr> rdf:type rdfs:Property ;
	rdfs:label "tr"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.uc> rdf:type rdfs:Property ;
	rdfs:label "uc"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.pgv4> rdf:type rdfs:Property ;
	rdfs:label "pgv4"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.pgv1> rdf:type rdfs:Property ;
	rdfs:label "pgv1"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.gv4> rdf:type rdfs:Property ;
	rdfs:label "gv4"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.gv6> rdf:type rdfs:Property ;
	rdfs:label "gv6"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.gv1> rdf:type rdfs:Property ;
	rdfs:label "gv1"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.pgv6> rdf:type rdfs:Property ;
	rdfs:label "pgv6"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.db1> rdf:type rdfs:Property ;
	rdfs:label "db1"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.gv3> rdf:type rdfs:Property ;
	rdfs:label "gv3"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.rperm> rdf:type rdfs:Property ;
	rdfs:label "rperm"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.eps> rdf:type rdfs:Property ;
	rdfs:label "eps"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.bturb> rdf:type rdfs:Property ;
	rdfs:label "bturb"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.gv2> rdf:type rdfs:Property ;
	rdfs:label "gv2"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.tw> rdf:type rdfs:Property ;
	rdfs:label "tw"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.kturb> rdf:type rdfs:Property ;
	rdfs:label "kturb"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<GovHydro2.gv5> rdf:type rdfs:Property ;
	rdfs:label "gv5"@en ;
	rdfs:domain <GovHydro2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> <http://www.w3.org/2000/01/rdf-schema#label> "GovHydro2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.aturb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.aturb> <http://www.w3.org/2000/01/rdf-schema#label> "aturb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.aturb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.aturb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.db2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.db2> <http://www.w3.org/2000/01/rdf-schema#label> "db2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.db2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.db2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv3> <http://www.w3.org/2000/01/rdf-schema#label> "pgv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.uo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.uo> <http://www.w3.org/2000/01/rdf-schema#label> "uo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.uo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.uo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv2> <http://www.w3.org/2000/01/rdf-schema#label> "pgv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.rtemp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.rtemp> <http://www.w3.org/2000/01/rdf-schema#label> "rtemp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.rtemp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.rtemp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv5> <http://www.w3.org/2000/01/rdf-schema#label> "pgv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.tr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.tr> <http://www.w3.org/2000/01/rdf-schema#label> "tr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.tr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.tr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.uc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.uc> <http://www.w3.org/2000/01/rdf-schema#label> "uc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.uc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.uc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv4> <http://www.w3.org/2000/01/rdf-schema#label> "pgv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv1> <http://www.w3.org/2000/01/rdf-schema#label> "pgv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv4> <http://www.w3.org/2000/01/rdf-schema#label> "gv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv6> <http://www.w3.org/2000/01/rdf-schema#label> "gv6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv1> <http://www.w3.org/2000/01/rdf-schema#label> "gv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv6> <http://www.w3.org/2000/01/rdf-schema#label> "pgv6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pgv6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.db1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.db1> <http://www.w3.org/2000/01/rdf-schema#label> "db1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.db1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.db1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv3> <http://www.w3.org/2000/01/rdf-schema#label> "gv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.rperm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.rperm> <http://www.w3.org/2000/01/rdf-schema#label> "rperm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.rperm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.rperm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.eps> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.eps> <http://www.w3.org/2000/01/rdf-schema#label> "eps"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.eps> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.eps> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.bturb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.bturb> <http://www.w3.org/2000/01/rdf-schema#label> "bturb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.bturb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.bturb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv2> <http://www.w3.org/2000/01/rdf-schema#label> "gv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.tw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.tw> <http://www.w3.org/2000/01/rdf-schema#label> "tw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.tw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.tw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.kturb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.kturb> <http://www.w3.org/2000/01/rdf-schema#label> "kturb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.kturb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.kturb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv5> <http://www.w3.org/2000/01/rdf-schema#label> "gv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro2.gv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE hydro turbine governor with straightforward penstock configuration and hydraulic-dashpot governor.

Property Domain Range Comment
aturb GovHydro2 double Turbine numerator multiplier (Aturb). Typical value = -1.
db2 GovHydro2 double Unintentional deadband (db2). Unit = MW. Typical value = 0.
pgv3 GovHydro2 double Nonlinear gain point 3, PU power (Pgv3). Typical value = 0.
uo GovHydro2 double Maximum gate opening velocity (Uo). Unit = PU / s. Typical value = 0,1.
pgv2 GovHydro2 double Nonlinear gain point 2, PU power (Pgv2). Typical value = 0.
rtemp GovHydro2 double Temporary droop (Rtemp). Typical value = 0,5.
pgv5 GovHydro2 double Nonlinear gain point 5, PU power (Pgv5). Typical value = 0.
tg GovHydro2 double Gate servo time constant (Tg) (> 0). Typical value = 0,5.
tr GovHydro2 double Dashpot time constant (Tr) (>= 0). Typical value = 12.
uc GovHydro2 double Maximum gate closing velocity (Uc) (< 0). Unit = PU / s. Typical value = -0,1.
mwbase GovHydro2 double Base for power values (MWbase) (> 0). Unit = MW.
tp GovHydro2 double Pilot servo valve time constant (Tp) (>= 0). Typical value = 0,03.
pgv4 GovHydro2 double Nonlinear gain point 4, PU power (Pgv4). Typical value = 0.
pgv1 GovHydro2 double Nonlinear gain point 1, PU power (Pgv1). Typical value = 0.
gv4 GovHydro2 double Nonlinear gain point 4, PU gv (Gv4). Typical value = 0.
pmax GovHydro2 double Maximum gate opening (Pmax) (> GovHydro2.pmin). Typical value = 1.
gv6 GovHydro2 double Nonlinear gain point 6, PU gv (Gv6). Typical value = 0.
gv1 GovHydro2 double Nonlinear gain point 1, PU gv (Gv1). Typical value = 0.
pgv6 GovHydro2 double Nonlinear gain point 6, PU power (Pgv6). Typical value = 0.
db1 GovHydro2 double Intentional deadband width (db1). Unit = Hz. Typical value = 0.
gv3 GovHydro2 double Nonlinear gain point 3, PU gv (Gv3). Typical value = 0.
rperm GovHydro2 double Permanent droop (Rperm). Typical value = 0,05.
eps GovHydro2 double Intentional db hysteresis (eps). Unit = Hz. Typical value = 0.
bturb GovHydro2 double Turbine denominator multiplier (Bturb) (> 0). Typical value = 0,5.
pmin GovHydro2 double Minimum gate opening (Pmin) (< GovHydro2.pmax). Typical value = 0.
gv2 GovHydro2 double Nonlinear gain point 2, PU gv (Gv2). Typical value = 0.
tw GovHydro2 double Water inertia time constant (Tw) (>= 0). Typical value = 2.
kturb GovHydro2 double Turbine gain (Kturb). Typical value = 1.
gv5 GovHydro2 double Nonlinear gain point 5, PU gv (Gv5). Typical value = 0.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovHydro3

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovHydro3> rdf:type rdfs:Class ;
	rdfs:label "GovHydro3"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovHydro3.gv5> rdf:type rdfs:Property ;
	rdfs:label "gv5"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.pgv4> rdf:type rdfs:Property ;
	rdfs:label "pgv4"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.pgv1> rdf:type rdfs:Property ;
	rdfs:label "pgv1"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.gv3> rdf:type rdfs:Property ;
	rdfs:label "gv3"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.rgate> rdf:type rdfs:Property ;
	rdfs:label "rgate"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.tt> rdf:type rdfs:Property ;
	rdfs:label "tt"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.gv4> rdf:type rdfs:Property ;
	rdfs:label "gv4"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.at> rdf:type rdfs:Property ;
	rdfs:label "at"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.eps> rdf:type rdfs:Property ;
	rdfs:label "eps"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.qnl> rdf:type rdfs:Property ;
	rdfs:label "qnl"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.tw> rdf:type rdfs:Property ;
	rdfs:label "tw"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.gv6> rdf:type rdfs:Property ;
	rdfs:label "gv6"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.gv2> rdf:type rdfs:Property ;
	rdfs:label "gv2"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.dturb> rdf:type rdfs:Property ;
	rdfs:label "dturb"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.governorControl> rdf:type rdfs:Property ;
	rdfs:label "governorControl"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:boolean .
<GovHydro3.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.pgv6> rdf:type rdfs:Property ;
	rdfs:label "pgv6"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.gv1> rdf:type rdfs:Property ;
	rdfs:label "gv1"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.db1> rdf:type rdfs:Property ;
	rdfs:label "db1"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.pgv2> rdf:type rdfs:Property ;
	rdfs:label "pgv2"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.pgv3> rdf:type rdfs:Property ;
	rdfs:label "pgv3"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.velcl> rdf:type rdfs:Property ;
	rdfs:label "velcl"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.h0> rdf:type rdfs:Property ;
	rdfs:label "h0"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.db2> rdf:type rdfs:Property ;
	rdfs:label "db2"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.pgv5> rdf:type rdfs:Property ;
	rdfs:label "pgv5"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.relec> rdf:type rdfs:Property ;
	rdfs:label "relec"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.velop> rdf:type rdfs:Property ;
	rdfs:label "velop"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.kg> rdf:type rdfs:Property ;
	rdfs:label "kg"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<GovHydro3.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovHydro3> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> <http://www.w3.org/2000/01/rdf-schema#label> "GovHydro3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv5> <http://www.w3.org/2000/01/rdf-schema#label> "gv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv4> <http://www.w3.org/2000/01/rdf-schema#label> "pgv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv1> <http://www.w3.org/2000/01/rdf-schema#label> "pgv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv3> <http://www.w3.org/2000/01/rdf-schema#label> "gv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.rgate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.rgate> <http://www.w3.org/2000/01/rdf-schema#label> "rgate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.rgate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.rgate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.tt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.tt> <http://www.w3.org/2000/01/rdf-schema#label> "tt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.tt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.tt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv4> <http://www.w3.org/2000/01/rdf-schema#label> "gv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.at> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.at> <http://www.w3.org/2000/01/rdf-schema#label> "at"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.at> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.at> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.eps> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.eps> <http://www.w3.org/2000/01/rdf-schema#label> "eps"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.eps> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.eps> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.qnl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.qnl> <http://www.w3.org/2000/01/rdf-schema#label> "qnl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.qnl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.qnl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.tw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.tw> <http://www.w3.org/2000/01/rdf-schema#label> "tw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.tw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.tw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv6> <http://www.w3.org/2000/01/rdf-schema#label> "gv6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv2> <http://www.w3.org/2000/01/rdf-schema#label> "gv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.dturb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.dturb> <http://www.w3.org/2000/01/rdf-schema#label> "dturb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.dturb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.dturb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.governorControl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.governorControl> <http://www.w3.org/2000/01/rdf-schema#label> "governorControl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.governorControl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.governorControl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv6> <http://www.w3.org/2000/01/rdf-schema#label> "pgv6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv1> <http://www.w3.org/2000/01/rdf-schema#label> "gv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.gv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.db1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.db1> <http://www.w3.org/2000/01/rdf-schema#label> "db1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.db1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.db1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv2> <http://www.w3.org/2000/01/rdf-schema#label> "pgv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv3> <http://www.w3.org/2000/01/rdf-schema#label> "pgv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.velcl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.velcl> <http://www.w3.org/2000/01/rdf-schema#label> "velcl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.velcl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.velcl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.h0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.h0> <http://www.w3.org/2000/01/rdf-schema#label> "h0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.h0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.h0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.db2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.db2> <http://www.w3.org/2000/01/rdf-schema#label> "db2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.db2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.db2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv5> <http://www.w3.org/2000/01/rdf-schema#label> "pgv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.pgv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.relec> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.relec> <http://www.w3.org/2000/01/rdf-schema#label> "relec"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.relec> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.relec> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.velop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.velop> <http://www.w3.org/2000/01/rdf-schema#label> "velop"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.velop> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.velop> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.kg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.kg> <http://www.w3.org/2000/01/rdf-schema#label> "kg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.kg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.kg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro3.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified IEEE hydro governor-turbine. This model differs from that defined in the IEEE modelling guideline paper in that the limits on gate position and velocity do not permit “wind up” of the upstream signals.

Property Domain Range Comment
gv5 GovHydro3 double Nonlinear gain point 5, PU gv (Gv5). Typical value = 0.
pgv4 GovHydro3 double Nonlinear gain point 4, PU power (Pgv4). Typical value = 0.
pgv1 GovHydro3 double Nonlinear gain point 1, PU power (Pgv1). Typical value = 0.
gv3 GovHydro3 double Nonlinear gain point 3, PU gv (Gv3). Typical value = 0.
ki GovHydro3 double Integral gain (Ki). Typical value = 0,5.
k1 GovHydro3 double Derivative gain (K1). Typical value = 0,01.
rgate GovHydro3 double Steady-state droop, PU, for governor output feedback (Rgate). Typical value = 0.
tt GovHydro3 double Power feedback time constant (Tt) (>= 0). Typical value = 0,2.
gv4 GovHydro3 double Nonlinear gain point 4, PU gv (Gv4). Typical value = 0.
k2 GovHydro3 double Double derivative gain, if Cflag = -1 (K2). Typical value = 2,5.
at GovHydro3 double Turbine gain (At) (>0). Typical value = 1,2.
tp GovHydro3 double Gate servo time constant (Tp) (>= 0). Typical value = 0,05.
eps GovHydro3 double Intentional db hysteresis (eps). Unit = Hz. Typical value = 0.
qnl GovHydro3 double No-load turbine flow at nominal head (Qnl). Typical value = 0,08.
tw GovHydro3 double Water inertia time constant (Tw) (>= 0). If = 0, block is bypassed. Typical value = 1.
gv6 GovHydro3 double Nonlinear gain point 6, PU gv (Gv6). Typical value = 0.
gv2 GovHydro3 double Nonlinear gain point 2, PU gv (Gv2). Typical value = 0.
dturb GovHydro3 double Turbine damping factor (Dturb). Typical value = 0,2.
governorControl GovHydro3 boolean Governor control flag (Cflag). true = PID control is active false = double derivative control is active. Typical value = true.
pmax GovHydro3 double Maximum gate opening, PU of MWbase (Pmax) (> GovHydro3.pmin). Typical value = 1.
pgv6 GovHydro3 double Nonlinear gain point 6, PU power (Pgv6). Typical value = 0.
tf GovHydro3 double Washout time constant (Tf) (>= 0). Typical value = 0,1.
gv1 GovHydro3 double Nonlinear gain point 1, PU gv (Gv1). Typical value = 0.
db1 GovHydro3 double Intentional dead-band width (db1). Unit = Hz. Typical value = 0.
pgv2 GovHydro3 double Nonlinear gain point 2, PU power (Pgv2). Typical value = 0.
td GovHydro3 double Input filter time constant (Td) (>= 0). Typical value = 0,05.
pmin GovHydro3 double Minimum gate opening, PU of MWbase (Pmin) (< GovHydro3.pmax). Typical value = 0.
pgv3 GovHydro3 double Nonlinear gain point 3, PU power (Pgv3). Typical value = 0.
velcl GovHydro3 double Maximum gate closing velocity (Velcl). Unit = PU / s. Typical value = -0,2.
h0 GovHydro3 double Turbine nominal head (H0). Typical value = 1.
db2 GovHydro3 double Unintentional dead-band (db2). Unit = MW. Typical value = 0.
pgv5 GovHydro3 double Nonlinear gain point 5, PU power (Pgv5). Typical value = 0.
relec GovHydro3 double Steady-state droop, PU, for electrical power feedback (Relec). Typical value = 0,05.
velop GovHydro3 double Maximum gate opening velocity (Velop). Unit = PU / s. Typical value = 0,2.
kg GovHydro3 double Gate servo gain (Kg). Typical value = 2.
mwbase GovHydro3 double Base for power values (MWbase) (> 0). Unit = MW.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovHydro4

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovHydro4> rdf:type rdfs:Class ;
	rdfs:label "GovHydro4"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovHydro4.pgv3> rdf:type rdfs:Property ;
	rdfs:label "pgv3"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.tw> rdf:type rdfs:Property ;
	rdfs:label "tw"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.bmax> rdf:type rdfs:Property ;
	rdfs:label "bmax"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.qnl> rdf:type rdfs:Property ;
	rdfs:label "qnl"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.gv1> rdf:type rdfs:Property ;
	rdfs:label "gv1"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.db2> rdf:type rdfs:Property ;
	rdfs:label "db2"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.bgv5> rdf:type rdfs:Property ;
	rdfs:label "bgv5"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.hdam> rdf:type rdfs:Property ;
	rdfs:label "hdam"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.eps> rdf:type rdfs:Property ;
	rdfs:label "eps"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.tr> rdf:type rdfs:Property ;
	rdfs:label "tr"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.db1> rdf:type rdfs:Property ;
	rdfs:label "db1"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.pgv1> rdf:type rdfs:Property ;
	rdfs:label "pgv1"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.gv5> rdf:type rdfs:Property ;
	rdfs:label "gv5"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.pgv0> rdf:type rdfs:Property ;
	rdfs:label "pgv0"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.bgv3> rdf:type rdfs:Property ;
	rdfs:label "bgv3"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.bgv2> rdf:type rdfs:Property ;
	rdfs:label "bgv2"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.gv4> rdf:type rdfs:Property ;
	rdfs:label "gv4"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.gv2> rdf:type rdfs:Property ;
	rdfs:label "gv2"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.gmax> rdf:type rdfs:Property ;
	rdfs:label "gmax"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.gv3> rdf:type rdfs:Property ;
	rdfs:label "gv3"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.dturb> rdf:type rdfs:Property ;
	rdfs:label "dturb"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.at> rdf:type rdfs:Property ;
	rdfs:label "at"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.bgv0> rdf:type rdfs:Property ;
	rdfs:label "bgv0"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.rtemp> rdf:type rdfs:Property ;
	rdfs:label "rtemp"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.bgv4> rdf:type rdfs:Property ;
	rdfs:label "bgv4"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.uo> rdf:type rdfs:Property ;
	rdfs:label "uo"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.bgv1> rdf:type rdfs:Property ;
	rdfs:label "bgv1"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.pgv5> rdf:type rdfs:Property ;
	rdfs:label "pgv5"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.tblade> rdf:type rdfs:Property ;
	rdfs:label "tblade"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.pgv4> rdf:type rdfs:Property ;
	rdfs:label "pgv4"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.pgv2> rdf:type rdfs:Property ;
	rdfs:label "pgv2"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.gv0> rdf:type rdfs:Property ;
	rdfs:label "gv0"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.rperm> rdf:type rdfs:Property ;
	rdfs:label "rperm"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.model> rdf:type rdfs:Property ;
	rdfs:label "model"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:string .
<GovHydro4.gmin> rdf:type rdfs:Property ;
	rdfs:label "gmin"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<GovHydro4.uc> rdf:type rdfs:Property ;
	rdfs:label "uc"@en ;
	rdfs:domain <GovHydro4> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> <http://www.w3.org/2000/01/rdf-schema#label> "GovHydro4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv3> <http://www.w3.org/2000/01/rdf-schema#label> "pgv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.tw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.tw> <http://www.w3.org/2000/01/rdf-schema#label> "tw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.tw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.tw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bmax> <http://www.w3.org/2000/01/rdf-schema#label> "bmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.qnl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.qnl> <http://www.w3.org/2000/01/rdf-schema#label> "qnl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.qnl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.qnl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv1> <http://www.w3.org/2000/01/rdf-schema#label> "gv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.db2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.db2> <http://www.w3.org/2000/01/rdf-schema#label> "db2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.db2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.db2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv5> <http://www.w3.org/2000/01/rdf-schema#label> "bgv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.hdam> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.hdam> <http://www.w3.org/2000/01/rdf-schema#label> "hdam"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.hdam> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.hdam> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.eps> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.eps> <http://www.w3.org/2000/01/rdf-schema#label> "eps"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.eps> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.eps> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.tr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.tr> <http://www.w3.org/2000/01/rdf-schema#label> "tr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.tr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.tr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.db1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.db1> <http://www.w3.org/2000/01/rdf-schema#label> "db1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.db1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.db1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv1> <http://www.w3.org/2000/01/rdf-schema#label> "pgv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv5> <http://www.w3.org/2000/01/rdf-schema#label> "gv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv0> <http://www.w3.org/2000/01/rdf-schema#label> "pgv0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv3> <http://www.w3.org/2000/01/rdf-schema#label> "bgv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv2> <http://www.w3.org/2000/01/rdf-schema#label> "bgv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv4> <http://www.w3.org/2000/01/rdf-schema#label> "gv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv2> <http://www.w3.org/2000/01/rdf-schema#label> "gv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gmax> <http://www.w3.org/2000/01/rdf-schema#label> "gmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv3> <http://www.w3.org/2000/01/rdf-schema#label> "gv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.dturb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.dturb> <http://www.w3.org/2000/01/rdf-schema#label> "dturb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.dturb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.dturb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.at> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.at> <http://www.w3.org/2000/01/rdf-schema#label> "at"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.at> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.at> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv0> <http://www.w3.org/2000/01/rdf-schema#label> "bgv0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.rtemp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.rtemp> <http://www.w3.org/2000/01/rdf-schema#label> "rtemp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.rtemp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.rtemp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv4> <http://www.w3.org/2000/01/rdf-schema#label> "bgv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.uo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.uo> <http://www.w3.org/2000/01/rdf-schema#label> "uo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.uo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.uo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv1> <http://www.w3.org/2000/01/rdf-schema#label> "bgv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.bgv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv5> <http://www.w3.org/2000/01/rdf-schema#label> "pgv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.tblade> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.tblade> <http://www.w3.org/2000/01/rdf-schema#label> "tblade"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.tblade> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.tblade> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv4> <http://www.w3.org/2000/01/rdf-schema#label> "pgv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv2> <http://www.w3.org/2000/01/rdf-schema#label> "pgv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.pgv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv0> <http://www.w3.org/2000/01/rdf-schema#label> "gv0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gv0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.rperm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.rperm> <http://www.w3.org/2000/01/rdf-schema#label> "rperm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.rperm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.rperm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.model> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.model> <http://www.w3.org/2000/01/rdf-schema#label> "model"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.model> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.model> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gmin> <http://www.w3.org/2000/01/rdf-schema#label> "gmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.gmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.uc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.uc> <http://www.w3.org/2000/01/rdf-schema#label> "uc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.uc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydro4.uc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Hydro turbine and governor. Represents plants with straight-forward penstock configurations and hydraulic governors of the traditional ‘dashpot’ type. This model can be used to represent simple, Francis/Pelton or Kaplan turbines.

Property Domain Range Comment
pgv3 GovHydro4 double Nonlinear gain point 3, PU power (Pgv3) (= 0 for simple). Typical value for Francis/Pelton = 0,8, Kaplan = 0,796.
tw GovHydro4 double Water inertia time constant (Tw) (> 0). Typical value = 1.
bmax GovHydro4 double Maximum blade adjustment factor (Bmax) (= 0 for simple, = 0 for Francis/Pelton). Typical value for Kaplan = 1,1276.
qnl GovHydro4 double No-load flow at nominal head (Qnl). Typical value for simple = 0,08, Francis/Pelton = 0, Kaplan = 0.
gv1 GovHydro4 double Nonlinear gain point 1, PU gv (Gv1) (= 0 for simple, > GovHydro4.gv0 for Francis/Pelton and Kaplan). Typical value for Francis/Pelton = 0,4, Kaplan = 0,4.
db2 GovHydro4 double Unintentional dead-band (db2). Unit = MW. Typical value = 0.
bgv5 GovHydro4 double Kaplan blade servo point 5 (Bgv5) (= 0 for simple, = 0 for Francis/Pelton). Typical value for Kaplan = 1.
hdam GovHydro4 double Head available at dam (hdam). Typical value = 1.
eps GovHydro4 double Intentional db hysteresis (eps). Unit = Hz. Typical value = 0.
tr GovHydro4 double Dashpot time constant (Tr) (>= 0). Typical value = 5.
db1 GovHydro4 double Intentional deadband width (db1). Unit = Hz. Typical value = 0.
pgv1 GovHydro4 double Nonlinear gain point 1, PU power (Pgv1) (= 0 for simple). Typical value for Francis/Pelton = 0,42, Kaplan = 0,35.
gv5 GovHydro4 double Nonlinear gain point 5, PU gv (Gv5) (= 0 for simple, < 1 and > GovHydro4.gv4 for Francis/Pelton and Kaplan). Typical value for Francis/Pelton = 0,9, Kaplan = 0,9.
pgv0 GovHydro4 double Nonlinear gain point 0, PU power (Pgv0) (= 0 for simple). Typical value = 0.
bgv3 GovHydro4 double Kaplan blade servo point 3 (Bgv3) (= 0 for simple, = 0 for Francis/Pelton). Typical value for Kaplan = 0,667.
mwbase GovHydro4 double Base for power values (MWbase) (> 0). Unit = MW.
bgv2 GovHydro4 double Kaplan blade servo point 2 (Bgv2) (= 0 for simple, = 0 for Francis/Pelton). Typical value for Kaplan = 0,1.
gv4 GovHydro4 double Nonlinear gain point 4, PU gv (Gv4) (= 0 for simple, > GovHydro4.gv3 for Francis/Pelton and Kaplan). Typical value for Francis/Pelton = 0,8, Kaplan = 0,8.
gv2 GovHydro4 double Nonlinear gain point 2, PU gv (Gv2) (= 0 for simple, > GovHydro4.gv1 for Francis/Pelton and Kaplan). Typical value for Francis/Pelton = 0,5, Kaplan = 0,5.
gmax GovHydro4 double Maximum gate opening, PU of MWbase (Gmax) (> GovHydro4.gmin). Typical value = 1.
tg GovHydro4 double Gate servo time constant (Tg) (> 0). Typical value = 0,5.
gv3 GovHydro4 double Nonlinear gain point 3, PU gv (Gv3) (= 0 for simple, > GovHydro4.gv2 for Francis/Pelton and Kaplan). Typical value for Francis/Pelton = 0,7, Kaplan = 0,7.
dturb GovHydro4 double Turbine damping factor (Dturb). Unit = delta P (PU of MWbase) / delta speed (PU). Typical value for simple = 0,5, Francis/Pelton = 1,1, Kaplan = 1,1.
tp GovHydro4 double Pilot servo time constant (Tp) (>= 0). Typical value = 0,1.
at GovHydro4 double Turbine gain (At). Typical value = 1,2.
bgv0 GovHydro4 double Kaplan blade servo point 0 (Bgv0) (= 0 for simple, = 0 for Francis/Pelton). Typical value for Kaplan = 0.
rtemp GovHydro4 double Temporary droop (Rtemp) (>= 0). Typical value = 0,3.
bgv4 GovHydro4 double Kaplan blade servo point 4 (Bgv4) (= 0 for simple, = 0 for Francis/Pelton). Typical value for Kaplan = 0,9.
uo GovHydro4 double Max gate opening velocity (Uo) (> 0). Typical value = 0,2.
bgv1 GovHydro4 double Kaplan blade servo point 1 (Bgv1) (= 0 for simple, = 0 for Francis/Pelton). Typical value for Kaplan = 0.
pgv5 GovHydro4 double Nonlinear gain point 5, PU power (Pgv5) (= 0 for simple). Typical value for Francis/Pelton = 0,97, Kaplan = 0,99.
tblade GovHydro4 double Blade servo time constant (Tblade) (>= 0). Typical value = 100.
pgv4 GovHydro4 double Nonlinear gain point 4, PU power (Pgv4) (= 0 for simple). Typical value for Francis/Pelton = 0,9, Kaplan = 0,917.
pgv2 GovHydro4 double Nonlinear gain point 2, PU power (Pgv2) (= 0 for simple). Typical value for Francis/Pelton = 0,56, Kaplan = 0,468.
gv0 GovHydro4 double Nonlinear gain point 0, PU gv (Gv0) (= 0 for simple). Typical for Francis/Pelton = 0,1, Kaplan = 0,1.
rperm GovHydro4 double Permanent droop (Rperm) (>= 0). Typical value = 0,05.
model GovHydro4 string The kind of model being represented (simple, Francis/Pelton or Kaplan).
gmin GovHydro4 double Minimum gate opening, PU of MWbase (Gmin) (< GovHydro4.gmax). Typical value = 0.
uc GovHydro4 double Max gate closing velocity (Uc) (< 0). Typical value = -0,2.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovHydroDD

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovHydroDD> rdf:type rdfs:Class ;
	rdfs:label "GovHydroDD"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovHydroDD.db2> rdf:type rdfs:Property ;
	rdfs:label "db2"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.aturb> rdf:type rdfs:Property ;
	rdfs:label "aturb"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.bturb> rdf:type rdfs:Property ;
	rdfs:label "bturb"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.pgv6> rdf:type rdfs:Property ;
	rdfs:label "pgv6"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.gv4> rdf:type rdfs:Property ;
	rdfs:label "gv4"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.pgv1> rdf:type rdfs:Property ;
	rdfs:label "pgv1"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.gv6> rdf:type rdfs:Property ;
	rdfs:label "gv6"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.pgv5> rdf:type rdfs:Property ;
	rdfs:label "pgv5"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.velcl> rdf:type rdfs:Property ;
	rdfs:label "velcl"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.db1> rdf:type rdfs:Property ;
	rdfs:label "db1"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.gmax> rdf:type rdfs:Property ;
	rdfs:label "gmax"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.pgv4> rdf:type rdfs:Property ;
	rdfs:label "pgv4"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.kg> rdf:type rdfs:Property ;
	rdfs:label "kg"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.gv3> rdf:type rdfs:Property ;
	rdfs:label "gv3"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.pgv3> rdf:type rdfs:Property ;
	rdfs:label "pgv3"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.tturb> rdf:type rdfs:Property ;
	rdfs:label "tturb"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.tt> rdf:type rdfs:Property ;
	rdfs:label "tt"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.gmin> rdf:type rdfs:Property ;
	rdfs:label "gmin"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.velop> rdf:type rdfs:Property ;
	rdfs:label "velop"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.eps> rdf:type rdfs:Property ;
	rdfs:label "eps"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.pgv2> rdf:type rdfs:Property ;
	rdfs:label "pgv2"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.inputSignal> rdf:type rdfs:Property ;
	rdfs:label "inputSignal"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:boolean .
<GovHydroDD.gv5> rdf:type rdfs:Property ;
	rdfs:label "gv5"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.gv1> rdf:type rdfs:Property ;
	rdfs:label "gv1"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<GovHydroDD.gv2> rdf:type rdfs:Property ;
	rdfs:label "gv2"@en ;
	rdfs:domain <GovHydroDD> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> <http://www.w3.org/2000/01/rdf-schema#label> "GovHydroDD"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.db2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.db2> <http://www.w3.org/2000/01/rdf-schema#label> "db2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.db2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.db2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.aturb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.aturb> <http://www.w3.org/2000/01/rdf-schema#label> "aturb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.aturb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.aturb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.bturb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.bturb> <http://www.w3.org/2000/01/rdf-schema#label> "bturb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.bturb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.bturb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv6> <http://www.w3.org/2000/01/rdf-schema#label> "pgv6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv4> <http://www.w3.org/2000/01/rdf-schema#label> "gv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv1> <http://www.w3.org/2000/01/rdf-schema#label> "pgv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv6> <http://www.w3.org/2000/01/rdf-schema#label> "gv6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv5> <http://www.w3.org/2000/01/rdf-schema#label> "pgv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.velcl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.velcl> <http://www.w3.org/2000/01/rdf-schema#label> "velcl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.velcl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.velcl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.db1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.db1> <http://www.w3.org/2000/01/rdf-schema#label> "db1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.db1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.db1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gmax> <http://www.w3.org/2000/01/rdf-schema#label> "gmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv4> <http://www.w3.org/2000/01/rdf-schema#label> "pgv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.kg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.kg> <http://www.w3.org/2000/01/rdf-schema#label> "kg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.kg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.kg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv3> <http://www.w3.org/2000/01/rdf-schema#label> "gv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv3> <http://www.w3.org/2000/01/rdf-schema#label> "pgv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.tturb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.tturb> <http://www.w3.org/2000/01/rdf-schema#label> "tturb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.tturb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.tturb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.tt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.tt> <http://www.w3.org/2000/01/rdf-schema#label> "tt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.tt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.tt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gmin> <http://www.w3.org/2000/01/rdf-schema#label> "gmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.velop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.velop> <http://www.w3.org/2000/01/rdf-schema#label> "velop"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.velop> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.velop> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.eps> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.eps> <http://www.w3.org/2000/01/rdf-schema#label> "eps"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.eps> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.eps> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv2> <http://www.w3.org/2000/01/rdf-schema#label> "pgv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.pgv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.inputSignal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.inputSignal> <http://www.w3.org/2000/01/rdf-schema#label> "inputSignal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.inputSignal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.inputSignal> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv5> <http://www.w3.org/2000/01/rdf-schema#label> "gv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv1> <http://www.w3.org/2000/01/rdf-schema#label> "gv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv2> <http://www.w3.org/2000/01/rdf-schema#label> "gv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroDD.gv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Double derivative hydro governor and turbine.

Property Domain Range Comment
db2 GovHydroDD double Unintentional dead-band (db2). Unit = MW. Typical value = 0.
aturb GovHydroDD double Turbine numerator multiplier (Aturb) (see parameter detail 3). Typical value = -1.
bturb GovHydroDD double Turbine denominator multiplier (Bturb) (see parameter detail 3). Typical value = 0,5.
pgv6 GovHydroDD double Nonlinear gain point 6, PU power (Pgv6). Typical value = 0.
gv4 GovHydroDD double Nonlinear gain point 4, PU gv (Gv4). Typical value = 0.
pgv1 GovHydroDD double Nonlinear gain point 1, PU power (Pgv1). Typical value = 0.
tp GovHydroDD double Gate servo time constant (Tp) (>= 0). If = 0, block is bypassed. Typical value = 0,35.
pmin GovHydroDD double Minimum gate opening, PU of MWbase (Pmin) (< GovHydroDD.pmax). Typical value = 0.
k2 GovHydroDD double Double derivative gain (K2). Typical value = 0,2.
gv6 GovHydroDD double Nonlinear gain point 6, PU gv (Gv6). Typical value = 0.
pgv5 GovHydroDD double Nonlinear gain point 5, PU power (Pgv5). Typical value = 0.
velcl GovHydroDD double Maximum gate closing velocity (Velcl). Unit = PU / s. Typical value = -0,14.
db1 GovHydroDD double Intentional dead-band width (db1). Unit = Hz. Typical value = 0.
gmax GovHydroDD double Maximum gate opening (Gmax) (> GovHydroDD.gmin). Typical value = 0.
r GovHydroDD double Steady state droop (R). Typical value = 0,05.
pgv4 GovHydroDD double Nonlinear gain point 4, PU power (Pgv4). Typical value = 0.
kg GovHydroDD double Gate servo gain (Kg). Typical value = 3.
gv3 GovHydroDD double Nonlinear gain point 3, PU gv (Gv3). Typical value = 0.
pgv3 GovHydroDD double Nonlinear gain point 3, PU power (Pgv3). Typical value = 0.
tturb GovHydroDD double Turbine time constant (Tturb) (>= 0). See parameter detail 3. Typical value = 0,8.
tt GovHydroDD double Power feedback time constant (Tt) (>= 0). If = 0, block is bypassed. Typical value = 0,02.
gmin GovHydroDD double Minimum gate opening (Gmin) (< GovHydroDD.gmax). Typical value = 0.
mwbase GovHydroDD double Base for power values (MWbase) (>0). Unit = MW.
k1 GovHydroDD double Single derivative gain (K1). Typical value = 3,6.
velop GovHydroDD double Maximum gate opening velocity (Velop). Unit = PU / s. Typical value = 0,09.
eps GovHydroDD double Intentional db hysteresis (eps). Unit = Hz. Typical value = 0.
pmax GovHydroDD double Maximum gate opening, PU of MWbase (Pmax) (> GovHydroDD.pmin). Typical value = 1.
pgv2 GovHydroDD double Nonlinear gain point 2, PU power (Pgv2). Typical value = 0.
ki GovHydroDD double Integral gain (Ki). Typical value = 1.
tf GovHydroDD double Washout time constant (Tf) (>= 0). Typical value = 0,1.
inputSignal GovHydroDD boolean Input signal switch (Flag). true = Pe input is used false = feedback is received from CV. Flag is normally dependent on Tt. If Tt is zero, Flag is set to false. If Tt is not zero, Flag is set to true. Typical value = true.
gv5 GovHydroDD double Nonlinear gain point 5, PU gv (Gv5). Typical value = 0.
gv1 GovHydroDD double Nonlinear gain point 1, PU gv (Gv1). Typical value = 0.
td GovHydroDD double Input filter time constant (Td) (>= 0). If = 0, block is bypassed. Typical value = 0.
gv2 GovHydroDD double Nonlinear gain point 2, PU gv (Gv2). Typical value = 0.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovHydroFrancis

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovHydroFrancis> rdf:type rdfs:Class ;
	rdfs:label "GovHydroFrancis"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovHydroFrancis.qc0> rdf:type rdfs:Property ;
	rdfs:label "qc0"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.ts> rdf:type rdfs:Property ;
	rdfs:label "ts"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.hn> rdf:type rdfs:Property ;
	rdfs:label "hn"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.governorControl> rdf:type rdfs:Property ;
	rdfs:label "governorControl"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:string .
<GovHydroFrancis.av1> rdf:type rdfs:Property ;
	rdfs:label "av1"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.valvmin> rdf:type rdfs:Property ;
	rdfs:label "valvmin"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.kt> rdf:type rdfs:Property ;
	rdfs:label "kt"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.tx> rdf:type rdfs:Property ;
	rdfs:label "tx"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.qn> rdf:type rdfs:Property ;
	rdfs:label "qn"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.etamax> rdf:type rdfs:Property ;
	rdfs:label "etamax"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.h2> rdf:type rdfs:Property ;
	rdfs:label "h2"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.db1> rdf:type rdfs:Property ;
	rdfs:label "db1"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.va> rdf:type rdfs:Property ;
	rdfs:label "va"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.zsfc> rdf:type rdfs:Property ;
	rdfs:label "zsfc"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.av0> rdf:type rdfs:Property ;
	rdfs:label "av0"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.kg> rdf:type rdfs:Property ;
	rdfs:label "kg"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.vc> rdf:type rdfs:Property ;
	rdfs:label "vc"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.twng> rdf:type rdfs:Property ;
	rdfs:label "twng"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.valvmax> rdf:type rdfs:Property ;
	rdfs:label "valvmax"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.am> rdf:type rdfs:Property ;
	rdfs:label "am"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.waterTunnelSurgeChamberSimulation> rdf:type rdfs:Property ;
	rdfs:label "waterTunnelSurgeChamberSimulation"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:boolean .
<GovHydroFrancis.twnc> rdf:type rdfs:Property ;
	rdfs:label "twnc"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.bp> rdf:type rdfs:Property ;
	rdfs:label "bp"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<GovHydroFrancis.h1> rdf:type rdfs:Property ;
	rdfs:label "h1"@en ;
	rdfs:domain <GovHydroFrancis> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> <http://www.w3.org/2000/01/rdf-schema#label> "GovHydroFrancis"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.qc0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.qc0> <http://www.w3.org/2000/01/rdf-schema#label> "qc0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.qc0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.qc0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.ts> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.ts> <http://www.w3.org/2000/01/rdf-schema#label> "ts"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.ts> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.ts> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.hn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.hn> <http://www.w3.org/2000/01/rdf-schema#label> "hn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.hn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.hn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.governorControl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.governorControl> <http://www.w3.org/2000/01/rdf-schema#label> "governorControl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.governorControl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.governorControl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.av1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.av1> <http://www.w3.org/2000/01/rdf-schema#label> "av1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.av1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.av1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.valvmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.valvmin> <http://www.w3.org/2000/01/rdf-schema#label> "valvmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.valvmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.valvmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.kt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.kt> <http://www.w3.org/2000/01/rdf-schema#label> "kt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.kt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.kt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.tx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.tx> <http://www.w3.org/2000/01/rdf-schema#label> "tx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.tx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.tx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.qn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.qn> <http://www.w3.org/2000/01/rdf-schema#label> "qn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.qn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.qn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.etamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.etamax> <http://www.w3.org/2000/01/rdf-schema#label> "etamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.etamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.etamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.h2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.h2> <http://www.w3.org/2000/01/rdf-schema#label> "h2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.h2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.h2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.db1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.db1> <http://www.w3.org/2000/01/rdf-schema#label> "db1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.db1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.db1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.va> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.va> <http://www.w3.org/2000/01/rdf-schema#label> "va"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.va> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.va> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.zsfc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.zsfc> <http://www.w3.org/2000/01/rdf-schema#label> "zsfc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.zsfc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.zsfc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.av0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.av0> <http://www.w3.org/2000/01/rdf-schema#label> "av0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.av0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.av0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.kg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.kg> <http://www.w3.org/2000/01/rdf-schema#label> "kg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.kg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.kg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.vc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.vc> <http://www.w3.org/2000/01/rdf-schema#label> "vc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.vc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.vc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.twng> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.twng> <http://www.w3.org/2000/01/rdf-schema#label> "twng"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.twng> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.twng> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.valvmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.valvmax> <http://www.w3.org/2000/01/rdf-schema#label> "valvmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.valvmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.valvmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.am> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.am> <http://www.w3.org/2000/01/rdf-schema#label> "am"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.am> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.am> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.waterTunnelSurgeChamberSimulation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.waterTunnelSurgeChamberSimulation> <http://www.w3.org/2000/01/rdf-schema#label> "waterTunnelSurgeChamberSimulation"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.waterTunnelSurgeChamberSimulation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.waterTunnelSurgeChamberSimulation> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.twnc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.twnc> <http://www.w3.org/2000/01/rdf-schema#label> "twnc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.twnc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.twnc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.bp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.bp> <http://www.w3.org/2000/01/rdf-schema#label> "bp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.bp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.bp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.h1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.h1> <http://www.w3.org/2000/01/rdf-schema#label> "h1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.h1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroFrancis.h1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Detailed hydro unit - Francis model. This model can be used to represent three types of governors. A schematic of the hydraulic system of detailed hydro unit models, such as Francis and Pelton, is provided in the DetailedHydroModelHydraulicSystem diagram.

Property Domain Range Comment
qc0 GovHydroFrancis double No-load turbine flow at nominal head (Qc0). Typical value = 0,1.
ts GovHydroFrancis double Gate servo time constant (Ts) (>= 0). Typical value = 0,5.
kc GovHydroFrancis double Penstock loss coefficient (due to friction) (Kc). Typical value = 0,025.
hn GovHydroFrancis double Rated hydraulic head (Hn). Unit = km. Typical value = 0,250.
governorControl GovHydroFrancis string Governor control flag (Cflag). Typical value = mechanicHydrolicTachoAccelerator.
av1 GovHydroFrancis double Area of the compensation tank (AV1). Unit = m2. Typical value = 700.
valvmin GovHydroFrancis double Minimum gate opening (ValvMin) (< GovHydroFrancis.valvmax). Typical value = 0.
kt GovHydroFrancis double Washout gain (Kt). Typical value = 0,25.
tx GovHydroFrancis double Derivative feedback gain (Tx) (>= 0). Typical value = 1.
qn GovHydroFrancis double Rated flow (Qn). Unit = m3/s. Typical value = 250.
etamax GovHydroFrancis double Maximum efficiency (EtaMax). Typical value = 1,05.
h2 GovHydroFrancis double Head of surge tank water level with respect to the level of penstock (H2). Unit = km. Typical value = 0,040.
db1 GovHydroFrancis double Intentional dead-band width (DB1). Unit = Hz. Typical value = 0.
va GovHydroFrancis double Maximum gate opening velocity (Va). Unit = PU / s. Typical value = 0,06.
zsfc GovHydroFrancis double Head of upper water level with respect to the level of penstock (Zsfc). Unit = km. Typical value = 0,025.
av0 GovHydroFrancis double Area of the surge tank (AV0). Unit = m2. Typical value = 30.
kg GovHydroFrancis double Water tunnel and surge chamber loss coefficient (due to friction) (Kg). Typical value = 0,025.
vc GovHydroFrancis double Maximum gate closing velocity (Vc). Unit = PU / s. Typical value = -0,06.
ta GovHydroFrancis double Derivative gain (Ta) (>= 0). Typical value = 3.
twng GovHydroFrancis double Water tunnel and surge chamber inertia time constant (Twng) (>= 0). Typical value = 3.
td GovHydroFrancis double Washout time constant (Td) (>= 0). Typical value = 6.
valvmax GovHydroFrancis double Maximum gate opening (ValvMax) (> GovHydroFrancis.valvmin). Typical value = 1,1.
am GovHydroFrancis double Opening section SEFF at the maximum efficiency (Am). Typical value = 0,7.
mwbase GovHydroFrancis double Base for power values (MWbase) (> 0). Unit = MW.
waterTunnelSurgeChamberSimulation GovHydroFrancis boolean Water tunnel and surge chamber simulation (Tflag). true = enable of water tunnel and surge chamber simulation false = inhibit of water tunnel and surge chamber simulation. Typical value = false.
twnc GovHydroFrancis double Water inertia time constant (Twnc) (>= 0). Typical value = 1.
bp GovHydroFrancis double Droop (Bp). Typical value = 0,05.
h1 GovHydroFrancis double Head of compensation chamber water level with respect to the level of penstock (H1). Unit = km. Typical value = 0,004.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovHydroIEEE0

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovHydroIEEE0> rdf:type rdfs:Class ;
	rdfs:label "GovHydroIEEE0"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovHydroIEEE0.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovHydroIEEE0> ;
	rdfs:range xsd:double .
<GovHydroIEEE0.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <GovHydroIEEE0> ;
	rdfs:range xsd:double .
<GovHydroIEEE0.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <GovHydroIEEE0> ;
	rdfs:range xsd:double .
<GovHydroIEEE0.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <GovHydroIEEE0> ;
	rdfs:range xsd:double .
<GovHydroIEEE0.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <GovHydroIEEE0> ;
	rdfs:range xsd:double .
<GovHydroIEEE0.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovHydroIEEE0> ;
	rdfs:range xsd:double .
<GovHydroIEEE0.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <GovHydroIEEE0> ;
	rdfs:range xsd:double .
<GovHydroIEEE0.k> rdf:type rdfs:Property ;
	rdfs:label "k"@en ;
	rdfs:domain <GovHydroIEEE0> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0> <http://www.w3.org/2000/01/rdf-schema#label> "GovHydroIEEE0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.k> <http://www.w3.org/2000/01/rdf-schema#label> "k"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.k> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE0.k> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE simplified hydro governor-turbine model. Used for mechanical-hydraulic and electro-hydraulic turbine governors, with or without steam feedback. Typical values given are for mechanical-hydraulic turbine-governor. Reference: IEEE Transactions on Power Apparatus and Systems, November/December 1973, Volume PAS-92, Number 6, Dynamic Models for Steam and Hydro Turbines in Power System Studies, page 1904.

Property Domain Range Comment
mwbase GovHydroIEEE0 double Base for power values (MWbase) (> 0). Unit = MW.
t3 GovHydroIEEE0 double Gate actuator time constant (T3) (>= 0). Typical value = 0,1.
t2 GovHydroIEEE0 double Governor lead time constant (T2) (>= 0). Typical value = 0.
t1 GovHydroIEEE0 double Governor lag time constant (T1) (>= 0). Typical value = 0,25.
t4 GovHydroIEEE0 double Water starting time (T4) (>= 0).
pmax GovHydroIEEE0 double Gate maximum (Pmax) (> GovHydroIEEE0.pmin).
pmin GovHydroIEEE0 double Gate minimum (Pmin) (< GovHydroIEEE.pmax).
k GovHydroIEEE0 double Governor gain (K).
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovHydroIEEE2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovHydroIEEE2> rdf:type rdfs:Class ;
	rdfs:label "GovHydroIEEE2"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovHydroIEEE2.uo> rdf:type rdfs:Property ;
	rdfs:label "uo"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.gv3> rdf:type rdfs:Property ;
	rdfs:label "gv3"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.pgv3> rdf:type rdfs:Property ;
	rdfs:label "pgv3"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.rtemp> rdf:type rdfs:Property ;
	rdfs:label "rtemp"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.pgv6> rdf:type rdfs:Property ;
	rdfs:label "pgv6"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.tr> rdf:type rdfs:Property ;
	rdfs:label "tr"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.gv5> rdf:type rdfs:Property ;
	rdfs:label "gv5"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.gv2> rdf:type rdfs:Property ;
	rdfs:label "gv2"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.bturb> rdf:type rdfs:Property ;
	rdfs:label "bturb"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.uc> rdf:type rdfs:Property ;
	rdfs:label "uc"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.rperm> rdf:type rdfs:Property ;
	rdfs:label "rperm"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.gv4> rdf:type rdfs:Property ;
	rdfs:label "gv4"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.aturb> rdf:type rdfs:Property ;
	rdfs:label "aturb"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.gv6> rdf:type rdfs:Property ;
	rdfs:label "gv6"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.kturb> rdf:type rdfs:Property ;
	rdfs:label "kturb"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.pgv4> rdf:type rdfs:Property ;
	rdfs:label "pgv4"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.tw> rdf:type rdfs:Property ;
	rdfs:label "tw"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.gv1> rdf:type rdfs:Property ;
	rdfs:label "gv1"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.pgv5> rdf:type rdfs:Property ;
	rdfs:label "pgv5"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.pgv2> rdf:type rdfs:Property ;
	rdfs:label "pgv2"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<GovHydroIEEE2.pgv1> rdf:type rdfs:Property ;
	rdfs:label "pgv1"@en ;
	rdfs:domain <GovHydroIEEE2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> <http://www.w3.org/2000/01/rdf-schema#label> "GovHydroIEEE2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.uo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.uo> <http://www.w3.org/2000/01/rdf-schema#label> "uo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.uo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.uo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv3> <http://www.w3.org/2000/01/rdf-schema#label> "gv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv3> <http://www.w3.org/2000/01/rdf-schema#label> "pgv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.rtemp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.rtemp> <http://www.w3.org/2000/01/rdf-schema#label> "rtemp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.rtemp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.rtemp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv6> <http://www.w3.org/2000/01/rdf-schema#label> "pgv6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.tr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.tr> <http://www.w3.org/2000/01/rdf-schema#label> "tr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.tr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.tr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv5> <http://www.w3.org/2000/01/rdf-schema#label> "gv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv2> <http://www.w3.org/2000/01/rdf-schema#label> "gv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.bturb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.bturb> <http://www.w3.org/2000/01/rdf-schema#label> "bturb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.bturb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.bturb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.uc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.uc> <http://www.w3.org/2000/01/rdf-schema#label> "uc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.uc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.uc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.rperm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.rperm> <http://www.w3.org/2000/01/rdf-schema#label> "rperm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.rperm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.rperm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv4> <http://www.w3.org/2000/01/rdf-schema#label> "gv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.aturb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.aturb> <http://www.w3.org/2000/01/rdf-schema#label> "aturb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.aturb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.aturb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv6> <http://www.w3.org/2000/01/rdf-schema#label> "gv6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.kturb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.kturb> <http://www.w3.org/2000/01/rdf-schema#label> "kturb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.kturb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.kturb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv4> <http://www.w3.org/2000/01/rdf-schema#label> "pgv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.tw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.tw> <http://www.w3.org/2000/01/rdf-schema#label> "tw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.tw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.tw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv1> <http://www.w3.org/2000/01/rdf-schema#label> "gv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.gv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv5> <http://www.w3.org/2000/01/rdf-schema#label> "pgv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv2> <http://www.w3.org/2000/01/rdf-schema#label> "pgv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv1> <http://www.w3.org/2000/01/rdf-schema#label> "pgv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroIEEE2.pgv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE hydro turbine governor model represents plants with straightforward penstock configurations and hydraulic-dashpot governors. Reference: IEEE Transactions on Power Apparatus and Systems, November/December 1973, Volume PAS-92, Number 6, Dynamic Models for Steam and Hydro Turbines in Power System Studies, page 1904.

Property Domain Range Comment
uo GovHydroIEEE2 double Maximum gate opening velocity (Uo). Unit = PU / s. Typical value = 0,1.
gv3 GovHydroIEEE2 double Nonlinear gain point 3, PU gv (Gv3). Typical value = 0.
pgv3 GovHydroIEEE2 double Nonlinear gain point 3, PU power (Pgv3). Typical value = 0.
tg GovHydroIEEE2 double Gate servo time constant (Tg) (>= 0). Typical value = 0,5.
rtemp GovHydroIEEE2 double Temporary droop (Rtemp). Typical value = 0,5.
pgv6 GovHydroIEEE2 double Nonlinear gain point 6, PU power (Pgv6). Typical value = 0.
tr GovHydroIEEE2 double Dashpot time constant (Tr) (>= 0). Typical value = 12.
gv5 GovHydroIEEE2 double Nonlinear gain point 5, PU gv (Gv5). Typical value = 0.
gv2 GovHydroIEEE2 double Nonlinear gain point 2, PU gv (Gv2). Typical value = 0.
bturb GovHydroIEEE2 double Turbine denominator multiplier (Bturb) (> 0). Typical value = 0,5.
uc GovHydroIEEE2 double Maximum gate closing velocity (Uc) (<0). Typical value = -0,1.
rperm GovHydroIEEE2 double Permanent droop (Rperm). Typical value = 0,05.
gv4 GovHydroIEEE2 double Nonlinear gain point 4, PU gv (Gv4). Typical value = 0.
pmin GovHydroIEEE2 double Minimum gate opening (Pmin) (<GovHydroIEEE2.pmax). Typical value = 0.
aturb GovHydroIEEE2 double Turbine numerator multiplier (Aturb). Typical value = -1.
mwbase GovHydroIEEE2 double Base for power values (MWbase) (> 0). Unit = MW.
gv6 GovHydroIEEE2 double Nonlinear gain point 6, PU gv (Gv6). Typical value = 0.
pmax GovHydroIEEE2 double Maximum gate opening (Pmax) (> GovHydroIEEE2.pmin). Typical value = 1.
kturb GovHydroIEEE2 double Turbine gain (Kturb). Typical value = 1.
tp GovHydroIEEE2 double Pilot servo valve time constant (Tp) (>= 0). Typical value = 0,03.
pgv4 GovHydroIEEE2 double Nonlinear gain point 4, PU power (Pgv4). Typical value = 0.
tw GovHydroIEEE2 double Water inertia time constant (Tw) (>= 0). Typical value = 2.
gv1 GovHydroIEEE2 double Nonlinear gain point 1, PU gv (Gv1). Typical value = 0.
pgv5 GovHydroIEEE2 double Nonlinear gain point 5, PU power (Pgv5). Typical value = 0.
pgv2 GovHydroIEEE2 double Nonlinear gain point 2, PU power (Pgv2). Typical value = 0.
pgv1 GovHydroIEEE2 double Nonlinear gain point 1, PU power (Pgv1). Typical value = 0.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovHydroPID

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovHydroPID> rdf:type rdfs:Class ;
	rdfs:label "GovHydroPID"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovHydroPID.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.tt> rdf:type rdfs:Property ;
	rdfs:label "tt"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.bturb> rdf:type rdfs:Property ;
	rdfs:label "bturb"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.gv2> rdf:type rdfs:Property ;
	rdfs:label "gv2"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.db1> rdf:type rdfs:Property ;
	rdfs:label "db1"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.gv1> rdf:type rdfs:Property ;
	rdfs:label "gv1"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.velcl> rdf:type rdfs:Property ;
	rdfs:label "velcl"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.aturb> rdf:type rdfs:Property ;
	rdfs:label "aturb"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.db2> rdf:type rdfs:Property ;
	rdfs:label "db2"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.pgv2> rdf:type rdfs:Property ;
	rdfs:label "pgv2"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.velop> rdf:type rdfs:Property ;
	rdfs:label "velop"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.kg> rdf:type rdfs:Property ;
	rdfs:label "kg"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.gv4> rdf:type rdfs:Property ;
	rdfs:label "gv4"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.gv5> rdf:type rdfs:Property ;
	rdfs:label "gv5"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.tturb> rdf:type rdfs:Property ;
	rdfs:label "tturb"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.pgv3> rdf:type rdfs:Property ;
	rdfs:label "pgv3"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.gv6> rdf:type rdfs:Property ;
	rdfs:label "gv6"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.pgv6> rdf:type rdfs:Property ;
	rdfs:label "pgv6"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.pgv5> rdf:type rdfs:Property ;
	rdfs:label "pgv5"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.gv3> rdf:type rdfs:Property ;
	rdfs:label "gv3"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.eps> rdf:type rdfs:Property ;
	rdfs:label "eps"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.inputSignal> rdf:type rdfs:Property ;
	rdfs:label "inputSignal"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:boolean .
<GovHydroPID.pgv4> rdf:type rdfs:Property ;
	rdfs:label "pgv4"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.pgv1> rdf:type rdfs:Property ;
	rdfs:label "pgv1"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<GovHydroPID.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <GovHydroPID> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> <http://www.w3.org/2000/01/rdf-schema#label> "GovHydroPID"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.tt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.tt> <http://www.w3.org/2000/01/rdf-schema#label> "tt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.tt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.tt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.bturb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.bturb> <http://www.w3.org/2000/01/rdf-schema#label> "bturb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.bturb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.bturb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv2> <http://www.w3.org/2000/01/rdf-schema#label> "gv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.db1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.db1> <http://www.w3.org/2000/01/rdf-schema#label> "db1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.db1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.db1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv1> <http://www.w3.org/2000/01/rdf-schema#label> "gv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.velcl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.velcl> <http://www.w3.org/2000/01/rdf-schema#label> "velcl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.velcl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.velcl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.aturb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.aturb> <http://www.w3.org/2000/01/rdf-schema#label> "aturb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.aturb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.aturb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.db2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.db2> <http://www.w3.org/2000/01/rdf-schema#label> "db2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.db2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.db2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv2> <http://www.w3.org/2000/01/rdf-schema#label> "pgv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.velop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.velop> <http://www.w3.org/2000/01/rdf-schema#label> "velop"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.velop> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.velop> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.kg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.kg> <http://www.w3.org/2000/01/rdf-schema#label> "kg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.kg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.kg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv4> <http://www.w3.org/2000/01/rdf-schema#label> "gv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv5> <http://www.w3.org/2000/01/rdf-schema#label> "gv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.tturb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.tturb> <http://www.w3.org/2000/01/rdf-schema#label> "tturb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.tturb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.tturb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv3> <http://www.w3.org/2000/01/rdf-schema#label> "pgv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv6> <http://www.w3.org/2000/01/rdf-schema#label> "gv6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv6> <http://www.w3.org/2000/01/rdf-schema#label> "pgv6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv5> <http://www.w3.org/2000/01/rdf-schema#label> "pgv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv3> <http://www.w3.org/2000/01/rdf-schema#label> "gv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.gv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.eps> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.eps> <http://www.w3.org/2000/01/rdf-schema#label> "eps"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.eps> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.eps> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.inputSignal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.inputSignal> <http://www.w3.org/2000/01/rdf-schema#label> "inputSignal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.inputSignal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.inputSignal> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv4> <http://www.w3.org/2000/01/rdf-schema#label> "pgv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv1> <http://www.w3.org/2000/01/rdf-schema#label> "pgv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.pgv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

PID governor and turbine.

Property Domain Range Comment
pmax GovHydroPID double Maximum gate opening, PU of MWbase (Pmax) (> GovHydroPID.pmin). Typical value = 1.
tt GovHydroPID double Power feedback time constant (Tt) (>= 0). If = 0, block is bypassed. Typical value = 0,02.
bturb GovHydroPID double Turbine denominator multiplier (Bturb) (see parameter detail 3). Typical value = 0,5.
gv2 GovHydroPID double Nonlinear gain point 2, PU gv (Gv2). Typical value = 0.
kd GovHydroPID double Derivative gain (Kd). Typical value = 1,11.
pmin GovHydroPID double Minimum gate opening, PU of MWbase (Pmin) (< GovHydroPID.pmax). Typical value = 0.
db1 GovHydroPID double Intentional dead-band width (db1). Unit = Hz. Typical value = 0.
gv1 GovHydroPID double Nonlinear gain point 1, PU gv (Gv1). Typical value = 0.
kp GovHydroPID double Proportional gain (Kp). Typical value = 0,1.
velcl GovHydroPID double Maximum gate closing velocity (Velcl). Unit = PU / s. Typical value = -0,14.
tp GovHydroPID double Gate servo time constant (Tp) (>= 0). If = 0, block is bypassed. Typical value = 0,35.
tf GovHydroPID double Washout time constant (Tf) (>= 0). Typical value = 0,1.
aturb GovHydroPID double Turbine numerator multiplier (Aturb) (see parameter detail 3). Typical value -1.
db2 GovHydroPID double Unintentional dead-band (db2). Unit = MW. Typical value = 0.
pgv2 GovHydroPID double Nonlinear gain point 2, PU power (Pgv2). Typical value = 0.
velop GovHydroPID double Maximum gate opening velocity (Velop). Unit = PU / s. Typical value = 0,09.
kg GovHydroPID double Gate servo gain (Kg). Typical value = 2,5.
mwbase GovHydroPID double Base for power values (MWbase) (> 0). Unit = MW.
gv4 GovHydroPID double Nonlinear gain point 4, PU gv (Gv4). Typical value = 0.
gv5 GovHydroPID double Nonlinear gain point 5, PU gv (Gv5). Typical value = 0.
tturb GovHydroPID double Turbine time constant (Tturb) (>= 0). See Parameter detail 3. Typical value = 0,8.
pgv3 GovHydroPID double Nonlinear gain point 3, PU power (Pgv3). Typical value = 0.
gv6 GovHydroPID double Nonlinear gain point 6, PU gv (Gv6). Typical value = 0.
pgv6 GovHydroPID double Nonlinear gain point 6, PU power (Pgv6). Typical value = 0.
pgv5 GovHydroPID double Nonlinear gain point 5, PU power (Pgv5). Typical value = 0.
ki GovHydroPID double Integral gain (Ki). Typical value = 0,36.
r GovHydroPID double Steady state droop (R). Typical value = 0,05.
gv3 GovHydroPID double Nonlinear gain point 3, PU gv (Gv3). Typical value = 0.
eps GovHydroPID double Intentional db hysteresis (eps). Unit = Hz. Typical value = 0.
inputSignal GovHydroPID boolean Input signal switch (Flag). true = Pe input is used false = feedback is received from CV. Flag is normally dependent on Tt. If Tt is zero, Flag is set to false. If Tt is not zero, Flag is set to true. Typical value = true.
pgv4 GovHydroPID double Nonlinear gain point 4, PU power (Pgv4). Typical value = 0.
pgv1 GovHydroPID double Nonlinear gain point 1, PU power (Pgv1). Typical value = 0.
td GovHydroPID double Input filter time constant (Td) (>= 0). If = 0, block is bypassed. Typical value = 0.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovHydroPID2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovHydroPID2> rdf:type rdfs:Class ;
	rdfs:label "GovHydroPID2"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovHydroPID2.atw> rdf:type rdfs:Property ;
	rdfs:label "atw"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.p3> rdf:type rdfs:Property ;
	rdfs:label "p3"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.d> rdf:type rdfs:Property ;
	rdfs:label "d"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.tw> rdf:type rdfs:Property ;
	rdfs:label "tw"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.p1> rdf:type rdfs:Property ;
	rdfs:label "p1"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.g0> rdf:type rdfs:Property ;
	rdfs:label "g0"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.gmin> rdf:type rdfs:Property ;
	rdfs:label "gmin"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.velmin> rdf:type rdfs:Property ;
	rdfs:label "velmin"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.p2> rdf:type rdfs:Property ;
	rdfs:label "p2"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.treg> rdf:type rdfs:Property ;
	rdfs:label "treg"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.g1> rdf:type rdfs:Property ;
	rdfs:label "g1"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.gmax> rdf:type rdfs:Property ;
	rdfs:label "gmax"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.feedbackSignal> rdf:type rdfs:Property ;
	rdfs:label "feedbackSignal"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:boolean .
<GovHydroPID2.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.velmax> rdf:type rdfs:Property ;
	rdfs:label "velmax"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.g2> rdf:type rdfs:Property ;
	rdfs:label "g2"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.rperm> rdf:type rdfs:Property ;
	rdfs:label "rperm"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.g3> rdf:type rdfs:Property ;
	rdfs:label "g3"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<GovHydroPID2.p0> rdf:type rdfs:Property ;
	rdfs:label "p0"@en ;
	rdfs:domain <GovHydroPID2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> <http://www.w3.org/2000/01/rdf-schema#label> "GovHydroPID2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.atw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.atw> <http://www.w3.org/2000/01/rdf-schema#label> "atw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.atw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.atw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.p3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.p3> <http://www.w3.org/2000/01/rdf-schema#label> "p3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.p3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.p3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.d> <http://www.w3.org/2000/01/rdf-schema#label> "d"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.d> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.d> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.tw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.tw> <http://www.w3.org/2000/01/rdf-schema#label> "tw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.tw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.tw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.p1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.p1> <http://www.w3.org/2000/01/rdf-schema#label> "p1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.p1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.p1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.g0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.g0> <http://www.w3.org/2000/01/rdf-schema#label> "g0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.g0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.g0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.gmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.gmin> <http://www.w3.org/2000/01/rdf-schema#label> "gmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.gmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.gmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.velmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.velmin> <http://www.w3.org/2000/01/rdf-schema#label> "velmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.velmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.velmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.p2> <http://www.w3.org/2000/01/rdf-schema#label> "p2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.p2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.p2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.treg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.treg> <http://www.w3.org/2000/01/rdf-schema#label> "treg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.treg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.treg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.g1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.g1> <http://www.w3.org/2000/01/rdf-schema#label> "g1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.g1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.g1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.gmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.gmax> <http://www.w3.org/2000/01/rdf-schema#label> "gmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.gmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.gmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.feedbackSignal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.feedbackSignal> <http://www.w3.org/2000/01/rdf-schema#label> "feedbackSignal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.feedbackSignal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.feedbackSignal> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.velmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.velmax> <http://www.w3.org/2000/01/rdf-schema#label> "velmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.velmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.velmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.g2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.g2> <http://www.w3.org/2000/01/rdf-schema#label> "g2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.g2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.g2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.rperm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.rperm> <http://www.w3.org/2000/01/rdf-schema#label> "rperm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.rperm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.rperm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.g3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.g3> <http://www.w3.org/2000/01/rdf-schema#label> "g3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.g3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.g3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.p0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.p0> <http://www.w3.org/2000/01/rdf-schema#label> "p0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.p0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPID2.p0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Hydro turbine and governor. Represents plants with straightforward penstock configurations and “three term” electro-hydraulic governors (i.e. WoodwardTM electronic). [Footnote: Woodward electronic governors are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.].

Property Domain Range Comment
atw GovHydroPID2 double Factor multiplying Tw (Atw). Typical value = 0.
p3 GovHydroPID2 double Power at full opened gate (P3). Typical value = 0.
d GovHydroPID2 double Turbine damping factor (D). Unit = delta P / delta speed. Typical value = 0.
tw GovHydroPID2 double Water inertia time constant (Tw) (>= 0). Typical value = 0.
p1 GovHydroPID2 double Power at gate opening G1 (P1). Typical value = 0.
g0 GovHydroPID2 double Gate opening at speed no load (G0). Typical value = 0.
gmin GovHydroPID2 double Minimum gate opening (Gmin) (< GovHydroPID2.gmax). Typical value = 0.
kp GovHydroPID2 double Proportional gain (Kp). Typical value = 0.
mwbase GovHydroPID2 double Base for power values (MWbase) (>0). Unit = MW.
ta GovHydroPID2 double Controller time constant (Ta) (>= 0). Typical value = 0.
velmin GovHydroPID2 double Maximum gate closing velocity (Velmin) (> GovHydroPID2.velmax). Unit = PU / s. Typical value = 0.
p2 GovHydroPID2 double Power at gate opening G2 (P2). Typical value = 0.
treg GovHydroPID2 double Speed detector time constant (Treg) (>= 0). Typical value = 0.
g1 GovHydroPID2 double Intermediate gate opening (G1). Typical value = 0.
gmax GovHydroPID2 double Maximum gate opening (Gmax) (> GovHydroPID2.gmin). Typical value = 0.
feedbackSignal GovHydroPID2 boolean Feedback signal type flag (Flag). true = use gate position feedback signal false = use Pe.
ki GovHydroPID2 double Reset gain (Ki). Unit = PU/s. Typical value = 0.
kd GovHydroPID2 double Derivative gain (Kd). Typical value = 0.
velmax GovHydroPID2 double Maximum gate opening velocity (Velmax) (< GovHydroPID2.velmin). Unit = PU / s. Typical value = 0.
g2 GovHydroPID2 double Intermediate gate opening (G2). Typical value = 0.
tb GovHydroPID2 double Gate servo time constant (Tb) (> 0).
rperm GovHydroPID2 double Permanent drop (Rperm). Typical value = 0.
g3 GovHydroPID2 double Intermediate gate opening (G3). Typical value = 0.
p0 GovHydroPID2 double Power at gate opening G0 (P0). Typical value = 0.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovHydroPelton

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovHydroPelton> rdf:type rdfs:Class ;
	rdfs:label "GovHydroPelton"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovHydroPelton.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.staticCompensating> rdf:type rdfs:Property ;
	rdfs:label "staticCompensating"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:boolean .
<GovHydroPelton.vav> rdf:type rdfs:Property ;
	rdfs:label "vav"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.h1> rdf:type rdfs:Property ;
	rdfs:label "h1"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.tv> rdf:type rdfs:Property ;
	rdfs:label "tv"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.kg> rdf:type rdfs:Property ;
	rdfs:label "kg"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.valvmin> rdf:type rdfs:Property ;
	rdfs:label "valvmin"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.valvmax> rdf:type rdfs:Property ;
	rdfs:label "valvmax"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.bp> rdf:type rdfs:Property ;
	rdfs:label "bp"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.waterTunnelSurgeChamberSimulation> rdf:type rdfs:Property ;
	rdfs:label "waterTunnelSurgeChamberSimulation"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:boolean .
<GovHydroPelton.db1> rdf:type rdfs:Property ;
	rdfs:label "db1"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.zsfc> rdf:type rdfs:Property ;
	rdfs:label "zsfc"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.hn> rdf:type rdfs:Property ;
	rdfs:label "hn"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.twng> rdf:type rdfs:Property ;
	rdfs:label "twng"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.qn> rdf:type rdfs:Property ;
	rdfs:label "qn"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.h2> rdf:type rdfs:Property ;
	rdfs:label "h2"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.twnc> rdf:type rdfs:Property ;
	rdfs:label "twnc"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.qc0> rdf:type rdfs:Property ;
	rdfs:label "qc0"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.av0> rdf:type rdfs:Property ;
	rdfs:label "av0"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.simplifiedPelton> rdf:type rdfs:Property ;
	rdfs:label "simplifiedPelton"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:boolean .
<GovHydroPelton.av1> rdf:type rdfs:Property ;
	rdfs:label "av1"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.va> rdf:type rdfs:Property ;
	rdfs:label "va"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.db2> rdf:type rdfs:Property ;
	rdfs:label "db2"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.tx> rdf:type rdfs:Property ;
	rdfs:label "tx"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.ts> rdf:type rdfs:Property ;
	rdfs:label "ts"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.vcv> rdf:type rdfs:Property ;
	rdfs:label "vcv"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<GovHydroPelton.vc> rdf:type rdfs:Property ;
	rdfs:label "vc"@en ;
	rdfs:domain <GovHydroPelton> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> <http://www.w3.org/2000/01/rdf-schema#label> "GovHydroPelton"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.staticCompensating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.staticCompensating> <http://www.w3.org/2000/01/rdf-schema#label> "staticCompensating"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.staticCompensating> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.staticCompensating> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.vav> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.vav> <http://www.w3.org/2000/01/rdf-schema#label> "vav"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.vav> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.vav> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.h1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.h1> <http://www.w3.org/2000/01/rdf-schema#label> "h1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.h1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.h1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.tv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.tv> <http://www.w3.org/2000/01/rdf-schema#label> "tv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.tv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.tv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.kg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.kg> <http://www.w3.org/2000/01/rdf-schema#label> "kg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.kg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.kg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.valvmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.valvmin> <http://www.w3.org/2000/01/rdf-schema#label> "valvmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.valvmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.valvmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.valvmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.valvmax> <http://www.w3.org/2000/01/rdf-schema#label> "valvmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.valvmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.valvmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.bp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.bp> <http://www.w3.org/2000/01/rdf-schema#label> "bp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.bp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.bp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.waterTunnelSurgeChamberSimulation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.waterTunnelSurgeChamberSimulation> <http://www.w3.org/2000/01/rdf-schema#label> "waterTunnelSurgeChamberSimulation"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.waterTunnelSurgeChamberSimulation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.waterTunnelSurgeChamberSimulation> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.db1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.db1> <http://www.w3.org/2000/01/rdf-schema#label> "db1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.db1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.db1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.zsfc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.zsfc> <http://www.w3.org/2000/01/rdf-schema#label> "zsfc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.zsfc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.zsfc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.hn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.hn> <http://www.w3.org/2000/01/rdf-schema#label> "hn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.hn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.hn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.twng> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.twng> <http://www.w3.org/2000/01/rdf-schema#label> "twng"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.twng> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.twng> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.qn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.qn> <http://www.w3.org/2000/01/rdf-schema#label> "qn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.qn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.qn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.h2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.h2> <http://www.w3.org/2000/01/rdf-schema#label> "h2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.h2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.h2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.twnc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.twnc> <http://www.w3.org/2000/01/rdf-schema#label> "twnc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.twnc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.twnc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.qc0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.qc0> <http://www.w3.org/2000/01/rdf-schema#label> "qc0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.qc0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.qc0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.av0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.av0> <http://www.w3.org/2000/01/rdf-schema#label> "av0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.av0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.av0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.simplifiedPelton> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.simplifiedPelton> <http://www.w3.org/2000/01/rdf-schema#label> "simplifiedPelton"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.simplifiedPelton> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.simplifiedPelton> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.av1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.av1> <http://www.w3.org/2000/01/rdf-schema#label> "av1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.av1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.av1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.va> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.va> <http://www.w3.org/2000/01/rdf-schema#label> "va"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.va> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.va> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.db2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.db2> <http://www.w3.org/2000/01/rdf-schema#label> "db2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.db2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.db2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.tx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.tx> <http://www.w3.org/2000/01/rdf-schema#label> "tx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.tx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.tx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.ts> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.ts> <http://www.w3.org/2000/01/rdf-schema#label> "ts"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.ts> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.ts> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.vcv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.vcv> <http://www.w3.org/2000/01/rdf-schema#label> "vcv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.vcv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.vcv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.vc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.vc> <http://www.w3.org/2000/01/rdf-schema#label> "vc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.vc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroPelton.vc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Detailed hydro unit - Pelton model. This model can be used to represent the dynamic related to water tunnel and surge chamber. The DetailedHydroModelHydraulicSystem diagram, located under the GovHydroFrancis class, provides a schematic of the hydraulic system of detailed hydro unit models, such as Francis and Pelton.

Property Domain Range Comment
ta GovHydroPelton double Derivative gain (accelerometer time constant) (Ta) (>= 0). Typical value = 3.
staticCompensating GovHydroPelton boolean Static compensating characteristic (Cflag). It should be true if simplifiedPelton = false. true = enable of static compensating characteristic false = inhibit of static compensating characteristic. Typical value = false.
vav GovHydroPelton double Maximum servomotor valve opening velocity (Vav). Typical value = 0,1.
h1 GovHydroPelton double Head of compensation chamber water level with respect to the level of penstock (H1). Unit = km. Typical value = 0,004.
tv GovHydroPelton double Servomotor integrator time constant (Tv) (>= 0). Typical value = 0,3.
kg GovHydroPelton double Water tunnel and surge chamber loss coefficient (due to friction) (Kg). Typical value = 0,025.
kc GovHydroPelton double Penstock loss coefficient (due to friction) (Kc). Typical value = 0,025.
valvmin GovHydroPelton double Minimum gate opening (ValvMin) (< GovHydroPelton.valvmax). Typical value = 0.
valvmax GovHydroPelton double Maximum gate opening (ValvMax) (> GovHydroPelton.valvmin). Typical value = 1,1.
bp GovHydroPelton double Droop (bp). Typical value = 0,05.
waterTunnelSurgeChamberSimulation GovHydroPelton boolean Water tunnel and surge chamber simulation (Tflag). true = enable of water tunnel and surge chamber simulation false = inhibit of water tunnel and surge chamber simulation. Typical value = false.
db1 GovHydroPelton double Intentional dead-band width (DB1). Unit = Hz. Typical value = 0.
zsfc GovHydroPelton double Head of upper water level with respect to the level of penstock (Zsfc). Unit = km. Typical value = 0,025.
hn GovHydroPelton double Rated hydraulic head (Hn). Unit = km. Typical value = 0,250.
twng GovHydroPelton double Water tunnel and surge chamber inertia time constant (Twng) (>= 0). Typical value = 3.
qn GovHydroPelton double Rated flow (Qn). Unit = m3/s. Typical value = 250.
mwbase GovHydroPelton double Base for power values (MWbase) (> 0). Unit = MW.
h2 GovHydroPelton double Head of surge tank water level with respect to the level of penstock (H2). Unit = km. Typical value = 0,040.
twnc GovHydroPelton double Water inertia time constant (Twnc) (>= 0). Typical value = 1.
qc0 GovHydroPelton double No-load turbine flow at nominal head (Qc0). Typical value = 0,05.
av0 GovHydroPelton double Area of the surge tank (AV0). Unit = m2. Typical value = 30.
simplifiedPelton GovHydroPelton boolean Simplified Pelton model simulation (Sflag). true = enable of simplified Pelton model simulation false = enable of complete Pelton model simulation (non-linear gain). Typical value = true.
av1 GovHydroPelton double Area of the compensation tank (AV1). Unit = m2. Typical value = 700.
va GovHydroPelton double Maximum gate opening velocity (Va). Unit = PU / s. Typical value = 0,06.
db2 GovHydroPelton double Intentional dead-band width of valve opening error (DB2). Unit = Hz. Typical value = 0,01.
tx GovHydroPelton double Electronic integrator time constant (Tx) (>= 0). Typical value = 0,5.
ts GovHydroPelton double Gate servo time constant (Ts) (>= 0). Typical value = 0,15.
vcv GovHydroPelton double Maximum servomotor valve closing velocity (Vcv). Typical value = -0,1.
vc GovHydroPelton double Maximum gate closing velocity (Vc). Unit = PU / s. Typical value = -0,06.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovHydroR

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovHydroR> rdf:type rdfs:Class ;
	rdfs:label "GovHydroR"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovHydroR.gmin> rdf:type rdfs:Property ;
	rdfs:label "gmin"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.gv3> rdf:type rdfs:Property ;
	rdfs:label "gv3"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.qnl> rdf:type rdfs:Property ;
	rdfs:label "qnl"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.gmax> rdf:type rdfs:Property ;
	rdfs:label "gmax"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.pgv1> rdf:type rdfs:Property ;
	rdfs:label "pgv1"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.velcl> rdf:type rdfs:Property ;
	rdfs:label "velcl"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.gv4> rdf:type rdfs:Property ;
	rdfs:label "gv4"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.t7> rdf:type rdfs:Property ;
	rdfs:label "t7"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.pgv4> rdf:type rdfs:Property ;
	rdfs:label "pgv4"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.kg> rdf:type rdfs:Property ;
	rdfs:label "kg"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.db2> rdf:type rdfs:Property ;
	rdfs:label "db2"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.gv1> rdf:type rdfs:Property ;
	rdfs:label "gv1"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.pgv5> rdf:type rdfs:Property ;
	rdfs:label "pgv5"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.tw> rdf:type rdfs:Property ;
	rdfs:label "tw"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.gv6> rdf:type rdfs:Property ;
	rdfs:label "gv6"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.t8> rdf:type rdfs:Property ;
	rdfs:label "t8"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.at> rdf:type rdfs:Property ;
	rdfs:label "at"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.pgv2> rdf:type rdfs:Property ;
	rdfs:label "pgv2"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.pgv6> rdf:type rdfs:Property ;
	rdfs:label "pgv6"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.eps> rdf:type rdfs:Property ;
	rdfs:label "eps"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.db1> rdf:type rdfs:Property ;
	rdfs:label "db1"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.inputSignal> rdf:type rdfs:Property ;
	rdfs:label "inputSignal"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:boolean .
<GovHydroR.tt> rdf:type rdfs:Property ;
	rdfs:label "tt"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.pgv3> rdf:type rdfs:Property ;
	rdfs:label "pgv3"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.gv2> rdf:type rdfs:Property ;
	rdfs:label "gv2"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.h0> rdf:type rdfs:Property ;
	rdfs:label "h0"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.gv5> rdf:type rdfs:Property ;
	rdfs:label "gv5"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.velop> rdf:type rdfs:Property ;
	rdfs:label "velop"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<GovHydroR.dturb> rdf:type rdfs:Property ;
	rdfs:label "dturb"@en ;
	rdfs:domain <GovHydroR> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> <http://www.w3.org/2000/01/rdf-schema#label> "GovHydroR"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gmin> <http://www.w3.org/2000/01/rdf-schema#label> "gmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv3> <http://www.w3.org/2000/01/rdf-schema#label> "gv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.qnl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.qnl> <http://www.w3.org/2000/01/rdf-schema#label> "qnl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.qnl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.qnl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gmax> <http://www.w3.org/2000/01/rdf-schema#label> "gmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv1> <http://www.w3.org/2000/01/rdf-schema#label> "pgv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.velcl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.velcl> <http://www.w3.org/2000/01/rdf-schema#label> "velcl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.velcl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.velcl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv4> <http://www.w3.org/2000/01/rdf-schema#label> "gv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t7> <http://www.w3.org/2000/01/rdf-schema#label> "t7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv4> <http://www.w3.org/2000/01/rdf-schema#label> "pgv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.kg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.kg> <http://www.w3.org/2000/01/rdf-schema#label> "kg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.kg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.kg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.db2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.db2> <http://www.w3.org/2000/01/rdf-schema#label> "db2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.db2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.db2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv1> <http://www.w3.org/2000/01/rdf-schema#label> "gv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv5> <http://www.w3.org/2000/01/rdf-schema#label> "pgv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.tw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.tw> <http://www.w3.org/2000/01/rdf-schema#label> "tw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.tw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.tw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv6> <http://www.w3.org/2000/01/rdf-schema#label> "gv6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t8> <http://www.w3.org/2000/01/rdf-schema#label> "t8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.at> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.at> <http://www.w3.org/2000/01/rdf-schema#label> "at"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.at> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.at> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv2> <http://www.w3.org/2000/01/rdf-schema#label> "pgv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv6> <http://www.w3.org/2000/01/rdf-schema#label> "pgv6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.eps> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.eps> <http://www.w3.org/2000/01/rdf-schema#label> "eps"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.eps> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.eps> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.db1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.db1> <http://www.w3.org/2000/01/rdf-schema#label> "db1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.db1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.db1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.inputSignal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.inputSignal> <http://www.w3.org/2000/01/rdf-schema#label> "inputSignal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.inputSignal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.inputSignal> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.tt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.tt> <http://www.w3.org/2000/01/rdf-schema#label> "tt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.tt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.tt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv3> <http://www.w3.org/2000/01/rdf-schema#label> "pgv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pgv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv2> <http://www.w3.org/2000/01/rdf-schema#label> "gv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.h0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.h0> <http://www.w3.org/2000/01/rdf-schema#label> "h0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.h0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.h0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv5> <http://www.w3.org/2000/01/rdf-schema#label> "gv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.gv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.velop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.velop> <http://www.w3.org/2000/01/rdf-schema#label> "velop"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.velop> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.velop> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.dturb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.dturb> <http://www.w3.org/2000/01/rdf-schema#label> "dturb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.dturb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroR.dturb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Fourth order lead-lag governor and hydro turbine.

Property Domain Range Comment
gmin GovHydroR double Minimum governor output (Gmin) (< GovHydroR.gmax). Typical value = -0,05.
gv3 GovHydroR double Nonlinear gain point 3, PU gv (Gv3). Typical value = 0.
qnl GovHydroR double No-load turbine flow at nominal head (Qnl). Typical value = 0,08.
gmax GovHydroR double Maximum governor output (Gmax) (> GovHydroR.gmin). Typical value = 1,05.
pgv1 GovHydroR double Nonlinear gain point 1, PU power (Pgv1). Typical value = 0.
velcl GovHydroR double Maximum gate closing velocity (Velcl). Unit = PU / s. Typical value = -0,2.
gv4 GovHydroR double Nonlinear gain point 4, PU gv (Gv4). Typical value = 0.
td GovHydroR double Input filter time constant (Td) (>= 0). Typical value = 0,05.
t7 GovHydroR double Lead time constant 4 (T7) (>= 0). Typical value = 0.
t1 GovHydroR double Lead time constant 1 (T1) (>= 0). Typical value = 1,5.
tp GovHydroR double Gate servo time constant (Tp) (>= 0). Typical value = 0,05.
pgv4 GovHydroR double Nonlinear gain point 4, PU power (Pgv4). Typical value = 0.
kg GovHydroR double Gate servo gain (Kg). Typical value = 2.
db2 GovHydroR double Unintentional dead-band (db2). Unit = MW. Typical value = 0.
t6 GovHydroR double Lag time constant 3 (T6) (>= 0). Typical value = 0,05.
gv1 GovHydroR double Nonlinear gain point 1, PU gv (Gv1). Typical value = 0.
pgv5 GovHydroR double Nonlinear gain point 5, PU power (Pgv5). Typical value = 0.
ki GovHydroR double Integral gain (Ki). Typical value = 0,5.
tw GovHydroR double Water inertia time constant (Tw) (> 0). Typical value = 1.
r GovHydroR double Steady-state droop (R). Typical value = 0,05.
gv6 GovHydroR double Nonlinear gain point 6, PU gv (Gv6). Typical value = 0.
t8 GovHydroR double Lag time constant 4 (T8) (>= 0). Typical value = 0,05.
at GovHydroR double Turbine gain (At). Typical value = 1,2.
t2 GovHydroR double Lag time constant 1 (T2) (>= 0). Typical value = 0,1.
t4 GovHydroR double Lag time constant 2 (T4) (>= 0). Typical value = 0,1.
pgv2 GovHydroR double Nonlinear gain point 2, PU power (Pgv2). Typical value = 0.
mwbase GovHydroR double Base for power values (MWbase) (> 0). Unit = MW.
pgv6 GovHydroR double Nonlinear gain point 6, PU power (Pgv6). Typical value = 0.
pmin GovHydroR double Minimum gate opening, PU of MWbase (Pmin) (< GovHydroR.pmax). Typical value = 0.
eps GovHydroR double Intentional db hysteresis (eps). Unit = Hz. Typical value = 0.
db1 GovHydroR double Intentional dead-band width (db1). Unit = Hz. Typical value = 0.
inputSignal GovHydroR boolean Input signal switch (Flag). true = Pe input is used false = feedback is received from CV. Flag is normally dependent on Tt. If Tt is zero, Flag is set to false. If Tt is not zero, Flag is set to true. Typical value = true.
tt GovHydroR double Power feedback time constant (Tt) (>= 0). Typical value = 0.
pgv3 GovHydroR double Nonlinear gain point 3, PU power (Pgv3). Typical value = 0.
gv2 GovHydroR double Nonlinear gain point 2, PU gv (Gv2). Typical value = 0.
h0 GovHydroR double Turbine nominal head (H0). Typical value = 1.
pmax GovHydroR double Maximum gate opening, PU of MWbase (Pmax) (> GovHydroR.pmin). Typical value = 1.
gv5 GovHydroR double Nonlinear gain point 5, PU gv (Gv5). Typical value = 0.
t3 GovHydroR double Lead time constant 2 (T3) (>= 0). Typical value = 1,5.
t5 GovHydroR double Lead time constant 3 (T5) (>= 0). Typical value = 0.
velop GovHydroR double Maximum gate opening velocity (Velop). Unit = PU / s. Typical value = 0,2.
dturb GovHydroR double Turbine damping factor (Dturb). Typical value = 0,2.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovHydroWEH

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovHydroWEH> rdf:type rdfs:Class ;
	rdfs:label "GovHydroWEH"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovHydroWEH.fp3> rdf:type rdfs:Property ;
	rdfs:label "fp3"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.dicn> rdf:type rdfs:Property ;
	rdfs:label "dicn"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.fp8> rdf:type rdfs:Property ;
	rdfs:label "fp8"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.fp10> rdf:type rdfs:Property ;
	rdfs:label "fp10"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.feedbackSignal> rdf:type rdfs:Property ;
	rdfs:label "feedbackSignal"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:boolean .
<GovHydroWEH.gmax> rdf:type rdfs:Property ;
	rdfs:label "gmax"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.pmss4> rdf:type rdfs:Property ;
	rdfs:label "pmss4"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.pmss10> rdf:type rdfs:Property ;
	rdfs:label "pmss10"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.tdv> rdf:type rdfs:Property ;
	rdfs:label "tdv"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.pmss8> rdf:type rdfs:Property ;
	rdfs:label "pmss8"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.dturb> rdf:type rdfs:Property ;
	rdfs:label "dturb"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.fp5> rdf:type rdfs:Property ;
	rdfs:label "fp5"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.fl4> rdf:type rdfs:Property ;
	rdfs:label "fl4"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.fp1> rdf:type rdfs:Property ;
	rdfs:label "fp1"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.fl5> rdf:type rdfs:Property ;
	rdfs:label "fl5"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.pmss9> rdf:type rdfs:Property ;
	rdfs:label "pmss9"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.pmss7> rdf:type rdfs:Property ;
	rdfs:label "pmss7"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.tw> rdf:type rdfs:Property ;
	rdfs:label "tw"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.pmss6> rdf:type rdfs:Property ;
	rdfs:label "pmss6"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.fl1> rdf:type rdfs:Property ;
	rdfs:label "fl1"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.tpe> rdf:type rdfs:Property ;
	rdfs:label "tpe"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.pmss2> rdf:type rdfs:Property ;
	rdfs:label "pmss2"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.gmin> rdf:type rdfs:Property ;
	rdfs:label "gmin"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.rpp> rdf:type rdfs:Property ;
	rdfs:label "rpp"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.gv5> rdf:type rdfs:Property ;
	rdfs:label "gv5"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.db> rdf:type rdfs:Property ;
	rdfs:label "db"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.fp2> rdf:type rdfs:Property ;
	rdfs:label "fp2"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.pmss3> rdf:type rdfs:Property ;
	rdfs:label "pmss3"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.dpv> rdf:type rdfs:Property ;
	rdfs:label "dpv"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.fl2> rdf:type rdfs:Property ;
	rdfs:label "fl2"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.gv4> rdf:type rdfs:Property ;
	rdfs:label "gv4"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.fl3> rdf:type rdfs:Property ;
	rdfs:label "fl3"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.gtmxcl> rdf:type rdfs:Property ;
	rdfs:label "gtmxcl"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.gv2> rdf:type rdfs:Property ;
	rdfs:label "gv2"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.fp6> rdf:type rdfs:Property ;
	rdfs:label "fp6"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.gv3> rdf:type rdfs:Property ;
	rdfs:label "gv3"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.fp9> rdf:type rdfs:Property ;
	rdfs:label "fp9"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.pmss1> rdf:type rdfs:Property ;
	rdfs:label "pmss1"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.gtmxop> rdf:type rdfs:Property ;
	rdfs:label "gtmxop"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.fp7> rdf:type rdfs:Property ;
	rdfs:label "fp7"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.rpg> rdf:type rdfs:Property ;
	rdfs:label "rpg"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.fp4> rdf:type rdfs:Property ;
	rdfs:label "fp4"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.pmss5> rdf:type rdfs:Property ;
	rdfs:label "pmss5"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<GovHydroWEH.gv1> rdf:type rdfs:Property ;
	rdfs:label "gv1"@en ;
	rdfs:domain <GovHydroWEH> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> <http://www.w3.org/2000/01/rdf-schema#label> "GovHydroWEH"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp3> <http://www.w3.org/2000/01/rdf-schema#label> "fp3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.dicn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.dicn> <http://www.w3.org/2000/01/rdf-schema#label> "dicn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.dicn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.dicn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp8> <http://www.w3.org/2000/01/rdf-schema#label> "fp8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp10> <http://www.w3.org/2000/01/rdf-schema#label> "fp10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.feedbackSignal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.feedbackSignal> <http://www.w3.org/2000/01/rdf-schema#label> "feedbackSignal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.feedbackSignal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.feedbackSignal> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gmax> <http://www.w3.org/2000/01/rdf-schema#label> "gmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss4> <http://www.w3.org/2000/01/rdf-schema#label> "pmss4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss10> <http://www.w3.org/2000/01/rdf-schema#label> "pmss10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.tdv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.tdv> <http://www.w3.org/2000/01/rdf-schema#label> "tdv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.tdv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.tdv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss8> <http://www.w3.org/2000/01/rdf-schema#label> "pmss8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.dturb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.dturb> <http://www.w3.org/2000/01/rdf-schema#label> "dturb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.dturb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.dturb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp5> <http://www.w3.org/2000/01/rdf-schema#label> "fp5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fl4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fl4> <http://www.w3.org/2000/01/rdf-schema#label> "fl4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fl4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fl4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp1> <http://www.w3.org/2000/01/rdf-schema#label> "fp1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fl5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fl5> <http://www.w3.org/2000/01/rdf-schema#label> "fl5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fl5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fl5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss9> <http://www.w3.org/2000/01/rdf-schema#label> "pmss9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss7> <http://www.w3.org/2000/01/rdf-schema#label> "pmss7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.tw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.tw> <http://www.w3.org/2000/01/rdf-schema#label> "tw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.tw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.tw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss6> <http://www.w3.org/2000/01/rdf-schema#label> "pmss6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fl1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fl1> <http://www.w3.org/2000/01/rdf-schema#label> "fl1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fl1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fl1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.tpe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.tpe> <http://www.w3.org/2000/01/rdf-schema#label> "tpe"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.tpe> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.tpe> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss2> <http://www.w3.org/2000/01/rdf-schema#label> "pmss2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gmin> <http://www.w3.org/2000/01/rdf-schema#label> "gmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.rpp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.rpp> <http://www.w3.org/2000/01/rdf-schema#label> "rpp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.rpp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.rpp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gv5> <http://www.w3.org/2000/01/rdf-schema#label> "gv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.db> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.db> <http://www.w3.org/2000/01/rdf-schema#label> "db"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.db> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.db> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp2> <http://www.w3.org/2000/01/rdf-schema#label> "fp2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss3> <http://www.w3.org/2000/01/rdf-schema#label> "pmss3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.dpv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.dpv> <http://www.w3.org/2000/01/rdf-schema#label> "dpv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.dpv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.dpv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fl2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fl2> <http://www.w3.org/2000/01/rdf-schema#label> "fl2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fl2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fl2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gv4> <http://www.w3.org/2000/01/rdf-schema#label> "gv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fl3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fl3> <http://www.w3.org/2000/01/rdf-schema#label> "fl3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fl3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fl3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gtmxcl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gtmxcl> <http://www.w3.org/2000/01/rdf-schema#label> "gtmxcl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gtmxcl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gtmxcl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gv2> <http://www.w3.org/2000/01/rdf-schema#label> "gv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp6> <http://www.w3.org/2000/01/rdf-schema#label> "fp6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gv3> <http://www.w3.org/2000/01/rdf-schema#label> "gv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp9> <http://www.w3.org/2000/01/rdf-schema#label> "fp9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss1> <http://www.w3.org/2000/01/rdf-schema#label> "pmss1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gtmxop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gtmxop> <http://www.w3.org/2000/01/rdf-schema#label> "gtmxop"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gtmxop> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gtmxop> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp7> <http://www.w3.org/2000/01/rdf-schema#label> "fp7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.rpg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.rpg> <http://www.w3.org/2000/01/rdf-schema#label> "rpg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.rpg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.rpg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp4> <http://www.w3.org/2000/01/rdf-schema#label> "fp4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.fp4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss5> <http://www.w3.org/2000/01/rdf-schema#label> "pmss5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.pmss5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gv1> <http://www.w3.org/2000/01/rdf-schema#label> "gv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWEH.gv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

WoodwardTM electric hydro governor. [Footnote: Woodward electric hydro governors are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.].

Property Domain Range Comment
fp3 GovHydroWEH double Flow P3 (Fp3). Turbine flow value for point 3 for lookup table representing PU mechanical power as a function of turbine flow.
dicn GovHydroWEH double Value to allow the integral controller to advance beyond the gate limits (Dicn).
kd GovHydroWEH double Derivative controller derivative gain (Kd).
fp8 GovHydroWEH double Flow P8 (Fp8). Turbine flow value for point 8 for lookup table representing PU mechanical power as a function of turbine flow.
fp10 GovHydroWEH double Flow P10 (Fp10). Turbine flow value for point 10 for lookup table representing PU mechanical power as a function of turbine flow.
feedbackSignal GovHydroWEH boolean Feedback signal selection (Sw). true = PID output (if R-Perm-Gate = droop and R-Perm-Pe = 0) false = electrical power (if R-Perm-Gate = 0 and R-Perm-Pe = droop) or false = gate position (if R-Perm-Gate = droop and R-Perm-Pe = 0). Typical value = false.
gmax GovHydroWEH double Maximum gate position (Gmax) (> GovHydroWEH.gmin).
pmss4 GovHydroWEH double Pmss flow P4 (Pmss4). Mechanical power output for turbine flow point 4 for lookup table representing PU mechanical power as a function of turbine flow.
pmss10 GovHydroWEH double Pmss flow P10 (Pmss10). Mechanical power output for turbine flow point 10 for lookup table representing PU mechanical power as a function of turbine flow.
tdv GovHydroWEH double Distributive valve time lag time constant (Tdv) (>= 0).
pmss8 GovHydroWEH double Pmss flow P8 (Pmss8). Mechanical power output for turbine flow point 8 for lookup table representing PU mechanical power as a function of turbine flow.
dturb GovHydroWEH double Turbine damping factor (Dturb). Unit = delta P (PU of MWbase) / delta speed (PU).
fp5 GovHydroWEH double Flow P5 (Fp5). Turbine flow value for point 5 for lookup table representing PU mechanical power as a function of turbine flow.
fl4 GovHydroWEH double Flowgate 4 (Fl4). Flow value for gate position point 4 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow.
fp1 GovHydroWEH double Flow P1 (Fp1). Turbine flow value for point 1 for lookup table representing PU mechanical power as a function of turbine flow.
fl5 GovHydroWEH double Flowgate 5 (Fl5). Flow value for gate position point 5 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow.
mwbase GovHydroWEH double Base for power values (MWbase) (> 0). Unit = MW.
tp GovHydroWEH double Pilot valve time lag time constant (Tp) (>= 0).
pmss9 GovHydroWEH double Pmss flow P9 (Pmss9). Mechanical power output for turbine flow point 9 for lookup table representing PU mechanical power as a function of turbine flow.
pmss7 GovHydroWEH double Pmss flow P7 (Pmss7). Mechanical power output for turbine flow point 7 for lookup table representing PU mechanical power as a function of turbine flow.
tw GovHydroWEH double Water inertia time constant (Tw) (> 0).
pmss6 GovHydroWEH double Pmss flow P6 (Pmss6). Mechanical power output for turbine flow point 6 for lookup table representing PU mechanical power as a function of turbine flow.
fl1 GovHydroWEH double Flowgate 1 (Fl1). Flow value for gate position point 1 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow.
tpe GovHydroWEH double Electrical power droop time constant (Tpe) (>= 0).
pmss2 GovHydroWEH double Pmss flow P2 (Pmss2). Mechanical power output for turbine flow point 2 for lookup table representing PU mechanical power as a function of turbine flow.
gmin GovHydroWEH double Minimum gate position (Gmin) (< GovHydroWEH.gmax).
rpp GovHydroWEH double Permanent droop for electrical power feedback (R-Perm-Pe).
gv5 GovHydroWEH double Gate 5 (Gv5). Gate Position value for point 5 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow.
db GovHydroWEH double Speed deadband (db).
fp2 GovHydroWEH double Flow P2 (Fp2). Turbine flow value for point 2 for lookup table representing PU mechanical power as a function of turbine flow.
pmss3 GovHydroWEH double Pmss flow P3 (Pmss3). Mechanical power output for turbine flow point 3 for lookup table representing PU mechanical power as a function of turbine flow.
kp GovHydroWEH double Derivative control gain (Kp).
dpv GovHydroWEH double Value to allow the pilot valve controller to advance beyond the gate limits (Dpv).
fl2 GovHydroWEH double Flowgate 2 (Fl2). Flow value for gate position point 2 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow.
gv4 GovHydroWEH double Gate 4 (Gv4). Gate Position value for point 4 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow.
fl3 GovHydroWEH double Flowgate 3 (Fl3). Flow value for gate position point 3 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow.
gtmxcl GovHydroWEH double Maximum gate closing rate (Gtmxcl).
td GovHydroWEH double Derivative controller time constant (Td) (>= 0). Limits the derivative characteristic beyond a breakdown frequency to avoid amplification of high-frequency noise.
gv2 GovHydroWEH double Gate 2 (Gv2). Gate Position value for point 2 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow.
fp6 GovHydroWEH double Flow P6 (Fp6). Turbine flow value for point 6 for lookup table representing PU mechanical power as a function of turbine flow.
tg GovHydroWEH double Value to allow the distribution valve controller to advance beyond the gate movement rate limit (Tg) (>= 0).
gv3 GovHydroWEH double Gate 3 (Gv3). Gate Position value for point 3 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow.
fp9 GovHydroWEH double Flow P9 (Fp9). Turbine flow value for point 9 for lookup table representing PU mechanical power as a function of turbine flow.
pmss1 GovHydroWEH double Pmss flow P1 (Pmss1). Mechanical power output for turbine flow point 1 for lookup table representing PU mechanical power as a function of turbine flow.
ki GovHydroWEH double Derivative controller Integral gain (Ki).
gtmxop GovHydroWEH double Maximum gate opening rate (Gtmxop).
fp7 GovHydroWEH double Flow P7 (Fp7). Turbine flow value for point 7 for lookup table representing PU mechanical power as a function of turbine flow.
rpg GovHydroWEH double Permanent droop for governor output feedback (R-Perm-Gate).
fp4 GovHydroWEH double Flow P4 (Fp4). Turbine flow value for point 4 for lookup table representing PU mechanical power as a function of turbine flow.
pmss5 GovHydroWEH double Pmss flow P5 (Pmss5). Mechanical power output for turbine flow point 5 for lookup table representing PU mechanical power as a function of turbine flow.
gv1 GovHydroWEH double Gate 1 (Gv1). Gate Position value for point 1 for lookup table representing water flow through the turbine as a function of gate position to produce steady state flow.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovHydroWPID

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovHydroWPID> rdf:type rdfs:Class ;
	rdfs:label "GovHydroWPID"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovHydroWPID.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<GovHydroWPID.treg> rdf:type rdfs:Property ;
	rdfs:label "treg"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<GovHydroWPID.reg> rdf:type rdfs:Property ;
	rdfs:label "reg"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<GovHydroWPID.velmin> rdf:type rdfs:Property ;
	rdfs:label "velmin"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<GovHydroWPID.gatmax> rdf:type rdfs:Property ;
	rdfs:label "gatmax"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<GovHydroWPID.gatmin> rdf:type rdfs:Property ;
	rdfs:label "gatmin"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<GovHydroWPID.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<GovHydroWPID.pgv2> rdf:type rdfs:Property ;
	rdfs:label "pgv2"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<GovHydroWPID.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<GovHydroWPID.pgv3> rdf:type rdfs:Property ;
	rdfs:label "pgv3"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<GovHydroWPID.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<GovHydroWPID.gv2> rdf:type rdfs:Property ;
	rdfs:label "gv2"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<GovHydroWPID.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<GovHydroWPID.d> rdf:type rdfs:Property ;
	rdfs:label "d"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<GovHydroWPID.gv1> rdf:type rdfs:Property ;
	rdfs:label "gv1"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<GovHydroWPID.pgv1> rdf:type rdfs:Property ;
	rdfs:label "pgv1"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<GovHydroWPID.velmax> rdf:type rdfs:Property ;
	rdfs:label "velmax"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<GovHydroWPID.tw> rdf:type rdfs:Property ;
	rdfs:label "tw"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<GovHydroWPID.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<GovHydroWPID.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<GovHydroWPID.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<GovHydroWPID.gv3> rdf:type rdfs:Property ;
	rdfs:label "gv3"@en ;
	rdfs:domain <GovHydroWPID> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> <http://www.w3.org/2000/01/rdf-schema#label> "GovHydroWPID"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.treg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.treg> <http://www.w3.org/2000/01/rdf-schema#label> "treg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.treg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.treg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.reg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.reg> <http://www.w3.org/2000/01/rdf-schema#label> "reg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.reg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.reg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.velmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.velmin> <http://www.w3.org/2000/01/rdf-schema#label> "velmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.velmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.velmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.gatmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.gatmax> <http://www.w3.org/2000/01/rdf-schema#label> "gatmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.gatmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.gatmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.gatmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.gatmin> <http://www.w3.org/2000/01/rdf-schema#label> "gatmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.gatmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.gatmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.pgv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.pgv2> <http://www.w3.org/2000/01/rdf-schema#label> "pgv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.pgv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.pgv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.pgv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.pgv3> <http://www.w3.org/2000/01/rdf-schema#label> "pgv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.pgv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.pgv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.gv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.gv2> <http://www.w3.org/2000/01/rdf-schema#label> "gv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.gv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.gv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.d> <http://www.w3.org/2000/01/rdf-schema#label> "d"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.d> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.d> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.gv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.gv1> <http://www.w3.org/2000/01/rdf-schema#label> "gv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.gv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.gv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.pgv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.pgv1> <http://www.w3.org/2000/01/rdf-schema#label> "pgv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.pgv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.pgv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.velmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.velmax> <http://www.w3.org/2000/01/rdf-schema#label> "velmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.velmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.velmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.tw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.tw> <http://www.w3.org/2000/01/rdf-schema#label> "tw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.tw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.tw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.gv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.gv3> <http://www.w3.org/2000/01/rdf-schema#label> "gv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.gv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovHydroWPID.gv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

WoodwardTM PID hydro governor. [Footnote: Woodward PID hydro governors are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.].

Property Domain Range Comment
kd GovHydroWPID double Derivative gain (Kd). Typical value = 1,11.
treg GovHydroWPID double Speed detector time constant (Treg) (>= 0).
reg GovHydroWPID double Permanent drop (Reg) (>=0).
velmin GovHydroWPID double Maximum gate closing velocity (Velmin) (< GovHydroWPID.velmax). Unit = PU / s. Typical value = 0.
gatmax GovHydroWPID double Gate opening limit maximum (Gatmax) (> GovHydroWPID.gatmin).
gatmin GovHydroWPID double Gate opening limit minimum (Gatmin) (< GovHydroWPID.gatmax).
ki GovHydroWPID double Reset gain (Ki). Typical value = 0,36.
pgv2 GovHydroWPID double Output at Gv2 PU of MWbase (Pgv2).
kp GovHydroWPID double Proportional gain (Kp). Typical value = 0,1.
pgv3 GovHydroWPID double Output at Gv3 PU of MWbase (Pgv3).
pmin GovHydroWPID double Minimum power output (Pmin) (< GovHydroWPID.pmax).
gv2 GovHydroWPID double Gate position 2 (Gv2).
tb GovHydroWPID double Gate servo time constant (Tb) (>= 0). Typical value = 0.
d GovHydroWPID double Turbine damping factor (D). Unit = delta P / delta speed.
gv1 GovHydroWPID double Gate position 1 (Gv1).
pgv1 GovHydroWPID double Output at Gv1 PU of MWbase (Pgv1).
velmax GovHydroWPID double Maximum gate opening velocity (Velmax) (> GovHydroWPID.velmin). Unit = PU / s. Typical value = 0.
tw GovHydroWPID double Water inertia time constant (Tw) (>= 0). Typical value = 0.
pmax GovHydroWPID double Maximum power output (Pmax) (> GovHydroWPID.pmin).
ta GovHydroWPID double Controller time constant (Ta) (>= 0). Typical value = 0.
mwbase GovHydroWPID double Base for power values (MWbase) (> 0). Unit = MW.
gv3 GovHydroWPID double Gate position 3 (Gv3) (= 1,0).
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovIEEEGT1

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovIEEEGT1> rdf:type rdfs:Class ;
	rdfs:label "GovIEEEGT1"@en ;
	rdfs:subClassOf <CombinedCycleGasTurbineDynamics> .
<GovIEEEGT1.tdg> rdf:type rdfs:Property ;
	rdfs:label "tdg"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.idel> rdf:type rdfs:Property ;
	rdfs:label "idel"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.fx> rdf:type rdfs:Property ;
	rdfs:label "fx"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:string .
<GovIEEEGT1.min> rdf:type rdfs:Property ;
	rdfs:label "min"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.kit> rdf:type rdfs:Property ;
	rdfs:label "kit"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.tv> rdf:type rdfs:Property ;
	rdfs:label "tv"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.rfmin> rdf:type rdfs:Property ;
	rdfs:label "rfmin"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.lim1> rdf:type rdfs:Property ;
	rdfs:label "lim1"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.kimw> rdf:type rdfs:Property ;
	rdfs:label "kimw"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.ttn1> rdf:type rdfs:Property ;
	rdfs:label "ttn1"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.ttd1> rdf:type rdfs:Property ;
	rdfs:label "ttd1"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.trate> rdf:type rdfs:Property ;
	rdfs:label "trate"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.ttd2> rdf:type rdfs:Property ;
	rdfs:label "ttd2"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.ttn2> rdf:type rdfs:Property ;
	rdfs:label "ttn2"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.kpmw> rdf:type rdfs:Property ;
	rdfs:label "kpmw"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.kdg> rdf:type rdfs:Property ;
	rdfs:label "kdg"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.tlimit> rdf:type rdfs:Property ;
	rdfs:label "tlimit"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.vmax> rdf:type rdfs:Property ;
	rdfs:label "vmax"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.dbd> rdf:type rdfs:Property ;
	rdfs:label "dbd"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.tn> rdf:type rdfs:Property ;
	rdfs:label "tn"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.wfo> rdf:type rdfs:Property ;
	rdfs:label "wfo"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.rfmax> rdf:type rdfs:Property ;
	rdfs:label "rfmax"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.lim2> rdf:type rdfs:Property ;
	rdfs:label "lim2"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.kt> rdf:type rdfs:Property ;
	rdfs:label "kt"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.max> rdf:type rdfs:Property ;
	rdfs:label "max"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.kpt> rdf:type rdfs:Property ;
	rdfs:label "kpt"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.tthcp> rdf:type rdfs:Property ;
	rdfs:label "tthcp"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.kig> rdf:type rdfs:Property ;
	rdfs:label "kig"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.kpg> rdf:type rdfs:Property ;
	rdfs:label "kpg"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.vmin> rdf:type rdfs:Property ;
	rdfs:label "vmin"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<GovIEEEGT1.d> rdf:type rdfs:Property ;
	rdfs:label "d"@en ;
	rdfs:domain <GovIEEEGT1> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> <http://www.w3.org/2000/01/rdf-schema#label> "GovIEEEGT1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#CombinedCycleGasTurbineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tdg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tdg> <http://www.w3.org/2000/01/rdf-schema#label> "tdg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tdg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tdg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.idel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.idel> <http://www.w3.org/2000/01/rdf-schema#label> "idel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.idel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.idel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.fx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.fx> <http://www.w3.org/2000/01/rdf-schema#label> "fx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.fx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.fx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.min> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.min> <http://www.w3.org/2000/01/rdf-schema#label> "min"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.min> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.min> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kit> <http://www.w3.org/2000/01/rdf-schema#label> "kit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tv> <http://www.w3.org/2000/01/rdf-schema#label> "tv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.rfmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.rfmin> <http://www.w3.org/2000/01/rdf-schema#label> "rfmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.rfmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.rfmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.lim1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.lim1> <http://www.w3.org/2000/01/rdf-schema#label> "lim1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.lim1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.lim1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kimw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kimw> <http://www.w3.org/2000/01/rdf-schema#label> "kimw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kimw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kimw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.ttn1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.ttn1> <http://www.w3.org/2000/01/rdf-schema#label> "ttn1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.ttn1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.ttn1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.ttd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.ttd1> <http://www.w3.org/2000/01/rdf-schema#label> "ttd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.ttd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.ttd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.trate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.trate> <http://www.w3.org/2000/01/rdf-schema#label> "trate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.trate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.trate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.ttd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.ttd2> <http://www.w3.org/2000/01/rdf-schema#label> "ttd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.ttd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.ttd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.ttn2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.ttn2> <http://www.w3.org/2000/01/rdf-schema#label> "ttn2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.ttn2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.ttn2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kpmw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kpmw> <http://www.w3.org/2000/01/rdf-schema#label> "kpmw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kpmw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kpmw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kdg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kdg> <http://www.w3.org/2000/01/rdf-schema#label> "kdg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kdg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kdg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tlimit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tlimit> <http://www.w3.org/2000/01/rdf-schema#label> "tlimit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tlimit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tlimit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.vmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.vmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.vmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.vmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.dbd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.dbd> <http://www.w3.org/2000/01/rdf-schema#label> "dbd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.dbd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.dbd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tn> <http://www.w3.org/2000/01/rdf-schema#label> "tn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.wfo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.wfo> <http://www.w3.org/2000/01/rdf-schema#label> "wfo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.wfo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.wfo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.rfmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.rfmax> <http://www.w3.org/2000/01/rdf-schema#label> "rfmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.rfmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.rfmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.lim2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.lim2> <http://www.w3.org/2000/01/rdf-schema#label> "lim2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.lim2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.lim2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kt> <http://www.w3.org/2000/01/rdf-schema#label> "kt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.max> <http://www.w3.org/2000/01/rdf-schema#label> "max"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.max> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kpt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kpt> <http://www.w3.org/2000/01/rdf-schema#label> "kpt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kpt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kpt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tthcp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tthcp> <http://www.w3.org/2000/01/rdf-schema#label> "tthcp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tthcp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tthcp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kig> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kig> <http://www.w3.org/2000/01/rdf-schema#label> "kig"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kig> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kig> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kpg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kpg> <http://www.w3.org/2000/01/rdf-schema#label> "kpg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kpg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.kpg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.vmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.vmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.vmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.vmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.d> <http://www.w3.org/2000/01/rdf-schema#label> "d"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.d> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEGT1.d> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: CombinedCycleGasTurbineDynamics » TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Simplified gas turbine model.

Reference: IEEE PES-TR1, 3.1.2.5.

Property Domain Range Comment
tdg GovIEEEGT1 double Governor derivative controller time constant (Tdg) (>=0). Typical value = 0,1.
idel GovIEEEGT1 double Speed deviation for governor error limit change (idel). Typical value = 1.
fx GovIEEEGT1 string User-defined lookup table (y=F(x)).
min GovIEEEGT1 double Governor minimum output (Min). Typical value = 0.
kit GovIEEEGT1 double Load limiter integral gain (Kit). Typical value = 0,67.
tv GovIEEEGT1 double Actuator time constant (Tv) (>=0). Typical value = 0,5.
rfmin GovIEEEGT1 double Power controller minimum output (Rfmin). Typical value = -0,1.
lim1 GovIEEEGT1 double Speed governor error first limit (lim1). Typical value = 10.
kimw GovIEEEGT1 double Power controller integral gain (Kimw). Typical value = 0.
ttn1 GovIEEEGT1 double Turbine lead time constant (Ttn1) (>=0). Typical value = 0.
ttd1 GovIEEEGT1 double Turbine lag time constant (Ttd1) (>=0). Typical value = 0,5.
trate GovIEEEGT1 double Turbine rated power (0 => Trate=Prated of SG) (Trate). Typical value = 0.
ttd2 GovIEEEGT1 double Turbine lag time constant (Ttd2) (>=0). Typical value = 0.
ttn2 GovIEEEGT1 double Turbine lead time constant (Ttn2) (>=0). Typical value = 0.
kpmw GovIEEEGT1 double Power controller proportional gain (Kpmw). Typical value = 0.
td GovIEEEGT1 double Temperature detection lag time constant (Td) (>=0). Typical value = 5.
kdg GovIEEEGT1 double Governor derivative gain (Kdg). Typical value = 0,1.
tlimit GovIEEEGT1 double Load limiter reference value (Tlimit). Typical value = 0,9167.
vmax GovIEEEGT1 double Maximum valve position (Vmax). Typical value = 1,05.
dbd GovIEEEGT1 double Speed governor deadband (dbd). Typical value = 0.
tn GovIEEEGT1 double Temperature detection lead time constant (Tn) (>=0). Typical value = 4.
wfo GovIEEEGT1 double No load fuel flow (Wfo). Typical value = 0,25.
rfmax GovIEEEGT1 double Power controller maximum output (Rfmax). Typical value = 0,1.
lim2 GovIEEEGT1 double Speed governor error second limit (lim2). Typical value = 10.
kt GovIEEEGT1 double Turbine gain (Kt). Typical value = 1,5.
max GovIEEEGT1 double Governor maximum output (Max). Typical value = 1,05.
kpt GovIEEEGT1 double Load limiter proportional gain (Kpt). Typical value = 2.
tthcp GovIEEEGT1 double Thermocouple time constant (Tthcp) (>=0). Typical value = 3.
kig GovIEEEGT1 double Governor integral gain (Kig). Typical value = 0,1.
kpg GovIEEEGT1 double Governor proportional gain (Kpg). Typical value = 0,5.
tp GovIEEEGT1 double Electrical power transducer time constant (Tp) (>=0). Typical value = 5.
vmin GovIEEEGT1 double Minimum valve position (Vmin). Typical value = 0.
d GovIEEEGT1 double Inverse of permanent droop (D). Typical value = 25.
SteamTurbineGeneratorDynamics CombinedCycleGasTurbineDynamics SteamTurbineGeneratorDynamics The steam turbine and a heat-recovery steam generator connected to this gas turbine of a combined cycle power plant.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovIEEEHydroDD

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovIEEEHydroDD> rdf:type rdfs:Class ;
	rdfs:label "GovIEEEHydroDD"@en ;
	rdfs:subClassOf <HydroGovernorDynamics> .
<GovIEEEHydroDD.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <GovIEEEHydroDD> ;
	rdfs:range xsd:double .
<GovIEEEHydroDD.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <GovIEEEHydroDD> ;
	rdfs:range xsd:double .
<GovIEEEHydroDD.rp> rdf:type rdfs:Property ;
	rdfs:label "rp"@en ;
	rdfs:domain <GovIEEEHydroDD> ;
	rdfs:range xsd:double .
<GovIEEEHydroDD.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <GovIEEEHydroDD> ;
	rdfs:range xsd:double .
<GovIEEEHydroDD.gmin> rdf:type rdfs:Property ;
	rdfs:label "gmin"@en ;
	rdfs:domain <GovIEEEHydroDD> ;
	rdfs:range xsd:double .
<GovIEEEHydroDD.flag> rdf:type rdfs:Property ;
	rdfs:label "flag"@en ;
	rdfs:domain <GovIEEEHydroDD> ;
	rdfs:range xsd:boolean .
<GovIEEEHydroDD.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <GovIEEEHydroDD> ;
	rdfs:range xsd:double .
<GovIEEEHydroDD.db2> rdf:type rdfs:Property ;
	rdfs:label "db2"@en ;
	rdfs:domain <GovIEEEHydroDD> ;
	rdfs:range xsd:double .
<GovIEEEHydroDD.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <GovIEEEHydroDD> ;
	rdfs:range xsd:double .
<GovIEEEHydroDD.tt> rdf:type rdfs:Property ;
	rdfs:label "tt"@en ;
	rdfs:domain <GovIEEEHydroDD> ;
	rdfs:range xsd:double .
<GovIEEEHydroDD.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <GovIEEEHydroDD> ;
	rdfs:range xsd:double .
<GovIEEEHydroDD.velcl> rdf:type rdfs:Property ;
	rdfs:label "velcl"@en ;
	rdfs:domain <GovIEEEHydroDD> ;
	rdfs:range xsd:double .
<GovIEEEHydroDD.trate> rdf:type rdfs:Property ;
	rdfs:label "trate"@en ;
	rdfs:domain <GovIEEEHydroDD> ;
	rdfs:range xsd:double .
<GovIEEEHydroDD.db1> rdf:type rdfs:Property ;
	rdfs:label "db1"@en ;
	rdfs:domain <GovIEEEHydroDD> ;
	rdfs:range xsd:double .
<GovIEEEHydroDD.velop> rdf:type rdfs:Property ;
	rdfs:label "velop"@en ;
	rdfs:domain <GovIEEEHydroDD> ;
	rdfs:range xsd:double .
<GovIEEEHydroDD.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovIEEEHydroDD> ;
	rdfs:range xsd:double .
<GovIEEEHydroDD.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <GovIEEEHydroDD> ;
	rdfs:range xsd:double .
<GovIEEEHydroDD.gmax> rdf:type rdfs:Property ;
	rdfs:label "gmax"@en ;
	rdfs:domain <GovIEEEHydroDD> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD> <http://www.w3.org/2000/01/rdf-schema#label> "GovIEEEHydroDD"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.rp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.rp> <http://www.w3.org/2000/01/rdf-schema#label> "rp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.rp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.rp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.gmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.gmin> <http://www.w3.org/2000/01/rdf-schema#label> "gmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.gmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.gmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.flag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.flag> <http://www.w3.org/2000/01/rdf-schema#label> "flag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.flag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.flag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.db2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.db2> <http://www.w3.org/2000/01/rdf-schema#label> "db2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.db2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.db2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.tt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.tt> <http://www.w3.org/2000/01/rdf-schema#label> "tt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.tt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.tt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.velcl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.velcl> <http://www.w3.org/2000/01/rdf-schema#label> "velcl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.velcl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.velcl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.trate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.trate> <http://www.w3.org/2000/01/rdf-schema#label> "trate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.trate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.trate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.db1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.db1> <http://www.w3.org/2000/01/rdf-schema#label> "db1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.db1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.db1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.velop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.velop> <http://www.w3.org/2000/01/rdf-schema#label> "velop"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.velop> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.velop> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.gmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.gmax> <http://www.w3.org/2000/01/rdf-schema#label> "gmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.gmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroDD.gmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: HydroGovernorDynamics » TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Double-derivative hydro governor.

Reference: IEEE PES-TR1, 4.2, Figure 4-5.

Property Domain Range Comment
pmin GovIEEEHydroDD double Minimum gate opening (Pmin). Typical value = 0.
tf GovIEEEHydroDD double Derivative time constant (Tf) (>=0). Typical value = 0,25.
rp GovIEEEHydroDD double Steady state droop (Rp). Typical value = 0,05.
kd GovIEEEHydroDD double Derivative gain (Kd). Typical value = 5.
gmin GovIEEEHydroDD double Minimum gate opening (Gmin). Typical value = 0.
flag GovIEEEHydroDD boolean Droop switch (Flag). True means electrical power (Flag=1). False means mechanical feedback (Flag=0). Typical value = false.
tp GovIEEEHydroDD double Gate servo time constant (Tp) (>=0). Typical value = 0.
db2 GovIEEEHydroDD double Unintentional dead-band (db2). Typical value = 0.
td GovIEEEHydroDD double Input filter time constant (Td) (>=0). Typical value = 0.
tt GovIEEEHydroDD double Power measurement time constant (Tt) (>=0). Typical value = 1.
tg GovIEEEHydroDD double Gate servo inverse of gain (Tg). Typical value = 0,1.
velcl GovIEEEHydroDD double Maximum gate closing velocity (Vel_cl). Typical value = -1.
trate GovIEEEHydroDD double Turbine rated power (0 => Trate=Prated of the generator) (Trate). Typical value = 0.
db1 GovIEEEHydroDD double Dead-band width (db1). Typical value = 0.
velop GovIEEEHydroDD double Maximum gate opening velocity (Vel_op). Typical value = 1.
pmax GovIEEEHydroDD double Maximum gate opening (Pmax). Typical value = 1.
ki GovIEEEHydroDD double Integral gain (Ki). Typical value = 0,5.
gmax GovIEEEHydroDD double Maximum gate opening (Gmax). Typical value = 1.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovIEEEHydroLL

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovIEEEHydroLL> rdf:type rdfs:Class ;
	rdfs:label "GovIEEEHydroLL"@en ;
	rdfs:subClassOf <HydroGovernorDynamics> .
<GovIEEEHydroLL.rp> rdf:type rdfs:Property ;
	rdfs:label "rp"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:double .
<GovIEEEHydroLL.gmin> rdf:type rdfs:Property ;
	rdfs:label "gmin"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:double .
<GovIEEEHydroLL.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:double .
<GovIEEEHydroLL.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:double .
<GovIEEEHydroLL.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:double .
<GovIEEEHydroLL.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:double .
<GovIEEEHydroLL.gmax> rdf:type rdfs:Property ;
	rdfs:label "gmax"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:double .
<GovIEEEHydroLL.trate> rdf:type rdfs:Property ;
	rdfs:label "trate"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:double .
<GovIEEEHydroLL.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:double .
<GovIEEEHydroLL.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:double .
<GovIEEEHydroLL.tt> rdf:type rdfs:Property ;
	rdfs:label "tt"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:double .
<GovIEEEHydroLL.velcl> rdf:type rdfs:Property ;
	rdfs:label "velcl"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:double .
<GovIEEEHydroLL.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:double .
<GovIEEEHydroLL.flag> rdf:type rdfs:Property ;
	rdfs:label "flag"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:boolean .
<GovIEEEHydroLL.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:double .
<GovIEEEHydroLL.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:double .
<GovIEEEHydroLL.db2> rdf:type rdfs:Property ;
	rdfs:label "db2"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:double .
<GovIEEEHydroLL.velop> rdf:type rdfs:Property ;
	rdfs:label "velop"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:double .
<GovIEEEHydroLL.db1> rdf:type rdfs:Property ;
	rdfs:label "db1"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:double .
<GovIEEEHydroLL.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:double .
<GovIEEEHydroLL.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:double .
<GovIEEEHydroLL.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <GovIEEEHydroLL> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> <http://www.w3.org/2000/01/rdf-schema#label> "GovIEEEHydroLL"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.rp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.rp> <http://www.w3.org/2000/01/rdf-schema#label> "rp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.rp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.rp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.gmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.gmin> <http://www.w3.org/2000/01/rdf-schema#label> "gmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.gmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.gmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.gmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.gmax> <http://www.w3.org/2000/01/rdf-schema#label> "gmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.gmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.gmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.trate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.trate> <http://www.w3.org/2000/01/rdf-schema#label> "trate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.trate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.trate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.tt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.tt> <http://www.w3.org/2000/01/rdf-schema#label> "tt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.tt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.tt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.velcl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.velcl> <http://www.w3.org/2000/01/rdf-schema#label> "velcl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.velcl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.velcl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.flag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.flag> <http://www.w3.org/2000/01/rdf-schema#label> "flag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.flag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.flag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.db2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.db2> <http://www.w3.org/2000/01/rdf-schema#label> "db2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.db2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.db2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.velop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.velop> <http://www.w3.org/2000/01/rdf-schema#label> "velop"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.velop> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.velop> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.db1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.db1> <http://www.w3.org/2000/01/rdf-schema#label> "db1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.db1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.db1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroLL.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: HydroGovernorDynamics » TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Lead-lag hydro governor.

Reference: IEEE PES-TR1, 4.2, Figure 4-6.

Property Domain Range Comment
rp GovIEEEHydroLL double Permanent droop (Rp). Typical value = 0,05.
gmin GovIEEEHydroLL double Minimum governor output (Gmin). Typical value = 0.
t4 GovIEEEHydroLL double Second lead-lag lag time constant (T4) (>=0). Typical value = 1.
pmin GovIEEEHydroLL double Minimum gate opening (Pmin). Typical value = 0.
t2 GovIEEEHydroLL double First lead-lag lag time constant (T2) (>=0). Typical value = 1.
ki GovIEEEHydroLL double Integral gain (Ki). Typical value = 0,5.
gmax GovIEEEHydroLL double Maximum governor output (Gmax). Typical value = 1.
trate GovIEEEHydroLL double Turbine rated power (0 => Trate=Prated of the generator) (Trate). Typical value = 0.
tg GovIEEEHydroLL double Gate servo inverse of gain (Tg). Typical value = 0,2.
t3 GovIEEEHydroLL double Second lead-lag lead time constant (T3) (>=0). Typical value = 3,5.
tt GovIEEEHydroLL double Electical power filter time constant (Tt) (>=0). Typical value = 2.
velcl GovIEEEHydroLL double Maximum gate closing velocity (Vel_cl). Typical value = -1.
tp GovIEEEHydroLL double Gate servo time constant (Tp). Typical value = 0.
flag GovIEEEHydroLL boolean Power feedback selector (Flag). True means electrical power (Flag=1). False means mechanical feedback (Flag=0). Typical value = false.
t1 GovIEEEHydroLL double First lead-lag lead time constant (T1) (>=0). Typical value = 3,5.
td GovIEEEHydroLL double Speed input filte time constant (Td) (>=0). Typical value = 0,1.
db2 GovIEEEHydroLL double Dead band (db2). Typical value = 0.
velop GovIEEEHydroLL double Maximum gate opening velocity (Vel_op). Typical value = 1.
db1 GovIEEEHydroLL double Dead band (db1). Typical value = 0.
pmax GovIEEEHydroLL double Maximum gate opening (Pmax). Typical value = 1.
t5 GovIEEEHydroLL double Third lead-lag lead time constant (T5) (>=0). Typical value = 0.
t6 GovIEEEHydroLL double Third lead-lag lag time constant (T6) (>=0). Typical value = 0.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovIEEEHydroMech

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovIEEEHydroMech> rdf:type rdfs:Class ;
	rdfs:label "GovIEEEHydroMech"@en ;
	rdfs:subClassOf <HydroGovernorDynamics> .
<GovIEEEHydroMech.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovIEEEHydroMech> ;
	rdfs:range xsd:double .
<GovIEEEHydroMech.db2> rdf:type rdfs:Property ;
	rdfs:label "db2"@en ;
	rdfs:domain <GovIEEEHydroMech> ;
	rdfs:range xsd:double .
<GovIEEEHydroMech.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <GovIEEEHydroMech> ;
	rdfs:range xsd:double .
<GovIEEEHydroMech.db1> rdf:type rdfs:Property ;
	rdfs:label "db1"@en ;
	rdfs:domain <GovIEEEHydroMech> ;
	rdfs:range xsd:double .
<GovIEEEHydroMech.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovIEEEHydroMech> ;
	rdfs:range xsd:double .
<GovIEEEHydroMech.tr> rdf:type rdfs:Property ;
	rdfs:label "tr"@en ;
	rdfs:domain <GovIEEEHydroMech> ;
	rdfs:range xsd:double .
<GovIEEEHydroMech.velcl> rdf:type rdfs:Property ;
	rdfs:label "velcl"@en ;
	rdfs:domain <GovIEEEHydroMech> ;
	rdfs:range xsd:double .
<GovIEEEHydroMech.rp> rdf:type rdfs:Property ;
	rdfs:label "rp"@en ;
	rdfs:domain <GovIEEEHydroMech> ;
	rdfs:range xsd:double .
<GovIEEEHydroMech.velop> rdf:type rdfs:Property ;
	rdfs:label "velop"@en ;
	rdfs:domain <GovIEEEHydroMech> ;
	rdfs:range xsd:double .
<GovIEEEHydroMech.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <GovIEEEHydroMech> ;
	rdfs:range xsd:double .
<GovIEEEHydroMech.rt> rdf:type rdfs:Property ;
	rdfs:label "rt"@en ;
	rdfs:domain <GovIEEEHydroMech> ;
	rdfs:range xsd:double .
<GovIEEEHydroMech.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <GovIEEEHydroMech> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech> <http://www.w3.org/2000/01/rdf-schema#label> "GovIEEEHydroMech"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.db2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.db2> <http://www.w3.org/2000/01/rdf-schema#label> "db2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.db2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.db2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.db1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.db1> <http://www.w3.org/2000/01/rdf-schema#label> "db1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.db1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.db1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.tr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.tr> <http://www.w3.org/2000/01/rdf-schema#label> "tr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.tr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.tr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.velcl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.velcl> <http://www.w3.org/2000/01/rdf-schema#label> "velcl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.velcl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.velcl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.rp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.rp> <http://www.w3.org/2000/01/rdf-schema#label> "rp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.rp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.rp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.velop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.velop> <http://www.w3.org/2000/01/rdf-schema#label> "velop"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.velop> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.velop> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.rt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.rt> <http://www.w3.org/2000/01/rdf-schema#label> "rt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.rt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.rt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroMech.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: HydroGovernorDynamics » TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Mechanical hydraulic governor model.

Reference: IEEE PES-TR1, 4.2, Figure 4-3.

Property Domain Range Comment
mwbase GovIEEEHydroMech double Base for power values (MWbase) (> 0). Unit = MW.
db2 GovIEEEHydroMech double Unintentional deadband (db2). Typical value = 0.
tp GovIEEEHydroMech double Pilot servo valve time constant (Tp) (>=0). Typical value = 0,03.
db1 GovIEEEHydroMech double Deadband width (db1). Typical value = 0.
pmax GovIEEEHydroMech double Maximum gate opening (Pmax). Typical value = 1.
tr GovIEEEHydroMech double Dashpot time constant (Tr) (>=0). Typical value = 12.
velcl GovIEEEHydroMech double Maximum gate closing velocity (Vel_cl). Typical value = -0,3.
rp GovIEEEHydroMech double Permanent droop (Rp). Typical value = 0,05.
velop GovIEEEHydroMech double Maximum gate opening velocity (Vel_op). Typical value = 0,3.
tg GovIEEEHydroMech double Gate servo time constant (Tg) (>=0). Typical value = 0,5.
rt GovIEEEHydroMech double Temporary droop (Rt). Typical value = 0,5.
pmin GovIEEEHydroMech double Minimum gate opening (Pmin). Typical value = 0.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovIEEEHydroPID

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovIEEEHydroPID> rdf:type rdfs:Class ;
	rdfs:label "GovIEEEHydroPID"@en ;
	rdfs:subClassOf <HydroGovernorDynamics> .
<GovIEEEHydroPID.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <GovIEEEHydroPID> ;
	rdfs:range xsd:double .
<GovIEEEHydroPID.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <GovIEEEHydroPID> ;
	rdfs:range xsd:double .
<GovIEEEHydroPID.rp> rdf:type rdfs:Property ;
	rdfs:label "rp"@en ;
	rdfs:domain <GovIEEEHydroPID> ;
	rdfs:range xsd:double .
<GovIEEEHydroPID.gmax> rdf:type rdfs:Property ;
	rdfs:label "gmax"@en ;
	rdfs:domain <GovIEEEHydroPID> ;
	rdfs:range xsd:double .
<GovIEEEHydroPID.gmin> rdf:type rdfs:Property ;
	rdfs:label "gmin"@en ;
	rdfs:domain <GovIEEEHydroPID> ;
	rdfs:range xsd:double .
<GovIEEEHydroPID.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <GovIEEEHydroPID> ;
	rdfs:range xsd:double .
<GovIEEEHydroPID.db2> rdf:type rdfs:Property ;
	rdfs:label "db2"@en ;
	rdfs:domain <GovIEEEHydroPID> ;
	rdfs:range xsd:double .
<GovIEEEHydroPID.flag> rdf:type rdfs:Property ;
	rdfs:label "flag"@en ;
	rdfs:domain <GovIEEEHydroPID> ;
	rdfs:range xsd:boolean .
<GovIEEEHydroPID.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <GovIEEEHydroPID> ;
	rdfs:range xsd:double .
<GovIEEEHydroPID.db1> rdf:type rdfs:Property ;
	rdfs:label "db1"@en ;
	rdfs:domain <GovIEEEHydroPID> ;
	rdfs:range xsd:double .
<GovIEEEHydroPID.trate> rdf:type rdfs:Property ;
	rdfs:label "trate"@en ;
	rdfs:domain <GovIEEEHydroPID> ;
	rdfs:range xsd:double .
<GovIEEEHydroPID.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovIEEEHydroPID> ;
	rdfs:range xsd:double .
<GovIEEEHydroPID.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <GovIEEEHydroPID> ;
	rdfs:range xsd:double .
<GovIEEEHydroPID.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <GovIEEEHydroPID> ;
	rdfs:range xsd:double .
<GovIEEEHydroPID.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <GovIEEEHydroPID> ;
	rdfs:range xsd:double .
<GovIEEEHydroPID.velcl> rdf:type rdfs:Property ;
	rdfs:label "velcl"@en ;
	rdfs:domain <GovIEEEHydroPID> ;
	rdfs:range xsd:double .
<GovIEEEHydroPID.velop> rdf:type rdfs:Property ;
	rdfs:label "velop"@en ;
	rdfs:domain <GovIEEEHydroPID> ;
	rdfs:range xsd:double .
<GovIEEEHydroPID.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <GovIEEEHydroPID> ;
	rdfs:range xsd:double .
<GovIEEEHydroPID.tt> rdf:type rdfs:Property ;
	rdfs:label "tt"@en ;
	rdfs:domain <GovIEEEHydroPID> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> <http://www.w3.org/2000/01/rdf-schema#label> "GovIEEEHydroPID"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.rp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.rp> <http://www.w3.org/2000/01/rdf-schema#label> "rp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.rp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.rp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.gmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.gmax> <http://www.w3.org/2000/01/rdf-schema#label> "gmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.gmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.gmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.gmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.gmin> <http://www.w3.org/2000/01/rdf-schema#label> "gmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.gmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.gmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.db2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.db2> <http://www.w3.org/2000/01/rdf-schema#label> "db2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.db2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.db2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.flag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.flag> <http://www.w3.org/2000/01/rdf-schema#label> "flag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.flag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.flag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.db1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.db1> <http://www.w3.org/2000/01/rdf-schema#label> "db1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.db1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.db1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.trate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.trate> <http://www.w3.org/2000/01/rdf-schema#label> "trate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.trate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.trate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.velcl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.velcl> <http://www.w3.org/2000/01/rdf-schema#label> "velcl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.velcl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.velcl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.velop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.velop> <http://www.w3.org/2000/01/rdf-schema#label> "velop"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.velop> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.velop> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.tt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.tt> <http://www.w3.org/2000/01/rdf-schema#label> "tt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.tt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPID.tt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: HydroGovernorDynamics » TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Hydro PID governor.

Reference: IEEE PES-TR1, 4.2, Figure 4-4.

Property Domain Range Comment
tg GovIEEEHydroPID double Gate servo inverse of gain (Tg). Typical value = 0,5.
tp GovIEEEHydroPID double Gate servo time constant (Tp) (>=0). Typical value = 0,1.
rp GovIEEEHydroPID double Permanent droop (Rp). Typical value = 0,05.
gmax GovIEEEHydroPID double Maximum governor output (Gmax). Typical value = 1.
gmin GovIEEEHydroPID double Minimum governor output (Gmin). Typical value = 0.
td GovIEEEHydroPID double Input filter time constant (Td) (>=0). Typical value = 0,1.
db2 GovIEEEHydroPID double Dead band (db2). Typical value = 0.
flag GovIEEEHydroPID boolean Droop switch (Flag). True means electrical power (Flag=1). False means mechanical feedback (Flag=0). Typical value = false.
kp GovIEEEHydroPID double Proportional gain (Kp). Typical value = 2.
db1 GovIEEEHydroPID double Dead band (db1). Typical value = 0.
trate GovIEEEHydroPID double Turbine rated power (0 => Trate=Prated of the generator) (Trate). Typical value = 0.
pmax GovIEEEHydroPID double Maximum gate opening (Pmax). Typical value = 1.
pmin GovIEEEHydroPID double Minimum gate opening (Pmin). Typical value = 0.
ki GovIEEEHydroPID double Integral gain (Ki). Typical value = 0,2.
kd GovIEEEHydroPID double Derivative gain (Kd). Typical value = 0,1.
velcl GovIEEEHydroPID double Maximum gate closing velocity (Vel_cl). Typical value = -0,3.
velop GovIEEEHydroPID double Maximum gate opening velocity (Vel_op). Typical value = 0,3.
tf GovIEEEHydroPID double Derivative time constant (Tf) (>=0). Typical value = 1.
tt GovIEEEHydroPID double Power measurement time constant (Tt) (>=0). Typical value = 0,5.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovIEEEHydroPIDspt

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovIEEEHydroPIDspt> rdf:type rdfs:Class ;
	rdfs:label "GovIEEEHydroPIDspt"@en ;
	rdfs:subClassOf <HydroGovernorDynamics> .
<GovIEEEHydroPIDspt.g> rdf:type rdfs:Property ;
	rdfs:label "g"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:string .
<GovIEEEHydroPIDspt.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:double .
<GovIEEEHydroPIDspt.trate> rdf:type rdfs:Property ;
	rdfs:label "trate"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:double .
<GovIEEEHydroPIDspt.gmax> rdf:type rdfs:Property ;
	rdfs:label "gmax"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:double .
<GovIEEEHydroPIDspt.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:double .
<GovIEEEHydroPIDspt.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:double .
<GovIEEEHydroPIDspt.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:double .
<GovIEEEHydroPIDspt.rp> rdf:type rdfs:Property ;
	rdfs:label "rp"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:double .
<GovIEEEHydroPIDspt.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:double .
<GovIEEEHydroPIDspt.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:double .
<GovIEEEHydroPIDspt.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:double .
<GovIEEEHydroPIDspt.velcl> rdf:type rdfs:Property ;
	rdfs:label "velcl"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:double .
<GovIEEEHydroPIDspt.gmin> rdf:type rdfs:Property ;
	rdfs:label "gmin"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:double .
<GovIEEEHydroPIDspt.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:double .
<GovIEEEHydroPIDspt.tt> rdf:type rdfs:Property ;
	rdfs:label "tt"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:double .
<GovIEEEHydroPIDspt.velop> rdf:type rdfs:Property ;
	rdfs:label "velop"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:double .
<GovIEEEHydroPIDspt.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:double .
<GovIEEEHydroPIDspt.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:double .
<GovIEEEHydroPIDspt.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:double .
<GovIEEEHydroPIDspt.db3> rdf:type rdfs:Property ;
	rdfs:label "db3"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:double .
<GovIEEEHydroPIDspt.flag> rdf:type rdfs:Property ;
	rdfs:label "flag"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:boolean .
<GovIEEEHydroPIDspt.db1> rdf:type rdfs:Property ;
	rdfs:label "db1"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:double .
<GovIEEEHydroPIDspt.db2> rdf:type rdfs:Property ;
	rdfs:label "db2"@en ;
	rdfs:domain <GovIEEEHydroPIDspt> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> <http://www.w3.org/2000/01/rdf-schema#label> "GovIEEEHydroPIDspt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.g> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.g> <http://www.w3.org/2000/01/rdf-schema#label> "g"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.g> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.g> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.trate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.trate> <http://www.w3.org/2000/01/rdf-schema#label> "trate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.trate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.trate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.gmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.gmax> <http://www.w3.org/2000/01/rdf-schema#label> "gmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.gmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.gmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.rp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.rp> <http://www.w3.org/2000/01/rdf-schema#label> "rp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.rp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.rp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.velcl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.velcl> <http://www.w3.org/2000/01/rdf-schema#label> "velcl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.velcl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.velcl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.gmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.gmin> <http://www.w3.org/2000/01/rdf-schema#label> "gmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.gmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.gmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.tt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.tt> <http://www.w3.org/2000/01/rdf-schema#label> "tt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.tt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.tt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.velop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.velop> <http://www.w3.org/2000/01/rdf-schema#label> "velop"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.velop> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.velop> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.db3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.db3> <http://www.w3.org/2000/01/rdf-schema#label> "db3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.db3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.db3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.flag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.flag> <http://www.w3.org/2000/01/rdf-schema#label> "flag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.flag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.flag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.db1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.db1> <http://www.w3.org/2000/01/rdf-schema#label> "db1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.db1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.db1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.db2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.db2> <http://www.w3.org/2000/01/rdf-schema#label> "db2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.db2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovIEEEHydroPIDspt.db2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: HydroGovernorDynamics » TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Hydro PID governor with set-point control and nonlinear compensation.

Reference: IEEE PES-TR1, 4.2, Figure 4-7.

Property Domain Range Comment
g GovIEEEHydroPIDspt string (G).
tf GovIEEEHydroPIDspt double Derivative time constant (Tf) (>=0). Typical value = 0,1.
trate GovIEEEHydroPIDspt double Turbine rated power (0 => Trate=Prated of the generator) (Trate). Typical value = 0.
gmax GovIEEEHydroPIDspt double Maximum governor output (Gmax). Typical value = 1.
pmin GovIEEEHydroPIDspt double Minimum gate opening (Pmin). Typical value = 0.
td GovIEEEHydroPIDspt double Input filter time constant (Td) (>=0). Typical value = 0,1.
ka GovIEEEHydroPIDspt double Compensation factor (Ka). Typical value = 0,1.
rp GovIEEEHydroPIDspt double Permanent droop (Rp). Typical value = 0,05.
ki GovIEEEHydroPIDspt double Integral gain (Ki). Typical value = 0,5.
tg GovIEEEHydroPIDspt double Gate servo inverse of gain (Tg). Typical value = 0,5.
tp GovIEEEHydroPIDspt double Gate servo time constant (Tp) (>=0). Typical value = 0,1.
velcl GovIEEEHydroPIDspt double Maximum gate closing velocity (Vel_cl). Typical value = -0,33.
gmin GovIEEEHydroPIDspt double Minimum governor output (Gmin). Typical value = 0.
kf GovIEEEHydroPIDspt double Setpoint control factor (Kf). Typical value = 0.
tt GovIEEEHydroPIDspt double Power measurement time constant (Tt) (>=0). Typical value = 2.
velop GovIEEEHydroPIDspt double Maximum gate opening velocity (Vel_op). Typical value = 0,33.
pmax GovIEEEHydroPIDspt double Maximum gate opening (Pmax). Typical value = 1.
kp GovIEEEHydroPIDspt double Proportional gain (Kp). Typical value = 5.
kd GovIEEEHydroPIDspt double Derivative gain (Kd). Typical value = 0,1.
db3 GovIEEEHydroPIDspt double Dead band (db3). Typical value = 0.
flag GovIEEEHydroPIDspt boolean Droop switch (Flag). True means electrical power (Flag=1). False means mechanical feedback (Flag=0). Typical value = false.
db1 GovIEEEHydroPIDspt double Dead band (db1). Typical value = 0.
db2 GovIEEEHydroPIDspt double Dead band (db2). Typical value = 0.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovSteam0

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovSteam0> rdf:type rdfs:Class ;
	rdfs:label "GovSteam0"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovSteam0.vmin> rdf:type rdfs:Property ;
	rdfs:label "vmin"@en ;
	rdfs:domain <GovSteam0> ;
	rdfs:range xsd:double .
<GovSteam0.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <GovSteam0> ;
	rdfs:range xsd:double .
<GovSteam0.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <GovSteam0> ;
	rdfs:range xsd:double .
<GovSteam0.dt> rdf:type rdfs:Property ;
	rdfs:label "dt"@en ;
	rdfs:domain <GovSteam0> ;
	rdfs:range xsd:double .
<GovSteam0.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <GovSteam0> ;
	rdfs:range xsd:double .
<GovSteam0.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovSteam0> ;
	rdfs:range xsd:double .
<GovSteam0.vmax> rdf:type rdfs:Property ;
	rdfs:label "vmax"@en ;
	rdfs:domain <GovSteam0> ;
	rdfs:range xsd:double .
<GovSteam0.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <GovSteam0> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0> <http://www.w3.org/2000/01/rdf-schema#label> "GovSteam0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.vmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.vmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.vmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.vmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.dt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.dt> <http://www.w3.org/2000/01/rdf-schema#label> "dt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.dt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.dt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.vmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.vmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.vmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.vmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam0.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

A simplified steam turbine governor.

Property Domain Range Comment
vmin GovSteam0 double Minimum valve position, PU of mwcap (Vmin) (< GovSteam0.vmax). Typical value = 0.
t3 GovSteam0 double Reheater time constant (T3) (> 0). Typical value = 10.
t2 GovSteam0 double Numerator time constant of T2/T3 block (T2) (>= 0). Typical value = 3.
dt GovSteam0 double Turbine damping coefficient (Dt). Unit = delta P / delta speed. Typical value = 0.
r GovSteam0 double Permanent droop (R). Typical value = 0,05.
mwbase GovSteam0 double Base for power values (MWbase) (> 0). Unit = MW.
vmax GovSteam0 double Maximum valve position, PU of mwcap (Vmax) (> GovSteam0.vmin). Typical value = 1.
t1 GovSteam0 double Steam bowl time constant (T1) (> 0). Typical value = 0,5.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovSteam1

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovSteam1> rdf:type rdfs:Class ;
	rdfs:label "GovSteam1"@en ;
	rdfs:subClassOf <CrossCompoundTurbineGovernorDynamics> .
<GovSteam1.k5> rdf:type rdfs:Property ;
	rdfs:label "k5"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.pgv1> rdf:type rdfs:Property ;
	rdfs:label "pgv1"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.eps> rdf:type rdfs:Property ;
	rdfs:label "eps"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.sdb2> rdf:type rdfs:Property ;
	rdfs:label "sdb2"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:boolean .
<GovSteam1.gv5> rdf:type rdfs:Property ;
	rdfs:label "gv5"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.k3> rdf:type rdfs:Property ;
	rdfs:label "k3"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.gv6> rdf:type rdfs:Property ;
	rdfs:label "gv6"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.db1> rdf:type rdfs:Property ;
	rdfs:label "db1"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.pgv2> rdf:type rdfs:Property ;
	rdfs:label "pgv2"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.k8> rdf:type rdfs:Property ;
	rdfs:label "k8"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.k> rdf:type rdfs:Property ;
	rdfs:label "k"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.t7> rdf:type rdfs:Property ;
	rdfs:label "t7"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.k7> rdf:type rdfs:Property ;
	rdfs:label "k7"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.gv1> rdf:type rdfs:Property ;
	rdfs:label "gv1"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.gv3> rdf:type rdfs:Property ;
	rdfs:label "gv3"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.gv2> rdf:type rdfs:Property ;
	rdfs:label "gv2"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.uc> rdf:type rdfs:Property ;
	rdfs:label "uc"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.sdb1> rdf:type rdfs:Property ;
	rdfs:label "sdb1"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:boolean .
<GovSteam1.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.pgv4> rdf:type rdfs:Property ;
	rdfs:label "pgv4"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.db2> rdf:type rdfs:Property ;
	rdfs:label "db2"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.k6> rdf:type rdfs:Property ;
	rdfs:label "k6"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.uo> rdf:type rdfs:Property ;
	rdfs:label "uo"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.pgv6> rdf:type rdfs:Property ;
	rdfs:label "pgv6"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.k4> rdf:type rdfs:Property ;
	rdfs:label "k4"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.pgv3> rdf:type rdfs:Property ;
	rdfs:label "pgv3"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.pgv5> rdf:type rdfs:Property ;
	rdfs:label "pgv5"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.gv4> rdf:type rdfs:Property ;
	rdfs:label "gv4"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.mwbaseLP> rdf:type rdfs:Property ;
	rdfs:label "mwbaseLP"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<GovSteam1.valve> rdf:type rdfs:Property ;
	rdfs:label "valve"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:boolean .
<GovSteam1.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <GovSteam1> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> <http://www.w3.org/2000/01/rdf-schema#label> "GovSteam1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#CrossCompoundTurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k5> <http://www.w3.org/2000/01/rdf-schema#label> "k5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv1> <http://www.w3.org/2000/01/rdf-schema#label> "pgv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.eps> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.eps> <http://www.w3.org/2000/01/rdf-schema#label> "eps"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.eps> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.eps> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.sdb2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.sdb2> <http://www.w3.org/2000/01/rdf-schema#label> "sdb2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.sdb2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.sdb2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv5> <http://www.w3.org/2000/01/rdf-schema#label> "gv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k3> <http://www.w3.org/2000/01/rdf-schema#label> "k3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv6> <http://www.w3.org/2000/01/rdf-schema#label> "gv6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.db1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.db1> <http://www.w3.org/2000/01/rdf-schema#label> "db1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.db1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.db1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv2> <http://www.w3.org/2000/01/rdf-schema#label> "pgv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k8> <http://www.w3.org/2000/01/rdf-schema#label> "k8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k> <http://www.w3.org/2000/01/rdf-schema#label> "k"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t7> <http://www.w3.org/2000/01/rdf-schema#label> "t7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k7> <http://www.w3.org/2000/01/rdf-schema#label> "k7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv1> <http://www.w3.org/2000/01/rdf-schema#label> "gv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv3> <http://www.w3.org/2000/01/rdf-schema#label> "gv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv2> <http://www.w3.org/2000/01/rdf-schema#label> "gv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.uc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.uc> <http://www.w3.org/2000/01/rdf-schema#label> "uc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.uc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.uc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.sdb1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.sdb1> <http://www.w3.org/2000/01/rdf-schema#label> "sdb1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.sdb1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.sdb1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv4> <http://www.w3.org/2000/01/rdf-schema#label> "pgv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.db2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.db2> <http://www.w3.org/2000/01/rdf-schema#label> "db2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.db2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.db2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k6> <http://www.w3.org/2000/01/rdf-schema#label> "k6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.uo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.uo> <http://www.w3.org/2000/01/rdf-schema#label> "uo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.uo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.uo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv6> <http://www.w3.org/2000/01/rdf-schema#label> "pgv6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k4> <http://www.w3.org/2000/01/rdf-schema#label> "k4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv3> <http://www.w3.org/2000/01/rdf-schema#label> "pgv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv5> <http://www.w3.org/2000/01/rdf-schema#label> "pgv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.pgv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv4> <http://www.w3.org/2000/01/rdf-schema#label> "gv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.gv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.mwbaseLP> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.mwbaseLP> <http://www.w3.org/2000/01/rdf-schema#label> "mwbaseLP"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.mwbaseLP> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.mwbaseLP> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.valve> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.valve> <http://www.w3.org/2000/01/rdf-schema#label> "valve"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.valve> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.valve> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam1.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: CrossCompoundTurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Steam turbine governor, based on the GovSteamIEEE1 (with optional deadband and nonlinear valve gain added).

Property Domain Range Comment
k5 GovSteam1 double Fraction of HP shaft power after third boiler pass (K5). Typical value = 0,5.
pgv1 GovSteam1 double Nonlinear gain power value point 1 (Pgv1). Typical value = 0.
eps GovSteam1 double Intentional db hysteresis (eps). Unit = Hz. Typical value = 0.
sdb2 GovSteam1 boolean Unintentional deadband location. true = intentional deadband is applied before point “A” false = intentional deadband is applied after point “A”. Typical value = true.
gv5 GovSteam1 double Nonlinear gain valve position point 5 (GV5). Typical value = 1.
k2 GovSteam1 double Fraction of LP shaft power after first boiler pass (K2). Typical value = 0.
k3 GovSteam1 double Fraction of HP shaft power after second boiler pass (K3). Typical value = 0,3.
gv6 GovSteam1 double Nonlinear gain valve position point 6 (GV6). Typical value = 0.
db1 GovSteam1 double Intentional deadband width (db1). Unit = Hz. Typical value = 0.
t5 GovSteam1 double Time constant of second boiler pass (T5) (>= 0). Typical value = 5.
t6 GovSteam1 double Time constant of third boiler pass (T6) (>= 0). Typical value = 0,5.
t2 GovSteam1 double Governor lead time constant (T2) (>= 0). Typical value = 0.
pgv2 GovSteam1 double Nonlinear gain power value point 2 (Pgv2). Typical value = 0,75.
k8 GovSteam1 double Fraction of LP shaft power after fourth boiler pass (K8). Typical value = 0.
k GovSteam1 double Governor gain (reciprocal of droop) (K) (> 0). Typical value = 25.
t7 GovSteam1 double Time constant of fourth boiler pass (T7) (>= 0). Typical value = 0.
k7 GovSteam1 double Fraction of HP shaft power after fourth boiler pass (K7). Typical value = 0.
gv1 GovSteam1 double Nonlinear gain valve position point 1 (GV1). Typical value = 0.
gv3 GovSteam1 double Nonlinear gain valve position point 3 (GV3). Typical value = 0,5.
gv2 GovSteam1 double Nonlinear gain valve position point 2 (GV2). Typical value = 0,4.
uc GovSteam1 double Maximum valve closing velocity (Uc) (< 0). Unit = PU / s. Typical value = -10.
sdb1 GovSteam1 boolean Intentional deadband indicator. true = intentional deadband is applied false = intentional deadband is not applied. Typical value = true.
t1 GovSteam1 double Governor lag time constant (T1) (>= 0). Typical value = 0.
pmax GovSteam1 double Maximum valve opening (Pmax) (> GovSteam1.pmin). Typical value = 1.
pgv4 GovSteam1 double Nonlinear gain power value point 4 (Pgv4). Typical value = 0,98.
db2 GovSteam1 double Unintentional deadband (db2). Unit = MW. Typical value = 0.
t3 GovSteam1 double Valve positioner time constant (T3) (> 0). Typical value = 0,1.
k6 GovSteam1 double Fraction of LP shaft power after third boiler pass (K6). Typical value = 0.
uo GovSteam1 double Maximum valve opening velocity (Uo) (> 0). Unit = PU / s. Typical value = 1.
mwbase GovSteam1 double Base for power values (MWbase) (> 0). Used when single synchronous machine is connected. In cases where two synchronous machines are connected this attribute is used for the high pressure unit. Unit = MW.
pgv6 GovSteam1 double Nonlinear gain power value point 6 (Pgv6). Typical value = 0.
k4 GovSteam1 double Fraction of LP shaft power after second boiler pass (K4). Typical value = 0.
k1 GovSteam1 double Fraction of HP shaft power after first boiler pass (K1). Typical value = 0,2.
pgv3 GovSteam1 double Nonlinear gain power value point 3 (Pgv3). Typical value = 0,91.
pmin GovSteam1 double Minimum valve opening (Pmin) (>= 0 and < GovSteam1.pmax). Typical value = 0.
pgv5 GovSteam1 double Nonlinear gain power value point 5 (Pgv5). Typical value = 1.
gv4 GovSteam1 double Nonlinear gain valve position point 4 (GV4). Typical value = 0,6.
mwbaseLP GovSteam1 double Base for power values (MWbase) (> 0). It is not used when single synchronous machine is connected. In cases where two synchronous machines are connected this attribute is used for the low pressure unit. Unit = MW.
valve GovSteam1 boolean Nonlinear valve characteristic. true = nonlinear valve characteristic is used false = nonlinear valve characteristic is not used. Typical value = true.
t4 GovSteam1 double Inlet piping/steam bowl time constant (T4) (>= 0). Typical value = 0,3.
HighPressureSynchronousMachineDynamics CrossCompoundTurbineGovernorDynamics SynchronousMachineDynamics High-pressure synchronous machine with which this cross-compound turbine governor is associated.
LowPressureSynchronousMachineDynamics CrossCompoundTurbineGovernorDynamics SynchronousMachineDynamics Low-pressure synchronous machine with which this cross-compound turbine governor is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovSteam2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovSteam2> rdf:type rdfs:Class ;
	rdfs:label "GovSteam2"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovSteam2.mxef> rdf:type rdfs:Property ;
	rdfs:label "mxef"@en ;
	rdfs:domain <GovSteam2> ;
	rdfs:range xsd:double .
<GovSteam2.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovSteam2> ;
	rdfs:range xsd:double .
<GovSteam2.k> rdf:type rdfs:Property ;
	rdfs:label "k"@en ;
	rdfs:domain <GovSteam2> ;
	rdfs:range xsd:double .
<GovSteam2.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <GovSteam2> ;
	rdfs:range xsd:double .
<GovSteam2.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <GovSteam2> ;
	rdfs:range xsd:double .
<GovSteam2.dbf> rdf:type rdfs:Property ;
	rdfs:label "dbf"@en ;
	rdfs:domain <GovSteam2> ;
	rdfs:range xsd:double .
<GovSteam2.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovSteam2> ;
	rdfs:range xsd:double .
<GovSteam2.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <GovSteam2> ;
	rdfs:range xsd:double .
<GovSteam2.mnef> rdf:type rdfs:Property ;
	rdfs:label "mnef"@en ;
	rdfs:domain <GovSteam2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2> <http://www.w3.org/2000/01/rdf-schema#label> "GovSteam2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.mxef> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.mxef> <http://www.w3.org/2000/01/rdf-schema#label> "mxef"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.mxef> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.mxef> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.k> <http://www.w3.org/2000/01/rdf-schema#label> "k"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.k> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.k> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.dbf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.dbf> <http://www.w3.org/2000/01/rdf-schema#label> "dbf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.dbf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.dbf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.mnef> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.mnef> <http://www.w3.org/2000/01/rdf-schema#label> "mnef"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.mnef> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteam2.mnef> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Simplified governor.

Property Domain Range Comment
mxef GovSteam2 double Fuel flow maximum positive error value (MXEF). Typical value = 1.
mwbase GovSteam2 double Base for power values (MWbase) (> 0). Unit = MW.
k GovSteam2 double Governor gain (reciprocal of droop) (K). Typical value = 20.
t2 GovSteam2 double Governor lead time constant (T2) (>= 0). Typical value = 0.
t1 GovSteam2 double Governor lag time constant (T1) (> 0). Typical value = 0,45.
dbf GovSteam2 double Frequency deadband (DBF). Typical value = 0.
pmax GovSteam2 double Maximum fuel flow (PMAX) (> GovSteam2.pmin). Typical value = 1.
pmin GovSteam2 double Minimum fuel flow (PMIN) (< GovSteam2.pmax). Typical value = 0.
mnef GovSteam2 double Fuel flow maximum negative error value (MNEF). Typical value = -1.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovSteamBB

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovSteamBB> rdf:type rdfs:Class ;
	rdfs:label "GovSteamBB"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovSteamBB.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <GovSteamBB> ;
	rdfs:range xsd:double .
<GovSteamBB.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <GovSteamBB> ;
	rdfs:range xsd:double .
<GovSteamBB.ks> rdf:type rdfs:Property ;
	rdfs:label "ks"@en ;
	rdfs:domain <GovSteamBB> ;
	rdfs:range xsd:double .
<GovSteamBB.peflag> rdf:type rdfs:Property ;
	rdfs:label "peflag"@en ;
	rdfs:domain <GovSteamBB> ;
	rdfs:range xsd:boolean .
<GovSteamBB.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovSteamBB> ;
	rdfs:range xsd:double .
<GovSteamBB.fcut> rdf:type rdfs:Property ;
	rdfs:label "fcut"@en ;
	rdfs:domain <GovSteamBB> ;
	rdfs:range xsd:double .
<GovSteamBB.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <GovSteamBB> ;
	rdfs:range xsd:double .
<GovSteamBB.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <GovSteamBB> ;
	rdfs:range xsd:double .
<GovSteamBB.tn> rdf:type rdfs:Property ;
	rdfs:label "tn"@en ;
	rdfs:domain <GovSteamBB> ;
	rdfs:range xsd:double .
<GovSteamBB.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <GovSteamBB> ;
	rdfs:range xsd:double .
<GovSteamBB.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <GovSteamBB> ;
	rdfs:range xsd:double .
<GovSteamBB.k3> rdf:type rdfs:Property ;
	rdfs:label "k3"@en ;
	rdfs:domain <GovSteamBB> ;
	rdfs:range xsd:double .
<GovSteamBB.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <GovSteamBB> ;
	rdfs:range xsd:double .
<GovSteamBB.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <GovSteamBB> ;
	rdfs:range xsd:double .
<GovSteamBB.kg> rdf:type rdfs:Property ;
	rdfs:label "kg"@en ;
	rdfs:domain <GovSteamBB> ;
	rdfs:range xsd:double .
<GovSteamBB.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovSteamBB> ;
	rdfs:range xsd:double .
<GovSteamBB.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <GovSteamBB> ;
	rdfs:range xsd:double .
<GovSteamBB.kls> rdf:type rdfs:Property ;
	rdfs:label "kls"@en ;
	rdfs:domain <GovSteamBB> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB> <http://www.w3.org/2000/01/rdf-schema#label> "GovSteamBB"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.ks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.ks> <http://www.w3.org/2000/01/rdf-schema#label> "ks"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.ks> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.ks> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.peflag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.peflag> <http://www.w3.org/2000/01/rdf-schema#label> "peflag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.peflag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.peflag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.fcut> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.fcut> <http://www.w3.org/2000/01/rdf-schema#label> "fcut"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.fcut> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.fcut> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.tn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.tn> <http://www.w3.org/2000/01/rdf-schema#label> "tn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.tn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.tn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.k3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.k3> <http://www.w3.org/2000/01/rdf-schema#label> "k3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.k3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.k3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.kg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.kg> <http://www.w3.org/2000/01/rdf-schema#label> "kg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.kg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.kg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.kls> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.kls> <http://www.w3.org/2000/01/rdf-schema#label> "kls"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.kls> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamBB.kls> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Brown Boveri (BB) steam turbine governor model.

Property Domain Range Comment
kp GovSteamBB double Gain (Kp). Typical value = 1,0.
t4 GovSteamBB double Time constant (T4). Typical value = 0,15.
ks GovSteamBB double Gain (Ks). Typical value = 21,0.
peflag GovSteamBB boolean Electric power input selection (Peflag). true = electric power input false = feedback signal. Typical value = false.
mwbase GovSteamBB double Base for power values (MWbase) (> 0). Unit = MW.
fcut GovSteamBB double Frequency deadband (fcut) (>= 0). Typical value = 0,002.
t5 GovSteamBB double Time constant (T5). Typical value = 12,0.
t1 GovSteamBB double Time constant (T1). Typical value = 0,05.
tn GovSteamBB double Time constant (Tn) (> 0). Typical value = 1,0.
k2 GovSteamBB double Gain (K2). Typical value = 0,75.
kd GovSteamBB double Gain (Kd). Typical value = 1,0.
k3 GovSteamBB double Gain (K3). Typical value = 0,5.
t6 GovSteamBB double Time constant (T6). Typical value = 0,75.
pmin GovSteamBB double Low power limit (Pmin) (< GovSteamBB.pmax). Typical value = 0.
kg GovSteamBB double Gain (Kg). Typical value = 1,0.
pmax GovSteamBB double High power limit (Pmax) (> GovSteamBB.pmin). Typical value = 1,0.
td GovSteamBB double Time constant (Td) (> 0). Typical value = 1,0.
kls GovSteamBB double Gain (Kls) (> 0). Typical value = 0,1.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovSteamCC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovSteamCC> rdf:type rdfs:Class ;
	rdfs:label "GovSteamCC"@en ;
	rdfs:subClassOf <CrossCompoundTurbineGovernorDynamics> .
<GovSteamCC.t4lp> rdf:type rdfs:Property ;
	rdfs:label "t4lp"@en ;
	rdfs:domain <GovSteamCC> ;
	rdfs:range xsd:double .
<GovSteamCC.dhp> rdf:type rdfs:Property ;
	rdfs:label "dhp"@en ;
	rdfs:domain <GovSteamCC> ;
	rdfs:range xsd:double .
<GovSteamCC.t5hp> rdf:type rdfs:Property ;
	rdfs:label "t5hp"@en ;
	rdfs:domain <GovSteamCC> ;
	rdfs:range xsd:double .
<GovSteamCC.t1lp> rdf:type rdfs:Property ;
	rdfs:label "t1lp"@en ;
	rdfs:domain <GovSteamCC> ;
	rdfs:range xsd:double .
<GovSteamCC.flp> rdf:type rdfs:Property ;
	rdfs:label "flp"@en ;
	rdfs:domain <GovSteamCC> ;
	rdfs:range xsd:double .
<GovSteamCC.t3hp> rdf:type rdfs:Property ;
	rdfs:label "t3hp"@en ;
	rdfs:domain <GovSteamCC> ;
	rdfs:range xsd:double .
<GovSteamCC.t1hp> rdf:type rdfs:Property ;
	rdfs:label "t1hp"@en ;
	rdfs:domain <GovSteamCC> ;
	rdfs:range xsd:double .
<GovSteamCC.pmaxlp> rdf:type rdfs:Property ;
	rdfs:label "pmaxlp"@en ;
	rdfs:domain <GovSteamCC> ;
	rdfs:range xsd:double .
<GovSteamCC.dlp> rdf:type rdfs:Property ;
	rdfs:label "dlp"@en ;
	rdfs:domain <GovSteamCC> ;
	rdfs:range xsd:double .
<GovSteamCC.t3lp> rdf:type rdfs:Property ;
	rdfs:label "t3lp"@en ;
	rdfs:domain <GovSteamCC> ;
	rdfs:range xsd:double .
<GovSteamCC.rhp> rdf:type rdfs:Property ;
	rdfs:label "rhp"@en ;
	rdfs:domain <GovSteamCC> ;
	rdfs:range xsd:double .
<GovSteamCC.t5lp> rdf:type rdfs:Property ;
	rdfs:label "t5lp"@en ;
	rdfs:domain <GovSteamCC> ;
	rdfs:range xsd:double .
<GovSteamCC.rlp> rdf:type rdfs:Property ;
	rdfs:label "rlp"@en ;
	rdfs:domain <GovSteamCC> ;
	rdfs:range xsd:double .
<GovSteamCC.pmaxhp> rdf:type rdfs:Property ;
	rdfs:label "pmaxhp"@en ;
	rdfs:domain <GovSteamCC> ;
	rdfs:range xsd:double .
<GovSteamCC.mwbaseLP> rdf:type rdfs:Property ;
	rdfs:label "mwbaseLP"@en ;
	rdfs:domain <GovSteamCC> ;
	rdfs:range xsd:double .
<GovSteamCC.fhp> rdf:type rdfs:Property ;
	rdfs:label "fhp"@en ;
	rdfs:domain <GovSteamCC> ;
	rdfs:range xsd:double .
<GovSteamCC.t4hp> rdf:type rdfs:Property ;
	rdfs:label "t4hp"@en ;
	rdfs:domain <GovSteamCC> ;
	rdfs:range xsd:double .
<GovSteamCC.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovSteamCC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC> <http://www.w3.org/2000/01/rdf-schema#label> "GovSteamCC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#CrossCompoundTurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t4lp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t4lp> <http://www.w3.org/2000/01/rdf-schema#label> "t4lp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t4lp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t4lp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.dhp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.dhp> <http://www.w3.org/2000/01/rdf-schema#label> "dhp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.dhp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.dhp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t5hp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t5hp> <http://www.w3.org/2000/01/rdf-schema#label> "t5hp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t5hp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t5hp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t1lp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t1lp> <http://www.w3.org/2000/01/rdf-schema#label> "t1lp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t1lp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t1lp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.flp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.flp> <http://www.w3.org/2000/01/rdf-schema#label> "flp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.flp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.flp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t3hp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t3hp> <http://www.w3.org/2000/01/rdf-schema#label> "t3hp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t3hp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t3hp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t1hp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t1hp> <http://www.w3.org/2000/01/rdf-schema#label> "t1hp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t1hp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t1hp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.pmaxlp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.pmaxlp> <http://www.w3.org/2000/01/rdf-schema#label> "pmaxlp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.pmaxlp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.pmaxlp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.dlp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.dlp> <http://www.w3.org/2000/01/rdf-schema#label> "dlp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.dlp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.dlp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t3lp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t3lp> <http://www.w3.org/2000/01/rdf-schema#label> "t3lp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t3lp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t3lp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.rhp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.rhp> <http://www.w3.org/2000/01/rdf-schema#label> "rhp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.rhp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.rhp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t5lp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t5lp> <http://www.w3.org/2000/01/rdf-schema#label> "t5lp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t5lp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t5lp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.rlp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.rlp> <http://www.w3.org/2000/01/rdf-schema#label> "rlp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.rlp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.rlp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.pmaxhp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.pmaxhp> <http://www.w3.org/2000/01/rdf-schema#label> "pmaxhp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.pmaxhp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.pmaxhp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.mwbaseLP> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.mwbaseLP> <http://www.w3.org/2000/01/rdf-schema#label> "mwbaseLP"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.mwbaseLP> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.mwbaseLP> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.fhp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.fhp> <http://www.w3.org/2000/01/rdf-schema#label> "fhp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.fhp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.fhp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t4hp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t4hp> <http://www.w3.org/2000/01/rdf-schema#label> "t4hp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t4hp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.t4hp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamCC.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: CrossCompoundTurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Cross compound turbine governor. Unlike tandem compound units, cross compound units are not on the same shaft.

Property Domain Range Comment
t4lp GovSteamCC double LP turbine time constant (T4lp) (>= 0). Typical value = 0,1.
dhp GovSteamCC double HP damping factor (Dhp). Typical value = 0.
t5hp GovSteamCC double HP reheater time constant (T5hp) (>= 0). Typical value = 10.
t1lp GovSteamCC double LP governor time constant (T1lp) (>= 0). Typical value = 0,1.
flp GovSteamCC double Fraction of LP power ahead of reheater (Flp). Typical value = 0,7.
t3hp GovSteamCC double HP turbine time constant (T3hp) (>= 0). Typical value = 0,1.
t1hp GovSteamCC double HP governor time constant (T1hp) (>= 0). Typical value = 0,1.
pmaxlp GovSteamCC double Maximum LP value position (Pmaxlp). Typical value = 1.
dlp GovSteamCC double LP damping factor (Dlp). Typical value = 0.
t3lp GovSteamCC double LP turbine time constant (T3lp) (>= 0). Typical value = 0,1.
rhp GovSteamCC double HP governor droop (Rhp) (> 0). Typical value = 0,05.
t5lp GovSteamCC double LP reheater time constant (T5lp) (>= 0). Typical value = 10.
rlp GovSteamCC double LP governor droop (Rlp) (> 0). Typical value = 0,05.
pmaxhp GovSteamCC double Maximum HP value position (Pmaxhp). Typical value = 1.
mwbaseLP GovSteamCC double Base for power values (MWbase) (> 0). It is not used when single synchronous machine is connected. In cases where two synchronous machines are connected this attribute is used for the low pressure unit. Unit = MW.
fhp GovSteamCC double Fraction of HP power ahead of reheater (Fhp). Typical value = 0,3.
t4hp GovSteamCC double HP turbine time constant (T4hp) (>= 0). Typical value = 0,1.
mwbase GovSteamCC double Base for power values (MWbase) (> 0). Used when single synchronous machine is connected. In cases where two synchronous machines are connected this attribute is used for the high pressure unit. Unit = MW.
HighPressureSynchronousMachineDynamics CrossCompoundTurbineGovernorDynamics SynchronousMachineDynamics High-pressure synchronous machine with which this cross-compound turbine governor is associated.
LowPressureSynchronousMachineDynamics CrossCompoundTurbineGovernorDynamics SynchronousMachineDynamics Low-pressure synchronous machine with which this cross-compound turbine governor is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovSteamEU

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovSteamEU> rdf:type rdfs:Class ;
	rdfs:label "GovSteamEU"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovSteamEU.tdp> rdf:type rdfs:Property ;
	rdfs:label "tdp"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.cic> rdf:type rdfs:Property ;
	rdfs:label "cic"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.db2> rdf:type rdfs:Property ;
	rdfs:label "db2"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.thp> rdf:type rdfs:Property ;
	rdfs:label "thp"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.db1> rdf:type rdfs:Property ;
	rdfs:label "db1"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.prhmax> rdf:type rdfs:Property ;
	rdfs:label "prhmax"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.tw> rdf:type rdfs:Property ;
	rdfs:label "tw"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.wmax1> rdf:type rdfs:Property ;
	rdfs:label "wmax1"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.tvhp> rdf:type rdfs:Property ;
	rdfs:label "tvhp"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.khp> rdf:type rdfs:Property ;
	rdfs:label "khp"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.tfp> rdf:type rdfs:Property ;
	rdfs:label "tfp"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.tip> rdf:type rdfs:Property ;
	rdfs:label "tip"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.tlp> rdf:type rdfs:Property ;
	rdfs:label "tlp"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.trh> rdf:type rdfs:Property ;
	rdfs:label "trh"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.simx> rdf:type rdfs:Property ;
	rdfs:label "simx"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.wmax2> rdf:type rdfs:Property ;
	rdfs:label "wmax2"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.cho> rdf:type rdfs:Property ;
	rdfs:label "cho"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.tvip> rdf:type rdfs:Property ;
	rdfs:label "tvip"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.hhpmax> rdf:type rdfs:Property ;
	rdfs:label "hhpmax"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.klp> rdf:type rdfs:Property ;
	rdfs:label "klp"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.kfcor> rdf:type rdfs:Property ;
	rdfs:label "kfcor"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.chc> rdf:type rdfs:Property ;
	rdfs:label "chc"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.wfmax> rdf:type rdfs:Property ;
	rdfs:label "wfmax"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.wwmin> rdf:type rdfs:Property ;
	rdfs:label "wwmin"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.wfmin> rdf:type rdfs:Property ;
	rdfs:label "wfmin"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.komegacor> rdf:type rdfs:Property ;
	rdfs:label "komegacor"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.cio> rdf:type rdfs:Property ;
	rdfs:label "cio"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.ten> rdf:type rdfs:Property ;
	rdfs:label "ten"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<GovSteamEU.wwmax> rdf:type rdfs:Property ;
	rdfs:label "wwmax"@en ;
	rdfs:domain <GovSteamEU> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> <http://www.w3.org/2000/01/rdf-schema#label> "GovSteamEU"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tdp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tdp> <http://www.w3.org/2000/01/rdf-schema#label> "tdp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tdp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tdp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.cic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.cic> <http://www.w3.org/2000/01/rdf-schema#label> "cic"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.cic> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.cic> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.db2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.db2> <http://www.w3.org/2000/01/rdf-schema#label> "db2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.db2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.db2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.thp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.thp> <http://www.w3.org/2000/01/rdf-schema#label> "thp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.thp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.thp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.db1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.db1> <http://www.w3.org/2000/01/rdf-schema#label> "db1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.db1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.db1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.prhmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.prhmax> <http://www.w3.org/2000/01/rdf-schema#label> "prhmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.prhmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.prhmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tw> <http://www.w3.org/2000/01/rdf-schema#label> "tw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wmax1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wmax1> <http://www.w3.org/2000/01/rdf-schema#label> "wmax1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wmax1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wmax1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tvhp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tvhp> <http://www.w3.org/2000/01/rdf-schema#label> "tvhp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tvhp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tvhp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.khp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.khp> <http://www.w3.org/2000/01/rdf-schema#label> "khp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.khp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.khp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tfp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tfp> <http://www.w3.org/2000/01/rdf-schema#label> "tfp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tfp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tfp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tip> <http://www.w3.org/2000/01/rdf-schema#label> "tip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tlp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tlp> <http://www.w3.org/2000/01/rdf-schema#label> "tlp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tlp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tlp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.trh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.trh> <http://www.w3.org/2000/01/rdf-schema#label> "trh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.trh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.trh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.simx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.simx> <http://www.w3.org/2000/01/rdf-schema#label> "simx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.simx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.simx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wmax2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wmax2> <http://www.w3.org/2000/01/rdf-schema#label> "wmax2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wmax2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wmax2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.cho> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.cho> <http://www.w3.org/2000/01/rdf-schema#label> "cho"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.cho> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.cho> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tvip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tvip> <http://www.w3.org/2000/01/rdf-schema#label> "tvip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tvip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tvip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.hhpmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.hhpmax> <http://www.w3.org/2000/01/rdf-schema#label> "hhpmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.hhpmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.hhpmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.klp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.klp> <http://www.w3.org/2000/01/rdf-schema#label> "klp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.klp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.klp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.kfcor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.kfcor> <http://www.w3.org/2000/01/rdf-schema#label> "kfcor"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.kfcor> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.kfcor> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.chc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.chc> <http://www.w3.org/2000/01/rdf-schema#label> "chc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.chc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.chc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wfmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wfmax> <http://www.w3.org/2000/01/rdf-schema#label> "wfmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wfmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wfmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wwmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wwmin> <http://www.w3.org/2000/01/rdf-schema#label> "wwmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wwmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wwmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wfmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wfmin> <http://www.w3.org/2000/01/rdf-schema#label> "wfmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wfmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wfmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.komegacor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.komegacor> <http://www.w3.org/2000/01/rdf-schema#label> "komegacor"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.komegacor> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.komegacor> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.cio> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.cio> <http://www.w3.org/2000/01/rdf-schema#label> "cio"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.cio> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.cio> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.ten> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.ten> <http://www.w3.org/2000/01/rdf-schema#label> "ten"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.ten> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.ten> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wwmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wwmax> <http://www.w3.org/2000/01/rdf-schema#label> "wwmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wwmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamEU.wwmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Simplified boiler and steam turbine with PID governor.

Property Domain Range Comment
tdp GovSteamEU double Derivative time constant of the power controller (Tdp) (>= 0). Typical value = 0.
cic GovSteamEU double Intercept valves rate closing limit (Cic). Typical value = -2,2.
db2 GovSteamEU double Deadband of the speed governor (db2). Typical value = 0,0004.
thp GovSteamEU double High pressure (HP) time constant of the turbine (Thp) (>= 0). Typical value = 0,31.
pmax GovSteamEU double Maximal active power of the turbine (Pmax). Typical value = 1.
db1 GovSteamEU double Deadband of the frequency corrector (db1). Typical value = 0.
tf GovSteamEU double Frequency transducer time constant (Tf) (>= 0). Typical value = 0.
prhmax GovSteamEU double Maximum low pressure limit (Prhmax). Typical value = 1,4.
mwbase GovSteamEU double Base for power values (MWbase) (> 0). Unit = MW.
tw GovSteamEU double Speed transducer time constant (Tw) (>= 0). Typical value = 0,02.
wmax1 GovSteamEU double Emergency speed control lower limit (wmax1). Typical value = 1,025.
tvhp GovSteamEU double Control valves servo time constant (Tvhp) (>= 0). Typical value = 0,1.
khp GovSteamEU double Fraction of total turbine output generated by HP part (Khp). Typical value = 0,277.
tb GovSteamEU double Boiler time constant (Tb) (>= 0). Typical value = 100.
tfp GovSteamEU double Time constant of the power controller (Tfp) (>= 0). Typical value = 0.
tip GovSteamEU double Integral time constant of the power controller (Tip) (>= 0). Typical value = 2.
tlp GovSteamEU double Low pressure (LP) time constant of the turbine (Tlp) (>= 0). Typical value = 0,45.
trh GovSteamEU double Reheater time constant of the turbine (Trh) (>= 0). Typical value = 8.
simx GovSteamEU double Intercept valves transfer limit (Simx). Typical value = 0,425.
wmax2 GovSteamEU double Emergency speed control upper limit (wmax2). Typical value = 1,05.
cho GovSteamEU double Control valves rate opening limit (Cho). Unit = PU / s. Typical value = 0,17.
tvip GovSteamEU double Intercept valves servo time constant (Tvip) (>= 0). Typical value = 0,15.
hhpmax GovSteamEU double Maximum control valve position (Hhpmax). Typical value = 1.
klp GovSteamEU double Fraction of total turbine output generated by HP part (Klp). Typical value = 0,723.
kfcor GovSteamEU double Gain of the frequency corrector (Kfcor). Typical value = 20.
chc GovSteamEU double Control valves rate closing limit (Chc). Unit = PU / s. Typical value = -3,3.
tp GovSteamEU double Power transducer time constant (Tp) (>= 0). Typical value = 0,07.
wfmax GovSteamEU double Upper limit for frequency correction (Wfmax) (> GovSteamEU.wfmin). Typical value = 0,05.
wwmin GovSteamEU double Lower limit for the speed governor frequency correction (Wwmin) (< GovSteamEU.wwmax). Typical value = -1.
ke GovSteamEU double Gain of the power controller (Ke). Typical value = 0,65.
wfmin GovSteamEU double Lower limit for frequency correction (Wfmin) (< GovSteamEU.wfmax). Typical value = -0,05.
komegacor GovSteamEU double Gain of the speed governor (Kwcor). Typical value = 20.
cio GovSteamEU double Intercept valves rate opening limit (Cio). Typical value = 0,123.
ten GovSteamEU double Electro hydraulic transducer (Ten) (>= 0). Typical value = 0,1.
wwmax GovSteamEU double Upper limit for the speed governor (Wwmax) (> GovSteamEU.wwmin). Typical value = 0,1.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovSteamFV2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovSteamFV2> rdf:type rdfs:Class ;
	rdfs:label "GovSteamFV2"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovSteamFV2.vmax> rdf:type rdfs:Property ;
	rdfs:label "vmax"@en ;
	rdfs:domain <GovSteamFV2> ;
	rdfs:range xsd:double .
<GovSteamFV2.dt> rdf:type rdfs:Property ;
	rdfs:label "dt"@en ;
	rdfs:domain <GovSteamFV2> ;
	rdfs:range xsd:double .
<GovSteamFV2.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <GovSteamFV2> ;
	rdfs:range xsd:double .
<GovSteamFV2.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <GovSteamFV2> ;
	rdfs:range xsd:double .
<GovSteamFV2.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <GovSteamFV2> ;
	rdfs:range xsd:double .
<GovSteamFV2.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <GovSteamFV2> ;
	rdfs:range xsd:double .
<GovSteamFV2.k> rdf:type rdfs:Property ;
	rdfs:label "k"@en ;
	rdfs:domain <GovSteamFV2> ;
	rdfs:range xsd:double .
<GovSteamFV2.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovSteamFV2> ;
	rdfs:range xsd:double .
<GovSteamFV2.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <GovSteamFV2> ;
	rdfs:range xsd:double .
<GovSteamFV2.tt> rdf:type rdfs:Property ;
	rdfs:label "tt"@en ;
	rdfs:domain <GovSteamFV2> ;
	rdfs:range xsd:double .
<GovSteamFV2.vmin> rdf:type rdfs:Property ;
	rdfs:label "vmin"@en ;
	rdfs:domain <GovSteamFV2> ;
	rdfs:range xsd:double .
<GovSteamFV2.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <GovSteamFV2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2> <http://www.w3.org/2000/01/rdf-schema#label> "GovSteamFV2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.vmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.vmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.vmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.vmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.dt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.dt> <http://www.w3.org/2000/01/rdf-schema#label> "dt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.dt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.dt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.k> <http://www.w3.org/2000/01/rdf-schema#label> "k"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.k> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.k> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.tt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.tt> <http://www.w3.org/2000/01/rdf-schema#label> "tt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.tt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.tt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.vmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.vmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.vmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.vmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV2.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Steam turbine governor with reheat time constants and modelling of the effects of fast valve closing to reduce mechanical power.

Property Domain Range Comment
vmax GovSteamFV2 double (Vmax) (> GovSteamFV2.vmin).
dt GovSteamFV2 double (Dt).
t1 GovSteamFV2 double Governor time constant (T1) (>= 0).
r GovSteamFV2 double (R).
t3 GovSteamFV2 double Reheater time constant (T3) (>= 0).
ta GovSteamFV2 double Time after initial time for valve to close (Ta) (>= 0).
k GovSteamFV2 double Fraction of the turbine power developed by turbine sections not involved in fast valving (K).
mwbase GovSteamFV2 double Alternate base used instead of machine base in equipment model if necessary (MWbase) (> 0). Unit = MW.
tc GovSteamFV2 double Time after initial time for valve to become fully open (Tc) (>= 0).
tt GovSteamFV2 double Time constant with which power falls off after intercept valve closure (Tt) (>= 0).
vmin GovSteamFV2 double (Vmin) (< GovSteamFV2.vmax).
tb GovSteamFV2 double Time after initial time for valve to begin opening (Tb) (>= 0).
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovSteamFV3

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovSteamFV3> rdf:type rdfs:Class ;
	rdfs:label "GovSteamFV3"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovSteamFV3.pgv1> rdf:type rdfs:Property ;
	rdfs:label "pgv1"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.gv6> rdf:type rdfs:Property ;
	rdfs:label "gv6"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.prmax> rdf:type rdfs:Property ;
	rdfs:label "prmax"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.gv1> rdf:type rdfs:Property ;
	rdfs:label "gv1"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.pgv5> rdf:type rdfs:Property ;
	rdfs:label "pgv5"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.pgv3> rdf:type rdfs:Property ;
	rdfs:label "pgv3"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.uo> rdf:type rdfs:Property ;
	rdfs:label "uo"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.k> rdf:type rdfs:Property ;
	rdfs:label "k"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.k3> rdf:type rdfs:Property ;
	rdfs:label "k3"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.gv5> rdf:type rdfs:Property ;
	rdfs:label "gv5"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.pgv2> rdf:type rdfs:Property ;
	rdfs:label "pgv2"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.gv4> rdf:type rdfs:Property ;
	rdfs:label "gv4"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.pgv6> rdf:type rdfs:Property ;
	rdfs:label "pgv6"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.gv2> rdf:type rdfs:Property ;
	rdfs:label "gv2"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.gv3> rdf:type rdfs:Property ;
	rdfs:label "gv3"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.pgv4> rdf:type rdfs:Property ;
	rdfs:label "pgv4"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<GovSteamFV3.uc> rdf:type rdfs:Property ;
	rdfs:label "uc"@en ;
	rdfs:domain <GovSteamFV3> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> <http://www.w3.org/2000/01/rdf-schema#label> "GovSteamFV3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv1> <http://www.w3.org/2000/01/rdf-schema#label> "pgv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv6> <http://www.w3.org/2000/01/rdf-schema#label> "gv6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.prmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.prmax> <http://www.w3.org/2000/01/rdf-schema#label> "prmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.prmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.prmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv1> <http://www.w3.org/2000/01/rdf-schema#label> "gv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv5> <http://www.w3.org/2000/01/rdf-schema#label> "pgv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv3> <http://www.w3.org/2000/01/rdf-schema#label> "pgv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.uo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.uo> <http://www.w3.org/2000/01/rdf-schema#label> "uo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.uo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.uo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.k> <http://www.w3.org/2000/01/rdf-schema#label> "k"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.k> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.k> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.k3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.k3> <http://www.w3.org/2000/01/rdf-schema#label> "k3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.k3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.k3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv5> <http://www.w3.org/2000/01/rdf-schema#label> "gv5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv2> <http://www.w3.org/2000/01/rdf-schema#label> "pgv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv4> <http://www.w3.org/2000/01/rdf-schema#label> "gv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv6> <http://www.w3.org/2000/01/rdf-schema#label> "pgv6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv2> <http://www.w3.org/2000/01/rdf-schema#label> "gv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv3> <http://www.w3.org/2000/01/rdf-schema#label> "gv3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.gv3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv4> <http://www.w3.org/2000/01/rdf-schema#label> "pgv4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.pgv4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.uc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.uc> <http://www.w3.org/2000/01/rdf-schema#label> "uc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.uc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV3.uc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Simplified GovSteamIEEE1 steam turbine governor with Prmax limit and fast valving.

Property Domain Range Comment
pgv1 GovSteamFV3 double Nonlinear gain power value point 1 (Pgv1). Typical value = 0.
ta GovSteamFV3 double Time to close intercept valve (IV) (Ta) (>= 0). Typical value = 0,97.
gv6 GovSteamFV3 double Nonlinear gain valve position point 6 (GV6). Typical value = 0.
prmax GovSteamFV3 double Max. pressure in reheater (Prmax). Typical value = 1.
gv1 GovSteamFV3 double Nonlinear gain valve position point 1 (GV1). Typical value = 0.
pgv5 GovSteamFV3 double Nonlinear gain power value point 5 (Pgv5). Typical value = 1.
pgv3 GovSteamFV3 double Nonlinear gain power value point 3 (Pgv3). Typical value = 0,91.
uo GovSteamFV3 double Maximum valve opening velocity (Uo). Unit = PU / s. Typical value = 0,1.
k GovSteamFV3 double Governor gain, (reciprocal of droop) (K). Typical value = 20.
t5 GovSteamFV3 double Time constant of second boiler pass (i.e. reheater) (T5) (> 0 if fast valving is used, otherwise >= 0). Typical value = 0,5.
t2 GovSteamFV3 double Governor lag time constant (T2) (>= 0). Typical value = 0.
t3 GovSteamFV3 double Valve positioner time constant (T3) (> 0). Typical value = 0.
t4 GovSteamFV3 double Inlet piping/steam bowl time constant (T4) (>= 0). Typical value = 0,2.
k2 GovSteamFV3 double Fraction of turbine power developed after second boiler pass (K2). Typical value = 0,2.
tc GovSteamFV3 double Time until IV is fully open (Tc) (>= 0). Typical value = 0,99.
k3 GovSteamFV3 double Fraction of hp turbine power developed after crossover or third boiler pass (K3). Typical value = 0,6.
gv5 GovSteamFV3 double Nonlinear gain valve position point 5 (GV5). Typical value = 1.
pgv2 GovSteamFV3 double Nonlinear gain power value point 2 (Pgv2). Typical value = 0,75.
gv4 GovSteamFV3 double Nonlinear gain valve position point 4 (GV4). Typical value = 0,6.
mwbase GovSteamFV3 double Base for power values (MWbase) (> 0). Unit = MW.
pmin GovSteamFV3 double Minimum valve opening, PU of MWbase (Pmin) (< GovSteamFV3.pmax). Typical value = 0.
tb GovSteamFV3 double Time until IV starts to reopen (Tb) (>= 0). Typical value = 0,98.
t1 GovSteamFV3 double Governor lead time constant (T1) (>= 0). Typical value = 0.
pmax GovSteamFV3 double Maximum valve opening, PU of MWbase (Pmax) (> GovSteamFV3.pmin). Typical value = 1.
pgv6 GovSteamFV3 double Nonlinear gain power value point 6 (Pgv6). Typical value = 0.
gv2 GovSteamFV3 double Nonlinear gain valve position point 2 (GV2). Typical value = 0,4.
gv3 GovSteamFV3 double Nonlinear gain valve position point 3 (GV3). Typical value = 0,5.
t6 GovSteamFV3 double Time constant of crossover or third boiler pass (T6) (>= 0). Typical value = 10.
k1 GovSteamFV3 double Fraction of turbine power developed after first boiler pass (K1). Typical value = 0,2.
pgv4 GovSteamFV3 double Nonlinear gain power value point 4 (Pgv4). Typical value = 0,98.
uc GovSteamFV3 double Maximum valve closing velocity (Uc). Unit = PU / s. Typical value = -1.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovSteamFV4

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovSteamFV4> rdf:type rdfs:Class ;
	rdfs:label "GovSteamFV4"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovSteamFV4.kit> rdf:type rdfs:Property ;
	rdfs:label "kit"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.pr2> rdf:type rdfs:Property ;
	rdfs:label "pr2"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.kdc> rdf:type rdfs:Property ;
	rdfs:label "kdc"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.yhpmx> rdf:type rdfs:Property ;
	rdfs:label "yhpmx"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.tmp> rdf:type rdfs:Property ;
	rdfs:label "tmp"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.kpt> rdf:type rdfs:Property ;
	rdfs:label "kpt"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.kf3> rdf:type rdfs:Property ;
	rdfs:label "kf3"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.trh> rdf:type rdfs:Property ;
	rdfs:label "trh"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.svmn> rdf:type rdfs:Property ;
	rdfs:label "svmn"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.kip> rdf:type rdfs:Property ;
	rdfs:label "kip"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.kmp1> rdf:type rdfs:Property ;
	rdfs:label "kmp1"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.ympmn> rdf:type rdfs:Property ;
	rdfs:label "ympmn"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.ksh> rdf:type rdfs:Property ;
	rdfs:label "ksh"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.kpc> rdf:type rdfs:Property ;
	rdfs:label "kpc"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.tdc> rdf:type rdfs:Property ;
	rdfs:label "tdc"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.tv> rdf:type rdfs:Property ;
	rdfs:label "tv"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.srmx> rdf:type rdfs:Property ;
	rdfs:label "srmx"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.y> rdf:type rdfs:Property ;
	rdfs:label "y"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.kpp> rdf:type rdfs:Property ;
	rdfs:label "kpp"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.rsmimn> rdf:type rdfs:Property ;
	rdfs:label "rsmimn"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.srmn> rdf:type rdfs:Property ;
	rdfs:label "srmn"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.yhpmn> rdf:type rdfs:Property ;
	rdfs:label "yhpmn"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.kmp2> rdf:type rdfs:Property ;
	rdfs:label "kmp2"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.ympmx> rdf:type rdfs:Property ;
	rdfs:label "ympmx"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.svmx> rdf:type rdfs:Property ;
	rdfs:label "svmx"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.srsmp> rdf:type rdfs:Property ;
	rdfs:label "srsmp"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.khp> rdf:type rdfs:Property ;
	rdfs:label "khp"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.rvgmx> rdf:type rdfs:Property ;
	rdfs:label "rvgmx"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.rvgmn> rdf:type rdfs:Property ;
	rdfs:label "rvgmn"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.tcm> rdf:type rdfs:Property ;
	rdfs:label "tcm"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.cpsmx> rdf:type rdfs:Property ;
	rdfs:label "cpsmx"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.mnef> rdf:type rdfs:Property ;
	rdfs:label "mnef"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.krc> rdf:type rdfs:Property ;
	rdfs:label "krc"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.thp> rdf:type rdfs:Property ;
	rdfs:label "thp"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.kic> rdf:type rdfs:Property ;
	rdfs:label "kic"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.lpi> rdf:type rdfs:Property ;
	rdfs:label "lpi"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.crmn> rdf:type rdfs:Property ;
	rdfs:label "crmn"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.cpsmn> rdf:type rdfs:Property ;
	rdfs:label "cpsmn"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.tf1> rdf:type rdfs:Property ;
	rdfs:label "tf1"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.kf1> rdf:type rdfs:Property ;
	rdfs:label "kf1"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.ty> rdf:type rdfs:Property ;
	rdfs:label "ty"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.tf2> rdf:type rdfs:Property ;
	rdfs:label "tf2"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.psmn> rdf:type rdfs:Property ;
	rdfs:label "psmn"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.pr1> rdf:type rdfs:Property ;
	rdfs:label "pr1"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.crmx> rdf:type rdfs:Property ;
	rdfs:label "crmx"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.tam> rdf:type rdfs:Property ;
	rdfs:label "tam"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.mxef> rdf:type rdfs:Property ;
	rdfs:label "mxef"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.lps> rdf:type rdfs:Property ;
	rdfs:label "lps"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<GovSteamFV4.rsmimx> rdf:type rdfs:Property ;
	rdfs:label "rsmimx"@en ;
	rdfs:domain <GovSteamFV4> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> <http://www.w3.org/2000/01/rdf-schema#label> "GovSteamFV4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kit> <http://www.w3.org/2000/01/rdf-schema#label> "kit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.pr2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.pr2> <http://www.w3.org/2000/01/rdf-schema#label> "pr2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.pr2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.pr2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kdc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kdc> <http://www.w3.org/2000/01/rdf-schema#label> "kdc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kdc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kdc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.yhpmx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.yhpmx> <http://www.w3.org/2000/01/rdf-schema#label> "yhpmx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.yhpmx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.yhpmx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tmp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tmp> <http://www.w3.org/2000/01/rdf-schema#label> "tmp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tmp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tmp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kpt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kpt> <http://www.w3.org/2000/01/rdf-schema#label> "kpt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kpt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kpt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kf3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kf3> <http://www.w3.org/2000/01/rdf-schema#label> "kf3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kf3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kf3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.trh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.trh> <http://www.w3.org/2000/01/rdf-schema#label> "trh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.trh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.trh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.svmn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.svmn> <http://www.w3.org/2000/01/rdf-schema#label> "svmn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.svmn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.svmn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kip> <http://www.w3.org/2000/01/rdf-schema#label> "kip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kmp1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kmp1> <http://www.w3.org/2000/01/rdf-schema#label> "kmp1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kmp1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kmp1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.ympmn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.ympmn> <http://www.w3.org/2000/01/rdf-schema#label> "ympmn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.ympmn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.ympmn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.ksh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.ksh> <http://www.w3.org/2000/01/rdf-schema#label> "ksh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.ksh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.ksh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kpc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kpc> <http://www.w3.org/2000/01/rdf-schema#label> "kpc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kpc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kpc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tdc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tdc> <http://www.w3.org/2000/01/rdf-schema#label> "tdc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tdc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tdc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tv> <http://www.w3.org/2000/01/rdf-schema#label> "tv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.srmx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.srmx> <http://www.w3.org/2000/01/rdf-schema#label> "srmx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.srmx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.srmx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.y> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.y> <http://www.w3.org/2000/01/rdf-schema#label> "y"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.y> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.y> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kpp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kpp> <http://www.w3.org/2000/01/rdf-schema#label> "kpp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kpp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kpp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.rsmimn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.rsmimn> <http://www.w3.org/2000/01/rdf-schema#label> "rsmimn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.rsmimn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.rsmimn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.srmn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.srmn> <http://www.w3.org/2000/01/rdf-schema#label> "srmn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.srmn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.srmn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.yhpmn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.yhpmn> <http://www.w3.org/2000/01/rdf-schema#label> "yhpmn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.yhpmn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.yhpmn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kmp2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kmp2> <http://www.w3.org/2000/01/rdf-schema#label> "kmp2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kmp2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kmp2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.ympmx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.ympmx> <http://www.w3.org/2000/01/rdf-schema#label> "ympmx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.ympmx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.ympmx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.svmx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.svmx> <http://www.w3.org/2000/01/rdf-schema#label> "svmx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.svmx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.svmx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.srsmp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.srsmp> <http://www.w3.org/2000/01/rdf-schema#label> "srsmp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.srsmp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.srsmp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.khp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.khp> <http://www.w3.org/2000/01/rdf-schema#label> "khp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.khp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.khp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.rvgmx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.rvgmx> <http://www.w3.org/2000/01/rdf-schema#label> "rvgmx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.rvgmx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.rvgmx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.rvgmn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.rvgmn> <http://www.w3.org/2000/01/rdf-schema#label> "rvgmn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.rvgmn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.rvgmn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tcm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tcm> <http://www.w3.org/2000/01/rdf-schema#label> "tcm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tcm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tcm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.cpsmx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.cpsmx> <http://www.w3.org/2000/01/rdf-schema#label> "cpsmx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.cpsmx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.cpsmx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.mnef> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.mnef> <http://www.w3.org/2000/01/rdf-schema#label> "mnef"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.mnef> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.mnef> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.krc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.krc> <http://www.w3.org/2000/01/rdf-schema#label> "krc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.krc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.krc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.thp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.thp> <http://www.w3.org/2000/01/rdf-schema#label> "thp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.thp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.thp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kic> <http://www.w3.org/2000/01/rdf-schema#label> "kic"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kic> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kic> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.lpi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.lpi> <http://www.w3.org/2000/01/rdf-schema#label> "lpi"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.lpi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.lpi> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.crmn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.crmn> <http://www.w3.org/2000/01/rdf-schema#label> "crmn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.crmn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.crmn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.cpsmn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.cpsmn> <http://www.w3.org/2000/01/rdf-schema#label> "cpsmn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.cpsmn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.cpsmn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tf1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tf1> <http://www.w3.org/2000/01/rdf-schema#label> "tf1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tf1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tf1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kf1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kf1> <http://www.w3.org/2000/01/rdf-schema#label> "kf1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kf1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.kf1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.ty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.ty> <http://www.w3.org/2000/01/rdf-schema#label> "ty"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.ty> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.ty> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tf2> <http://www.w3.org/2000/01/rdf-schema#label> "tf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.psmn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.psmn> <http://www.w3.org/2000/01/rdf-schema#label> "psmn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.psmn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.psmn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.pr1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.pr1> <http://www.w3.org/2000/01/rdf-schema#label> "pr1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.pr1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.pr1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.crmx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.crmx> <http://www.w3.org/2000/01/rdf-schema#label> "crmx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.crmx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.crmx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tam> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tam> <http://www.w3.org/2000/01/rdf-schema#label> "tam"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tam> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.tam> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.mxef> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.mxef> <http://www.w3.org/2000/01/rdf-schema#label> "mxef"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.mxef> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.mxef> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.lps> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.lps> <http://www.w3.org/2000/01/rdf-schema#label> "lps"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.lps> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.lps> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.rsmimx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.rsmimx> <http://www.w3.org/2000/01/rdf-schema#label> "rsmimx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.rsmimx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamFV4.rsmimx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Detailed electro-hydraulic governor for steam unit.

Property Domain Range Comment
kit GovSteamFV4 double Integral gain of electro-hydraulic regulator (Kit). Typical value = 0,04.
pr2 GovSteamFV4 double Second value of pressure set point static characteristic, corresponding to Ps0 = 1,0 PU (Pr2). Typical value = 0,75.
kdc GovSteamFV4 double Derivative gain of pressure regulator (Kdc). Typical value = 1.
yhpmx GovSteamFV4 double Maximum control valve position (Yhpmx). Typical value = 1,1.
tmp GovSteamFV4 double Low pressure (LP) time constant of the turbine (Tmp) (>= 0). Typical value = 0,4.
kpt GovSteamFV4 double Proportional gain of electro-hydraulic regulator (Kpt). Typical value = 0,3.
ta GovSteamFV4 double Control valves rate opening time (Ta) (>= 0). Typical value = 0,8.
kf3 GovSteamFV4 double Frequency control (reciprocal of droop) (Kf3). Typical value = 20.
trh GovSteamFV4 double Reheater time constant of the turbine (Trh) (>= 0). Typical value = 10.
svmn GovSteamFV4 double Maximum regulator gate closing velocity (Svmn). Typical value = -0,0333.
kip GovSteamFV4 double Integral gain of pressure feedback regulator (Kip). Typical value = 0,5.
kmp1 GovSteamFV4 double First gain coefficient of intercept valves characteristic (Kmp1). Typical value = 0,5.
ympmn GovSteamFV4 double Minimum intercept valve position (Ympmn). Typical value = 0.
ksh GovSteamFV4 double Pressure loss due to flow friction in the boiler tubes (Ksh). Typical value = 0,08.
kpc GovSteamFV4 double Proportional gain of pressure regulator (Kpc). Typical value = 0,5.
tdc GovSteamFV4 double Derivative time constant of pressure regulator (Tdc) (>= 0). Typical value = 90.
tv GovSteamFV4 double Boiler time constant (Tv) (>= 0). Typical value = 60.
srmx GovSteamFV4 double Maximum valve opening (Srmx). Typical value = 1,1.
y GovSteamFV4 double Coefficient of linearized equations of turbine (Stodola formulation) (Y). Typical value = 0,13.
kpp GovSteamFV4 double Proportional gain of pressure feedback regulator (Kpp). Typical value = 1.
rsmimn GovSteamFV4 double Minimum value of integral regulator (Rsmimn). Typical value = 0.
srmn GovSteamFV4 double Minimum valve opening (Srmn). Typical value = 0.
yhpmn GovSteamFV4 double Minimum control valve position (Yhpmn). Typical value = 0.
kmp2 GovSteamFV4 double Second gain coefficient of intercept valves characteristic (Kmp2). Typical value = 3,5.
ympmx GovSteamFV4 double Maximum intercept valve position (Ympmx). Typical value = 1,1.
svmx GovSteamFV4 double Maximum regulator gate opening velocity (Svmx). Typical value = 0,0333.
srsmp GovSteamFV4 double Intercept valves characteristic discontinuity point (Srsmp). Typical value = 0,43.
khp GovSteamFV4 double Fraction of total turbine output generated by HP part (Khp). Typical value = 0,35.
rvgmx GovSteamFV4 double Maximum value of integral regulator (Rvgmx). Typical value = 1,2.
rvgmn GovSteamFV4 double Minimum value of integral regulator (Rvgmn). Typical value = 0.
tc GovSteamFV4 double Control valves rate closing time (Tc) (>= 0). Typical value = 0,5.
tcm GovSteamFV4 double Intercept valves rate closing time (Tcm) (>= 0). Typical value = 0,5.
cpsmx GovSteamFV4 double Maximum value of pressure regulator output (Cpsmx). Typical value = 1.
mnef GovSteamFV4 double Lower limit for frequency correction (MNEF). Typical value = -0,05.
krc GovSteamFV4 double Maximum variation of fuel flow (Krc). Typical value = 0,05.
mwbase GovSteamFV4 double Base for power values (MWbase) (> 0). Unit = MW.
thp GovSteamFV4 double High pressure (HP) time constant of the turbine (Thp) (>= 0). Typical value = 0,15.
kic GovSteamFV4 double Integral gain of pressure regulator (Kic). Typical value = 0,0033.
lpi GovSteamFV4 double Maximum negative power error (Lpi). Typical value = -0,15.
crmn GovSteamFV4 double Minimum value of regulator set-point (Crmn). Typical value = 0.
cpsmn GovSteamFV4 double Minimum value of pressure regulator output (Cpsmn). Typical value = -1.
tf1 GovSteamFV4 double Time constant of fuel regulation (Tf1) (>= 0). Typical value = 10.
kf1 GovSteamFV4 double Frequency bias (reciprocal of droop) (Kf1). Typical value = 20.
ty GovSteamFV4 double Control valves servo time constant (Ty) (>= 0). Typical value = 0,1.
tf2 GovSteamFV4 double Time constant of steam chest (Tf2) (>= 0). Typical value = 10.
psmn GovSteamFV4 double Minimum value of pressure set point static characteristic (Psmn). Typical value = 1.
pr1 GovSteamFV4 double First value of pressure set point static characteristic (Pr1). Typical value = 0,2.
crmx GovSteamFV4 double Maximum value of regulator set-point (Crmx). Typical value = 1,2.
tam GovSteamFV4 double Intercept valves rate opening time (Tam) (>= 0). Typical value = 0,8.
mxef GovSteamFV4 double Upper limit for frequency correction (MXEF). Typical value = 0,05.
lps GovSteamFV4 double Maximum positive power error (Lps). Typical value = 0,03.
rsmimx GovSteamFV4 double Maximum value of integral regulator (Rsmimx). Typical value = 1,1.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovSteamIEEE1

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovSteamIEEE1> rdf:type rdfs:Class ;
	rdfs:label "GovSteamIEEE1"@en ;
	rdfs:subClassOf <CrossCompoundTurbineGovernorDynamics> .
<GovSteamIEEE1.t7> rdf:type rdfs:Property ;
	rdfs:label "t7"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<GovSteamIEEE1.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<GovSteamIEEE1.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<GovSteamIEEE1.k> rdf:type rdfs:Property ;
	rdfs:label "k"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<GovSteamIEEE1.mwbaseLP> rdf:type rdfs:Property ;
	rdfs:label "mwbaseLP"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<GovSteamIEEE1.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<GovSteamIEEE1.k6> rdf:type rdfs:Property ;
	rdfs:label "k6"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<GovSteamIEEE1.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<GovSteamIEEE1.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<GovSteamIEEE1.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<GovSteamIEEE1.k4> rdf:type rdfs:Property ;
	rdfs:label "k4"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<GovSteamIEEE1.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<GovSteamIEEE1.k7> rdf:type rdfs:Property ;
	rdfs:label "k7"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<GovSteamIEEE1.k8> rdf:type rdfs:Property ;
	rdfs:label "k8"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<GovSteamIEEE1.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<GovSteamIEEE1.k5> rdf:type rdfs:Property ;
	rdfs:label "k5"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<GovSteamIEEE1.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<GovSteamIEEE1.uo> rdf:type rdfs:Property ;
	rdfs:label "uo"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<GovSteamIEEE1.k3> rdf:type rdfs:Property ;
	rdfs:label "k3"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<GovSteamIEEE1.uc> rdf:type rdfs:Property ;
	rdfs:label "uc"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<GovSteamIEEE1.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<GovSteamIEEE1.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <GovSteamIEEE1> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> <http://www.w3.org/2000/01/rdf-schema#label> "GovSteamIEEE1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#CrossCompoundTurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t7> <http://www.w3.org/2000/01/rdf-schema#label> "t7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k> <http://www.w3.org/2000/01/rdf-schema#label> "k"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.mwbaseLP> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.mwbaseLP> <http://www.w3.org/2000/01/rdf-schema#label> "mwbaseLP"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.mwbaseLP> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.mwbaseLP> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k6> <http://www.w3.org/2000/01/rdf-schema#label> "k6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k4> <http://www.w3.org/2000/01/rdf-schema#label> "k4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k7> <http://www.w3.org/2000/01/rdf-schema#label> "k7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k8> <http://www.w3.org/2000/01/rdf-schema#label> "k8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k5> <http://www.w3.org/2000/01/rdf-schema#label> "k5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.uo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.uo> <http://www.w3.org/2000/01/rdf-schema#label> "uo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.uo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.uo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k3> <http://www.w3.org/2000/01/rdf-schema#label> "k3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.k3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.uc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.uc> <http://www.w3.org/2000/01/rdf-schema#label> "uc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.uc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.uc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEE1.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: CrossCompoundTurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE steam turbine governor model. Reference: IEEE Transactions on Power Apparatus and Systems, November/December 1973, Volume PAS-92, Number 6, Dynamic Models for Steam and Hydro Turbines in Power System Studies, page 1904.

Property Domain Range Comment
t7 GovSteamIEEE1 double Time constant of fourth boiler pass (T7) (>= 0). Typical value = 0.
t2 GovSteamIEEE1 double Governor lead time constant (T2) (>= 0). Typical value = 0.
mwbase GovSteamIEEE1 double Base for power values (MWbase) (> 0). Used when single synchronous machine is connected. In cases where two synchronous machines are connected this attribute is used for the high pressure unit. Unit = MW.
k GovSteamIEEE1 double Governor gain (reciprocal of droop) (K) (> 0). Typical value = 25.
mwbaseLP GovSteamIEEE1 double Base for power values (MWbase) (> 0). It is not used when single synchronous machine is connected. In cases where two synchronous machines are connected this attribute is used for the low pressure unit. Unit = MW.
t6 GovSteamIEEE1 double Time constant of third boiler pass (T6) (>= 0). Typical value = 0,5.
k6 GovSteamIEEE1 double Fraction of LP shaft power after third boiler pass (K6). Typical value = 0.
pmin GovSteamIEEE1 double Minimum valve opening (Pmin) (>= 0 and < GovSteamIEEE1.pmax). Typical value = 0.
k2 GovSteamIEEE1 double Fraction of LP shaft power after first boiler pass (K2). Typical value = 0.
t1 GovSteamIEEE1 double Governor lag time constant (T1) (>= 0). Typical value = 0.
k4 GovSteamIEEE1 double Fraction of LP shaft power after second boiler pass (K4). Typical value = 0.
pmax GovSteamIEEE1 double Maximum valve opening (Pmax) (> GovSteamIEEE1.pmin). Typical value = 1.
k7 GovSteamIEEE1 double Fraction of HP shaft power after fourth boiler pass (K7). Typical value = 0.
k8 GovSteamIEEE1 double Fraction of LP shaft power after fourth boiler pass (K8). Typical value = 0.
k1 GovSteamIEEE1 double Fraction of HP shaft power after first boiler pass (K1). Typical value = 0,2.
k5 GovSteamIEEE1 double Fraction of HP shaft power after third boiler pass (K5). Typical value = 0,5.
t3 GovSteamIEEE1 double Valve positioner time constant (T3) (> 0). Typical value = 0,1.
uo GovSteamIEEE1 double Maximum valve opening velocity (Uo) (> 0). Unit = PU / s. Typical value = 1.
k3 GovSteamIEEE1 double Fraction of HP shaft power after second boiler pass (K3). Typical value = 0,3.
uc GovSteamIEEE1 double Maximum valve closing velocity (Uc) (< 0). Unit = PU / s. Typical value = -10.
t4 GovSteamIEEE1 double Inlet piping/steam bowl time constant (T4) (>= 0). Typical value = 0,3.
t5 GovSteamIEEE1 double Time constant of second boiler pass (T5) (>= 0). Typical value = 5.
HighPressureSynchronousMachineDynamics CrossCompoundTurbineGovernorDynamics SynchronousMachineDynamics High-pressure synchronous machine with which this cross-compound turbine governor is associated.
LowPressureSynchronousMachineDynamics CrossCompoundTurbineGovernorDynamics SynchronousMachineDynamics Low-pressure synchronous machine with which this cross-compound turbine governor is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovSteamIEEEG1Aug

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovSteamIEEEG1Aug> rdf:type rdfs:Class ;
	rdfs:label "GovSteamIEEEG1Aug"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovSteamIEEEG1Aug.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.t7> rdf:type rdfs:Property ;
	rdfs:label "t7"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.vmax> rdf:type rdfs:Property ;
	rdfs:label "vmax"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.fmax> rdf:type rdfs:Property ;
	rdfs:label "fmax"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.km> rdf:type rdfs:Property ;
	rdfs:label "km"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.kpelec> rdf:type rdfs:Property ;
	rdfs:label "kpelec"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.kmw> rdf:type rdfs:Property ;
	rdfs:label "kmw"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.tw> rdf:type rdfs:Property ;
	rdfs:label "tw"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.vmin> rdf:type rdfs:Property ;
	rdfs:label "vmin"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.kif> rdf:type rdfs:Property ;
	rdfs:label "kif"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.k3> rdf:type rdfs:Property ;
	rdfs:label "k3"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.kip> rdf:type rdfs:Property ;
	rdfs:label "kip"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.uo> rdf:type rdfs:Property ;
	rdfs:label "uo"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.presref> rdf:type rdfs:Property ;
	rdfs:label "presref"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.fmin> rdf:type rdfs:Property ;
	rdfs:label "fmin"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.k7> rdf:type rdfs:Property ;
	rdfs:label "k7"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.k> rdf:type rdfs:Property ;
	rdfs:label "k"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.kb> rdf:type rdfs:Property ;
	rdfs:label "kb"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.uc> rdf:type rdfs:Property ;
	rdfs:label "uc"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.tpelec> rdf:type rdfs:Property ;
	rdfs:label "tpelec"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.kl> rdf:type rdfs:Property ;
	rdfs:label "kl"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.rmin> rdf:type rdfs:Property ;
	rdfs:label "rmin"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.rmax> rdf:type rdfs:Property ;
	rdfs:label "rmax"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.trate> rdf:type rdfs:Property ;
	rdfs:label "trate"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.k5> rdf:type rdfs:Property ;
	rdfs:label "k5"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.pdb> rdf:type rdfs:Property ;
	rdfs:label "pdb"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<GovSteamIEEEG1Aug.dbd1> rdf:type rdfs:Property ;
	rdfs:label "dbd1"@en ;
	rdfs:domain <GovSteamIEEEG1Aug> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> <http://www.w3.org/2000/01/rdf-schema#label> "GovSteamIEEEG1Aug"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t7> <http://www.w3.org/2000/01/rdf-schema#label> "t7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.vmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.vmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.vmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.vmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.fmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.fmax> <http://www.w3.org/2000/01/rdf-schema#label> "fmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.fmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.fmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.km> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.km> <http://www.w3.org/2000/01/rdf-schema#label> "km"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.km> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.km> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kpelec> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kpelec> <http://www.w3.org/2000/01/rdf-schema#label> "kpelec"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kpelec> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kpelec> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kmw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kmw> <http://www.w3.org/2000/01/rdf-schema#label> "kmw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kmw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kmw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.tw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.tw> <http://www.w3.org/2000/01/rdf-schema#label> "tw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.tw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.tw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.vmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.vmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.vmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.vmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kif> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kif> <http://www.w3.org/2000/01/rdf-schema#label> "kif"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kif> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kif> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.k3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.k3> <http://www.w3.org/2000/01/rdf-schema#label> "k3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.k3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.k3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kip> <http://www.w3.org/2000/01/rdf-schema#label> "kip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.uo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.uo> <http://www.w3.org/2000/01/rdf-schema#label> "uo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.uo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.uo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.presref> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.presref> <http://www.w3.org/2000/01/rdf-schema#label> "presref"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.presref> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.presref> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.fmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.fmin> <http://www.w3.org/2000/01/rdf-schema#label> "fmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.fmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.fmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.k7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.k7> <http://www.w3.org/2000/01/rdf-schema#label> "k7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.k7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.k7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.k> <http://www.w3.org/2000/01/rdf-schema#label> "k"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.k> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.k> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kb> <http://www.w3.org/2000/01/rdf-schema#label> "kb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.uc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.uc> <http://www.w3.org/2000/01/rdf-schema#label> "uc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.uc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.uc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.tpelec> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.tpelec> <http://www.w3.org/2000/01/rdf-schema#label> "tpelec"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.tpelec> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.tpelec> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kl> <http://www.w3.org/2000/01/rdf-schema#label> "kl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.kl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.rmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.rmin> <http://www.w3.org/2000/01/rdf-schema#label> "rmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.rmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.rmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.rmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.rmax> <http://www.w3.org/2000/01/rdf-schema#label> "rmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.rmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.rmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.trate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.trate> <http://www.w3.org/2000/01/rdf-schema#label> "trate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.trate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.trate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.k5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.k5> <http://www.w3.org/2000/01/rdf-schema#label> "k5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.k5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.k5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.pdb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.pdb> <http://www.w3.org/2000/01/rdf-schema#label> "pdb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.pdb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.pdb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.dbd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.dbd1> <http://www.w3.org/2000/01/rdf-schema#label> "dbd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.dbd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEEG1Aug.dbd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Augmented IEEEG1 steam turbine-governor model with simplified boiler dynamics and coordinate control.

Reference: IEEE PES-TR1, 2.3.

Property Domain Range Comment
k1 GovSteamIEEEG1Aug double Fraction of HP shaft power first boiler pass (K1). Typical value = 0,2.
t7 GovSteamIEEEG1Aug double Fourth boiler pass time constant (T7) (>=0). Typical value = 0.
vmax GovSteamIEEEG1Aug double Load reference upper limit (vmax). Typical value = 1,2.
fmax GovSteamIEEEG1Aug double Maximum boiler controller output (fmax). Typical value = 1,2.
km GovSteamIEEEG1Aug double Pressure drop adjustment factor (Km). Typical value = 0.
t3 GovSteamIEEEG1Aug double Valve positioner time constant (T3) (>=0). Typical value = 0,5.
kpelec GovSteamIEEEG1Aug double MW transducer gain (Kpelec). Typical value = 0.
td GovSteamIEEEG1Aug double Boiler storage time constant (Td) (>=0). Typical value = 750.
kmw GovSteamIEEEG1Aug double Load demand to pressure setpoint gain (Kmw). Typical value = 0,02.
tw GovSteamIEEEG1Aug double Waterwall time constant (Tw) (>=0). Typical value = 7.
t6 GovSteamIEEEG1Aug double Third boiler pass time constant (T6) (>=0). Typical value = 0,5.
vmin GovSteamIEEEG1Aug double Load reference lower limit (vmin). Typical value = 0,2.
kif GovSteamIEEEG1Aug double Boiler controller integral gain (Kif). Typical value = 0,1.
k3 GovSteamIEEEG1Aug double Fraction of HP shaft power second boiler pass (K3). Typical value = 0,3.
pmax GovSteamIEEEG1Aug double Maximum valve opening (Pmax). Typical value = 1.
kip GovSteamIEEEG1Aug double Load reference servo inverse time constant (Kip). Typical value = 5.
uo GovSteamIEEEG1Aug double Maximum valve opening velocity (Uo). Typical value = 0,3.
t1 GovSteamIEEEG1Aug double Governor lag time constant (T1) (>=0). Typical value = 0,2.
presref GovSteamIEEEG1Aug double Reference pressure (Pres_ref). Typical value = 1.
fmin GovSteamIEEEG1Aug double Minimum boiler controller output (fmin). Typical value = 0,1.
k7 GovSteamIEEEG1Aug double Fraction of HP shaft power fourth boiler pass (K7). Typical value = 0.
t2 GovSteamIEEEG1Aug double Governor lead time constant (T2) (>=0). Typical value = 1.
k GovSteamIEEEG1Aug double Governor gain (K). Typical value = 25.
t4 GovSteamIEEEG1Aug double Inlet piping/steam bowl time constant (T4) (>=0). Typical value = 0,3.
kb GovSteamIEEEG1Aug double Load reference control speed deviation bias (Kb). Typical value = 0,02.
uc GovSteamIEEEG1Aug double Maximum vave losing velocity (Uc). Typical value = -0,3.
tpelec GovSteamIEEEG1Aug double MW transducer time constant (Tpelec) (>=0). Typical value = 10.
kl GovSteamIEEEG1Aug double Load reference feedback gain (Kl). Typical value = 1.
t5 GovSteamIEEEG1Aug double Second boiler pass time constant (T5) (>=0). Typical value = 5.
tf GovSteamIEEEG1Aug double Fuel supply time constant (Tf) (>=0). Typical value = 25.
rmin GovSteamIEEEG1Aug double Load reference gradient lower limit (rmin). Typical value = -1.
rmax GovSteamIEEEG1Aug double Load reference gradient upper limit (rmax). Typical value = 1.
trate GovSteamIEEEG1Aug double Turbine rated power (0 => Trate=Prated of the generator) (Trate). Typical value = 0.
pmin GovSteamIEEEG1Aug double Minimum valve opening (Pmin). Typical value = 0.
k5 GovSteamIEEEG1Aug double Fraction of HP shaft power third boiler pass (K5). Typical value = 0,5.
pdb GovSteamIEEEG1Aug double Pressure error to load reference deadband (pdb). Typical value = 0,001.
dbd1 GovSteamIEEEG1Aug double Speed deviation deadband (dbd1). Typical value = 0.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovSteamIEEETGOV5

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovSteamIEEETGOV5> rdf:type rdfs:Class ;
	rdfs:label "GovSteamIEEETGOV5"@en ;
	rdfs:subClassOf <CrossCompoundTurbineGovernorDynamics> .
<GovSteamIEEETGOV5.rmin> rdf:type rdfs:Property ;
	rdfs:label "rmin"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.uc> rdf:type rdfs:Property ;
	rdfs:label "uc"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.k3> rdf:type rdfs:Property ;
	rdfs:label "k3"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.k13> rdf:type rdfs:Property ;
	rdfs:label "k13"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.k> rdf:type rdfs:Property ;
	rdfs:label "k"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.cb> rdf:type rdfs:Property ;
	rdfs:label "cb"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.b> rdf:type rdfs:Property ;
	rdfs:label "b"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.uo> rdf:type rdfs:Property ;
	rdfs:label "uo"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.c3> rdf:type rdfs:Property ;
	rdfs:label "c3"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.tw> rdf:type rdfs:Property ;
	rdfs:label "tw"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.k11> rdf:type rdfs:Property ;
	rdfs:label "k11"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.kl> rdf:type rdfs:Property ;
	rdfs:label "kl"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.tr> rdf:type rdfs:Property ;
	rdfs:label "tr"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.cmax> rdf:type rdfs:Property ;
	rdfs:label "cmax"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.k5> rdf:type rdfs:Property ;
	rdfs:label "k5"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.cmin> rdf:type rdfs:Property ;
	rdfs:label "cmin"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.kmw> rdf:type rdfs:Property ;
	rdfs:label "kmw"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.tmw> rdf:type rdfs:Property ;
	rdfs:label "tmw"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.k14> rdf:type rdfs:Property ;
	rdfs:label "k14"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.lmin> rdf:type rdfs:Property ;
	rdfs:label "lmin"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.ti> rdf:type rdfs:Property ;
	rdfs:label "ti"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.k8> rdf:type rdfs:Property ;
	rdfs:label "k8"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.k12> rdf:type rdfs:Property ;
	rdfs:label "k12"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.trate1> rdf:type rdfs:Property ;
	rdfs:label "trate1"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.lmax> rdf:type rdfs:Property ;
	rdfs:label "lmax"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.dpe> rdf:type rdfs:Property ;
	rdfs:label "dpe"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.c1> rdf:type rdfs:Property ;
	rdfs:label "c1"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.rmax> rdf:type rdfs:Property ;
	rdfs:label "rmax"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.tr1> rdf:type rdfs:Property ;
	rdfs:label "tr1"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.k10> rdf:type rdfs:Property ;
	rdfs:label "k10"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.c2> rdf:type rdfs:Property ;
	rdfs:label "c2"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.trate2> rdf:type rdfs:Property ;
	rdfs:label "trate2"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.k4> rdf:type rdfs:Property ;
	rdfs:label "k4"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.k9> rdf:type rdfs:Property ;
	rdfs:label "k9"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.k6> rdf:type rdfs:Property ;
	rdfs:label "k6"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.k7> rdf:type rdfs:Property ;
	rdfs:label "k7"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.t7> rdf:type rdfs:Property ;
	rdfs:label "t7"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<GovSteamIEEETGOV5.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <GovSteamIEEETGOV5> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> <http://www.w3.org/2000/01/rdf-schema#label> "GovSteamIEEETGOV5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#CrossCompoundTurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.rmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.rmin> <http://www.w3.org/2000/01/rdf-schema#label> "rmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.rmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.rmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.uc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.uc> <http://www.w3.org/2000/01/rdf-schema#label> "uc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.uc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.uc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k3> <http://www.w3.org/2000/01/rdf-schema#label> "k3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k13> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k13> <http://www.w3.org/2000/01/rdf-schema#label> "k13"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k13> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k13> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k> <http://www.w3.org/2000/01/rdf-schema#label> "k"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.cb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.cb> <http://www.w3.org/2000/01/rdf-schema#label> "cb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.cb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.cb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.b> <http://www.w3.org/2000/01/rdf-schema#label> "b"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.b> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.b> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.uo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.uo> <http://www.w3.org/2000/01/rdf-schema#label> "uo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.uo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.uo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.c3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.c3> <http://www.w3.org/2000/01/rdf-schema#label> "c3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.c3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.c3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.tw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.tw> <http://www.w3.org/2000/01/rdf-schema#label> "tw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.tw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.tw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k11> <http://www.w3.org/2000/01/rdf-schema#label> "k11"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k11> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k11> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.kl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.kl> <http://www.w3.org/2000/01/rdf-schema#label> "kl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.kl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.kl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.tr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.tr> <http://www.w3.org/2000/01/rdf-schema#label> "tr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.tr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.tr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.cmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.cmax> <http://www.w3.org/2000/01/rdf-schema#label> "cmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.cmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.cmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k5> <http://www.w3.org/2000/01/rdf-schema#label> "k5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.cmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.cmin> <http://www.w3.org/2000/01/rdf-schema#label> "cmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.cmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.cmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.kmw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.kmw> <http://www.w3.org/2000/01/rdf-schema#label> "kmw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.kmw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.kmw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.tmw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.tmw> <http://www.w3.org/2000/01/rdf-schema#label> "tmw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.tmw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.tmw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k14> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k14> <http://www.w3.org/2000/01/rdf-schema#label> "k14"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k14> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k14> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.lmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.lmin> <http://www.w3.org/2000/01/rdf-schema#label> "lmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.lmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.lmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.ti> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.ti> <http://www.w3.org/2000/01/rdf-schema#label> "ti"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.ti> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.ti> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k8> <http://www.w3.org/2000/01/rdf-schema#label> "k8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k12> <http://www.w3.org/2000/01/rdf-schema#label> "k12"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k12> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k12> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.trate1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.trate1> <http://www.w3.org/2000/01/rdf-schema#label> "trate1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.trate1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.trate1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.lmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.lmax> <http://www.w3.org/2000/01/rdf-schema#label> "lmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.lmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.lmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.dpe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.dpe> <http://www.w3.org/2000/01/rdf-schema#label> "dpe"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.dpe> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.dpe> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.c1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.c1> <http://www.w3.org/2000/01/rdf-schema#label> "c1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.c1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.c1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.rmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.rmax> <http://www.w3.org/2000/01/rdf-schema#label> "rmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.rmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.rmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.tr1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.tr1> <http://www.w3.org/2000/01/rdf-schema#label> "tr1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.tr1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.tr1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k10> <http://www.w3.org/2000/01/rdf-schema#label> "k10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.c2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.c2> <http://www.w3.org/2000/01/rdf-schema#label> "c2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.c2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.c2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.trate2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.trate2> <http://www.w3.org/2000/01/rdf-schema#label> "trate2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.trate2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.trate2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k4> <http://www.w3.org/2000/01/rdf-schema#label> "k4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k9> <http://www.w3.org/2000/01/rdf-schema#label> "k9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k6> <http://www.w3.org/2000/01/rdf-schema#label> "k6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k7> <http://www.w3.org/2000/01/rdf-schema#label> "k7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.k7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t7> <http://www.w3.org/2000/01/rdf-schema#label> "t7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamIEEETGOV5.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: CrossCompoundTurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Detailed steam turbine-governor model with boiler system, IEEE TGOV5.

Reference: IEEE PES-TR1, 2.4.

Property Domain Range Comment
rmin GovSteamIEEETGOV5 double Load reference gradient lower limit (Rmin). Typical value = -0,3.
uc GovSteamIEEETGOV5 double Maximum valve closing rate (Uc). Typical value = -0,25.
k3 GovSteamIEEETGOV5 double Fraction of 1st shaft power second boiler pass (K3). Typical value = 0,3.
k13 GovSteamIEEETGOV5 double Load demand to pressure setpoint gain (K13). Typical value = 0,02.
k GovSteamIEEETGOV5 double Governor gain (K). Typical value = 25.
td GovSteamIEEETGOV5 double Fuel supply delay time (Td) (>=0). Typical value = 60.
cb GovSteamIEEETGOV5 double Boiler storage time constant (Cb). Typical value = 750.
b GovSteamIEEETGOV5 double Load reference control frequency bias (B). Typical value = 0,04.
uo GovSteamIEEETGOV5 double Maximum valve opening rate (Uo). Typical value = 0,25.
c3 GovSteamIEEETGOV5 double Pressure setpoint adjustment (C3). Typical value = 1.
tw GovSteamIEEETGOV5 double Waterwall time constant (Tw) (>=0). Typical value = 7.
k11 GovSteamIEEETGOV5 double Load demand anticipation gain (K11). Typical value = 0,1.
t5 GovSteamIEEETGOV5 double Second boiler pass time constant (T5) (>=0). Typical value = 5.
kl GovSteamIEEETGOV5 double Load reference feedback gain (Kl). Typical value = 1.
tr GovSteamIEEETGOV5 double Boiler controller rate lead time constant (Tr) (>=0). Typical value = 60.
t6 GovSteamIEEETGOV5 double Third boiler pass time constant (T6) (>=0). Typical value = 1.
cmax GovSteamIEEETGOV5 double Maximum boiler controller output (Cmax). Typical value = 1,2.
k5 GovSteamIEEETGOV5 double Fraction of 1st shaft power third boiler pass (K5). Typical value = 0,5.
cmin GovSteamIEEETGOV5 double Minimum boiler controller output (Cmin). Typical value = 0,1.
kmw GovSteamIEEETGOV5 double MW transducer gain (Kmw). Typical value = 0.
tmw GovSteamIEEETGOV5 double MW transducer time constant (Tmw) (>=0). Typical value = 10.
k14 GovSteamIEEETGOV5 double Load reference servo inverse time constant (K14). Typical value = 5.
lmin GovSteamIEEETGOV5 double Load reference lower limit (Lmin). Typical value = 0,2.
ti GovSteamIEEETGOV5 double Boiler controller proportional lead time constant (Ti) (>=0). Typical value = 90.
k8 GovSteamIEEETGOV5 double Fraction of 2nd shaft power fourth boiler pass (K8). Typical value = 0.
k12 GovSteamIEEETGOV5 double Pressure error bias gain (K12). Typical value = 0,02.
tf GovSteamIEEETGOV5 double Fuel supply time constant (Tf) (>=0). Typical value = 25.
trate1 GovSteamIEEETGOV5 double Turbine rated power, 1st shaft (Trate1). Typical value = 0.
lmax GovSteamIEEETGOV5 double Load reference upper limit (Lmax). Typical value = 1,2.
pmax GovSteamIEEETGOV5 double Maximum valve opening (Pmax). Typical value = 1.
t4 GovSteamIEEETGOV5 double Inlet piping/steam bowl time constant (T4) (>=0). Typical value = 0,3.
dpe GovSteamIEEETGOV5 double Pressure error to load reference deadband (dPe). Typical value = 0.
c1 GovSteamIEEETGOV5 double Pressure drop coefficient (C1). Typical value = 0,2.
pmin GovSteamIEEETGOV5 double Minimum valve opening (Pmin). Typical value = 0.
rmax GovSteamIEEETGOV5 double Load reference gradient upper limit (Rmax). Typical value = 0,3.
tr1 GovSteamIEEETGOV5 double Boiler controller lag time constant (Tr1) (>=0). Typical value = 6.
k10 GovSteamIEEETGOV5 double Main steam flow anticipation gain (K10). Typical value = 0,1.
ki GovSteamIEEETGOV5 double Boiler controller integral gain (Ki). Typical value = 0,02.
c2 GovSteamIEEETGOV5 double Pressure error bias gain (C2). Typical value = 0.
k2 GovSteamIEEETGOV5 double Fraction of 2nd shaft power first boiler pass (K2). Typical value = 0.
t2 GovSteamIEEETGOV5 double Governor lead time constant (T2) (>=0). Typical value = 0.
trate2 GovSteamIEEETGOV5 double Turbine rated power, 2nd shaft (Trate2). Typical value = 0.
k4 GovSteamIEEETGOV5 double Fraction of 2nd shaft power second boiler pass (K4). Typical value = 0.
k1 GovSteamIEEETGOV5 double Fraction of 1st shaft power first boiler pass (K1). Typical value = 0,2.
k9 GovSteamIEEETGOV5 double Pressure drop adjustment factor (K9). Typical value = 0.
k6 GovSteamIEEETGOV5 double Fraction of 2nd shaft power third boiler pass (K6). Typical value = 0.
t3 GovSteamIEEETGOV5 double Valve positioner time constant (T3) (>=0). Typical value = 0,1.
k7 GovSteamIEEETGOV5 double Fraction of 1st shaft power fourth boiler pass (K7). Typical value = 0.
t7 GovSteamIEEETGOV5 double Fourth boiler pass time constant (T7) (>=0). Typical value = 0.
t1 GovSteamIEEETGOV5 double Governor lag time constant (T1) (>=0). Typical value = 0.
HighPressureSynchronousMachineDynamics CrossCompoundTurbineGovernorDynamics SynchronousMachineDynamics High-pressure synchronous machine with which this cross-compound turbine governor is associated.
LowPressureSynchronousMachineDynamics CrossCompoundTurbineGovernorDynamics SynchronousMachineDynamics Low-pressure synchronous machine with which this cross-compound turbine governor is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

GovSteamSGO

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GovSteamSGO> rdf:type rdfs:Class ;
	rdfs:label "GovSteamSGO"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<GovSteamSGO.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <GovSteamSGO> ;
	rdfs:range xsd:double .
<GovSteamSGO.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <GovSteamSGO> ;
	rdfs:range xsd:double .
<GovSteamSGO.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <GovSteamSGO> ;
	rdfs:range xsd:double .
<GovSteamSGO.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <GovSteamSGO> ;
	rdfs:range xsd:double .
<GovSteamSGO.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <GovSteamSGO> ;
	rdfs:range xsd:double .
<GovSteamSGO.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <GovSteamSGO> ;
	rdfs:range xsd:double .
<GovSteamSGO.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <GovSteamSGO> ;
	rdfs:range xsd:double .
<GovSteamSGO.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <GovSteamSGO> ;
	rdfs:range xsd:double .
<GovSteamSGO.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <GovSteamSGO> ;
	rdfs:range xsd:double .
<GovSteamSGO.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <GovSteamSGO> ;
	rdfs:range xsd:double .
<GovSteamSGO.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <GovSteamSGO> ;
	rdfs:range xsd:double .
<GovSteamSGO.k3> rdf:type rdfs:Property ;
	rdfs:label "k3"@en ;
	rdfs:domain <GovSteamSGO> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO> <http://www.w3.org/2000/01/rdf-schema#label> "GovSteamSGO"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.k3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.k3> <http://www.w3.org/2000/01/rdf-schema#label> "k3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.k3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GovSteamSGO.k3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Simplified steam turbine governor.

Property Domain Range Comment
pmax GovSteamSGO double Upper power limit (Pmax) (> GovSteamSGO.pmin).
mwbase GovSteamSGO double Base for power values (MWbase) (> 0). Unit = MW.
t4 GovSteamSGO double Delay due to steam inlet volumes associated with steam chest and inlet piping (T4) (>= 0).
t6 GovSteamSGO double Delay due to IP-LP turbine, crossover pipes and LP end hoods (T6) (>= 0).
k1 GovSteamSGO double One / PU regulation (K1).
pmin GovSteamSGO double Lower power limit (Pmin) (>= 0 and < GovSteamSGO.pmax).
t2 GovSteamSGO double Controller lead compensation (T2) (>= 0).
t3 GovSteamSGO double Governor lag (T3) (> 0).
t5 GovSteamSGO double Reheater delay including hot and cold leads (T5) (>= 0).
t1 GovSteamSGO double Controller lag (T1) (>= 0).
k2 GovSteamSGO double Fraction (K2).
k3 GovSteamSGO double Fraction (K3).
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

HVDCDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<HVDCDynamics> rdf:type rdfs:Class ;
	rdfs:label "HVDCDynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HVDCDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HVDCDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "HVDCDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HVDCDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

HVDC whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

HVDCInterconnectionDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<HVDCInterconnectionDynamics> rdf:type rdfs:Class ;
	rdfs:label "HVDCInterconnectionDynamics"@en ;
	rdfs:subClassOf <HVDCDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HVDCInterconnectionDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HVDCInterconnectionDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "HVDCInterconnectionDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HVDCInterconnectionDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#HVDCDynamics> .

Sub-Class Of: HVDCDynamics » DynamicsFunctionBlock » IdentifiedObject

HVDC interconnection function block whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

HVDCInterconnectionUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<HVDCInterconnectionUserDefined> rdf:type rdfs:Class ;
	rdfs:label "HVDCInterconnectionUserDefined"@en ;
	rdfs:subClassOf <HVDCInterconnectionDynamics> .
<HVDCInterconnectionUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <HVDCInterconnectionUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HVDCInterconnectionUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HVDCInterconnectionUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "HVDCInterconnectionUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HVDCInterconnectionUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#HVDCInterconnectionDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HVDCInterconnectionUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HVDCInterconnectionUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HVDCInterconnectionUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#HVDCInterconnectionUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HVDCInterconnectionUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: HVDCInterconnectionDynamics » HVDCDynamics » DynamicsFunctionBlock » IdentifiedObject

HVDC interconnection function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary HVDCInterconnectionUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

HydroGovernorDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<HydroGovernorDynamics> rdf:type rdfs:Class ;
	rdfs:label "HydroGovernorDynamics"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGovernorDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGovernorDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "HydroGovernorDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGovernorDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Hydro governor function block whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

HydroWaterColumnDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<HydroWaterColumnDynamics> rdf:type rdfs:Class ;
	rdfs:label "HydroWaterColumnDynamics"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<HydroWaterColumnDynamics.HydroGovernorDynamics> rdf:type rdfs:Property ;
	rdfs:label "HydroGovernorDynamics"@en ;
	rdfs:domain <HydroWaterColumnDynamics> ;
	rdfs:range <HydroGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroWaterColumnDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroWaterColumnDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "HydroWaterColumnDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroWaterColumnDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroWaterColumnDynamics.HydroGovernorDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroWaterColumnDynamics.HydroGovernorDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "HydroGovernorDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroWaterColumnDynamics.HydroGovernorDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#HydroWaterColumnDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroWaterColumnDynamics.HydroGovernorDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGovernorDynamics> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Hydro water column function block whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
HydroGovernorDynamics HydroWaterColumnDynamics HydroGovernorDynamics The hydro governor that has a hydro water column model.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

IdentifiedObject

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<IdentifiedObject> rdf:type rdfs:Class ;
	rdfs:label "IdentifiedObject"@en .
<IdentifiedObject.mRID> rdf:type rdfs:Property ;
	rdfs:label "mRID"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.name> rdf:type rdfs:Property ;
	rdfs:label "name"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.description> rdf:type rdfs:Property ;
	rdfs:label "description"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/2000/01/rdf-schema#label> "IdentifiedObject"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#label> "mRID"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#label> "name"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#label> "description"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

LinearCommunicationIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LinearCommunicationIEC> rdf:type rdfs:Class ;
	rdfs:label "LinearCommunicationIEC"@en ;
	rdfs:subClassOf <CommunicationIEC> .
<LinearCommunicationIEC.tlag> rdf:type rdfs:Property ;
	rdfs:label "tlag"@en ;
	rdfs:domain <LinearCommunicationIEC> ;
	rdfs:range xsd:double .
<LinearCommunicationIEC.tlead> rdf:type rdfs:Property ;
	rdfs:label "tlead"@en ;
	rdfs:domain <LinearCommunicationIEC> ;
	rdfs:range xsd:double .
<LinearCommunicationIEC.variablesNumber> rdf:type rdfs:Property ;
	rdfs:label "variablesNumber"@en ;
	rdfs:domain <LinearCommunicationIEC> ;
	rdfs:range xsd:integer .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearCommunicationIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearCommunicationIEC> <http://www.w3.org/2000/01/rdf-schema#label> "LinearCommunicationIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearCommunicationIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearCommunicationIEC.tlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearCommunicationIEC.tlag> <http://www.w3.org/2000/01/rdf-schema#label> "tlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearCommunicationIEC.tlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LinearCommunicationIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearCommunicationIEC.tlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearCommunicationIEC.tlead> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearCommunicationIEC.tlead> <http://www.w3.org/2000/01/rdf-schema#label> "tlead"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearCommunicationIEC.tlead> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LinearCommunicationIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearCommunicationIEC.tlead> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearCommunicationIEC.variablesNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearCommunicationIEC.variablesNumber> <http://www.w3.org/2000/01/rdf-schema#label> "variablesNumber"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearCommunicationIEC.variablesNumber> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LinearCommunicationIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearCommunicationIEC.variablesNumber> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .

Sub-Class Of: CommunicationIEC » IdentifiedObject

Linear communication module. Reference: IEC 61400-27-1:2020, 7.10.3.

Property Domain Range Comment
tlag LinearCommunicationIEC double Communication lag time constant (Tlag). It is a project-dependent parameter.
tlead LinearCommunicationIEC double Communication lead time constant (Tlead). It is a project-dependent parameter.
variablesNumber LinearCommunicationIEC integer Number of communication variables.
kind CommunicationIEC string Kind of communication.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

LoadAggregate

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LoadAggregate> rdf:type rdfs:Class ;
	rdfs:label "LoadAggregate"@en ;
	rdfs:subClassOf <LoadDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAggregate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAggregate> <http://www.w3.org/2000/01/rdf-schema#label> "LoadAggregate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAggregate> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadDynamics> .

Sub-Class Of: LoadDynamics » DynamicsFunctionBlock » IdentifiedObject

Aggregate loads are used to represent all or part of the real and reactive load from one or more loads in the static (power flow) data. This load is usually the aggregation of many individual load devices and the load model is an approximate representation of the aggregate response of the load devices to system disturbances. Standard aggregate load model comprised of static and/or dynamic components. A static load model represents the sensitivity of the real and reactive power consumed by the load to the amplitude and frequency of the bus voltage. A dynamic load model can be used to represent the aggregate response of the motor components of the load.

Property Domain Range Comment
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

LoadAirCoWECC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LoadAirCoWECC> rdf:type rdfs:Class ;
	rdfs:label "LoadAirCoWECC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<LoadAirCoWECC.vtr1> rdf:type rdfs:Property ;
	rdfs:label "vtr1"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<LoadAirCoWECC.fuvr> rdf:type rdfs:Property ;
	rdfs:label "fuvr"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<LoadAirCoWECC.xstall> rdf:type rdfs:Property ;
	rdfs:label "xstall"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<LoadAirCoWECC.ttr1> rdf:type rdfs:Property ;
	rdfs:label "ttr1"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<LoadAirCoWECC.vrst> rdf:type rdfs:Property ;
	rdfs:label "vrst"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<LoadAirCoWECC.th2t> rdf:type rdfs:Property ;
	rdfs:label "th2t"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<LoadAirCoWECC.tstall> rdf:type rdfs:Property ;
	rdfs:label "tstall"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<LoadAirCoWECC.vc2on> rdf:type rdfs:Property ;
	rdfs:label "vc2on"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<LoadAirCoWECC.trst> rdf:type rdfs:Property ;
	rdfs:label "trst"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<LoadAirCoWECC.vc2off> rdf:type rdfs:Property ;
	rdfs:label "vc2off"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<LoadAirCoWECC.comppf> rdf:type rdfs:Property ;
	rdfs:label "comppf"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<LoadAirCoWECC.vc1off> rdf:type rdfs:Property ;
	rdfs:label "vc1off"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<LoadAirCoWECC.vstall> rdf:type rdfs:Property ;
	rdfs:label "vstall"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<LoadAirCoWECC.ttr2> rdf:type rdfs:Property ;
	rdfs:label "ttr2"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<LoadAirCoWECC.tth> rdf:type rdfs:Property ;
	rdfs:label "tth"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<LoadAirCoWECC.vtr2> rdf:type rdfs:Property ;
	rdfs:label "vtr2"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<LoadAirCoWECC.tv> rdf:type rdfs:Property ;
	rdfs:label "tv"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<LoadAirCoWECC.lfm> rdf:type rdfs:Property ;
	rdfs:label "lfm"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<LoadAirCoWECC.frst> rdf:type rdfs:Property ;
	rdfs:label "frst"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<LoadAirCoWECC.th1t> rdf:type rdfs:Property ;
	rdfs:label "th1t"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<LoadAirCoWECC.LoadCompositeWECC> rdf:type rdfs:Property ;
	rdfs:label "LoadCompositeWECC"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range <LoadCompositeWECC> .
<LoadAirCoWECC.rstall> rdf:type rdfs:Property ;
	rdfs:label "rstall"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<LoadAirCoWECC.vc1on> rdf:type rdfs:Property ;
	rdfs:label "vc1on"@en ;
	rdfs:domain <LoadAirCoWECC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> <http://www.w3.org/2000/01/rdf-schema#label> "LoadAirCoWECC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vtr1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vtr1> <http://www.w3.org/2000/01/rdf-schema#label> "vtr1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vtr1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vtr1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.fuvr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.fuvr> <http://www.w3.org/2000/01/rdf-schema#label> "fuvr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.fuvr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.fuvr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.xstall> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.xstall> <http://www.w3.org/2000/01/rdf-schema#label> "xstall"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.xstall> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.xstall> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.ttr1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.ttr1> <http://www.w3.org/2000/01/rdf-schema#label> "ttr1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.ttr1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.ttr1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vrst> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vrst> <http://www.w3.org/2000/01/rdf-schema#label> "vrst"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vrst> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vrst> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.th2t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.th2t> <http://www.w3.org/2000/01/rdf-schema#label> "th2t"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.th2t> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.th2t> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.tstall> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.tstall> <http://www.w3.org/2000/01/rdf-schema#label> "tstall"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.tstall> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.tstall> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vc2on> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vc2on> <http://www.w3.org/2000/01/rdf-schema#label> "vc2on"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vc2on> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vc2on> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.trst> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.trst> <http://www.w3.org/2000/01/rdf-schema#label> "trst"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.trst> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.trst> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vc2off> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vc2off> <http://www.w3.org/2000/01/rdf-schema#label> "vc2off"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vc2off> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vc2off> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.comppf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.comppf> <http://www.w3.org/2000/01/rdf-schema#label> "comppf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.comppf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.comppf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vc1off> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vc1off> <http://www.w3.org/2000/01/rdf-schema#label> "vc1off"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vc1off> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vc1off> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vstall> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vstall> <http://www.w3.org/2000/01/rdf-schema#label> "vstall"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vstall> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vstall> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.ttr2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.ttr2> <http://www.w3.org/2000/01/rdf-schema#label> "ttr2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.ttr2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.ttr2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.tth> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.tth> <http://www.w3.org/2000/01/rdf-schema#label> "tth"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.tth> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.tth> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vtr2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vtr2> <http://www.w3.org/2000/01/rdf-schema#label> "vtr2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vtr2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vtr2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.tv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.tv> <http://www.w3.org/2000/01/rdf-schema#label> "tv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.tv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.tv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.lfm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.lfm> <http://www.w3.org/2000/01/rdf-schema#label> "lfm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.lfm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.lfm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.frst> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.frst> <http://www.w3.org/2000/01/rdf-schema#label> "frst"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.frst> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.frst> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.th1t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.th1t> <http://www.w3.org/2000/01/rdf-schema#label> "th1t"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.th1t> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.th1t> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.LoadCompositeWECC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.LoadCompositeWECC> <http://www.w3.org/2000/01/rdf-schema#label> "LoadCompositeWECC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.LoadCompositeWECC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.LoadCompositeWECC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.rstall> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.rstall> <http://www.w3.org/2000/01/rdf-schema#label> "rstall"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.rstall> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.rstall> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vc1on> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vc1on> <http://www.w3.org/2000/01/rdf-schema#label> "vc1on"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vc1on> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAirCoWECC.vc1on> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Single-phase Air Conditioner used in the WECC Dynamic Composite Load Model (CMPLDW).

Reference: Technical Reference on the Composite Load Model No3002019209.

Property Domain Range Comment
vtr1 LoadAirCoWECC double First U/V Trip V (Vtr1).
fuvr LoadAirCoWECC double Fraction of load with undervoltage relay protection (Fuvr).
xstall LoadAirCoWECC double Stall reactance (Xstall).
ttr1 LoadAirCoWECC double First U/V Trip delay time (Ttr1) (>=0).
vrst LoadAirCoWECC double Voltage at which restart can occur (Vrst).
th2t LoadAirCoWECC double Thermal protection trip completion level (pu temperature) (Th2t).
tstall LoadAirCoWECC double Stall time delay (Tstall) (>=0).
vc2on LoadAirCoWECC double Contactor voltage at which reconnection starts (Vc2on).
trst LoadAirCoWECC double Restart time delay (Trst) (>=0).
vc2off LoadAirCoWECC double Contactor voltage at which tripping is complete (Vc2off).
comppf LoadAirCoWECC double Power factor (CompPF).
vc1off LoadAirCoWECC double Contactor voltage at which tripping starts (Vc1off).
vstall LoadAirCoWECC double Stall voltage (Vstall).
ttr2 LoadAirCoWECC double Second U/V Trip delay time (Ttr2) (>=0).
tth LoadAirCoWECC double Thermal time constant (Tth) (>=0).
vtr2 LoadAirCoWECC double Second U/V Trip V (Vtr2).
tv LoadAirCoWECC double Voltage measurement lag (Tv) (>=0).
lfm LoadAirCoWECC double Loading factor (LFm). It is used to set MVA base.
frst LoadAirCoWECC double Fraction of load that can restart after stalling (Frst).
th1t LoadAirCoWECC double Thermal protection trip start level (pu temperature) (Th1t).
LoadCompositeWECC LoadAirCoWECC LoadCompositeWECC WECC load composite model associated with this load air conditioner module.
rstall LoadAirCoWECC double Stall resistance (Rstall).
vc1on LoadAirCoWECC double Contactor voltage at which reconnection is complete (Vc1on).
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

LoadComposite

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LoadComposite> rdf:type rdfs:Class ;
	rdfs:label "LoadComposite"@en ;
	rdfs:subClassOf <LoadDynamics> .
<LoadComposite.pfrac> rdf:type rdfs:Property ;
	rdfs:label "pfrac"@en ;
	rdfs:domain <LoadComposite> ;
	rdfs:range xsd:double .
<LoadComposite.h> rdf:type rdfs:Property ;
	rdfs:label "h"@en ;
	rdfs:domain <LoadComposite> ;
	rdfs:range xsd:double .
<LoadComposite.eqfs> rdf:type rdfs:Property ;
	rdfs:label "eqfs"@en ;
	rdfs:domain <LoadComposite> ;
	rdfs:range xsd:double .
<LoadComposite.lfac> rdf:type rdfs:Property ;
	rdfs:label "lfac"@en ;
	rdfs:domain <LoadComposite> ;
	rdfs:range xsd:double .
<LoadComposite.epvs> rdf:type rdfs:Property ;
	rdfs:label "epvs"@en ;
	rdfs:domain <LoadComposite> ;
	rdfs:range xsd:double .
<LoadComposite.eqfd> rdf:type rdfs:Property ;
	rdfs:label "eqfd"@en ;
	rdfs:domain <LoadComposite> ;
	rdfs:range xsd:double .
<LoadComposite.epfs> rdf:type rdfs:Property ;
	rdfs:label "epfs"@en ;
	rdfs:domain <LoadComposite> ;
	rdfs:range xsd:double .
<LoadComposite.epvd> rdf:type rdfs:Property ;
	rdfs:label "epvd"@en ;
	rdfs:domain <LoadComposite> ;
	rdfs:range xsd:double .
<LoadComposite.eqvs> rdf:type rdfs:Property ;
	rdfs:label "eqvs"@en ;
	rdfs:domain <LoadComposite> ;
	rdfs:range xsd:double .
<LoadComposite.eqvd> rdf:type rdfs:Property ;
	rdfs:label "eqvd"@en ;
	rdfs:domain <LoadComposite> ;
	rdfs:range xsd:double .
<LoadComposite.epfd> rdf:type rdfs:Property ;
	rdfs:label "epfd"@en ;
	rdfs:domain <LoadComposite> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite> <http://www.w3.org/2000/01/rdf-schema#label> "LoadComposite"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.pfrac> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.pfrac> <http://www.w3.org/2000/01/rdf-schema#label> "pfrac"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.pfrac> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.pfrac> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.h> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.h> <http://www.w3.org/2000/01/rdf-schema#label> "h"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.h> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.h> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.eqfs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.eqfs> <http://www.w3.org/2000/01/rdf-schema#label> "eqfs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.eqfs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.eqfs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.lfac> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.lfac> <http://www.w3.org/2000/01/rdf-schema#label> "lfac"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.lfac> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.lfac> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.epvs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.epvs> <http://www.w3.org/2000/01/rdf-schema#label> "epvs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.epvs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.epvs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.eqfd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.eqfd> <http://www.w3.org/2000/01/rdf-schema#label> "eqfd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.eqfd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.eqfd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.epfs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.epfs> <http://www.w3.org/2000/01/rdf-schema#label> "epfs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.epfs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.epfs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.epvd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.epvd> <http://www.w3.org/2000/01/rdf-schema#label> "epvd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.epvd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.epvd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.eqvs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.eqvs> <http://www.w3.org/2000/01/rdf-schema#label> "eqvs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.eqvs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.eqvs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.eqvd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.eqvd> <http://www.w3.org/2000/01/rdf-schema#label> "eqvd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.eqvd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.eqvd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.epfd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.epfd> <http://www.w3.org/2000/01/rdf-schema#label> "epfd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.epfd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadComposite.epfd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: LoadDynamics » DynamicsFunctionBlock » IdentifiedObject

Combined static load and induction motor load effects. The dynamics of the motor are simplified by linearizing the induction machine equations.

Property Domain Range Comment
pfrac LoadComposite double Fraction of constant-power load to be represented by this motor model (PFRAC) (>= 0,0 and <= 1,0). Typical value = 0,5.
h LoadComposite double Inertia constant (H) (>= 0). Typical value = 2,5.
eqfs LoadComposite double Reactive load-frequency dependence index (static) (Eqfs). Typical value = 0.
lfac LoadComposite double Loading factor (Lfac). The ratio of initial P to motor MVA base. Typical value = 0,8.
epvs LoadComposite double Active load-voltage dependence index (static) (Epvs). Typical value = 0,7.
eqfd LoadComposite double Reactive load-frequency dependence index (dynamic) (Eqfd). Typical value = 0.
epfs LoadComposite double Active load-frequency dependence index (static) (Epfs). Typical value = 1,5.
epvd LoadComposite double Active load-voltage dependence index (dynamic) (Epvd). Typical value = 0,7.
eqvs LoadComposite double Reactive load-voltage dependence index (static) (Eqvs). Typical value = 2.
eqvd LoadComposite double Reactive load-voltage dependence index (dynamic) (Eqvd). Typical value = 2.
epfd LoadComposite double Active load-frequency dependence index (dynamic) (Epfd). Typical value = 1,5.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

LoadCompositeWECC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LoadCompositeWECC> rdf:type rdfs:Class ;
	rdfs:label "LoadCompositeWECC"@en ;
	rdfs:subClassOf <LoadDynamics> .
<LoadCompositeWECC.rfdr> rdf:type rdfs:Property ;
	rdfs:label "rfdr"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<LoadCompositeWECC.fmc> rdf:type rdfs:Property ;
	rdfs:label "fmc"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<LoadCompositeWECC.fma> rdf:type rdfs:Property ;
	rdfs:label "fma"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<LoadCompositeWECC.tmin> rdf:type rdfs:Property ;
	rdfs:label "tmin"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<LoadCompositeWECC.bss> rdf:type rdfs:Property ;
	rdfs:label "bss"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<LoadCompositeWECC.step> rdf:type rdfs:Property ;
	rdfs:label "step"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<LoadCompositeWECC.mtypd> rdf:type rdfs:Property ;
	rdfs:label "mtypd"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:boolean .
<LoadCompositeWECC.vmax> rdf:type rdfs:Property ;
	rdfs:label "vmax"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<LoadCompositeWECC.tfixls> rdf:type rdfs:Property ;
	rdfs:label "tfixls"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<LoadCompositeWECC.xxf> rdf:type rdfs:Property ;
	rdfs:label "xxf"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<LoadCompositeWECC.tmax> rdf:type rdfs:Property ;
	rdfs:label "tmax"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<LoadCompositeWECC.xcmp> rdf:type rdfs:Property ;
	rdfs:label "xcmp"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<LoadCompositeWECC.vmin> rdf:type rdfs:Property ;
	rdfs:label "vmin"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<LoadCompositeWECC.fel> rdf:type rdfs:Property ;
	rdfs:label "fel"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<LoadCompositeWECC.fmd> rdf:type rdfs:Property ;
	rdfs:label "fmd"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<LoadCompositeWECC.xfdr> rdf:type rdfs:Property ;
	rdfs:label "xfdr"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<LoadCompositeWECC.mtypc> rdf:type rdfs:Property ;
	rdfs:label "mtypc"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:boolean .
<LoadCompositeWECC.tdel> rdf:type rdfs:Property ;
	rdfs:label "tdel"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<LoadCompositeWECC.mtypb> rdf:type rdfs:Property ;
	rdfs:label "mtypb"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:boolean .
<LoadCompositeWECC.tfixhs> rdf:type rdfs:Property ;
	rdfs:label "tfixhs"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<LoadCompositeWECC.ttap> rdf:type rdfs:Property ;
	rdfs:label "ttap"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<LoadCompositeWECC.rcmp> rdf:type rdfs:Property ;
	rdfs:label "rcmp"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<LoadCompositeWECC.ltc> rdf:type rdfs:Property ;
	rdfs:label "ltc"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:boolean .
<LoadCompositeWECC.mtypa> rdf:type rdfs:Property ;
	rdfs:label "mtypa"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:boolean .
<LoadCompositeWECC.mva> rdf:type rdfs:Property ;
	rdfs:label "mva"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<LoadCompositeWECC.fmb> rdf:type rdfs:Property ;
	rdfs:label "fmb"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<LoadCompositeWECC.fb> rdf:type rdfs:Property ;
	rdfs:label "fb"@en ;
	rdfs:domain <LoadCompositeWECC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> <http://www.w3.org/2000/01/rdf-schema#label> "LoadCompositeWECC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.rfdr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.rfdr> <http://www.w3.org/2000/01/rdf-schema#label> "rfdr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.rfdr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.rfdr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fmc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fmc> <http://www.w3.org/2000/01/rdf-schema#label> "fmc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fmc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fmc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fma> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fma> <http://www.w3.org/2000/01/rdf-schema#label> "fma"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fma> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fma> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.tmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.tmin> <http://www.w3.org/2000/01/rdf-schema#label> "tmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.tmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.tmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.bss> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.bss> <http://www.w3.org/2000/01/rdf-schema#label> "bss"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.bss> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.bss> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.step> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.step> <http://www.w3.org/2000/01/rdf-schema#label> "step"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.step> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.step> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.mtypd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.mtypd> <http://www.w3.org/2000/01/rdf-schema#label> "mtypd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.mtypd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.mtypd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.vmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.vmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.vmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.vmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.tfixls> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.tfixls> <http://www.w3.org/2000/01/rdf-schema#label> "tfixls"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.tfixls> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.tfixls> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.xxf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.xxf> <http://www.w3.org/2000/01/rdf-schema#label> "xxf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.xxf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.xxf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.tmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.tmax> <http://www.w3.org/2000/01/rdf-schema#label> "tmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.tmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.tmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.xcmp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.xcmp> <http://www.w3.org/2000/01/rdf-schema#label> "xcmp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.xcmp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.xcmp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.vmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.vmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.vmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.vmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fel> <http://www.w3.org/2000/01/rdf-schema#label> "fel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fmd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fmd> <http://www.w3.org/2000/01/rdf-schema#label> "fmd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fmd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fmd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.xfdr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.xfdr> <http://www.w3.org/2000/01/rdf-schema#label> "xfdr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.xfdr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.xfdr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.mtypc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.mtypc> <http://www.w3.org/2000/01/rdf-schema#label> "mtypc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.mtypc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.mtypc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.tdel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.tdel> <http://www.w3.org/2000/01/rdf-schema#label> "tdel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.tdel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.tdel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.mtypb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.mtypb> <http://www.w3.org/2000/01/rdf-schema#label> "mtypb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.mtypb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.mtypb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.tfixhs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.tfixhs> <http://www.w3.org/2000/01/rdf-schema#label> "tfixhs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.tfixhs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.tfixhs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.ttap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.ttap> <http://www.w3.org/2000/01/rdf-schema#label> "ttap"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.ttap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.ttap> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.rcmp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.rcmp> <http://www.w3.org/2000/01/rdf-schema#label> "rcmp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.rcmp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.rcmp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.ltc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.ltc> <http://www.w3.org/2000/01/rdf-schema#label> "ltc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.ltc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.ltc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.mtypa> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.mtypa> <http://www.w3.org/2000/01/rdf-schema#label> "mtypa"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.mtypa> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.mtypa> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.mva> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.mva> <http://www.w3.org/2000/01/rdf-schema#label> "mva"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.mva> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.mva> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fmb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fmb> <http://www.w3.org/2000/01/rdf-schema#label> "fmb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fmb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fmb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fb> <http://www.w3.org/2000/01/rdf-schema#label> "fb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC.fb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: LoadDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC Dynamic Composite Load Model (CMPLDW).

Reference: Technical Reference on the Composite Load Model No3002019209.

Property Domain Range Comment
rfdr LoadCompositeWECC double Feeder R (pu of MVA base) (Rfdr).
fmc LoadCompositeWECC double Motor C fraction (Fmc). The attribute range is [0,1].
fma LoadCompositeWECC double Motor A fraction (Fma). The attribute range is [0,1].
tmin LoadCompositeWECC double LTC minimum tap (Tmin).
bss LoadCompositeWECC double Substation capacitor susceptance in per-unit of MVA (Bss).
step LoadCompositeWECC double LTC step size (Step).
mtypd LoadCompositeWECC boolean Model type (MtypD). True means 3-phase motor model (MtypD=3). False means 1-phase performance based air conditioner model (MtypD=1).
vmax LoadCompositeWECC double LTC Vmax (low side pu) (Vmax).
tfixls LoadCompositeWECC double Fixed transformer tap ratio on low-voltage side (Tfixls).
xxf LoadCompositeWECC double Transformer reactance in p.u. of transformer MVA base (Xxf). If Xxf = 0, transformer is omitted. (Note: transformer R = 0.).
tmax LoadCompositeWECC double LTC maximum tap (Tmax).
xcmp LoadCompositeWECC double LTC compensating reactance (Xcmp). If Rcmp and/or Xcmp are non-zero, the LTC regulates the value of Vls – (Rcmp + j Xcmp) * Ils.
vmin LoadCompositeWECC double LTC Vmin (low side pu) (Vmin).
fel LoadCompositeWECC double Electronic load fraction (Fel). The attribute range is [0,1]. If this fraction and the motor fractions sum < 1, remaining load uses static model. If this fraction and the motor fractions sum > 1, the static load becomes zero and these fractions are normalized to sum = 1.
fmd LoadCompositeWECC double Motor D fraction (Fmd). The attribute range is [0,1].
xfdr LoadCompositeWECC double Feeder X (pu of MVA base) (Xfdr).
mtypc LoadCompositeWECC boolean Model type (MtypC). True means 3-phase motor model (MtypC=3). False means 1-phase performance based air conditioner model (MtypC=1).
tdel LoadCompositeWECC double LTC time delay to initiate tap adjustment (Tdel) (>=0).
mtypb LoadCompositeWECC boolean Model type (MtypB). True means 3-phase motor model (MtypB=3). False means 1-phase performance based air conditioner model (MtypB=1).
tfixhs LoadCompositeWECC double Fixed transformer tap ratio on high-voltage side (Tfixhs).
ttap LoadCompositeWECC double LTC time delay between tap steps (Ttap) (>=0).
rcmp LoadCompositeWECC double LTC compensating resistance (Rcmp).
ltc LoadCompositeWECC boolean LTC flag (LTC). True means active (LTC=1). False means inactive (LTC=0).
mtypa LoadCompositeWECC boolean Model type (MtypA). True means 3-phase motor model (MtypA=3). False means 1-phase performance based air conditioner model (MtypA=1).
mva LoadCompositeWECC double MVA base (MVA) for the transformer (also used for shunt capacitance and feeder). The following options are provided for specifying the MVA base: - if the value is > 0, the the MVA base is the provided value; - if the value is < 0, the abs(value) is the loading factor, then the MVA base = load MW / abs(value); - if the value is = 0, the loading factor equals the default value of 0.8.
fmb LoadCompositeWECC double Motor B fraction (Fmb). The attribute range is [0,1].
fb LoadCompositeWECC double Fraction of feeder reactive compensation applied at the substation end of the feeder (Fb).
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

LoadDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LoadDynamics> rdf:type rdfs:Class ;
	rdfs:label "LoadDynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "LoadDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Load whose behaviour is described by reference to a standard model or by definition of a user-defined model. A standard feature of dynamic load behaviour modelling is the ability to associate the same behaviour to multiple energy consumers by means of a single load definition. The load model is always applied to individual bus loads (energy consumers).

Property Domain Range Comment
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

LoadElectronicWECC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LoadElectronicWECC> rdf:type rdfs:Class ;
	rdfs:label "LoadElectronicWECC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<LoadElectronicWECC.vd1> rdf:type rdfs:Property ;
	rdfs:label "vd1"@en ;
	rdfs:domain <LoadElectronicWECC> ;
	rdfs:range xsd:double .
<LoadElectronicWECC.vd2> rdf:type rdfs:Property ;
	rdfs:label "vd2"@en ;
	rdfs:domain <LoadElectronicWECC> ;
	rdfs:range xsd:double .
<LoadElectronicWECC.pfel> rdf:type rdfs:Property ;
	rdfs:label "pfel"@en ;
	rdfs:domain <LoadElectronicWECC> ;
	rdfs:range xsd:double .
<LoadElectronicWECC.frcel> rdf:type rdfs:Property ;
	rdfs:label "frcel"@en ;
	rdfs:domain <LoadElectronicWECC> ;
	rdfs:range xsd:double .
<LoadElectronicWECC.qel0> rdf:type rdfs:Property ;
	rdfs:label "qel0"@en ;
	rdfs:domain <LoadElectronicWECC> ;
	rdfs:range xsd:double .
<LoadElectronicWECC.LoadCompositeWECC> rdf:type rdfs:Property ;
	rdfs:label "LoadCompositeWECC"@en ;
	rdfs:domain <LoadElectronicWECC> ;
	rdfs:range <LoadCompositeWECC> .
<LoadElectronicWECC.pel0> rdf:type rdfs:Property ;
	rdfs:label "pel0"@en ;
	rdfs:domain <LoadElectronicWECC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC> <http://www.w3.org/2000/01/rdf-schema#label> "LoadElectronicWECC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.vd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.vd1> <http://www.w3.org/2000/01/rdf-schema#label> "vd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.vd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.vd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.vd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.vd2> <http://www.w3.org/2000/01/rdf-schema#label> "vd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.vd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.vd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.pfel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.pfel> <http://www.w3.org/2000/01/rdf-schema#label> "pfel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.pfel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.pfel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.frcel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.frcel> <http://www.w3.org/2000/01/rdf-schema#label> "frcel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.frcel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.frcel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.qel0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.qel0> <http://www.w3.org/2000/01/rdf-schema#label> "qel0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.qel0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.qel0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.LoadCompositeWECC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.LoadCompositeWECC> <http://www.w3.org/2000/01/rdf-schema#label> "LoadCompositeWECC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.LoadCompositeWECC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.LoadCompositeWECC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.pel0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.pel0> <http://www.w3.org/2000/01/rdf-schema#label> "pel0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.pel0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadElectronicWECC.pel0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Electronic Load used in the WECC Dynamic Composite Load Model (CMPLDW).

Reference: Technical Reference on the Composite Load Model No3002019209.

Property Domain Range Comment
vd1 LoadElectronicWECC double Voltage below which electronic load decreases (Vd1).
vd2 LoadElectronicWECC double Voltage below which electronic load is zero (Vd2).
pfel LoadElectronicWECC double Electronic load power factor (Pfel).
frcel LoadElectronicWECC double Fraction of electronic load that recovers from low voltage trip (frcel).
qel0 LoadElectronicWECC double Initial value of Qel (Qel0).
LoadCompositeWECC LoadElectronicWECC LoadCompositeWECC WECC load composite model associated with this load electronic module.
pel0 LoadElectronicWECC double Initial value of Pel (Pel0).
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

LoadGenericNonLinear

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LoadGenericNonLinear> rdf:type rdfs:Class ;
	rdfs:label "LoadGenericNonLinear"@en ;
	rdfs:subClassOf <LoadDynamics> .
<LoadGenericNonLinear.genericNonLinearLoadModelType> rdf:type rdfs:Property ;
	rdfs:label "genericNonLinearLoadModelType"@en ;
	rdfs:domain <LoadGenericNonLinear> ;
	rdfs:range xsd:string .
<LoadGenericNonLinear.ls> rdf:type rdfs:Property ;
	rdfs:label "ls"@en ;
	rdfs:domain <LoadGenericNonLinear> ;
	rdfs:range xsd:double .
<LoadGenericNonLinear.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <LoadGenericNonLinear> ;
	rdfs:range xsd:double .
<LoadGenericNonLinear.tq> rdf:type rdfs:Property ;
	rdfs:label "tq"@en ;
	rdfs:domain <LoadGenericNonLinear> ;
	rdfs:range xsd:double .
<LoadGenericNonLinear.bs> rdf:type rdfs:Property ;
	rdfs:label "bs"@en ;
	rdfs:domain <LoadGenericNonLinear> ;
	rdfs:range xsd:double .
<LoadGenericNonLinear.lt> rdf:type rdfs:Property ;
	rdfs:label "lt"@en ;
	rdfs:domain <LoadGenericNonLinear> ;
	rdfs:range xsd:double .
<LoadGenericNonLinear.bt> rdf:type rdfs:Property ;
	rdfs:label "bt"@en ;
	rdfs:domain <LoadGenericNonLinear> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear> <http://www.w3.org/2000/01/rdf-schema#label> "LoadGenericNonLinear"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.genericNonLinearLoadModelType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.genericNonLinearLoadModelType> <http://www.w3.org/2000/01/rdf-schema#label> "genericNonLinearLoadModelType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.genericNonLinearLoadModelType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.genericNonLinearLoadModelType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.ls> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.ls> <http://www.w3.org/2000/01/rdf-schema#label> "ls"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.ls> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.ls> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.tq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.tq> <http://www.w3.org/2000/01/rdf-schema#label> "tq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.tq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.tq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.bs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.bs> <http://www.w3.org/2000/01/rdf-schema#label> "bs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.bs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.bs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.lt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.lt> <http://www.w3.org/2000/01/rdf-schema#label> "lt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.lt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.lt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.bt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.bt> <http://www.w3.org/2000/01/rdf-schema#label> "bt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.bt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGenericNonLinear.bt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: LoadDynamics » DynamicsFunctionBlock » IdentifiedObject

Generic non-linear dynamic (GNLD) load. This model can be used in mid-term and long-term voltage stability simulations (i.e., to study voltage collapse), as it can replace a more detailed representation of aggregate load, including induction motors, thermostatically controlled and static loads.

Property Domain Range Comment
genericNonLinearLoadModelType LoadGenericNonLinear string Type of generic non-linear load model.
ls LoadGenericNonLinear double Steady state voltage index for active power (LS).
tp LoadGenericNonLinear double Time constant of lag function of active power (TP) (> 0).
tq LoadGenericNonLinear double Time constant of lag function of reactive power (TQ) (> 0).
bs LoadGenericNonLinear double Steady state voltage index for reactive power (BS).
lt LoadGenericNonLinear double Transient voltage index for active power (LT).
bt LoadGenericNonLinear double Transient voltage index for reactive power (BT).
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

LoadMotor

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LoadMotor> rdf:type rdfs:Class ;
	rdfs:label "LoadMotor"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<LoadMotor.lpp> rdf:type rdfs:Property ;
	rdfs:label "lpp"@en ;
	rdfs:domain <LoadMotor> ;
	rdfs:range xsd:double .
<LoadMotor.tv> rdf:type rdfs:Property ;
	rdfs:label "tv"@en ;
	rdfs:domain <LoadMotor> ;
	rdfs:range xsd:double .
<LoadMotor.lfac> rdf:type rdfs:Property ;
	rdfs:label "lfac"@en ;
	rdfs:domain <LoadMotor> ;
	rdfs:range xsd:double .
<LoadMotor.tpo> rdf:type rdfs:Property ;
	rdfs:label "tpo"@en ;
	rdfs:domain <LoadMotor> ;
	rdfs:range xsd:double .
<LoadMotor.ra> rdf:type rdfs:Property ;
	rdfs:label "ra"@en ;
	rdfs:domain <LoadMotor> ;
	rdfs:range xsd:double .
<LoadMotor.tbkr> rdf:type rdfs:Property ;
	rdfs:label "tbkr"@en ;
	rdfs:domain <LoadMotor> ;
	rdfs:range xsd:double .
<LoadMotor.ls> rdf:type rdfs:Property ;
	rdfs:label "ls"@en ;
	rdfs:domain <LoadMotor> ;
	rdfs:range xsd:double .
<LoadMotor.lp> rdf:type rdfs:Property ;
	rdfs:label "lp"@en ;
	rdfs:domain <LoadMotor> ;
	rdfs:range xsd:double .
<LoadMotor.vt> rdf:type rdfs:Property ;
	rdfs:label "vt"@en ;
	rdfs:domain <LoadMotor> ;
	rdfs:range xsd:double .
<LoadMotor.d> rdf:type rdfs:Property ;
	rdfs:label "d"@en ;
	rdfs:domain <LoadMotor> ;
	rdfs:range xsd:double .
<LoadMotor.LoadAggregate> rdf:type rdfs:Property ;
	rdfs:label "LoadAggregate"@en ;
	rdfs:domain <LoadMotor> ;
	rdfs:range <LoadAggregate> .
<LoadMotor.pfrac> rdf:type rdfs:Property ;
	rdfs:label "pfrac"@en ;
	rdfs:domain <LoadMotor> ;
	rdfs:range xsd:double .
<LoadMotor.h> rdf:type rdfs:Property ;
	rdfs:label "h"@en ;
	rdfs:domain <LoadMotor> ;
	rdfs:range xsd:double .
<LoadMotor.tppo> rdf:type rdfs:Property ;
	rdfs:label "tppo"@en ;
	rdfs:domain <LoadMotor> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor> <http://www.w3.org/2000/01/rdf-schema#label> "LoadMotor"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.lpp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.lpp> <http://www.w3.org/2000/01/rdf-schema#label> "lpp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.lpp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.lpp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.tv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.tv> <http://www.w3.org/2000/01/rdf-schema#label> "tv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.tv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.tv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.lfac> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.lfac> <http://www.w3.org/2000/01/rdf-schema#label> "lfac"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.lfac> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.lfac> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.tpo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.tpo> <http://www.w3.org/2000/01/rdf-schema#label> "tpo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.tpo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.tpo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.ra> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.ra> <http://www.w3.org/2000/01/rdf-schema#label> "ra"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.ra> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.ra> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.tbkr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.tbkr> <http://www.w3.org/2000/01/rdf-schema#label> "tbkr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.tbkr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.tbkr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.ls> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.ls> <http://www.w3.org/2000/01/rdf-schema#label> "ls"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.ls> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.ls> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.lp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.lp> <http://www.w3.org/2000/01/rdf-schema#label> "lp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.lp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.lp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.vt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.vt> <http://www.w3.org/2000/01/rdf-schema#label> "vt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.vt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.vt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.d> <http://www.w3.org/2000/01/rdf-schema#label> "d"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.d> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.d> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.LoadAggregate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.LoadAggregate> <http://www.w3.org/2000/01/rdf-schema#label> "LoadAggregate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.LoadAggregate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.LoadAggregate> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAggregate> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.pfrac> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.pfrac> <http://www.w3.org/2000/01/rdf-schema#label> "pfrac"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.pfrac> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.pfrac> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.h> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.h> <http://www.w3.org/2000/01/rdf-schema#label> "h"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.h> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.h> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.tppo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.tppo> <http://www.w3.org/2000/01/rdf-schema#label> "tppo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.tppo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotor.tppo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Aggregate induction motor load. This model is used to represent a fraction of an ordinary load as “induction motor load”. It allows a load that is treated as an ordinary constant power in power flow analysis to be represented by an induction motor in dynamic simulation. This model is intended for representation of aggregations of many motors dispersed through a load represented at a high voltage bus but where there is no information on the characteristics of individual motors. Either a “one-cage” or “two-cage” model of the induction machine can be modelled. Magnetic saturation is not modelled. This model treats a fraction of the constant power part of a load as a motor. During initialisation, the initial power drawn by the motor is set equal to Pfrac times the constant P part of the static load. The remainder of the load is left as a static load. The reactive power demand of the motor is calculated during initialisation as a function of voltage at the load bus. This reactive power demand can be less than or greater than the constant Q component of the load. If the motor’s reactive demand is greater than the constant Q component of the load, the model inserts a shunt capacitor at the terminal of the motor to bring its reactive demand down to equal the constant Q reactive load.
If an induction motor load model and a static load model are both present for a load, the motor Pfrac is assumed to be subtracted from the power flow constant P load before the static load model is applied. The remainder of the load, if any, is then represented by the static load model.

Property Domain Range Comment
lpp LoadMotor double Subtransient reactance (Lpp). Typical value = 0,15.
tv LoadMotor double Voltage trip pickup time (Tv) (>= 0). Typical value = 0,1.
lfac LoadMotor double Loading factor (Lfac). The ratio of initial P to motor MVA base. Typical value = 0,8.
tpo LoadMotor double Transient rotor time constant (Tpo) (>= 0). Typical value = 1.
ra LoadMotor double Stator resistance (Ra). Typical value = 0.
tbkr LoadMotor double Circuit breaker operating time (Tbkr) (>= 0). Typical value = 0,08.
ls LoadMotor double Synchronous reactance (Ls). Typical value = 3,2.
lp LoadMotor double Transient reactance (Lp). Typical value = 0,15.
vt LoadMotor double Voltage threshold for tripping (Vt). Typical value = 0,7.
d LoadMotor double Damping factor (D). Unit = delta P/delta speed. Typical value = 2.
LoadAggregate LoadMotor LoadAggregate Aggregate load to which this aggregate motor (dynamic) load belongs.
pfrac LoadMotor double Fraction of constant-power load to be represented by this motor model (Pfrac) (>= 0,0 and <= 1,0). Typical value = 0,3.
h LoadMotor double Inertia constant (H) (>= 0). Typical value = 0,4.
tppo LoadMotor double Subtransient rotor time constant (Tppo) (>= 0). Typical value = 0,02.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

LoadMotorWECC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LoadMotorWECC> rdf:type rdfs:Class ;
	rdfs:label "LoadMotorWECC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<LoadMotorWECC.ftr2x> rdf:type rdfs:Property ;
	rdfs:label "ftr2x"@en ;
	rdfs:domain <LoadMotorWECC> ;
	rdfs:range xsd:double .
<LoadMotorWECC.vrc2x> rdf:type rdfs:Property ;
	rdfs:label "vrc2x"@en ;
	rdfs:domain <LoadMotorWECC> ;
	rdfs:range xsd:double .
<LoadMotorWECC.ftr1x> rdf:type rdfs:Property ;
	rdfs:label "ftr1x"@en ;
	rdfs:domain <LoadMotorWECC> ;
	rdfs:range xsd:double .
<LoadMotorWECC.lp> rdf:type rdfs:Property ;
	rdfs:label "lp"@en ;
	rdfs:domain <LoadMotorWECC> ;
	rdfs:range xsd:double .
<LoadMotorWECC.lpp> rdf:type rdfs:Property ;
	rdfs:label "lpp"@en ;
	rdfs:domain <LoadMotorWECC> ;
	rdfs:range xsd:double .
<LoadMotorWECC.etrq> rdf:type rdfs:Property ;
	rdfs:label "etrq"@en ;
	rdfs:domain <LoadMotorWECC> ;
	rdfs:range xsd:double .
<LoadMotorWECC.trc2x> rdf:type rdfs:Property ;
	rdfs:label "trc2x"@en ;
	rdfs:domain <LoadMotorWECC> ;
	rdfs:range xsd:double .
<LoadMotorWECC.rs> rdf:type rdfs:Property ;
	rdfs:label "rs"@en ;
	rdfs:domain <LoadMotorWECC> ;
	rdfs:range xsd:double .
<LoadMotorWECC.vrc1x> rdf:type rdfs:Property ;
	rdfs:label "vrc1x"@en ;
	rdfs:domain <LoadMotorWECC> ;
	rdfs:range xsd:double .
<LoadMotorWECC.lfm> rdf:type rdfs:Property ;
	rdfs:label "lfm"@en ;
	rdfs:domain <LoadMotorWECC> ;
	rdfs:range xsd:double .
<LoadMotorWECC.h> rdf:type rdfs:Property ;
	rdfs:label "h"@en ;
	rdfs:domain <LoadMotorWECC> ;
	rdfs:range xsd:double .
<LoadMotorWECC.vtr1x> rdf:type rdfs:Property ;
	rdfs:label "vtr1x"@en ;
	rdfs:domain <LoadMotorWECC> ;
	rdfs:range xsd:double .
<LoadMotorWECC.ttr1x> rdf:type rdfs:Property ;
	rdfs:label "ttr1x"@en ;
	rdfs:domain <LoadMotorWECC> ;
	rdfs:range xsd:double .
<LoadMotorWECC.vtr2x> rdf:type rdfs:Property ;
	rdfs:label "vtr2x"@en ;
	rdfs:domain <LoadMotorWECC> ;
	rdfs:range xsd:double .
<LoadMotorWECC.trc1x> rdf:type rdfs:Property ;
	rdfs:label "trc1x"@en ;
	rdfs:domain <LoadMotorWECC> ;
	rdfs:range xsd:double .
<LoadMotorWECC.tppo> rdf:type rdfs:Property ;
	rdfs:label "tppo"@en ;
	rdfs:domain <LoadMotorWECC> ;
	rdfs:range xsd:double .
<LoadMotorWECC.LoadCompositeWECC> rdf:type rdfs:Property ;
	rdfs:label "LoadCompositeWECC"@en ;
	rdfs:domain <LoadMotorWECC> ;
	rdfs:range <LoadCompositeWECC> .
<LoadMotorWECC.ttr2x> rdf:type rdfs:Property ;
	rdfs:label "ttr2x"@en ;
	rdfs:domain <LoadMotorWECC> ;
	rdfs:range xsd:double .
<LoadMotorWECC.tpo> rdf:type rdfs:Property ;
	rdfs:label "tpo"@en ;
	rdfs:domain <LoadMotorWECC> ;
	rdfs:range xsd:double .
<LoadMotorWECC.ls> rdf:type rdfs:Property ;
	rdfs:label "ls"@en ;
	rdfs:domain <LoadMotorWECC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> <http://www.w3.org/2000/01/rdf-schema#label> "LoadMotorWECC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.ftr2x> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.ftr2x> <http://www.w3.org/2000/01/rdf-schema#label> "ftr2x"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.ftr2x> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.ftr2x> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.vrc2x> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.vrc2x> <http://www.w3.org/2000/01/rdf-schema#label> "vrc2x"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.vrc2x> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.vrc2x> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.ftr1x> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.ftr1x> <http://www.w3.org/2000/01/rdf-schema#label> "ftr1x"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.ftr1x> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.ftr1x> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.lp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.lp> <http://www.w3.org/2000/01/rdf-schema#label> "lp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.lp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.lp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.lpp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.lpp> <http://www.w3.org/2000/01/rdf-schema#label> "lpp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.lpp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.lpp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.etrq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.etrq> <http://www.w3.org/2000/01/rdf-schema#label> "etrq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.etrq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.etrq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.trc2x> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.trc2x> <http://www.w3.org/2000/01/rdf-schema#label> "trc2x"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.trc2x> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.trc2x> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.rs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.rs> <http://www.w3.org/2000/01/rdf-schema#label> "rs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.rs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.rs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.vrc1x> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.vrc1x> <http://www.w3.org/2000/01/rdf-schema#label> "vrc1x"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.vrc1x> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.vrc1x> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.lfm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.lfm> <http://www.w3.org/2000/01/rdf-schema#label> "lfm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.lfm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.lfm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.h> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.h> <http://www.w3.org/2000/01/rdf-schema#label> "h"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.h> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.h> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.vtr1x> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.vtr1x> <http://www.w3.org/2000/01/rdf-schema#label> "vtr1x"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.vtr1x> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.vtr1x> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.ttr1x> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.ttr1x> <http://www.w3.org/2000/01/rdf-schema#label> "ttr1x"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.ttr1x> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.ttr1x> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.vtr2x> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.vtr2x> <http://www.w3.org/2000/01/rdf-schema#label> "vtr2x"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.vtr2x> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.vtr2x> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.trc1x> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.trc1x> <http://www.w3.org/2000/01/rdf-schema#label> "trc1x"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.trc1x> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.trc1x> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.tppo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.tppo> <http://www.w3.org/2000/01/rdf-schema#label> "tppo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.tppo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.tppo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.LoadCompositeWECC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.LoadCompositeWECC> <http://www.w3.org/2000/01/rdf-schema#label> "LoadCompositeWECC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.LoadCompositeWECC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.LoadCompositeWECC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.ttr2x> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.ttr2x> <http://www.w3.org/2000/01/rdf-schema#label> "ttr2x"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.ttr2x> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.ttr2x> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.tpo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.tpo> <http://www.w3.org/2000/01/rdf-schema#label> "tpo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.tpo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.tpo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.ls> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.ls> <http://www.w3.org/2000/01/rdf-schema#label> "ls"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.ls> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadMotorWECC.ls> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Three-phase Motor used in the WECC Dynamic Composite Load Model (CMPLDW).

Reference: Technical Reference on the Composite Load Model No3002019209.

Property Domain Range Comment
ftr2x LoadMotorWECC double Second U/V Trip fraction (Ftr2x).
vrc2x LoadMotorWECC double Second U/V reconnection V (Vrc2x).
ftr1x LoadMotorWECC double First U/V Trip fraction (Ftr1x).
lp LoadMotorWECC double Transient reactance (Lp).
lpp LoadMotorWECC double Subtransient reactance (Lpp).
etrq LoadMotorWECC double Speed exponent for mechanical toque (Etrq).
trc2x LoadMotorWECC double Second U/V reconnection delay time (Trc2x) (>=0).
rs LoadMotorWECC double Stator resistance (Rs).
vrc1x LoadMotorWECC double First U/V reconnection V (Vrc1x).
lfm LoadMotorWECC double Loading factor (LFm). It is used to set motor MVA base.
h LoadMotorWECC double Inertia constant (H) (>=0).
vtr1x LoadMotorWECC double First U/V Trip V (Vtr1x).
ttr1x LoadMotorWECC double First U/V Trip delay time (Ttr1x) (>=0).
vtr2x LoadMotorWECC double Second U/V Trip V (Vtr2x).
trc1x LoadMotorWECC double First U/V reconnection delay time (Trc1x) (>=0).
tppo LoadMotorWECC double Subtransient open circuit time constant (Tppo) (>=0).
LoadCompositeWECC LoadMotorWECC LoadCompositeWECC WECC load composite model associated with this load motor module.
ttr2x LoadMotorWECC double Second U/V Trip delay time (Ttr2x) (>=0).
tpo LoadMotorWECC double Transient open circuit time constant (Tpo) (>=0).
ls LoadMotorWECC double Synchronous reactance (Ls).
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

LoadStatic

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LoadStatic> rdf:type rdfs:Class ;
	rdfs:label "LoadStatic"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<LoadStatic.kq4> rdf:type rdfs:Property ;
	rdfs:label "kq4"@en ;
	rdfs:domain <LoadStatic> ;
	rdfs:range xsd:double .
<LoadStatic.kp1> rdf:type rdfs:Property ;
	rdfs:label "kp1"@en ;
	rdfs:domain <LoadStatic> ;
	rdfs:range xsd:double .
<LoadStatic.kp3> rdf:type rdfs:Property ;
	rdfs:label "kp3"@en ;
	rdfs:domain <LoadStatic> ;
	rdfs:range xsd:double .
<LoadStatic.kq3> rdf:type rdfs:Property ;
	rdfs:label "kq3"@en ;
	rdfs:domain <LoadStatic> ;
	rdfs:range xsd:double .
<LoadStatic.eq1> rdf:type rdfs:Property ;
	rdfs:label "eq1"@en ;
	rdfs:domain <LoadStatic> ;
	rdfs:range xsd:double .
<LoadStatic.staticLoadModelType> rdf:type rdfs:Property ;
	rdfs:label "staticLoadModelType"@en ;
	rdfs:domain <LoadStatic> ;
	rdfs:range xsd:string .
<LoadStatic.kpf> rdf:type rdfs:Property ;
	rdfs:label "kpf"@en ;
	rdfs:domain <LoadStatic> ;
	rdfs:range xsd:double .
<LoadStatic.eq2> rdf:type rdfs:Property ;
	rdfs:label "eq2"@en ;
	rdfs:domain <LoadStatic> ;
	rdfs:range xsd:double .
<LoadStatic.ep1> rdf:type rdfs:Property ;
	rdfs:label "ep1"@en ;
	rdfs:domain <LoadStatic> ;
	rdfs:range xsd:double .
<LoadStatic.kq1> rdf:type rdfs:Property ;
	rdfs:label "kq1"@en ;
	rdfs:domain <LoadStatic> ;
	rdfs:range xsd:double .
<LoadStatic.ep3> rdf:type rdfs:Property ;
	rdfs:label "ep3"@en ;
	rdfs:domain <LoadStatic> ;
	rdfs:range xsd:double .
<LoadStatic.kqf> rdf:type rdfs:Property ;
	rdfs:label "kqf"@en ;
	rdfs:domain <LoadStatic> ;
	rdfs:range xsd:double .
<LoadStatic.kp4> rdf:type rdfs:Property ;
	rdfs:label "kp4"@en ;
	rdfs:domain <LoadStatic> ;
	rdfs:range xsd:double .
<LoadStatic.ep2> rdf:type rdfs:Property ;
	rdfs:label "ep2"@en ;
	rdfs:domain <LoadStatic> ;
	rdfs:range xsd:double .
<LoadStatic.kp2> rdf:type rdfs:Property ;
	rdfs:label "kp2"@en ;
	rdfs:domain <LoadStatic> ;
	rdfs:range xsd:double .
<LoadStatic.kq2> rdf:type rdfs:Property ;
	rdfs:label "kq2"@en ;
	rdfs:domain <LoadStatic> ;
	rdfs:range xsd:double .
<LoadStatic.eq3> rdf:type rdfs:Property ;
	rdfs:label "eq3"@en ;
	rdfs:domain <LoadStatic> ;
	rdfs:range xsd:double .
<LoadStatic.LoadAggregate> rdf:type rdfs:Property ;
	rdfs:label "LoadAggregate"@en ;
	rdfs:domain <LoadStatic> ;
	rdfs:range <LoadAggregate> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic> <http://www.w3.org/2000/01/rdf-schema#label> "LoadStatic"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kq4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kq4> <http://www.w3.org/2000/01/rdf-schema#label> "kq4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kq4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kq4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kp1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kp1> <http://www.w3.org/2000/01/rdf-schema#label> "kp1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kp1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kp1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kp3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kp3> <http://www.w3.org/2000/01/rdf-schema#label> "kp3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kp3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kp3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kq3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kq3> <http://www.w3.org/2000/01/rdf-schema#label> "kq3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kq3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kq3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.eq1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.eq1> <http://www.w3.org/2000/01/rdf-schema#label> "eq1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.eq1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.eq1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.staticLoadModelType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.staticLoadModelType> <http://www.w3.org/2000/01/rdf-schema#label> "staticLoadModelType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.staticLoadModelType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.staticLoadModelType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kpf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kpf> <http://www.w3.org/2000/01/rdf-schema#label> "kpf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kpf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kpf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.eq2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.eq2> <http://www.w3.org/2000/01/rdf-schema#label> "eq2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.eq2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.eq2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.ep1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.ep1> <http://www.w3.org/2000/01/rdf-schema#label> "ep1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.ep1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.ep1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kq1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kq1> <http://www.w3.org/2000/01/rdf-schema#label> "kq1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kq1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kq1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.ep3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.ep3> <http://www.w3.org/2000/01/rdf-schema#label> "ep3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.ep3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.ep3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kqf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kqf> <http://www.w3.org/2000/01/rdf-schema#label> "kqf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kqf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kqf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kp4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kp4> <http://www.w3.org/2000/01/rdf-schema#label> "kp4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kp4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kp4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.ep2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.ep2> <http://www.w3.org/2000/01/rdf-schema#label> "ep2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.ep2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.ep2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kp2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kp2> <http://www.w3.org/2000/01/rdf-schema#label> "kp2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kp2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kp2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kq2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kq2> <http://www.w3.org/2000/01/rdf-schema#label> "kq2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kq2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.kq2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.eq3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.eq3> <http://www.w3.org/2000/01/rdf-schema#label> "eq3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.eq3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.eq3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.LoadAggregate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.LoadAggregate> <http://www.w3.org/2000/01/rdf-schema#label> "LoadAggregate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.LoadAggregate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStatic.LoadAggregate> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadAggregate> .

Sub-Class Of: IdentifiedObject

General static load. This model represents the sensitivity of the real and reactive power consumed by the load to the amplitude and frequency of the bus voltage.

Property Domain Range Comment
kq4 LoadStatic double Frequency coefficient for reactive power (Kq4) (not = 0 when .staticLoadModelType = zIP2). Used only when .staticLoadModelType - zIP2.
kp1 LoadStatic double First term voltage coefficient for active power (Kp1). Not used when .staticLoadModelType = constantZ.
kp3 LoadStatic double Third term voltage coefficient for active power (Kp3). Not used when .staticLoadModelType = constantZ.
kq3 LoadStatic double Third term voltage coefficient for reactive power (Kq3). Not used when .staticLoadModelType = constantZ.
eq1 LoadStatic double First term voltage exponent for reactive power (Eq1). Used only when .staticLoadModelType = exponential.
staticLoadModelType LoadStatic string Type of static load model. Typical value = constantZ.
kpf LoadStatic double Frequency deviation coefficient for active power (Kpf) in 1/Hz. Not used when .staticLoadModelType = constantZ.
eq2 LoadStatic double Second term voltage exponent for reactive power (Eq2). Used only when .staticLoadModelType = exponential.
ep1 LoadStatic double First term voltage exponent for active power (Ep1). Used only when .staticLoadModelType = exponential.
kq1 LoadStatic double First term voltage coefficient for reactive power (Kq1). Not used when .staticLoadModelType = constantZ.
ep3 LoadStatic double Third term voltage exponent for active power (Ep3). Used only when .staticLoadModelType = exponential.
kqf LoadStatic double Frequency deviation coefficient for reactive power (Kqf) in 1/Hz. Not used when .staticLoadModelType = constantZ.
kp4 LoadStatic double Frequency coefficient for active power (Kp4) (not = 0 if .staticLoadModelType = zIP2). Used only when .staticLoadModelType = zIP2.
ep2 LoadStatic double Second term voltage exponent for active power (Ep2). Used only when .staticLoadModelType = exponential.
kp2 LoadStatic double Second term voltage coefficient for active power (Kp2). Not used when .staticLoadModelType = constantZ.
kq2 LoadStatic double Second term voltage coefficient for reactive power (Kq2). Not used when .staticLoadModelType = constantZ.
eq3 LoadStatic double Third term voltage exponent for reactive power (Eq3). Used only when .staticLoadModelType = exponential.
LoadAggregate LoadStatic LoadAggregate Aggregate load to which this aggregate static load belongs.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

LoadStaticWECC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LoadStaticWECC> rdf:type rdfs:Class ;
	rdfs:label "LoadStaticWECC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<LoadStaticWECC.p2c> rdf:type rdfs:Property ;
	rdfs:label "p2c"@en ;
	rdfs:domain <LoadStaticWECC> ;
	rdfs:range xsd:double .
<LoadStaticWECC.pfrq> rdf:type rdfs:Property ;
	rdfs:label "pfrq"@en ;
	rdfs:domain <LoadStaticWECC> ;
	rdfs:range xsd:double .
<LoadStaticWECC.qfrq> rdf:type rdfs:Property ;
	rdfs:label "qfrq"@en ;
	rdfs:domain <LoadStaticWECC> ;
	rdfs:range xsd:double .
<LoadStaticWECC.q2e> rdf:type rdfs:Property ;
	rdfs:label "q2e"@en ;
	rdfs:domain <LoadStaticWECC> ;
	rdfs:range xsd:double .
<LoadStaticWECC.pfs> rdf:type rdfs:Property ;
	rdfs:label "pfs"@en ;
	rdfs:domain <LoadStaticWECC> ;
	rdfs:range xsd:double .
<LoadStaticWECC.LoadCompositeWECC> rdf:type rdfs:Property ;
	rdfs:label "LoadCompositeWECC"@en ;
	rdfs:domain <LoadStaticWECC> ;
	rdfs:range <LoadCompositeWECC> .
<LoadStaticWECC.p1e> rdf:type rdfs:Property ;
	rdfs:label "p1e"@en ;
	rdfs:domain <LoadStaticWECC> ;
	rdfs:range xsd:double .
<LoadStaticWECC.p2e> rdf:type rdfs:Property ;
	rdfs:label "p2e"@en ;
	rdfs:domain <LoadStaticWECC> ;
	rdfs:range xsd:double .
<LoadStaticWECC.q1e> rdf:type rdfs:Property ;
	rdfs:label "q1e"@en ;
	rdfs:domain <LoadStaticWECC> ;
	rdfs:range xsd:double .
<LoadStaticWECC.p1c> rdf:type rdfs:Property ;
	rdfs:label "p1c"@en ;
	rdfs:domain <LoadStaticWECC> ;
	rdfs:range xsd:double .
<LoadStaticWECC.q2c> rdf:type rdfs:Property ;
	rdfs:label "q2c"@en ;
	rdfs:domain <LoadStaticWECC> ;
	rdfs:range xsd:double .
<LoadStaticWECC.q1c> rdf:type rdfs:Property ;
	rdfs:label "q1c"@en ;
	rdfs:domain <LoadStaticWECC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC> <http://www.w3.org/2000/01/rdf-schema#label> "LoadStaticWECC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.p2c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.p2c> <http://www.w3.org/2000/01/rdf-schema#label> "p2c"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.p2c> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.p2c> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.pfrq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.pfrq> <http://www.w3.org/2000/01/rdf-schema#label> "pfrq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.pfrq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.pfrq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.qfrq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.qfrq> <http://www.w3.org/2000/01/rdf-schema#label> "qfrq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.qfrq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.qfrq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.q2e> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.q2e> <http://www.w3.org/2000/01/rdf-schema#label> "q2e"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.q2e> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.q2e> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.pfs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.pfs> <http://www.w3.org/2000/01/rdf-schema#label> "pfs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.pfs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.pfs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.LoadCompositeWECC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.LoadCompositeWECC> <http://www.w3.org/2000/01/rdf-schema#label> "LoadCompositeWECC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.LoadCompositeWECC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.LoadCompositeWECC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadCompositeWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.p1e> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.p1e> <http://www.w3.org/2000/01/rdf-schema#label> "p1e"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.p1e> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.p1e> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.p2e> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.p2e> <http://www.w3.org/2000/01/rdf-schema#label> "p2e"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.p2e> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.p2e> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.q1e> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.q1e> <http://www.w3.org/2000/01/rdf-schema#label> "q1e"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.q1e> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.q1e> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.p1c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.p1c> <http://www.w3.org/2000/01/rdf-schema#label> "p1c"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.p1c> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.p1c> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.q2c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.q2c> <http://www.w3.org/2000/01/rdf-schema#label> "q2c"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.q2c> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.q2c> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.q1c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.q1c> <http://www.w3.org/2000/01/rdf-schema#label> "q1c"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.q1c> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadStaticWECC.q1c> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Static Load Model used in the WECC Dynamic Composite Load Model (CMPLDW).

Reference: Technical Reference on the Composite Load Model No3002019209.

Property Domain Range Comment
p2c LoadStaticWECC double P2 coefficient (P2c).
pfrq LoadStaticWECC double P frequency sensitivity (Pfrq).
qfrq LoadStaticWECC double Q frequency sensitivity (Qfrq).
q2e LoadStaticWECC double Q2 exponent (Q2e).
pfs LoadStaticWECC double Power factor (PFs).
LoadCompositeWECC LoadStaticWECC LoadCompositeWECC WECC load composite model associated with this load static module.
p1e LoadStaticWECC double P1 exponent (P1e).
p2e LoadStaticWECC double P2 exponent (P2e).
q1e LoadStaticWECC double Q1 exponent (Q1e).
p1c LoadStaticWECC double P1 coefficient (P1c).
q2c LoadStaticWECC double Q2 coefficient (Q2c).
q1c LoadStaticWECC double Q1 coefficient (Q1c).
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

LoadUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LoadUserDefined> rdf:type rdfs:Class ;
	rdfs:label "LoadUserDefined"@en ;
	rdfs:subClassOf <LoadDynamics> .
<LoadUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <LoadUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "LoadUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: LoadDynamics » DynamicsFunctionBlock » IdentifiedObject

Load whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary LoadUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

MechLoad1

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<MechLoad1> rdf:type rdfs:Class ;
	rdfs:label "MechLoad1"@en ;
	rdfs:subClassOf <MechanicalLoadDynamics> .
<MechLoad1.b> rdf:type rdfs:Property ;
	rdfs:label "b"@en ;
	rdfs:domain <MechLoad1> ;
	rdfs:range xsd:double .
<MechLoad1.d> rdf:type rdfs:Property ;
	rdfs:label "d"@en ;
	rdfs:domain <MechLoad1> ;
	rdfs:range xsd:double .
<MechLoad1.e> rdf:type rdfs:Property ;
	rdfs:label "e"@en ;
	rdfs:domain <MechLoad1> ;
	rdfs:range xsd:double .
<MechLoad1.a> rdf:type rdfs:Property ;
	rdfs:label "a"@en ;
	rdfs:domain <MechLoad1> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1> <http://www.w3.org/2000/01/rdf-schema#label> "MechLoad1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1.b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1.b> <http://www.w3.org/2000/01/rdf-schema#label> "b"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1.b> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1.b> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1.d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1.d> <http://www.w3.org/2000/01/rdf-schema#label> "d"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1.d> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1.d> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1.e> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1.e> <http://www.w3.org/2000/01/rdf-schema#label> "e"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1.e> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1.e> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1.a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1.a> <http://www.w3.org/2000/01/rdf-schema#label> "a"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1.a> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechLoad1.a> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: MechanicalLoadDynamics » DynamicsFunctionBlock » IdentifiedObject

Mechanical load model type 1.

Property Domain Range Comment
b MechLoad1 double Speed coefficient (b).
d MechLoad1 double Speed to the exponent coefficient (d).
e MechLoad1 double Exponent (e).
a MechLoad1 double Speed squared coefficient (a).
AsynchronousMachineDynamics MechanicalLoadDynamics AsynchronousMachineDynamics Asynchronous machine model with which this mechanical load model is associated. MechanicalLoadDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics MechanicalLoadDynamics SynchronousMachineDynamics Synchronous machine model with which this mechanical load model is associated. MechanicalLoadDynamics shall have either an association to SynchronousMachineDynamics or AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

MechanicalLoadDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<MechanicalLoadDynamics> rdf:type rdfs:Class ;
	rdfs:label "MechanicalLoadDynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<MechanicalLoadDynamics.AsynchronousMachineDynamics> rdf:type rdfs:Property ;
	rdfs:label "AsynchronousMachineDynamics"@en ;
	rdfs:domain <MechanicalLoadDynamics> ;
	rdfs:range <AsynchronousMachineDynamics> .
<MechanicalLoadDynamics.SynchronousMachineDynamics> rdf:type rdfs:Property ;
	rdfs:label "SynchronousMachineDynamics"@en ;
	rdfs:domain <MechanicalLoadDynamics> ;
	rdfs:range <SynchronousMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "MechanicalLoadDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadDynamics.AsynchronousMachineDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadDynamics.AsynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "AsynchronousMachineDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadDynamics.AsynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadDynamics.AsynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadDynamics.SynchronousMachineDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadDynamics.SynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "SynchronousMachineDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadDynamics.SynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadDynamics.SynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDynamics> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Mechanical load function block whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
AsynchronousMachineDynamics MechanicalLoadDynamics AsynchronousMachineDynamics Asynchronous machine model with which this mechanical load model is associated. MechanicalLoadDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics MechanicalLoadDynamics SynchronousMachineDynamics Synchronous machine model with which this mechanical load model is associated. MechanicalLoadDynamics shall have either an association to SynchronousMachineDynamics or AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

MechanicalLoadUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<MechanicalLoadUserDefined> rdf:type rdfs:Class ;
	rdfs:label "MechanicalLoadUserDefined"@en ;
	rdfs:subClassOf <MechanicalLoadDynamics> .
<MechanicalLoadUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <MechanicalLoadUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "MechanicalLoadUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: MechanicalLoadDynamics » DynamicsFunctionBlock » IdentifiedObject

Mechanical load function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary MechanicalLoadUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
AsynchronousMachineDynamics MechanicalLoadDynamics AsynchronousMachineDynamics Asynchronous machine model with which this mechanical load model is associated. MechanicalLoadDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics MechanicalLoadDynamics SynchronousMachineDynamics Synchronous machine model with which this mechanical load model is associated. MechanicalLoadDynamics shall have either an association to SynchronousMachineDynamics or AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

MomentaryCessationSettings

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<MomentaryCessationSettings> rdf:type rdfs:Class ;
	rdfs:label "MomentaryCessationSettings"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<MomentaryCessationSettings.hvrtT1> rdf:type rdfs:Property ;
	rdfs:label "hvrtT1"@en ;
	rdfs:domain <MomentaryCessationSettings> ;
	rdfs:range xsd:double .
<MomentaryCessationSettings.lvrtT2> rdf:type rdfs:Property ;
	rdfs:label "lvrtT2"@en ;
	rdfs:domain <MomentaryCessationSettings> ;
	rdfs:range xsd:double .
<MomentaryCessationSettings.lvrtT1> rdf:type rdfs:Property ;
	rdfs:label "lvrtT1"@en ;
	rdfs:domain <MomentaryCessationSettings> ;
	rdfs:range xsd:double .
<MomentaryCessationSettings.hvrtV1> rdf:type rdfs:Property ;
	rdfs:label "hvrtV1"@en ;
	rdfs:domain <MomentaryCessationSettings> ;
	rdfs:range xsd:double .
<MomentaryCessationSettings.hvrtT2> rdf:type rdfs:Property ;
	rdfs:label "hvrtT2"@en ;
	rdfs:domain <MomentaryCessationSettings> ;
	rdfs:range xsd:double .
<MomentaryCessationSettings.lvrtV1> rdf:type rdfs:Property ;
	rdfs:label "lvrtV1"@en ;
	rdfs:domain <MomentaryCessationSettings> ;
	rdfs:range xsd:double .
<MomentaryCessationSettings.lvrtV2> rdf:type rdfs:Property ;
	rdfs:label "lvrtV2"@en ;
	rdfs:domain <MomentaryCessationSettings> ;
	rdfs:range xsd:double .
<MomentaryCessationSettings.hvrtV2> rdf:type rdfs:Property ;
	rdfs:label "hvrtV2"@en ;
	rdfs:domain <MomentaryCessationSettings> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings> <http://www.w3.org/2000/01/rdf-schema#label> "MomentaryCessationSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.hvrtT1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.hvrtT1> <http://www.w3.org/2000/01/rdf-schema#label> "hvrtT1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.hvrtT1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.hvrtT1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.lvrtT2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.lvrtT2> <http://www.w3.org/2000/01/rdf-schema#label> "lvrtT2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.lvrtT2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.lvrtT2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.lvrtT1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.lvrtT1> <http://www.w3.org/2000/01/rdf-schema#label> "lvrtT1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.lvrtT1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.lvrtT1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.hvrtV1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.hvrtV1> <http://www.w3.org/2000/01/rdf-schema#label> "hvrtV1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.hvrtV1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.hvrtV1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.hvrtT2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.hvrtT2> <http://www.w3.org/2000/01/rdf-schema#label> "hvrtT2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.hvrtT2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.hvrtT2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.lvrtV1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.lvrtV1> <http://www.w3.org/2000/01/rdf-schema#label> "lvrtV1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.lvrtV1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.lvrtV1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.lvrtV2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.lvrtV2> <http://www.w3.org/2000/01/rdf-schema#label> "lvrtV2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.lvrtV2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.lvrtV2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.hvrtV2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.hvrtV2> <http://www.w3.org/2000/01/rdf-schema#label> "hvrtV2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.hvrtV2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MomentaryCessationSettings.hvrtV2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Momentary Cessation Settings.

Reference: IEEE1547-2018.

Property Domain Range Comment
hvrtT1 MomentaryCessationSettings double High-voltage momentary cessation time (MC_HVRT_T1) (>=0). Typical value = 0.
lvrtT2 MomentaryCessationSettings double Low-voltage momentary cessation time (MC_LVRT_T2) (>=0). Typical value = 2.
lvrtT1 MomentaryCessationSettings double Low-voltage momentary cessation time (MC_LVRT_T1) (>=0). Typical value = 0.
hvrtV1 MomentaryCessationSettings double High-voltage momentary cessation voltage (MC_HVRT_V1). Per unit value based on NP_AC_V_NOM (voltage base). Typical value = 1,1.
hvrtT2 MomentaryCessationSettings double High-voltage momentary cessation time (MC_HVRT_T2) (>=0). Typical value = 13.
lvrtV1 MomentaryCessationSettings double Low-voltage momentary cessation voltage (MC_LVRT_V1). Per unit value based on NP_AC_V_NOM (voltage base). Typical value = 0,5.
lvrtV2 MomentaryCessationSettings double Low-voltage momentary cessation voltage (MC_LVRT_V2). Per unit value based on NP_AC_V_NOM (voltage base). Typical value = 0.
hvrtV2 MomentaryCessationSettings double High-voltage momentary cessation voltage (MC_HVRT_V2). Per unit value based on NP_AC_V_NOM (voltage base). Typical value = 1,2.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

OverexcLim2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<OverexcLim2> rdf:type rdfs:Class ;
	rdfs:label "OverexcLim2"@en ;
	rdfs:subClassOf <OverexcitationLimiterDynamics> .
<OverexcLim2.koi> rdf:type rdfs:Property ;
	rdfs:label "koi"@en ;
	rdfs:domain <OverexcLim2> ;
	rdfs:range xsd:double .
<OverexcLim2.ifdlim> rdf:type rdfs:Property ;
	rdfs:label "ifdlim"@en ;
	rdfs:domain <OverexcLim2> ;
	rdfs:range xsd:double .
<OverexcLim2.voimin> rdf:type rdfs:Property ;
	rdfs:label "voimin"@en ;
	rdfs:domain <OverexcLim2> ;
	rdfs:range xsd:double .
<OverexcLim2.voimax> rdf:type rdfs:Property ;
	rdfs:label "voimax"@en ;
	rdfs:domain <OverexcLim2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2> <http://www.w3.org/2000/01/rdf-schema#label> "OverexcLim2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2.koi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2.koi> <http://www.w3.org/2000/01/rdf-schema#label> "koi"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2.koi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2.koi> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2.ifdlim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2.ifdlim> <http://www.w3.org/2000/01/rdf-schema#label> "ifdlim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2.ifdlim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2.ifdlim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2.voimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2.voimin> <http://www.w3.org/2000/01/rdf-schema#label> "voimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2.voimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2.voimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2.voimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2.voimax> <http://www.w3.org/2000/01/rdf-schema#label> "voimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2.voimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLim2.voimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: OverexcitationLimiterDynamics » DynamicsFunctionBlock » IdentifiedObject

Overexcitation limiter with a fixed pickup threshold. It reduces the excitation set-point by means of a non-windup integral regulator. Irated is the rated machine excitation current (calculated from nameplate conditions: Vnom, Pnom, CosPhinom).

Property Domain Range Comment
koi OverexcLim2 double Gain Over excitation limiter (KOI). Typical value = 0,1.
ifdlim OverexcLim2 double Limit value of rated field current (IFDLIM). Typical value = 1,05.
voimin OverexcLim2 double Minimum error signal (VOIMIN) (< OverexcLim2.voimax). Typical value = -9999.
voimax OverexcLim2 double Maximum error signal (VOIMAX) (> OverexcLim2.voimin). Typical value = 0.
ExcitationSystemDynamics OverexcitationLimiterDynamics ExcitationSystemDynamics Excitation system model with which this overexcitation limiter model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

OverexcLimIEEE

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<OverexcLimIEEE> rdf:type rdfs:Class ;
	rdfs:label "OverexcLimIEEE"@en ;
	rdfs:subClassOf <OverexcitationLimiterDynamics> .
<OverexcLimIEEE.ifdmax> rdf:type rdfs:Property ;
	rdfs:label "ifdmax"@en ;
	rdfs:domain <OverexcLimIEEE> ;
	rdfs:range xsd:double .
<OverexcLimIEEE.hyst> rdf:type rdfs:Property ;
	rdfs:label "hyst"@en ;
	rdfs:domain <OverexcLimIEEE> ;
	rdfs:range xsd:double .
<OverexcLimIEEE.itfpu> rdf:type rdfs:Property ;
	rdfs:label "itfpu"@en ;
	rdfs:domain <OverexcLimIEEE> ;
	rdfs:range xsd:double .
<OverexcLimIEEE.kcd> rdf:type rdfs:Property ;
	rdfs:label "kcd"@en ;
	rdfs:domain <OverexcLimIEEE> ;
	rdfs:range xsd:double .
<OverexcLimIEEE.ifdrated> rdf:type rdfs:Property ;
	rdfs:label "ifdrated"@en ;
	rdfs:domain <OverexcLimIEEE> ;
	rdfs:range xsd:double .
<OverexcLimIEEE.kramp> rdf:type rdfs:Property ;
	rdfs:label "kramp"@en ;
	rdfs:domain <OverexcLimIEEE> ;
	rdfs:range xsd:double .
<OverexcLimIEEE.ifdlim> rdf:type rdfs:Property ;
	rdfs:label "ifdlim"@en ;
	rdfs:domain <OverexcLimIEEE> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE> <http://www.w3.org/2000/01/rdf-schema#label> "OverexcLimIEEE"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.ifdmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.ifdmax> <http://www.w3.org/2000/01/rdf-schema#label> "ifdmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.ifdmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.ifdmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.hyst> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.hyst> <http://www.w3.org/2000/01/rdf-schema#label> "hyst"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.hyst> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.hyst> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.itfpu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.itfpu> <http://www.w3.org/2000/01/rdf-schema#label> "itfpu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.itfpu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.itfpu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.kcd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.kcd> <http://www.w3.org/2000/01/rdf-schema#label> "kcd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.kcd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.kcd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.ifdrated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.ifdrated> <http://www.w3.org/2000/01/rdf-schema#label> "ifdrated"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.ifdrated> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.ifdrated> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.kramp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.kramp> <http://www.w3.org/2000/01/rdf-schema#label> "kramp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.kramp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.kramp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.ifdlim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.ifdlim> <http://www.w3.org/2000/01/rdf-schema#label> "ifdlim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.ifdlim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEE.ifdlim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: OverexcitationLimiterDynamics » DynamicsFunctionBlock » IdentifiedObject

The over excitation limiter model is intended to represent the significant features of OELs necessary for some large-scale system studies. It is the result of a pragmatic approach to obtain a model that can be widely applied with attainable data from generator owners. An attempt to include all variations in the functionality of OELs and duplicate how they interact with the rest of the excitation systems would likely result in a level of application insufficient for the studies for which they are intended. Reference: IEEE 421.5-2005, 9 and IEEE 421.5-2016, 10.4.

Property Domain Range Comment
ifdmax OverexcLimIEEE double OEL instantaneous field current limit (IFDMAX). Typical value = 1,5.
hyst OverexcLimIEEE double OEL pickup/drop-out hysteresis (HYST). Typical value = 0,03.
itfpu OverexcLimIEEE double OEL timed field current limiter pickup level (ITFPU). Typical value = 1,05.
kcd OverexcLimIEEE double OEL cooldown gain (KCD). Typical value = 1.
ifdrated OverexcLimIEEE double Rated field current (IFDrated). Typical value = 2,5.
kramp OverexcLimIEEE double OEL ramped limit rate (KRAMP). Unit = PU / s. Typical value = 10.
ifdlim OverexcLimIEEE double OEL timed field current limit (IFDLIM). Typical value = 1,05.
ExcitationSystemDynamics OverexcitationLimiterDynamics ExcitationSystemDynamics Excitation system model with which this overexcitation limiter model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

OverexcLimIEEEOEL2C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<OverexcLimIEEEOEL2C> rdf:type rdfs:Class ;
	rdfs:label "OverexcLimIEEEOEL2C"@en ;
	rdfs:subClassOf <OverexcitationLimiterDynamics> .
<OverexcLimIEEEOEL2C.tmax> rdf:type rdfs:Property ;
	rdfs:label "tmax"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.ten> rdf:type rdfs:Property ;
	rdfs:label "ten"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.ireset> rdf:type rdfs:Property ;
	rdfs:label "ireset"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.voelmax1> rdf:type rdfs:Property ;
	rdfs:label "voelmax1"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.voelmax2> rdf:type rdfs:Property ;
	rdfs:label "voelmax2"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.vinvmin> rdf:type rdfs:Property ;
	rdfs:label "vinvmin"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.kzru> rdf:type rdfs:Property ;
	rdfs:label "kzru"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.fixedrd> rdf:type rdfs:Property ;
	rdfs:label "fixedrd"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.tdoel> rdf:type rdfs:Property ;
	rdfs:label "tdoel"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.ifdrated> rdf:type rdfs:Property ;
	rdfs:label "ifdrated"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.kdoel> rdf:type rdfs:Property ;
	rdfs:label "kdoel"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.ilim> rdf:type rdfs:Property ;
	rdfs:label "ilim"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.kpoel> rdf:type rdfs:Property ;
	rdfs:label "kpoel"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.tc2oel> rdf:type rdfs:Property ;
	rdfs:label "tc2oel"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.kscale> rdf:type rdfs:Property ;
	rdfs:label "kscale"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.fixedru> rdf:type rdfs:Property ;
	rdfs:label "fixedru"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.vinvmax> rdf:type rdfs:Property ;
	rdfs:label "vinvmax"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.iinst> rdf:type rdfs:Property ;
	rdfs:label "iinst"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.tc1oel> rdf:type rdfs:Property ;
	rdfs:label "tc1oel"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.c2> rdf:type rdfs:Property ;
	rdfs:label "c2"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.tfcl> rdf:type rdfs:Property ;
	rdfs:label "tfcl"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.kru> rdf:type rdfs:Property ;
	rdfs:label "kru"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.kact> rdf:type rdfs:Property ;
	rdfs:label "kact"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.tb1oel> rdf:type rdfs:Property ;
	rdfs:label "tb1oel"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.voelmin2> rdf:type rdfs:Property ;
	rdfs:label "voelmin2"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.voelmin3> rdf:type rdfs:Property ;
	rdfs:label "voelmin3"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.voelmin1> rdf:type rdfs:Property ;
	rdfs:label "voelmin1"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.troel> rdf:type rdfs:Property ;
	rdfs:label "troel"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.tmin> rdf:type rdfs:Property ;
	rdfs:label "tmin"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.tb2oel> rdf:type rdfs:Property ;
	rdfs:label "tb2oel"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.ithoff> rdf:type rdfs:Property ;
	rdfs:label "ithoff"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.kioel> rdf:type rdfs:Property ;
	rdfs:label "kioel"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.itfpu> rdf:type rdfs:Property ;
	rdfs:label "itfpu"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.taoel> rdf:type rdfs:Property ;
	rdfs:label "taoel"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.voelmax3> rdf:type rdfs:Property ;
	rdfs:label "voelmax3"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.krd> rdf:type rdfs:Property ;
	rdfs:label "krd"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.c1> rdf:type rdfs:Property ;
	rdfs:label "c1"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.kfb> rdf:type rdfs:Property ;
	rdfs:label "kfb"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL2C.toff> rdf:type rdfs:Property ;
	rdfs:label "toff"@en ;
	rdfs:domain <OverexcLimIEEEOEL2C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> <http://www.w3.org/2000/01/rdf-schema#label> "OverexcLimIEEEOEL2C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tmax> <http://www.w3.org/2000/01/rdf-schema#label> "tmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.ten> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.ten> <http://www.w3.org/2000/01/rdf-schema#label> "ten"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.ten> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.ten> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.ireset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.ireset> <http://www.w3.org/2000/01/rdf-schema#label> "ireset"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.ireset> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.ireset> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmax1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmax1> <http://www.w3.org/2000/01/rdf-schema#label> "voelmax1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmax1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmax1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmax2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmax2> <http://www.w3.org/2000/01/rdf-schema#label> "voelmax2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmax2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmax2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.vinvmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.vinvmin> <http://www.w3.org/2000/01/rdf-schema#label> "vinvmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.vinvmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.vinvmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kzru> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kzru> <http://www.w3.org/2000/01/rdf-schema#label> "kzru"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kzru> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kzru> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.fixedrd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.fixedrd> <http://www.w3.org/2000/01/rdf-schema#label> "fixedrd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.fixedrd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.fixedrd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tdoel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tdoel> <http://www.w3.org/2000/01/rdf-schema#label> "tdoel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tdoel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tdoel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.ifdrated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.ifdrated> <http://www.w3.org/2000/01/rdf-schema#label> "ifdrated"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.ifdrated> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.ifdrated> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kdoel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kdoel> <http://www.w3.org/2000/01/rdf-schema#label> "kdoel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kdoel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kdoel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.ilim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.ilim> <http://www.w3.org/2000/01/rdf-schema#label> "ilim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.ilim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.ilim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kpoel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kpoel> <http://www.w3.org/2000/01/rdf-schema#label> "kpoel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kpoel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kpoel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tc2oel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tc2oel> <http://www.w3.org/2000/01/rdf-schema#label> "tc2oel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tc2oel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tc2oel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kscale> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kscale> <http://www.w3.org/2000/01/rdf-schema#label> "kscale"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kscale> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kscale> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.fixedru> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.fixedru> <http://www.w3.org/2000/01/rdf-schema#label> "fixedru"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.fixedru> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.fixedru> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.vinvmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.vinvmax> <http://www.w3.org/2000/01/rdf-schema#label> "vinvmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.vinvmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.vinvmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.iinst> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.iinst> <http://www.w3.org/2000/01/rdf-schema#label> "iinst"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.iinst> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.iinst> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tc1oel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tc1oel> <http://www.w3.org/2000/01/rdf-schema#label> "tc1oel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tc1oel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tc1oel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.c2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.c2> <http://www.w3.org/2000/01/rdf-schema#label> "c2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.c2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.c2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tfcl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tfcl> <http://www.w3.org/2000/01/rdf-schema#label> "tfcl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tfcl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tfcl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kru> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kru> <http://www.w3.org/2000/01/rdf-schema#label> "kru"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kru> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kru> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kact> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kact> <http://www.w3.org/2000/01/rdf-schema#label> "kact"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kact> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kact> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tb1oel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tb1oel> <http://www.w3.org/2000/01/rdf-schema#label> "tb1oel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tb1oel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tb1oel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmin2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmin2> <http://www.w3.org/2000/01/rdf-schema#label> "voelmin2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmin2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmin2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmin3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmin3> <http://www.w3.org/2000/01/rdf-schema#label> "voelmin3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmin3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmin3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmin1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmin1> <http://www.w3.org/2000/01/rdf-schema#label> "voelmin1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmin1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmin1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.troel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.troel> <http://www.w3.org/2000/01/rdf-schema#label> "troel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.troel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.troel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tmin> <http://www.w3.org/2000/01/rdf-schema#label> "tmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tb2oel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tb2oel> <http://www.w3.org/2000/01/rdf-schema#label> "tb2oel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tb2oel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.tb2oel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.ithoff> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.ithoff> <http://www.w3.org/2000/01/rdf-schema#label> "ithoff"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.ithoff> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.ithoff> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kioel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kioel> <http://www.w3.org/2000/01/rdf-schema#label> "kioel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kioel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kioel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.itfpu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.itfpu> <http://www.w3.org/2000/01/rdf-schema#label> "itfpu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.itfpu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.itfpu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.taoel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.taoel> <http://www.w3.org/2000/01/rdf-schema#label> "taoel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.taoel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.taoel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmax3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmax3> <http://www.w3.org/2000/01/rdf-schema#label> "voelmax3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmax3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.voelmax3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.krd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.krd> <http://www.w3.org/2000/01/rdf-schema#label> "krd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.krd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.krd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.c1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.c1> <http://www.w3.org/2000/01/rdf-schema#label> "c1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.c1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.c1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kfb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kfb> <http://www.w3.org/2000/01/rdf-schema#label> "kfb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kfb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.kfb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.toff> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.toff> <http://www.w3.org/2000/01/rdf-schema#label> "toff"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.toff> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL2C.toff> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: OverexcitationLimiterDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 OEL2C overexcitation limiter model. This model is an extension of the OEL model proposed by the IEEE Task Force on Excitation Limiters. This model allows the representation of different OEL actions, such as instantaneous and inverse-time responses. Also, the timed response could follow fixed ramp rates (definite time response) or use ramp rates proportional to the level of overexcitation. Furthermore, this model can represent summation point or takeover OEL implementations.

Reference: IEEE 421.5-2016, 10.5.

Property Domain Range Comment
tmax OverexcLimIEEEOEL2C double OEL timer maximum level (Tmax). Typical value = 10.
ten OverexcLimIEEEOEL2C double OEL activation delay time (Ten) (>=0). Typical value = 0,2.
k1 OverexcLimIEEEOEL2C double OEL gain for calculation of IERRinv1 (K1). Typical value = 0.
ireset OverexcLimIEEEOEL2C double OEL reset-reference, if OEL is inactive (Ireset). Typical value = 100.
voelmax1 OverexcLimIEEEOEL2C double Maximum OEL output limit (Voelmax1). Typical value = 10.
voelmax2 OverexcLimIEEEOEL2C double Maximum OEL lead-lag 1 output limit (Voelmax2). Typical value = 100.
vinvmin OverexcLimIEEEOEL2C double OEL minimum inverse time output (Vinvmin). Typical value = 0.
kzru OverexcLimIEEEOEL2C double OEL thermal reference release threshold (Kzru). Typical value = 0,99.
fixedrd OverexcLimIEEEOEL2C double OEL fixed cooling-down time output (Fixedrd). Typical value = -0,001.
tdoel OverexcLimIEEEOEL2C double OEL PID regulator differential time constant (Tdoel) (>=0). Typical value = 0,1.
ifdrated OverexcLimIEEEOEL2C double Rated field current (Ifdrated). Typical value = 3.
kdoel OverexcLimIEEEOEL2C double OEL PID regulator differential gain (Kdoel). Typical value = 0.
ilim OverexcLimIEEEOEL2C double OEL thermal field current limit (Ilim). Typical value = 3.
kpoel OverexcLimIEEEOEL2C double OEL PID regulator proportional gain (Kpoel). Typical value = 0,5.
tc2oel OverexcLimIEEEOEL2C double OEL regulator denominator (lag) time constant 2 (Tc2oel) (>=0). Typical value = 0,1.
kscale OverexcLimIEEEOEL2C double OEL input signal scaling factor (Kscale). Typical value = 1.
fixedru OverexcLimIEEEOEL2C double OEL fixed delay time output (Fixedru). Typical value = 0.
vinvmax OverexcLimIEEEOEL2C double OEL maximum inverse time output (Vinvmax). Typical value = 100.
iinst OverexcLimIEEEOEL2C double OEL instantaneous field current limit (Iinst). Typical value = 6.
tc1oel OverexcLimIEEEOEL2C double OEL regulator denominator (lag) time constant 1 (Tc1oel) (>=0). Typical value = 0,1.
c2 OverexcLimIEEEOEL2C double OEL exponent for calculation of IERRinv2 (c2). Typical value = 2.
tfcl OverexcLimIEEEOEL2C double OEL timer reference (Tfcl). Typical value = 10.
kru OverexcLimIEEEOEL2C double OEL reference ramp-up rate (Kru). Typical value = 1000.
kact OverexcLimIEEEOEL2C double OEL actual value scaling factor (Kact). Typical value = 1.
tb1oel OverexcLimIEEEOEL2C double OEL regulator numerator (lead) time constant 1 (Tb1oel) (>=0). Typical value = 0,1.
voelmin2 OverexcLimIEEEOEL2C double Minimum OEL lead-lag 1 output limit (Voelmin2). Typical value = -100.
voelmin3 OverexcLimIEEEOEL2C double Minimum OEL PID output limit (Voelmin3). Typical value = -100.
voelmin1 OverexcLimIEEEOEL2C double Minimum OEL output limit (Voelmin1). Typical value = -10.
troel OverexcLimIEEEOEL2C double OEL input signal filter time constant (Troel) (>=0). Typical value = 0,01.
tmin OverexcLimIEEEOEL2C double OEL timer minimum level (Tmin). Typical value = 0.
tb2oel OverexcLimIEEEOEL2C double OEL regulator numerator (lead) time constant 2 (Tb2oel) (>=0). Typical value = 0,1.
k2 OverexcLimIEEEOEL2C double OEL gain for calculation of IERRinv2 (K2). Typical value = 0,0296.
ithoff OverexcLimIEEEOEL2C double OEL reset threshold value (Ithoff). Typical value = 0,05.
kioel OverexcLimIEEEOEL2C double OEL PID regulator integral gain (Kioel). Typical value = 0.
itfpu OverexcLimIEEEOEL2C double OEL reference for inverse time calculations (Itfpu). Typical value = 3.
taoel OverexcLimIEEEOEL2C double OEL reference filter time constant (Taoel) (>=0). Typical value = 0,04.
voelmax3 OverexcLimIEEEOEL2C double Maximum OEL PID output limit (Voelmax3). Typical value = 100.
krd OverexcLimIEEEOEL2C double OEL reference ramp-down rate (Krd). Typical value = -1000.
c1 OverexcLimIEEEOEL2C double OEL exponent for calculation of IERRinv1 (c1). Typical value = 0.
kfb OverexcLimIEEEOEL2C double OEL timer feedback gain (Kfb). Typical value = 0.
toff OverexcLimIEEEOEL2C double OEL reset delay time (Toff) (>=0). Typical value = 5.
ExcitationSystemDynamics OverexcitationLimiterDynamics ExcitationSystemDynamics Excitation system model with which this overexcitation limiter model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

OverexcLimIEEEOEL3C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<OverexcLimIEEEOEL3C> rdf:type rdfs:Class ;
	rdfs:label "OverexcLimIEEEOEL3C"@en ;
	rdfs:subClassOf <OverexcitationLimiterDynamics> .
<OverexcLimIEEEOEL3C.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <OverexcLimIEEEOEL3C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL3C.voelmax1> rdf:type rdfs:Property ;
	rdfs:label "voelmax1"@en ;
	rdfs:domain <OverexcLimIEEEOEL3C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL3C.voelmax2> rdf:type rdfs:Property ;
	rdfs:label "voelmax2"@en ;
	rdfs:domain <OverexcLimIEEEOEL3C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL3C.voelmin2> rdf:type rdfs:Property ;
	rdfs:label "voelmin2"@en ;
	rdfs:domain <OverexcLimIEEEOEL3C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL3C.voelmin1> rdf:type rdfs:Property ;
	rdfs:label "voelmin1"@en ;
	rdfs:domain <OverexcLimIEEEOEL3C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL3C.koel> rdf:type rdfs:Property ;
	rdfs:label "koel"@en ;
	rdfs:domain <OverexcLimIEEEOEL3C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL3C.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <OverexcLimIEEEOEL3C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL3C.itfpu> rdf:type rdfs:Property ;
	rdfs:label "itfpu"@en ;
	rdfs:domain <OverexcLimIEEEOEL3C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL3C.kscale> rdf:type rdfs:Property ;
	rdfs:label "kscale"@en ;
	rdfs:domain <OverexcLimIEEEOEL3C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL3C.kpoel> rdf:type rdfs:Property ;
	rdfs:label "kpoel"@en ;
	rdfs:domain <OverexcLimIEEEOEL3C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL3C.toel> rdf:type rdfs:Property ;
	rdfs:label "toel"@en ;
	rdfs:domain <OverexcLimIEEEOEL3C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C> <http://www.w3.org/2000/01/rdf-schema#label> "OverexcLimIEEEOEL3C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.voelmax1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.voelmax1> <http://www.w3.org/2000/01/rdf-schema#label> "voelmax1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.voelmax1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.voelmax1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.voelmax2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.voelmax2> <http://www.w3.org/2000/01/rdf-schema#label> "voelmax2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.voelmax2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.voelmax2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.voelmin2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.voelmin2> <http://www.w3.org/2000/01/rdf-schema#label> "voelmin2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.voelmin2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.voelmin2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.voelmin1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.voelmin1> <http://www.w3.org/2000/01/rdf-schema#label> "voelmin1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.voelmin1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.voelmin1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.koel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.koel> <http://www.w3.org/2000/01/rdf-schema#label> "koel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.koel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.koel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.itfpu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.itfpu> <http://www.w3.org/2000/01/rdf-schema#label> "itfpu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.itfpu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.itfpu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.kscale> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.kscale> <http://www.w3.org/2000/01/rdf-schema#label> "kscale"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.kscale> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.kscale> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.kpoel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.kpoel> <http://www.w3.org/2000/01/rdf-schema#label> "kpoel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.kpoel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.kpoel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.toel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.toel> <http://www.w3.org/2000/01/rdf-schema#label> "toel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.toel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL3C.toel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: OverexcitationLimiterDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 OEL3C overexcitation limiter model. This model reduces voltage reference and thus terminal voltage in order to reduce field current according to an adjustable time characteristic. The reduction in voltage reference occurs whenever the actual excitation (field current) is greater than a pickup (reference) value. The pickup value is a constant value, which should be sufficient for representation of an OEL system in system studies. It should be recognized that the pickup value could be a function of the cold gas temperature of the generator, but that effect is not represented in this model.

Reference: IEEE 421.5-2016, 10.6.

Property Domain Range Comment
k1 OverexcLimIEEEOEL3C double Exponent for OEL error calculation (K1). Typical value = 1.
voelmax1 OverexcLimIEEEOEL3C double OEL integrator maximum output (Voelmax1). Typical value = 0,66.
voelmax2 OverexcLimIEEEOEL3C double OEL maximum output (Voelmax2). Typical value = 0.
voelmin2 OverexcLimIEEEOEL3C double OEL minimum output (Voelmin2). Typical value = -1.
voelmin1 OverexcLimIEEEOEL3C double OEL integrator minimum output (Voelmin1). Typical value = -1.
koel OverexcLimIEEEOEL3C double OEL gain (Koel). Typical value = 1.
tf OverexcLimIEEEOEL3C double OEL field current measurement time constant (Tf) (>=0). Typical value = 0,02.
itfpu OverexcLimIEEEOEL3C double OEL timed field current limiter pick up level (Itfpu). Typically, Itfpu is expressed in per unit of the rated value for the selected input variable for the OEL model. Typical value = 3,7.
kscale OverexcLimIEEEOEL3C double OEL input signal scaling factor (Kscale). The parameter should be calculated based on the selection of the OEL input signal, to match the base value used for expressing Itfpu.
kpoel OverexcLimIEEEOEL3C double OEL proportional gain (Kpoel). Typical value = 1.
toel OverexcLimIEEEOEL3C double OEL integral time constant (Toel) (>=0). Typical value = 24.
ExcitationSystemDynamics OverexcitationLimiterDynamics ExcitationSystemDynamics Excitation system model with which this overexcitation limiter model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

OverexcLimIEEEOEL4C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<OverexcLimIEEEOEL4C> rdf:type rdfs:Class ;
	rdfs:label "OverexcLimIEEEOEL4C"@en ;
	rdfs:subClassOf <OverexcitationLimiterDynamics> .
<OverexcLimIEEEOEL4C.tdelay> rdf:type rdfs:Property ;
	rdfs:label "tdelay"@en ;
	rdfs:domain <OverexcLimIEEEOEL4C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL4C.qref> rdf:type rdfs:Property ;
	rdfs:label "qref"@en ;
	rdfs:domain <OverexcLimIEEEOEL4C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL4C.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <OverexcLimIEEEOEL4C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL4C.vmin> rdf:type rdfs:Property ;
	rdfs:label "vmin"@en ;
	rdfs:domain <OverexcLimIEEEOEL4C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL4C.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <OverexcLimIEEEOEL4C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C> <http://www.w3.org/2000/01/rdf-schema#label> "OverexcLimIEEEOEL4C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C.tdelay> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C.tdelay> <http://www.w3.org/2000/01/rdf-schema#label> "tdelay"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C.tdelay> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C.tdelay> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C.qref> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C.qref> <http://www.w3.org/2000/01/rdf-schema#label> "qref"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C.qref> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C.qref> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C.vmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C.vmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C.vmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C.vmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL4C.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: OverexcitationLimiterDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 OEL4C overexcitation limiter model. This model acts to modify system excitation to limit reactive power from the generator. When generator reactive power output becomes greater than the adjustable pick-up value, the limiter should act to decrease excitation after a fixed-time delay. This limiter is also sometimes referred to as a var limiter. When applied to a conventional synchronous machine, this var limiter would modify the shape of the capability curve of the equipment and, possibly, reduce the reactive capability in the overexcited region.

Reference: IEEE 421.5-2016, 10.7.

Property Domain Range Comment
tdelay OverexcLimIEEEOEL4C double OEL integral time constant (Tdelay) (>=0). Typical value = 20.
qref OverexcLimIEEEOEL4C double OEL timed reactive power limiter pick up level (Qref). Typical value = 0,4.
kp OverexcLimIEEEOEL4C double OEL proportional gain (Kp). Typical value = 1.
vmin OverexcLimIEEEOEL4C double OEL minimum output (Vmin). Typical value = -0,2.
ki OverexcLimIEEEOEL4C double OEL integral gain (Ki). Typical value = 1.
ExcitationSystemDynamics OverexcitationLimiterDynamics ExcitationSystemDynamics Excitation system model with which this overexcitation limiter model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

OverexcLimIEEEOEL5C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<OverexcLimIEEEOEL5C> rdf:type rdfs:Class ;
	rdfs:label "OverexcLimIEEEOEL5C"@en ;
	rdfs:subClassOf <OverexcitationLimiterDynamics> .
<OverexcLimIEEEOEL5C.kscale1> rdf:type rdfs:Property ;
	rdfs:label "kscale1"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.ifdref2> rdf:type rdfs:Property ;
	rdfs:label "ifdref2"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.ifdpu> rdf:type rdfs:Property ;
	rdfs:label "ifdpu"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.kifdt> rdf:type rdfs:Property ;
	rdfs:label "kifdt"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.vvfemax> rdf:type rdfs:Property ;
	rdfs:label "vvfemax"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.voelmin> rdf:type rdfs:Property ;
	rdfs:label "voelmin"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.toel> rdf:type rdfs:Property ;
	rdfs:label "toel"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.kpoel> rdf:type rdfs:Property ;
	rdfs:label "kpoel"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.tboel> rdf:type rdfs:Property ;
	rdfs:label "tboel"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.kivfe> rdf:type rdfs:Property ;
	rdfs:label "kivfe"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.ifdpulev> rdf:type rdfs:Property ;
	rdfs:label "ifdpulev"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.tifdlev> rdf:type rdfs:Property ;
	rdfs:label "tifdlev"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.vferef> rdf:type rdfs:Property ;
	rdfs:label "vferef"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.ifdref1> rdf:type rdfs:Property ;
	rdfs:label "ifdref1"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.ifdlim> rdf:type rdfs:Property ;
	rdfs:label "ifdlim"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.voelmax> rdf:type rdfs:Property ;
	rdfs:label "voelmax"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.vvfemin> rdf:type rdfs:Property ;
	rdfs:label "vvfemin"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.kpvfe> rdf:type rdfs:Property ;
	rdfs:label "kpvfe"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.voelmax1> rdf:type rdfs:Property ;
	rdfs:label "voelmax1"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.tf2> rdf:type rdfs:Property ;
	rdfs:label "tf2"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.ibias> rdf:type rdfs:Property ;
	rdfs:label "ibias"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.k> rdf:type rdfs:Property ;
	rdfs:label "k"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.kscale2> rdf:type rdfs:Property ;
	rdfs:label "kscale2"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.tcoel> rdf:type rdfs:Property ;
	rdfs:label "tcoel"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.kioel> rdf:type rdfs:Property ;
	rdfs:label "kioel"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:double .
<OverexcLimIEEEOEL5C.sw1> rdf:type rdfs:Property ;
	rdfs:label "sw1"@en ;
	rdfs:domain <OverexcLimIEEEOEL5C> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> <http://www.w3.org/2000/01/rdf-schema#label> "OverexcLimIEEEOEL5C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kscale1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kscale1> <http://www.w3.org/2000/01/rdf-schema#label> "kscale1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kscale1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kscale1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ifdref2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ifdref2> <http://www.w3.org/2000/01/rdf-schema#label> "ifdref2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ifdref2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ifdref2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ifdpu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ifdpu> <http://www.w3.org/2000/01/rdf-schema#label> "ifdpu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ifdpu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ifdpu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kifdt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kifdt> <http://www.w3.org/2000/01/rdf-schema#label> "kifdt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kifdt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kifdt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.vvfemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.vvfemax> <http://www.w3.org/2000/01/rdf-schema#label> "vvfemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.vvfemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.vvfemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.voelmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.voelmin> <http://www.w3.org/2000/01/rdf-schema#label> "voelmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.voelmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.voelmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.toel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.toel> <http://www.w3.org/2000/01/rdf-schema#label> "toel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.toel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.toel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kpoel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kpoel> <http://www.w3.org/2000/01/rdf-schema#label> "kpoel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kpoel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kpoel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.tboel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.tboel> <http://www.w3.org/2000/01/rdf-schema#label> "tboel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.tboel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.tboel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kivfe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kivfe> <http://www.w3.org/2000/01/rdf-schema#label> "kivfe"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kivfe> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kivfe> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ifdpulev> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ifdpulev> <http://www.w3.org/2000/01/rdf-schema#label> "ifdpulev"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ifdpulev> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ifdpulev> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.tifdlev> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.tifdlev> <http://www.w3.org/2000/01/rdf-schema#label> "tifdlev"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.tifdlev> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.tifdlev> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.vferef> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.vferef> <http://www.w3.org/2000/01/rdf-schema#label> "vferef"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.vferef> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.vferef> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ifdref1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ifdref1> <http://www.w3.org/2000/01/rdf-schema#label> "ifdref1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ifdref1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ifdref1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ifdlim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ifdlim> <http://www.w3.org/2000/01/rdf-schema#label> "ifdlim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ifdlim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ifdlim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.voelmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.voelmax> <http://www.w3.org/2000/01/rdf-schema#label> "voelmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.voelmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.voelmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.vvfemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.vvfemin> <http://www.w3.org/2000/01/rdf-schema#label> "vvfemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.vvfemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.vvfemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kpvfe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kpvfe> <http://www.w3.org/2000/01/rdf-schema#label> "kpvfe"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kpvfe> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kpvfe> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.voelmax1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.voelmax1> <http://www.w3.org/2000/01/rdf-schema#label> "voelmax1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.voelmax1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.voelmax1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.tf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.tf2> <http://www.w3.org/2000/01/rdf-schema#label> "tf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.tf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.tf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ibias> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ibias> <http://www.w3.org/2000/01/rdf-schema#label> "ibias"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ibias> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.ibias> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.k> <http://www.w3.org/2000/01/rdf-schema#label> "k"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.k> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.k> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kscale2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kscale2> <http://www.w3.org/2000/01/rdf-schema#label> "kscale2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kscale2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kscale2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.tcoel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.tcoel> <http://www.w3.org/2000/01/rdf-schema#label> "tcoel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.tcoel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.tcoel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kioel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kioel> <http://www.w3.org/2000/01/rdf-schema#label> "kioel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kioel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.kioel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.sw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.sw1> <http://www.w3.org/2000/01/rdf-schema#label> "sw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.sw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimIEEEOEL5C.sw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: OverexcitationLimiterDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 OEL5C overexcitation limiter model. This model represents a take-over type function which replaces the normal input to the firing circuits. The output of the model is the result of either the generator field current regulator or the exciter field current regulator.

Reference: IEEE 421.5-2016, 10.8.

Property Domain Range Comment
kscale1 OverexcLimIEEEOEL5C double Scale factor for OEL input (Kscale1). Typical value = 0,295.
ifdref2 OverexcLimIEEEOEL5C double OEL reference 2 (Ifdref2). Typical value = 1.
ifdpu OverexcLimIEEEOEL5C double OEL inverse time integrator pickup level (Ifdpu). Typical value = 1,02.
kifdt OverexcLimIEEEOEL5C double OEL inverse time leak gain (Kifdt). Typical value = 0,0043.
k1 OverexcLimIEEEOEL5C double Exponent for inverse time function (K1). Typical value = 1.
vvfemax OverexcLimIEEEOEL5C double Exciter field current regulator upper limit (Vvfemax). Typical value = 1.
voelmin OverexcLimIEEEOEL5C double OEL PI control lower limit (Voelmin). Typical value = -0,99.
toel OverexcLimIEEEOEL5C double OEL inverse time integrator time constant (Toel) (>=0). Typical value = 1.
kpoel OverexcLimIEEEOEL5C double OEL proportional gain (Kpoel). Typical value = 0,46.
tboel OverexcLimIEEEOEL5C double OEL lag time constant (Tboel) (>=0). Typical value = 0.
kivfe OverexcLimIEEEOEL5C double Exciter field current regulator integral gain (Kivfe). Typical value = 0.
ifdpulev OverexcLimIEEEOEL5C double OEL activation logic pickup level (Ifdpulev). Typical value = 1,4.
tifdlev OverexcLimIEEEOEL5C double OEL activation logic timer setpoint (Tifdlevl) (>=0). Typical value = 1.
vferef OverexcLimIEEEOEL5C double Exciter field current reference setpoint (Vferef). Typical value = 0.
ifdref1 OverexcLimIEEEOEL5C double OEL reference 1 (Ifdref1). Typical value = 1,25.
ifdlim OverexcLimIEEEOEL5C double OEL inverse time limit active level (Ifdlim). Typical value = 6,58.
voelmax OverexcLimIEEEOEL5C double OEL PI control upper limit (Voelmax). Typical value = 1.
vvfemin OverexcLimIEEEOEL5C double Exciter field current regulator lower limit (Vvfemin). Typical value = -0,99.
kpvfe OverexcLimIEEEOEL5C double Exciter field current regulator proportional gain (Kpvfe). Typical value = 0.
voelmax1 OverexcLimIEEEOEL5C double OEL inverse time time upper limit (Voelmax1). Typical value = 9,49.
tf2 OverexcLimIEEEOEL5C double OEL input transducer time constant (Tf2) (>=0). Typical value = 0.
ibias OverexcLimIEEEOEL5C double OEL reference bias (Ibias). Typical value = 1.
k OverexcLimIEEEOEL5C double OEL lead-lag gain (K). Typical value = 1.
kscale2 OverexcLimIEEEOEL5C double Scale factor IFEbase/IFErated (Kscale2). Typical value = 0.
tcoel OverexcLimIEEEOEL5C double OEL lead time constant (Tcoel) (>=0). Typical value = 0.
kioel OverexcLimIEEEOEL5C double OEL integral gain (Kioel). Typical value = 17,36.
sw1 OverexcLimIEEEOEL5C boolean OEL reference logic switch (SW1). True means position A. False means position B. Typical value = true.
ExcitationSystemDynamics OverexcitationLimiterDynamics ExcitationSystemDynamics Excitation system model with which this overexcitation limiter model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

OverexcLimX1

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<OverexcLimX1> rdf:type rdfs:Class ;
	rdfs:label "OverexcLimX1"@en ;
	rdfs:subClassOf <OverexcitationLimiterDynamics> .
<OverexcLimX1.efd1> rdf:type rdfs:Property ;
	rdfs:label "efd1"@en ;
	rdfs:domain <OverexcLimX1> ;
	rdfs:range xsd:double .
<OverexcLimX1.vhigh> rdf:type rdfs:Property ;
	rdfs:label "vhigh"@en ;
	rdfs:domain <OverexcLimX1> ;
	rdfs:range xsd:double .
<OverexcLimX1.vlow> rdf:type rdfs:Property ;
	rdfs:label "vlow"@en ;
	rdfs:domain <OverexcLimX1> ;
	rdfs:range xsd:double .
<OverexcLimX1.efdrated> rdf:type rdfs:Property ;
	rdfs:label "efdrated"@en ;
	rdfs:domain <OverexcLimX1> ;
	rdfs:range xsd:double .
<OverexcLimX1.mstatus> rdf:type rdfs:Property ;
	rdfs:label "mstatus"@en ;
	rdfs:domain <OverexcLimX1> ;
	rdfs:range xsd:boolean .
<OverexcLimX1.kmx> rdf:type rdfs:Property ;
	rdfs:label "kmx"@en ;
	rdfs:domain <OverexcLimX1> ;
	rdfs:range xsd:double .
<OverexcLimX1.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <OverexcLimX1> ;
	rdfs:range xsd:double .
<OverexcLimX1.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <OverexcLimX1> ;
	rdfs:range xsd:double .
<OverexcLimX1.efd2> rdf:type rdfs:Property ;
	rdfs:label "efd2"@en ;
	rdfs:domain <OverexcLimX1> ;
	rdfs:range xsd:double .
<OverexcLimX1.efddes> rdf:type rdfs:Property ;
	rdfs:label "efddes"@en ;
	rdfs:domain <OverexcLimX1> ;
	rdfs:range xsd:double .
<OverexcLimX1.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <OverexcLimX1> ;
	rdfs:range xsd:double .
<OverexcLimX1.efd3> rdf:type rdfs:Property ;
	rdfs:label "efd3"@en ;
	rdfs:domain <OverexcLimX1> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1> <http://www.w3.org/2000/01/rdf-schema#label> "OverexcLimX1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.efd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.efd1> <http://www.w3.org/2000/01/rdf-schema#label> "efd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.efd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.efd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.vhigh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.vhigh> <http://www.w3.org/2000/01/rdf-schema#label> "vhigh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.vhigh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.vhigh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.vlow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.vlow> <http://www.w3.org/2000/01/rdf-schema#label> "vlow"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.vlow> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.vlow> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.efdrated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.efdrated> <http://www.w3.org/2000/01/rdf-schema#label> "efdrated"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.efdrated> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.efdrated> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.mstatus> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.mstatus> <http://www.w3.org/2000/01/rdf-schema#label> "mstatus"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.mstatus> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.mstatus> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.kmx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.kmx> <http://www.w3.org/2000/01/rdf-schema#label> "kmx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.kmx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.kmx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.efd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.efd2> <http://www.w3.org/2000/01/rdf-schema#label> "efd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.efd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.efd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.efddes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.efddes> <http://www.w3.org/2000/01/rdf-schema#label> "efddes"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.efddes> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.efddes> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.efd3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.efd3> <http://www.w3.org/2000/01/rdf-schema#label> "efd3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.efd3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX1.efd3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: OverexcitationLimiterDynamics » DynamicsFunctionBlock » IdentifiedObject

Field voltage over excitation limiter.

Property Domain Range Comment
efd1 OverexcLimX1 double Low voltage point on the inverse time characteristic (EFD1). Typical value = 1,1.
vhigh OverexcLimX1 double High voltage limit (Vhigh) (> Vlow, >=0).
vlow OverexcLimX1 double Low voltage limit (VLOW) (> 0).
efdrated OverexcLimX1 double Rated field voltage (EFDRATED). Typical value = 1,05.
mstatus OverexcLimX1 boolean Identifies the choice between using the inverse time characteristic and desired field voltage. True means usage of inverse time characteristic. False means usage of desired field voltage. Typical value = false.
kmx OverexcLimX1 double Gain (KMX). Typical value = 0,01.
t2 OverexcLimX1 double Time to trip the exciter at the mid voltage point on the inverse time characteristic (TIME2) (>= 0). Typical value = 40.
t3 OverexcLimX1 double Time to trip the exciter at the high voltage point on the inverse time characteristic (TIME3) (>= 0). Typical value = 15.
efd2 OverexcLimX1 double Mid voltage point on the inverse time characteristic (EFD2). Typical value = 1,2.
efddes OverexcLimX1 double Desired field voltage (EFDDES). Typical value = 0,9.
t1 OverexcLimX1 double Time to trip the exciter at the low voltage point on the inverse time characteristic (TIME1) (>= 0). Typical value = 120.
efd3 OverexcLimX1 double High voltage point on the inverse time characteristic (EFD3). Typical value = 1,5.
ExcitationSystemDynamics OverexcitationLimiterDynamics ExcitationSystemDynamics Excitation system model with which this overexcitation limiter model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

OverexcLimX2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<OverexcLimX2> rdf:type rdfs:Class ;
	rdfs:label "OverexcLimX2"@en ;
	rdfs:subClassOf <OverexcitationLimiterDynamics> .
<OverexcLimX2.efdrated> rdf:type rdfs:Property ;
	rdfs:label "efdrated"@en ;
	rdfs:domain <OverexcLimX2> ;
	rdfs:range xsd:double .
<OverexcLimX2.m> rdf:type rdfs:Property ;
	rdfs:label "m"@en ;
	rdfs:domain <OverexcLimX2> ;
	rdfs:range xsd:boolean .
<OverexcLimX2.mstatus> rdf:type rdfs:Property ;
	rdfs:label "mstatus"@en ;
	rdfs:domain <OverexcLimX2> ;
	rdfs:range xsd:boolean .
<OverexcLimX2.efddes> rdf:type rdfs:Property ;
	rdfs:label "efddes"@en ;
	rdfs:domain <OverexcLimX2> ;
	rdfs:range xsd:double .
<OverexcLimX2.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <OverexcLimX2> ;
	rdfs:range xsd:double .
<OverexcLimX2.efd2> rdf:type rdfs:Property ;
	rdfs:label "efd2"@en ;
	rdfs:domain <OverexcLimX2> ;
	rdfs:range xsd:double .
<OverexcLimX2.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <OverexcLimX2> ;
	rdfs:range xsd:double .
<OverexcLimX2.efd3> rdf:type rdfs:Property ;
	rdfs:label "efd3"@en ;
	rdfs:domain <OverexcLimX2> ;
	rdfs:range xsd:double .
<OverexcLimX2.vhigh> rdf:type rdfs:Property ;
	rdfs:label "vhigh"@en ;
	rdfs:domain <OverexcLimX2> ;
	rdfs:range xsd:double .
<OverexcLimX2.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <OverexcLimX2> ;
	rdfs:range xsd:double .
<OverexcLimX2.efd1> rdf:type rdfs:Property ;
	rdfs:label "efd1"@en ;
	rdfs:domain <OverexcLimX2> ;
	rdfs:range xsd:double .
<OverexcLimX2.kmx> rdf:type rdfs:Property ;
	rdfs:label "kmx"@en ;
	rdfs:domain <OverexcLimX2> ;
	rdfs:range xsd:double .
<OverexcLimX2.vlow> rdf:type rdfs:Property ;
	rdfs:label "vlow"@en ;
	rdfs:domain <OverexcLimX2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2> <http://www.w3.org/2000/01/rdf-schema#label> "OverexcLimX2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.efdrated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.efdrated> <http://www.w3.org/2000/01/rdf-schema#label> "efdrated"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.efdrated> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.efdrated> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.m> <http://www.w3.org/2000/01/rdf-schema#label> "m"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.m> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.m> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.mstatus> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.mstatus> <http://www.w3.org/2000/01/rdf-schema#label> "mstatus"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.mstatus> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.mstatus> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.efddes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.efddes> <http://www.w3.org/2000/01/rdf-schema#label> "efddes"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.efddes> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.efddes> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.efd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.efd2> <http://www.w3.org/2000/01/rdf-schema#label> "efd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.efd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.efd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.efd3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.efd3> <http://www.w3.org/2000/01/rdf-schema#label> "efd3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.efd3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.efd3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.vhigh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.vhigh> <http://www.w3.org/2000/01/rdf-schema#label> "vhigh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.vhigh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.vhigh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.efd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.efd1> <http://www.w3.org/2000/01/rdf-schema#label> "efd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.efd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.efd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.kmx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.kmx> <http://www.w3.org/2000/01/rdf-schema#label> "kmx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.kmx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.kmx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.vlow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.vlow> <http://www.w3.org/2000/01/rdf-schema#label> "vlow"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.vlow> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcLimX2.vlow> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: OverexcitationLimiterDynamics » DynamicsFunctionBlock » IdentifiedObject

Field voltage or current overexcitation limiter designed to protect the generator field of an AC machine with automatic excitation control from overheating due to prolonged overexcitation.

Property Domain Range Comment
efdrated OverexcLimX2 double Rated field voltage if m = false or rated field current if m = true (EFDRATED). Typical value = 1,05.
m OverexcLimX2 boolean (m). true = IFD limiting false = EFD limiting.
mstatus OverexcLimX2 boolean Identifies the choice between using the inverse time characteristic and desired field voltage. True means usage of inverse time characteristic. False means usage of desired field voltage. Typical value = false.
efddes OverexcLimX2 double Desired field voltage if m = false or desired field current if m = true (EFDDES). Typical value = 1.
t2 OverexcLimX2 double Time to trip the exciter at the mid voltage or current point on the inverse time characteristic (TIME2) (>= 0). Typical value = 40.
efd2 OverexcLimX2 double Mid voltage or current point on the inverse time characteristic (EFD2). Typical value = 1,2.
t1 OverexcLimX2 double Time to trip the exciter at the low voltage or current point on the inverse time characteristic (TIME1) (>= 0). Typical value = 120.
efd3 OverexcLimX2 double High voltage or current point on the inverse time characteristic (EFD3). Typical value = 1,5.
vhigh OverexcLimX2 double High voltage limit (Vhigh) (> Vlow, >=0).
t3 OverexcLimX2 double Time to trip the exciter at the high voltage or current point on the inverse time characteristic (TIME3) (>= 0). Typical value = 15.
efd1 OverexcLimX2 double Low voltage or current point on the inverse time characteristic (EFD1). Typical value = 1,1.
kmx OverexcLimX2 double Gain (KMX). Typical value = 0,002.
vlow OverexcLimX2 double Low voltage limit (VLOW) (> 0).
ExcitationSystemDynamics OverexcitationLimiterDynamics ExcitationSystemDynamics Excitation system model with which this overexcitation limiter model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

OverexcitationLimiterDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<OverexcitationLimiterDynamics> rdf:type rdfs:Class ;
	rdfs:label "OverexcitationLimiterDynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<OverexcitationLimiterDynamics.ExcitationSystemDynamics> rdf:type rdfs:Property ;
	rdfs:label "ExcitationSystemDynamics"@en ;
	rdfs:domain <OverexcitationLimiterDynamics> ;
	rdfs:range <ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "OverexcitationLimiterDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterDynamics.ExcitationSystemDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterDynamics.ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "ExcitationSystemDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterDynamics.ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterDynamics.ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Overexcitation limiter function block whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
ExcitationSystemDynamics OverexcitationLimiterDynamics ExcitationSystemDynamics Excitation system model with which this overexcitation limiter model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

OverexcitationLimiterUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<OverexcitationLimiterUserDefined> rdf:type rdfs:Class ;
	rdfs:label "OverexcitationLimiterUserDefined"@en ;
	rdfs:subClassOf <OverexcitationLimiterDynamics> .
<OverexcitationLimiterUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <OverexcitationLimiterUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "OverexcitationLimiterUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: OverexcitationLimiterDynamics » DynamicsFunctionBlock » IdentifiedObject

Overexcitation limiter system function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary OverexcitationLimiterUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
ExcitationSystemDynamics OverexcitationLimiterDynamics ExcitationSystemDynamics Excitation system model with which this overexcitation limiter model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PFVArControllerType1Dynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PFVArControllerType1Dynamics> rdf:type rdfs:Class ;
	rdfs:label "PFVArControllerType1Dynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<PFVArControllerType1Dynamics.ExcitationSystemDynamics> rdf:type rdfs:Property ;
	rdfs:label "ExcitationSystemDynamics"@en ;
	rdfs:domain <PFVArControllerType1Dynamics> ;
	rdfs:range <ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1Dynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1Dynamics> <http://www.w3.org/2000/01/rdf-schema#label> "PFVArControllerType1Dynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1Dynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1Dynamics.ExcitationSystemDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1Dynamics.ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "ExcitationSystemDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1Dynamics.ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1Dynamics.ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Power factor or VAr controller type 1 function block whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
ExcitationSystemDynamics PFVArControllerType1Dynamics ExcitationSystemDynamics Excitation system model with which this power actor or VAr controller type 1 model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PFVArControllerType1UserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PFVArControllerType1UserDefined> rdf:type rdfs:Class ;
	rdfs:label "PFVArControllerType1UserDefined"@en ;
	rdfs:subClassOf <PFVArControllerType1Dynamics> .
<PFVArControllerType1UserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <PFVArControllerType1UserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1UserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1UserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "PFVArControllerType1UserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1UserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1UserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1UserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1UserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1UserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1UserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: PFVArControllerType1Dynamics » DynamicsFunctionBlock » IdentifiedObject

Power factor or VAr controller type 1 function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary PFVArControllerType1UserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
ExcitationSystemDynamics PFVArControllerType1Dynamics ExcitationSystemDynamics Excitation system model with which this power actor or VAr controller type 1 model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PFVArControllerType2Dynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PFVArControllerType2Dynamics> rdf:type rdfs:Class ;
	rdfs:label "PFVArControllerType2Dynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<PFVArControllerType2Dynamics.ExcitationSystemDynamics> rdf:type rdfs:Property ;
	rdfs:label "ExcitationSystemDynamics"@en ;
	rdfs:domain <PFVArControllerType2Dynamics> ;
	rdfs:range <ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2Dynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2Dynamics> <http://www.w3.org/2000/01/rdf-schema#label> "PFVArControllerType2Dynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2Dynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2Dynamics.ExcitationSystemDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2Dynamics.ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "ExcitationSystemDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2Dynamics.ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2Dynamics.ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Power factor or VAr controller type 2 function block whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
ExcitationSystemDynamics PFVArControllerType2Dynamics ExcitationSystemDynamics Excitation system model with which this power factor or VAr controller type 2 is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PFVArControllerType2UserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PFVArControllerType2UserDefined> rdf:type rdfs:Class ;
	rdfs:label "PFVArControllerType2UserDefined"@en ;
	rdfs:subClassOf <PFVArControllerType2Dynamics> .
<PFVArControllerType2UserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <PFVArControllerType2UserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2UserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2UserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "PFVArControllerType2UserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2UserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2UserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2UserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2UserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2UserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2UserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: PFVArControllerType2Dynamics » DynamicsFunctionBlock » IdentifiedObject

Power factor or VAr controller type 2 function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary PFVArControllerType2UserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
ExcitationSystemDynamics PFVArControllerType2Dynamics ExcitationSystemDynamics Excitation system model with which this power factor or VAr controller type 2 is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PFVArType1CIEEEPFController

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PFVArType1CIEEEPFController> rdf:type rdfs:Class ;
	rdfs:label "PFVArType1CIEEEPFController"@en ;
	rdfs:subClassOf <PFVArControllerType1Dynamics> .
<PFVArType1CIEEEPFController.vvtmin> rdf:type rdfs:Property ;
	rdfs:label "vvtmin"@en ;
	rdfs:domain <PFVArType1CIEEEPFController> ;
	rdfs:range xsd:double .
<PFVArType1CIEEEPFController.vvtmax> rdf:type rdfs:Property ;
	rdfs:label "vvtmax"@en ;
	rdfs:domain <PFVArType1CIEEEPFController> ;
	rdfs:range xsd:double .
<PFVArType1CIEEEPFController.tpfc> rdf:type rdfs:Property ;
	rdfs:label "tpfc"@en ;
	rdfs:domain <PFVArType1CIEEEPFController> ;
	rdfs:range xsd:double .
<PFVArType1CIEEEPFController.vitmin> rdf:type rdfs:Property ;
	rdfs:label "vitmin"@en ;
	rdfs:domain <PFVArType1CIEEEPFController> ;
	rdfs:range xsd:double .
<PFVArType1CIEEEPFController.vpfcbw> rdf:type rdfs:Property ;
	rdfs:label "vpfcbw"@en ;
	rdfs:domain <PFVArType1CIEEEPFController> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController> <http://www.w3.org/2000/01/rdf-schema#label> "PFVArType1CIEEEPFController"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController.vvtmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController.vvtmin> <http://www.w3.org/2000/01/rdf-schema#label> "vvtmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController.vvtmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController.vvtmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController.vvtmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController.vvtmax> <http://www.w3.org/2000/01/rdf-schema#label> "vvtmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController.vvtmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController.vvtmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController.tpfc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController.tpfc> <http://www.w3.org/2000/01/rdf-schema#label> "tpfc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController.tpfc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController.tpfc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController.vitmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController.vitmin> <http://www.w3.org/2000/01/rdf-schema#label> "vitmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController.vitmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController.vitmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController.vpfcbw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController.vpfcbw> <http://www.w3.org/2000/01/rdf-schema#label> "vpfcbw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController.vpfcbw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEPFController.vpfcbw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PFVArControllerType1Dynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 power factor controller Type 1 model. This power factor controller operates by moving the voltage reference directly. It operates after a time delay to raise or lower the reference setpoint until the generator power factor is within the set deadband value.

Reference: IEEE 421.5-2016, 13.4.

Property Domain Range Comment
vvtmin PFVArType1CIEEEPFController double Power factor controller minimum terminal voltage limit (Vvtmin). Typical value = 0,95.
vvtmax PFVArType1CIEEEPFController double Power factor controller maximum terminal voltage limit (Vvtmax). Typical value = 1,05.
tpfc PFVArType1CIEEEPFController double Power factor controller delay time (Tpfc) (>=0). Typical value = 0,5.
vitmin PFVArType1CIEEEPFController double Power factor controller minimum terminal current limit (Vitmin). Typical value = 0,1.
vpfcbw PFVArType1CIEEEPFController double Power factor controller deadband magnitude (Vpfcbw). Typical value = 0,02.
ExcitationSystemDynamics PFVArControllerType1Dynamics ExcitationSystemDynamics Excitation system model with which this power actor or VAr controller type 1 model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PFVArType1CIEEEVArController

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PFVArType1CIEEEVArController> rdf:type rdfs:Class ;
	rdfs:label "PFVArType1CIEEEVArController"@en ;
	rdfs:subClassOf <PFVArControllerType1Dynamics> .
<PFVArType1CIEEEVArController.vitmin> rdf:type rdfs:Property ;
	rdfs:label "vitmin"@en ;
	rdfs:domain <PFVArType1CIEEEVArController> ;
	rdfs:range xsd:double .
<PFVArType1CIEEEVArController.tvarc> rdf:type rdfs:Property ;
	rdfs:label "tvarc"@en ;
	rdfs:domain <PFVArType1CIEEEVArController> ;
	rdfs:range xsd:double .
<PFVArType1CIEEEVArController.vvtmax> rdf:type rdfs:Property ;
	rdfs:label "vvtmax"@en ;
	rdfs:domain <PFVArType1CIEEEVArController> ;
	rdfs:range xsd:double .
<PFVArType1CIEEEVArController.vvarcbw> rdf:type rdfs:Property ;
	rdfs:label "vvarcbw"@en ;
	rdfs:domain <PFVArType1CIEEEVArController> ;
	rdfs:range xsd:double .
<PFVArType1CIEEEVArController.vvtmin> rdf:type rdfs:Property ;
	rdfs:label "vvtmin"@en ;
	rdfs:domain <PFVArType1CIEEEVArController> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController> <http://www.w3.org/2000/01/rdf-schema#label> "PFVArType1CIEEEVArController"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController.vitmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController.vitmin> <http://www.w3.org/2000/01/rdf-schema#label> "vitmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController.vitmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController.vitmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController.tvarc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController.tvarc> <http://www.w3.org/2000/01/rdf-schema#label> "tvarc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController.tvarc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController.tvarc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController.vvtmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController.vvtmax> <http://www.w3.org/2000/01/rdf-schema#label> "vvtmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController.vvtmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController.vvtmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController.vvarcbw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController.vvarcbw> <http://www.w3.org/2000/01/rdf-schema#label> "vvarcbw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController.vvarcbw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController.vvarcbw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController.vvtmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController.vvtmin> <http://www.w3.org/2000/01/rdf-schema#label> "vvtmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController.vvtmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1CIEEEVArController.vvtmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PFVArControllerType1Dynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 Var controller Type 1 model. It operates by moving the voltage reference through the voltage adjuster model. The var controller operates after a time delay to raise or lower the reference setpoint until the generator reactive power (var) is within the given deadband value.

Reference: IEEE 421.5-2016, 13.5.

Property Domain Range Comment
vitmin PFVArType1CIEEEVArController double Var controller minimum terminal current limit (Vitmin). Typical value = 0,1.
tvarc PFVArType1CIEEEVArController double Var controller delay time (Tvarc) (>=0). Typical value = 0,5.
vvtmax PFVArType1CIEEEVArController double Var controller maximum terminal voltage limit (Vvtmax). Typical value = 1,05.
vvarcbw PFVArType1CIEEEVArController double Var controller deadband magnitude (Vvarcbw). Typical value = 0,02.
vvtmin PFVArType1CIEEEVArController double Var controller minimum terminal voltage limit (Vvtmin). Typical value = 0,95.
ExcitationSystemDynamics PFVArControllerType1Dynamics ExcitationSystemDynamics Excitation system model with which this power actor or VAr controller type 1 model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PFVArType1IEEEPFController

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PFVArType1IEEEPFController> rdf:type rdfs:Class ;
	rdfs:label "PFVArType1IEEEPFController"@en ;
	rdfs:subClassOf <PFVArControllerType1Dynamics> .
<PFVArType1IEEEPFController.vvtmax> rdf:type rdfs:Property ;
	rdfs:label "vvtmax"@en ;
	rdfs:domain <PFVArType1IEEEPFController> ;
	rdfs:range xsd:double .
<PFVArType1IEEEPFController.vpfcbw> rdf:type rdfs:Property ;
	rdfs:label "vpfcbw"@en ;
	rdfs:domain <PFVArType1IEEEPFController> ;
	rdfs:range xsd:double .
<PFVArType1IEEEPFController.tpfc> rdf:type rdfs:Property ;
	rdfs:label "tpfc"@en ;
	rdfs:domain <PFVArType1IEEEPFController> ;
	rdfs:range xsd:double .
<PFVArType1IEEEPFController.vvtmin> rdf:type rdfs:Property ;
	rdfs:label "vvtmin"@en ;
	rdfs:domain <PFVArType1IEEEPFController> ;
	rdfs:range xsd:double .
<PFVArType1IEEEPFController.vitmin> rdf:type rdfs:Property ;
	rdfs:label "vitmin"@en ;
	rdfs:domain <PFVArType1IEEEPFController> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController> <http://www.w3.org/2000/01/rdf-schema#label> "PFVArType1IEEEPFController"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController.vvtmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController.vvtmax> <http://www.w3.org/2000/01/rdf-schema#label> "vvtmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController.vvtmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController.vvtmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController.vpfcbw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController.vpfcbw> <http://www.w3.org/2000/01/rdf-schema#label> "vpfcbw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController.vpfcbw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController.vpfcbw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController.tpfc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController.tpfc> <http://www.w3.org/2000/01/rdf-schema#label> "tpfc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController.tpfc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController.tpfc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController.vvtmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController.vvtmin> <http://www.w3.org/2000/01/rdf-schema#label> "vvtmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController.vvtmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController.vvtmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController.vitmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController.vitmin> <http://www.w3.org/2000/01/rdf-schema#label> "vitmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController.vitmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEPFController.vitmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PFVArControllerType1Dynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE PF controller type 1 which operates by moving the voltage reference directly. Reference: IEEE 421.5-2005, 11.2.

Property Domain Range Comment
vvtmax PFVArType1IEEEPFController double Maximum machine terminal voltage needed for pf/var controller to be enabled (VVTMAX) (> PFVArType1IEEEPFController.vvtmin).
vpfcbw PFVArType1IEEEPFController double PF controller deadband (VPFC_BW). Typical value = 0,05.
tpfc PFVArType1IEEEPFController double PF controller time delay (TPFC) (>= 0). Typical value = 5.
vvtmin PFVArType1IEEEPFController double Minimum machine terminal voltage needed to enable pf/var controller (VVTMIN) (< PFVArType1IEEEPFController.vvtmax).
vitmin PFVArType1IEEEPFController double Minimum machine terminal current needed to enable pf/var controller (VITMIN).
ExcitationSystemDynamics PFVArControllerType1Dynamics ExcitationSystemDynamics Excitation system model with which this power actor or VAr controller type 1 model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PFVArType1IEEEVArController

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PFVArType1IEEEVArController> rdf:type rdfs:Class ;
	rdfs:label "PFVArType1IEEEVArController"@en ;
	rdfs:subClassOf <PFVArControllerType1Dynamics> .
<PFVArType1IEEEVArController.vvtmin> rdf:type rdfs:Property ;
	rdfs:label "vvtmin"@en ;
	rdfs:domain <PFVArType1IEEEVArController> ;
	rdfs:range xsd:double .
<PFVArType1IEEEVArController.vvtmax> rdf:type rdfs:Property ;
	rdfs:label "vvtmax"@en ;
	rdfs:domain <PFVArType1IEEEVArController> ;
	rdfs:range xsd:double .
<PFVArType1IEEEVArController.tvarc> rdf:type rdfs:Property ;
	rdfs:label "tvarc"@en ;
	rdfs:domain <PFVArType1IEEEVArController> ;
	rdfs:range xsd:double .
<PFVArType1IEEEVArController.vvarcbw> rdf:type rdfs:Property ;
	rdfs:label "vvarcbw"@en ;
	rdfs:domain <PFVArType1IEEEVArController> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController> <http://www.w3.org/2000/01/rdf-schema#label> "PFVArType1IEEEVArController"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController.vvtmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController.vvtmin> <http://www.w3.org/2000/01/rdf-schema#label> "vvtmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController.vvtmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController.vvtmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController.vvtmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController.vvtmax> <http://www.w3.org/2000/01/rdf-schema#label> "vvtmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController.vvtmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController.vvtmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController.tvarc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController.tvarc> <http://www.w3.org/2000/01/rdf-schema#label> "tvarc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController.tvarc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController.tvarc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController.vvarcbw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController.vvarcbw> <http://www.w3.org/2000/01/rdf-schema#label> "vvarcbw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController.vvarcbw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType1IEEEVArController.vvarcbw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PFVArControllerType1Dynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE VAR controller type 1 which operates by moving the voltage reference directly. Reference: IEEE 421.5-2005, 11.3.

Property Domain Range Comment
vvtmin PFVArType1IEEEVArController double Minimum machine terminal voltage needed to enable pf/var controller (VVTMIN) (< PVFArType1IEEEVArController.vvtmax).
vvtmax PFVArType1IEEEVArController double Maximum machine terminal voltage needed for pf/VAr controller to be enabled (VVTMAX) (> PVFArType1IEEEVArController.vvtmin).
tvarc PFVArType1IEEEVArController double Var controller time delay (TVARC) (>= 0). Typical value = 5.
vvarcbw PFVArType1IEEEVArController double Var controller deadband (VVARC_BW). Typical value = 0,02.
ExcitationSystemDynamics PFVArControllerType1Dynamics ExcitationSystemDynamics Excitation system model with which this power actor or VAr controller type 1 model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PFVArType2CIEEEPFController

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PFVArType2CIEEEPFController> rdf:type rdfs:Class ;
	rdfs:label "PFVArType2CIEEEPFController"@en ;
	rdfs:subClassOf <PFVArControllerType2Dynamics> .
<PFVArType2CIEEEPFController.vitmin> rdf:type rdfs:Property ;
	rdfs:label "vitmin"@en ;
	rdfs:domain <PFVArType2CIEEEPFController> ;
	rdfs:range xsd:double .
<PFVArType2CIEEEPFController.kppf> rdf:type rdfs:Property ;
	rdfs:label "kppf"@en ;
	rdfs:domain <PFVArType2CIEEEPFController> ;
	rdfs:range xsd:double .
<PFVArType2CIEEEPFController.vvtmin> rdf:type rdfs:Property ;
	rdfs:label "vvtmin"@en ;
	rdfs:domain <PFVArType2CIEEEPFController> ;
	rdfs:range xsd:double .
<PFVArType2CIEEEPFController.kipf> rdf:type rdfs:Property ;
	rdfs:label "kipf"@en ;
	rdfs:domain <PFVArType2CIEEEPFController> ;
	rdfs:range xsd:double .
<PFVArType2CIEEEPFController.vvtmax> rdf:type rdfs:Property ;
	rdfs:label "vvtmax"@en ;
	rdfs:domain <PFVArType2CIEEEPFController> ;
	rdfs:range xsd:double .
<PFVArType2CIEEEPFController.vpflmt> rdf:type rdfs:Property ;
	rdfs:label "vpflmt"@en ;
	rdfs:domain <PFVArType2CIEEEPFController> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController> <http://www.w3.org/2000/01/rdf-schema#label> "PFVArType2CIEEEPFController"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.vitmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.vitmin> <http://www.w3.org/2000/01/rdf-schema#label> "vitmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.vitmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.vitmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.kppf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.kppf> <http://www.w3.org/2000/01/rdf-schema#label> "kppf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.kppf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.kppf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.vvtmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.vvtmin> <http://www.w3.org/2000/01/rdf-schema#label> "vvtmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.vvtmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.vvtmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.kipf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.kipf> <http://www.w3.org/2000/01/rdf-schema#label> "kipf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.kipf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.kipf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.vvtmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.vvtmax> <http://www.w3.org/2000/01/rdf-schema#label> "vvtmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.vvtmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.vvtmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.vpflmt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.vpflmt> <http://www.w3.org/2000/01/rdf-schema#label> "vpflmt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.vpflmt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEPFController.vpflmt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PFVArControllerType2Dynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 power factor controller Type 2 model. It is a summing point type controller and makes up the outside loop of a two-loop system. This power factor controller should be implemented as a slow PI controller acting as the outside loop, while the voltage regulator forms the inner loop and is implemented as a fast controller.

Reference: IEEE 421.5-2016, 13.6.

Property Domain Range Comment
vitmin PFVArType2CIEEEPFController double Power factor controller minimum terminal current limit (Vitmin). Typical value = 0,1.
kppf PFVArType2CIEEEPFController double Power factor controller proportional gain (Kppf). Typical value = 1.
vvtmin PFVArType2CIEEEPFController double Power factor controller minimum terminal voltage limit (Vvtmin). Typical value = 0,95.
kipf PFVArType2CIEEEPFController double Power factor controller integral gain (Kipf). Typical value = 1.
vvtmax PFVArType2CIEEEPFController double Power factor controller maximum terminal voltage limit (Vvtmax). Typical value = 1,05.
vpflmt PFVArType2CIEEEPFController double Power factor controller output limit (Vpflmt). Typical value = 0,1.
ExcitationSystemDynamics PFVArControllerType2Dynamics ExcitationSystemDynamics Excitation system model with which this power factor or VAr controller type 2 is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PFVArType2CIEEEVArController

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PFVArType2CIEEEVArController> rdf:type rdfs:Class ;
	rdfs:label "PFVArType2CIEEEVArController"@en ;
	rdfs:subClassOf <PFVArControllerType2Dynamics> .
<PFVArType2CIEEEVArController.vvarlmt> rdf:type rdfs:Property ;
	rdfs:label "vvarlmt"@en ;
	rdfs:domain <PFVArType2CIEEEVArController> ;
	rdfs:range xsd:double .
<PFVArType2CIEEEVArController.vvtmax> rdf:type rdfs:Property ;
	rdfs:label "vvtmax"@en ;
	rdfs:domain <PFVArType2CIEEEVArController> ;
	rdfs:range xsd:double .
<PFVArType2CIEEEVArController.kpvar> rdf:type rdfs:Property ;
	rdfs:label "kpvar"@en ;
	rdfs:domain <PFVArType2CIEEEVArController> ;
	rdfs:range xsd:double .
<PFVArType2CIEEEVArController.kivar> rdf:type rdfs:Property ;
	rdfs:label "kivar"@en ;
	rdfs:domain <PFVArType2CIEEEVArController> ;
	rdfs:range xsd:double .
<PFVArType2CIEEEVArController.vitmin> rdf:type rdfs:Property ;
	rdfs:label "vitmin"@en ;
	rdfs:domain <PFVArType2CIEEEVArController> ;
	rdfs:range xsd:double .
<PFVArType2CIEEEVArController.vvtmin> rdf:type rdfs:Property ;
	rdfs:label "vvtmin"@en ;
	rdfs:domain <PFVArType2CIEEEVArController> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController> <http://www.w3.org/2000/01/rdf-schema#label> "PFVArType2CIEEEVArController"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.vvarlmt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.vvarlmt> <http://www.w3.org/2000/01/rdf-schema#label> "vvarlmt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.vvarlmt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.vvarlmt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.vvtmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.vvtmax> <http://www.w3.org/2000/01/rdf-schema#label> "vvtmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.vvtmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.vvtmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.kpvar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.kpvar> <http://www.w3.org/2000/01/rdf-schema#label> "kpvar"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.kpvar> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.kpvar> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.kivar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.kivar> <http://www.w3.org/2000/01/rdf-schema#label> "kivar"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.kivar> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.kivar> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.vitmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.vitmin> <http://www.w3.org/2000/01/rdf-schema#label> "vitmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.vitmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.vitmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.vvtmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.vvtmin> <http://www.w3.org/2000/01/rdf-schema#label> "vvtmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.vvtmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2CIEEEVArController.vvtmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PFVArControllerType2Dynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 Var controller Type 2 model. It is a summing point type controller. It makes up the outside loop of a two-loop system. This controller should be implemented as a slow PI controller and the voltage regulator forms the inner loop and is implemented as a fast controller.

Reference: IEEE 421.5-2016, 13.7.

Property Domain Range Comment
vvarlmt PFVArType2CIEEEVArController double Var controller output limit (Vvarlmt). Typical value = 0,1.
vvtmax PFVArType2CIEEEVArController double Var controller maximum terminal voltage limit (Vvtmax). Typical value = 1,05.
kpvar PFVArType2CIEEEVArController double Var controller proportional gain (Kpvar). Typical value = 1.
kivar PFVArType2CIEEEVArController double Var controller integral gain (Kivar). Typical value = 1.
vitmin PFVArType2CIEEEVArController double Var controller minimum terminal current limit (Vitmin). Typical value = 0,1.
vvtmin PFVArType2CIEEEVArController double Var controller minimum terminal voltage limit (Vvtmin). Typical value = 0,95.
ExcitationSystemDynamics PFVArControllerType2Dynamics ExcitationSystemDynamics Excitation system model with which this power factor or VAr controller type 2 is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PFVArType2Common1

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PFVArType2Common1> rdf:type rdfs:Class ;
	rdfs:label "PFVArType2Common1"@en ;
	rdfs:subClassOf <PFVArControllerType2Dynamics> .
<PFVArType2Common1.j> rdf:type rdfs:Property ;
	rdfs:label "j"@en ;
	rdfs:domain <PFVArType2Common1> ;
	rdfs:range xsd:boolean .
<PFVArType2Common1.ref> rdf:type rdfs:Property ;
	rdfs:label "ref"@en ;
	rdfs:domain <PFVArType2Common1> ;
	rdfs:range xsd:double .
<PFVArType2Common1.max> rdf:type rdfs:Property ;
	rdfs:label "max"@en ;
	rdfs:domain <PFVArType2Common1> ;
	rdfs:range xsd:double .
<PFVArType2Common1.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <PFVArType2Common1> ;
	rdfs:range xsd:double .
<PFVArType2Common1.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <PFVArType2Common1> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1> <http://www.w3.org/2000/01/rdf-schema#label> "PFVArType2Common1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1.j> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1.j> <http://www.w3.org/2000/01/rdf-schema#label> "j"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1.j> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1.j> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1.ref> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1.ref> <http://www.w3.org/2000/01/rdf-schema#label> "ref"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1.ref> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1.ref> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1.max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1.max> <http://www.w3.org/2000/01/rdf-schema#label> "max"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1.max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1.max> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2Common1.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PFVArControllerType2Dynamics » DynamicsFunctionBlock » IdentifiedObject

Power factor / reactive power regulator. This model represents the power factor or reactive power controller such as the Basler SCP-250. The controller measures power factor or reactive power (PU on generator rated power) and compares it with the operator’s set point. The normalization of the power factor measurement can be done in multiple ways according to IEEE 421.5-2016. The output of the model is treated in the same way as in PFVAr IEEE Type2 models. [Footnote: Basler SCP-250 is an example of a suitable product available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of this product.].

Property Domain Range Comment
j PFVArType2Common1 boolean Selector (J). true = control mode for reactive power false = control mode for power factor.
ref PFVArType2Common1 double Reference value of reactive power or power factor (Ref). The reference value is initialised by this model. This initialisation can override the value exchanged by this attribute to represent a plant operator’s change of the reference setting.
max PFVArType2Common1 double Output limit (max).
kp PFVArType2Common1 double Proportional gain (Kp).
ki PFVArType2Common1 double Reset gain (Ki).
ExcitationSystemDynamics PFVArControllerType2Dynamics ExcitationSystemDynamics Excitation system model with which this power factor or VAr controller type 2 is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PFVArType2IEEEPFController

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PFVArType2IEEEPFController> rdf:type rdfs:Class ;
	rdfs:label "PFVArType2IEEEPFController"@en ;
	rdfs:subClassOf <PFVArControllerType2Dynamics> .
<PFVArType2IEEEPFController.vclmt> rdf:type rdfs:Property ;
	rdfs:label "vclmt"@en ;
	rdfs:domain <PFVArType2IEEEPFController> ;
	rdfs:range xsd:double .
<PFVArType2IEEEPFController.vs> rdf:type rdfs:Property ;
	rdfs:label "vs"@en ;
	rdfs:domain <PFVArType2IEEEPFController> ;
	rdfs:range xsd:double .
<PFVArType2IEEEPFController.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <PFVArType2IEEEPFController> ;
	rdfs:range xsd:double .
<PFVArType2IEEEPFController.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <PFVArType2IEEEPFController> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController> <http://www.w3.org/2000/01/rdf-schema#label> "PFVArType2IEEEPFController"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController.vclmt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController.vclmt> <http://www.w3.org/2000/01/rdf-schema#label> "vclmt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController.vclmt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController.vclmt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController.vs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController.vs> <http://www.w3.org/2000/01/rdf-schema#label> "vs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController.vs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController.vs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEPFController.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PFVArControllerType2Dynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE PF controller type 2 which is a summing point type controller making up the outside loop of a two-loop system. This controller is implemented as a slow PI type controller. The voltage regulator forms the inner loop and is implemented as a fast controller. Reference: IEEE 421.5-2005, 11.4.

Property Domain Range Comment
vclmt PFVArType2IEEEPFController double Maximum output of the pf controller (VCLMT). Typical value = 0,1.
vs PFVArType2IEEEPFController double Generator sensing voltage (VS).
kp PFVArType2IEEEPFController double Proportional gain of the pf controller (KP). Typical value = 1.
ki PFVArType2IEEEPFController double Integral gain of the pf controller (KI). Typical value = 1.
ExcitationSystemDynamics PFVArControllerType2Dynamics ExcitationSystemDynamics Excitation system model with which this power factor or VAr controller type 2 is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PFVArType2IEEEVArController

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PFVArType2IEEEVArController> rdf:type rdfs:Class ;
	rdfs:label "PFVArType2IEEEVArController"@en ;
	rdfs:subClassOf <PFVArControllerType2Dynamics> .
<PFVArType2IEEEVArController.vs> rdf:type rdfs:Property ;
	rdfs:label "vs"@en ;
	rdfs:domain <PFVArType2IEEEVArController> ;
	rdfs:range xsd:double .
<PFVArType2IEEEVArController.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <PFVArType2IEEEVArController> ;
	rdfs:range xsd:double .
<PFVArType2IEEEVArController.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <PFVArType2IEEEVArController> ;
	rdfs:range xsd:double .
<PFVArType2IEEEVArController.vclmt> rdf:type rdfs:Property ;
	rdfs:label "vclmt"@en ;
	rdfs:domain <PFVArType2IEEEVArController> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController> <http://www.w3.org/2000/01/rdf-schema#label> "PFVArType2IEEEVArController"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController.vs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController.vs> <http://www.w3.org/2000/01/rdf-schema#label> "vs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController.vs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController.vs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController.vclmt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController.vclmt> <http://www.w3.org/2000/01/rdf-schema#label> "vclmt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController.vclmt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArType2IEEEVArController.vclmt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PFVArControllerType2Dynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE VAR controller type 2 which is a summing point type controller. It makes up the outside loop of a two-loop system. This controller is implemented as a slow PI type controller, and the voltage regulator forms the inner loop and is implemented as a fast controller. Reference: IEEE 421.5-2005, 11.5.

Property Domain Range Comment
vs PFVArType2IEEEVArController double Generator sensing voltage (VS).
ki PFVArType2IEEEVArController double Integral gain of the pf controller (KI).
kp PFVArType2IEEEVArController double Proportional gain of the pf controller (KP).
vclmt PFVArType2IEEEVArController double Maximum output of the pf controller (VCLMT).
ExcitationSystemDynamics PFVArControllerType2Dynamics ExcitationSystemDynamics Excitation system model with which this power factor or VAr controller type 2 is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PowerElectronicsConnection

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PowerElectronicsConnection> rdf:type rdfs:Class ;
	rdfs:label "PowerElectronicsConnection"@en ;
	rdfs:subClassOf <RegulatingCondEq> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection> <http://www.w3.org/2000/01/rdf-schema#label> "PowerElectronicsConnection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .

Sub-Class Of: RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A connection to the AC network for energy production or consumption that uses power electronics rather than rotating machines.

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PowerLimitSettings

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PowerLimitSettings> rdf:type rdfs:Class ;
	rdfs:label "PowerLimitSettings"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<PowerLimitSettings.pMax> rdf:type rdfs:Property ;
	rdfs:label "pMax"@en ;
	rdfs:domain <PowerLimitSettings> ;
	rdfs:range xsd:double .
<PowerLimitSettings.enabled> rdf:type rdfs:Property ;
	rdfs:label "enabled"@en ;
	rdfs:domain <PowerLimitSettings> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerLimitSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerLimitSettings> <http://www.w3.org/2000/01/rdf-schema#label> "PowerLimitSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerLimitSettings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerLimitSettings.pMax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerLimitSettings.pMax> <http://www.w3.org/2000/01/rdf-schema#label> "pMax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerLimitSettings.pMax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerLimitSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerLimitSettings.pMax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerLimitSettings.enabled> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerLimitSettings.enabled> <http://www.w3.org/2000/01/rdf-schema#label> "enabled"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerLimitSettings.enabled> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerLimitSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerLimitSettings.enabled> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: IdentifiedObject

Power limit settings.

Reference: IEEE1547-2018.

Property Domain Range Comment
pMax PowerLimitSettings double Maximum active power setting (AP_MAX_P). Typical value = 100.
enabled PowerLimitSettings boolean Limit active power enable (AP_LIMIT_P_ENABLE). True means enabled. False means disabled. Typical value = false.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PowerSystemResource

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PowerSystemResource> rdf:type rdfs:Class ;
	rdfs:label "PowerSystemResource"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#label> "PowerSystemResource"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated.

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PowerSystemStabilizerDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PowerSystemStabilizerDynamics> rdf:type rdfs:Class ;
	rdfs:label "PowerSystemStabilizerDynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<PowerSystemStabilizerDynamics.ExcitationSystemDynamics> rdf:type rdfs:Property ;
	rdfs:label "ExcitationSystemDynamics"@en ;
	rdfs:domain <PowerSystemStabilizerDynamics> ;
	rdfs:range <ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "PowerSystemStabilizerDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics.ExcitationSystemDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics.ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "ExcitationSystemDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics.ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics.ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Power system stabilizer function block whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PowerSystemStabilizerUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PowerSystemStabilizerUserDefined> rdf:type rdfs:Class ;
	rdfs:label "PowerSystemStabilizerUserDefined"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<PowerSystemStabilizerUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <PowerSystemStabilizerUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "PowerSystemStabilizerUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

Power system stabilizer function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary PowerSystemStabilizerUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ProprietaryParameterDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ProprietaryParameterDynamics> rdf:type rdfs:Class ;
	rdfs:label "ProprietaryParameterDynamics"@en .
<ProprietaryParameterDynamics.TurbineGovernorUserDefined> rdf:type rdfs:Property ;
	rdfs:label "TurbineGovernorUserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <TurbineGovernorUserDefined> .
<ProprietaryParameterDynamics.StatorCurrentLimiterUserDefined> rdf:type rdfs:Property ;
	rdfs:label "StatorCurrentLimiterUserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <StatorCurrentLimiterUserDefined> .
<ProprietaryParameterDynamics.UnderexcitationLimiterUserDefined> rdf:type rdfs:Property ;
	rdfs:label "UnderexcitationLimiterUserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <UnderexcitationLimiterUserDefined> .
<ProprietaryParameterDynamics.PFVArControllerType1UserDefined> rdf:type rdfs:Property ;
	rdfs:label "PFVArControllerType1UserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <PFVArControllerType1UserDefined> .
<ProprietaryParameterDynamics.VoltageAdjusterUserDefined> rdf:type rdfs:Property ;
	rdfs:label "VoltageAdjusterUserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <VoltageAdjusterUserDefined> .
<ProprietaryParameterDynamics.parameterNumber> rdf:type rdfs:Property ;
	rdfs:label "parameterNumber"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range xsd:integer .
<ProprietaryParameterDynamics.OverexcitationLimiterUserDefined> rdf:type rdfs:Property ;
	rdfs:label "OverexcitationLimiterUserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <OverexcitationLimiterUserDefined> .
<ProprietaryParameterDynamics.LoadUserDefined> rdf:type rdfs:Property ;
	rdfs:label "LoadUserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <LoadUserDefined> .
<ProprietaryParameterDynamics.WindType3or4UserDefined> rdf:type rdfs:Property ;
	rdfs:label "WindType3or4UserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <WindType3or4UserDefined> .
<ProprietaryParameterDynamics.floatParameterValue> rdf:type rdfs:Property ;
	rdfs:label "floatParameterValue"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range xsd:double .
<ProprietaryParameterDynamics.AsynchronousMachineUserDefined> rdf:type rdfs:Property ;
	rdfs:label "AsynchronousMachineUserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <AsynchronousMachineUserDefined> .
<ProprietaryParameterDynamics.WindPlantUserDefined> rdf:type rdfs:Property ;
	rdfs:label "WindPlantUserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <WindPlantUserDefined> .
<ProprietaryParameterDynamics.SVCUserDefined> rdf:type rdfs:Property ;
	rdfs:label "SVCUserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <SVCUserDefined> .
<ProprietaryParameterDynamics.DiscontinuousExcitationControlUserDefined> rdf:type rdfs:Property ;
	rdfs:label "DiscontinuousExcitationControlUserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <DiscontinuousExcitationControlUserDefined> .
<ProprietaryParameterDynamics.SynchronousMachineUserDefined> rdf:type rdfs:Property ;
	rdfs:label "SynchronousMachineUserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <SynchronousMachineUserDefined> .
<ProprietaryParameterDynamics.integerParameterValue> rdf:type rdfs:Property ;
	rdfs:label "integerParameterValue"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range xsd:integer .
<ProprietaryParameterDynamics.CSCUserDefined> rdf:type rdfs:Property ;
	rdfs:label "CSCUserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <CSCUserDefined> .
<ProprietaryParameterDynamics.VSCUserDefined> rdf:type rdfs:Property ;
	rdfs:label "VSCUserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <VSCUserDefined> .
<ProprietaryParameterDynamics.HVDCInterconnectionUserDefined> rdf:type rdfs:Property ;
	rdfs:label "HVDCInterconnectionUserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <HVDCInterconnectionUserDefined> .
<ProprietaryParameterDynamics.VoltageCompensatorUserDefined> rdf:type rdfs:Property ;
	rdfs:label "VoltageCompensatorUserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <VoltageCompensatorUserDefined> .
<ProprietaryParameterDynamics.WindType1or2UserDefined> rdf:type rdfs:Property ;
	rdfs:label "WindType1or2UserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <WindType1or2UserDefined> .
<ProprietaryParameterDynamics.RelayUserDefined> rdf:type rdfs:Property ;
	rdfs:label "RelayUserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <RelayUserDefined> .
<ProprietaryParameterDynamics.MechanicalLoadUserDefined> rdf:type rdfs:Property ;
	rdfs:label "MechanicalLoadUserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <MechanicalLoadUserDefined> .
<ProprietaryParameterDynamics.TurbineLoadControllerUserDefined> rdf:type rdfs:Property ;
	rdfs:label "TurbineLoadControllerUserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <TurbineLoadControllerUserDefined> .
<ProprietaryParameterDynamics.booleanParameterValue> rdf:type rdfs:Property ;
	rdfs:label "booleanParameterValue"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range xsd:boolean .
<ProprietaryParameterDynamics.PowerSystemStabilizerUserDefined> rdf:type rdfs:Property ;
	rdfs:label "PowerSystemStabilizerUserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <PowerSystemStabilizerUserDefined> .
<ProprietaryParameterDynamics.StatcomUserDefined> rdf:type rdfs:Property ;
	rdfs:label "StatcomUserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <StatcomUserDefined> .
<ProprietaryParameterDynamics.PFVArControllerType2UserDefined> rdf:type rdfs:Property ;
	rdfs:label "PFVArControllerType2UserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <PFVArControllerType2UserDefined> .
<ProprietaryParameterDynamics.ExcitationSystemUserDefined> rdf:type rdfs:Property ;
	rdfs:label "ExcitationSystemUserDefined"@en ;
	rdfs:domain <ProprietaryParameterDynamics> ;
	rdfs:range <ExcitationSystemUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "ProprietaryParameterDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.TurbineGovernorUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.TurbineGovernorUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "TurbineGovernorUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.TurbineGovernorUserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.TurbineGovernorUserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.StatorCurrentLimiterUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.StatorCurrentLimiterUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "StatorCurrentLimiterUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.StatorCurrentLimiterUserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.StatorCurrentLimiterUserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimiterUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.UnderexcitationLimiterUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.UnderexcitationLimiterUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "UnderexcitationLimiterUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.UnderexcitationLimiterUserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.UnderexcitationLimiterUserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.PFVArControllerType1UserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.PFVArControllerType1UserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "PFVArControllerType1UserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.PFVArControllerType1UserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.PFVArControllerType1UserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1UserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.VoltageAdjusterUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.VoltageAdjusterUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "VoltageAdjusterUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.VoltageAdjusterUserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.VoltageAdjusterUserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageAdjusterUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.parameterNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.parameterNumber> <http://www.w3.org/2000/01/rdf-schema#label> "parameterNumber"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.parameterNumber> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.parameterNumber> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.OverexcitationLimiterUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.OverexcitationLimiterUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "OverexcitationLimiterUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.OverexcitationLimiterUserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.OverexcitationLimiterUserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#OverexcitationLimiterUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.LoadUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.LoadUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "LoadUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.LoadUserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.LoadUserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.WindType3or4UserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.WindType3or4UserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "WindType3or4UserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.WindType3or4UserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.WindType3or4UserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindType3or4UserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.floatParameterValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.floatParameterValue> <http://www.w3.org/2000/01/rdf-schema#label> "floatParameterValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.floatParameterValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.floatParameterValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.AsynchronousMachineUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.AsynchronousMachineUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "AsynchronousMachineUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.AsynchronousMachineUserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.AsynchronousMachineUserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.WindPlantUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.WindPlantUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.WindPlantUserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.WindPlantUserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.SVCUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.SVCUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "SVCUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.SVCUserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.SVCUserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVCUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.DiscontinuousExcitationControlUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.DiscontinuousExcitationControlUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "DiscontinuousExcitationControlUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.DiscontinuousExcitationControlUserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.DiscontinuousExcitationControlUserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.SynchronousMachineUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.SynchronousMachineUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "SynchronousMachineUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.SynchronousMachineUserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.SynchronousMachineUserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.integerParameterValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.integerParameterValue> <http://www.w3.org/2000/01/rdf-schema#label> "integerParameterValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.integerParameterValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.integerParameterValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.CSCUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.CSCUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "CSCUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.CSCUserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.CSCUserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#CSCUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.VSCUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.VSCUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "VSCUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.VSCUserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.VSCUserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#VSCUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.HVDCInterconnectionUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.HVDCInterconnectionUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "HVDCInterconnectionUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.HVDCInterconnectionUserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.HVDCInterconnectionUserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#HVDCInterconnectionUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.VoltageCompensatorUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.VoltageCompensatorUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "VoltageCompensatorUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.VoltageCompensatorUserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.VoltageCompensatorUserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageCompensatorUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.WindType1or2UserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.WindType1or2UserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "WindType1or2UserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.WindType1or2UserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.WindType1or2UserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindType1or2UserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.RelayUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.RelayUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "RelayUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.RelayUserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.RelayUserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#RelayUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.MechanicalLoadUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.MechanicalLoadUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "MechanicalLoadUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.MechanicalLoadUserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.MechanicalLoadUserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#MechanicalLoadUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.TurbineLoadControllerUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.TurbineLoadControllerUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "TurbineLoadControllerUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.TurbineLoadControllerUserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.TurbineLoadControllerUserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineLoadControllerUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.booleanParameterValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.booleanParameterValue> <http://www.w3.org/2000/01/rdf-schema#label> "booleanParameterValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.booleanParameterValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.booleanParameterValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.PowerSystemStabilizerUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.PowerSystemStabilizerUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "PowerSystemStabilizerUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.PowerSystemStabilizerUserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.PowerSystemStabilizerUserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.StatcomUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.StatcomUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "StatcomUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.StatcomUserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.StatcomUserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.PFVArControllerType2UserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.PFVArControllerType2UserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "PFVArControllerType2UserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.PFVArControllerType2UserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.PFVArControllerType2UserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType2UserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.ExcitationSystemUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.ExcitationSystemUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "ExcitationSystemUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.ExcitationSystemUserDefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProprietaryParameterDynamics.ExcitationSystemUserDefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemUserDefined> .
Property Domain Range Comment
TurbineGovernorUserDefined ProprietaryParameterDynamics TurbineGovernorUserDefined Proprietary user-defined model with which this parameter is associated.
StatorCurrentLimiterUserDefined ProprietaryParameterDynamics StatorCurrentLimiterUserDefined Proprietary user-defined model with which this parameter is associated.
UnderexcitationLimiterUserDefined ProprietaryParameterDynamics UnderexcitationLimiterUserDefined Proprietary user-defined model with which this parameter is associated.
PFVArControllerType1UserDefined ProprietaryParameterDynamics PFVArControllerType1UserDefined Proprietary user-defined model with which this parameter is associated.
VoltageAdjusterUserDefined ProprietaryParameterDynamics VoltageAdjusterUserDefined Proprietary user-defined model with which this parameter is associated.
parameterNumber ProprietaryParameterDynamics integer Sequence number of the parameter among the set of parameters associated with the related proprietary user-defined model.
OverexcitationLimiterUserDefined ProprietaryParameterDynamics OverexcitationLimiterUserDefined Proprietary user-defined model with which this parameter is associated.
LoadUserDefined ProprietaryParameterDynamics LoadUserDefined Proprietary user-defined model with which this parameter is associated.
WindType3or4UserDefined ProprietaryParameterDynamics WindType3or4UserDefined Proprietary user-defined model with which this parameter is associated.
floatParameterValue ProprietaryParameterDynamics double Floating point parameter value. If this attribute is populated, booleanParameterValue and integerParameterValue will not be.
AsynchronousMachineUserDefined ProprietaryParameterDynamics AsynchronousMachineUserDefined Proprietary user-defined model with which this parameter is associated.
WindPlantUserDefined ProprietaryParameterDynamics WindPlantUserDefined Proprietary user-defined model with which this parameter is associated.
SVCUserDefined ProprietaryParameterDynamics SVCUserDefined Proprietary user-defined model with which this parameter is associated.
DiscontinuousExcitationControlUserDefined ProprietaryParameterDynamics DiscontinuousExcitationControlUserDefined Proprietary user-defined model with which this parameter is associated.
SynchronousMachineUserDefined ProprietaryParameterDynamics SynchronousMachineUserDefined Proprietary user-defined model with which this parameter is associated.
integerParameterValue ProprietaryParameterDynamics integer Integer parameter value. If this attribute is populated, booleanParameterValue and floatParameterValue will not be.
CSCUserDefined ProprietaryParameterDynamics CSCUserDefined Proprietary user-defined model with which this parameter is associated.
VSCUserDefined ProprietaryParameterDynamics VSCUserDefined Proprietary user-defined model with which this parameter is associated.
HVDCInterconnectionUserDefined ProprietaryParameterDynamics HVDCInterconnectionUserDefined Proprietary user-defined model with which this parameter is associated.
VoltageCompensatorUserDefined ProprietaryParameterDynamics VoltageCompensatorUserDefined Proprietary user-defined model with which this parameter is associated.
WindType1or2UserDefined ProprietaryParameterDynamics WindType1or2UserDefined Proprietary user-defined model with which this parameter is associated.
RelayUserDefined ProprietaryParameterDynamics RelayUserDefined Proprietary user-defined model with which this parameter is associated.
MechanicalLoadUserDefined ProprietaryParameterDynamics MechanicalLoadUserDefined Proprietary user-defined model with which this parameter is associated.
TurbineLoadControllerUserDefined ProprietaryParameterDynamics TurbineLoadControllerUserDefined Proprietary user-defined model with which this parameter is associated.
booleanParameterValue ProprietaryParameterDynamics boolean Boolean parameter value. If this attribute is populated, integerParameterValue and floatParameterValue will not be.
PowerSystemStabilizerUserDefined ProprietaryParameterDynamics PowerSystemStabilizerUserDefined Proprietary user-defined model with which this parameter is associated.
StatcomUserDefined ProprietaryParameterDynamics StatcomUserDefined Proprietary user-defined model with which this parameter is associated.
PFVArControllerType2UserDefined ProprietaryParameterDynamics PFVArControllerType2UserDefined Proprietary user-defined model with which this parameter is associated.
ExcitationSystemUserDefined ProprietaryParameterDynamics ExcitationSystemUserDefined Proprietary user-defined model with which this parameter is associated.

ProtectionEquipment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ProtectionEquipment> rdf:type rdfs:Class ;
	rdfs:label "ProtectionEquipment"@en ;
	rdfs:subClassOf <Equipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProtectionEquipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProtectionEquipment> <http://www.w3.org/2000/01/rdf-schema#label> "ProtectionEquipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProtectionEquipment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .

Sub-Class Of: Equipment » PowerSystemResource » IdentifiedObject

An electrical device designed to respond to input conditions in a prescribed manner and after specified conditions are met to cause contact operation or similar abrupt change in associated electric control circuits, or simply to display the detected condition. Protection equipment is associated with conducting equipment and usually operate circuit breakers.

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

Pss1

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Pss1> rdf:type rdfs:Class ;
	rdfs:label "Pss1"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<Pss1.kpe> rdf:type rdfs:Property ;
	rdfs:label "kpe"@en ;
	rdfs:domain <Pss1> ;
	rdfs:range xsd:double .
<Pss1.t9> rdf:type rdfs:Property ;
	rdfs:label "t9"@en ;
	rdfs:domain <Pss1> ;
	rdfs:range xsd:double .
<Pss1.komega> rdf:type rdfs:Property ;
	rdfs:label "komega"@en ;
	rdfs:domain <Pss1> ;
	rdfs:range xsd:double .
<Pss1.vsmx> rdf:type rdfs:Property ;
	rdfs:label "vsmx"@en ;
	rdfs:domain <Pss1> ;
	rdfs:range xsd:double .
<Pss1.t10> rdf:type rdfs:Property ;
	rdfs:label "t10"@en ;
	rdfs:domain <Pss1> ;
	rdfs:range xsd:double .
<Pss1.vsmn> rdf:type rdfs:Property ;
	rdfs:label "vsmn"@en ;
	rdfs:domain <Pss1> ;
	rdfs:range xsd:double .
<Pss1.ks> rdf:type rdfs:Property ;
	rdfs:label "ks"@en ;
	rdfs:domain <Pss1> ;
	rdfs:range xsd:double .
<Pss1.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <Pss1> ;
	rdfs:range xsd:double .
<Pss1.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <Pss1> ;
	rdfs:range xsd:double .
<Pss1.t8> rdf:type rdfs:Property ;
	rdfs:label "t8"@en ;
	rdfs:domain <Pss1> ;
	rdfs:range xsd:double .
<Pss1.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <Pss1> ;
	rdfs:range xsd:double .
<Pss1.tpe> rdf:type rdfs:Property ;
	rdfs:label "tpe"@en ;
	rdfs:domain <Pss1> ;
	rdfs:range xsd:double .
<Pss1.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <Pss1> ;
	rdfs:range xsd:double .
<Pss1.t7> rdf:type rdfs:Property ;
	rdfs:label "t7"@en ;
	rdfs:domain <Pss1> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1> <http://www.w3.org/2000/01/rdf-schema#label> "Pss1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.kpe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.kpe> <http://www.w3.org/2000/01/rdf-schema#label> "kpe"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.kpe> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.kpe> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t9> <http://www.w3.org/2000/01/rdf-schema#label> "t9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.komega> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.komega> <http://www.w3.org/2000/01/rdf-schema#label> "komega"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.komega> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.komega> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.vsmx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.vsmx> <http://www.w3.org/2000/01/rdf-schema#label> "vsmx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.vsmx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.vsmx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t10> <http://www.w3.org/2000/01/rdf-schema#label> "t10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.vsmn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.vsmn> <http://www.w3.org/2000/01/rdf-schema#label> "vsmn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.vsmn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.vsmn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.ks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.ks> <http://www.w3.org/2000/01/rdf-schema#label> "ks"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.ks> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.ks> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t8> <http://www.w3.org/2000/01/rdf-schema#label> "t8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.tpe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.tpe> <http://www.w3.org/2000/01/rdf-schema#label> "tpe"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.tpe> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.tpe> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t7> <http://www.w3.org/2000/01/rdf-schema#label> "t7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1.t7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

Italian PSS with three inputs (speed, frequency, power).

Property Domain Range Comment
kpe Pss1 double Electric power input gain (KPE). Typical value = 0,3.
t9 Pss1 double Lead/lag time constant (T9) (>= 0). If = 0, both blocks are bypassed. Typical value = 0.
komega Pss1 double Shaft speed power input gain (Komega). Typical value = 0.
vsmx Pss1 double Stabilizer output minimum limit (VSMX). Typical value = 0,06.
t10 Pss1 double Lead/lag time constant (T10) (>= 0). Typical value = 0.
vsmn Pss1 double Stabilizer output maximum limit (VSMN). Typical value = -0,06.
ks Pss1 double PSS gain (Ks). Typical value = 1.
kf Pss1 double Frequency power input gain (KF). Typical value = 5.
t6 Pss1 double Filter time constant (T6) (>= 0). Typical value = 0.
t8 Pss1 double Lead/lag time constant (T8) (>= 0). Typical value = 0.
t5 Pss1 double Washout (T5) (>= 0). Typical value = 3,5.
tpe Pss1 double Electric power filter time constant (TPE) (>= 0). Typical value = 0,05.
pmin Pss1 double Minimum power PSS enabling (Pmin). Typical value = 0,25.
t7 Pss1 double Lead/lag time constant (T7) (>= 0). If = 0, both blocks are bypassed. Typical value = 0.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

Pss1A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Pss1A> rdf:type rdfs:Class ;
	rdfs:label "Pss1A"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<Pss1A.a3> rdf:type rdfs:Property ;
	rdfs:label "a3"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:double .
<Pss1A.vcl> rdf:type rdfs:Property ;
	rdfs:label "vcl"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:double .
<Pss1A.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:double .
<Pss1A.vcu> rdf:type rdfs:Property ;
	rdfs:label "vcu"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:double .
<Pss1A.ks> rdf:type rdfs:Property ;
	rdfs:label "ks"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:double .
<Pss1A.inputSignalType> rdf:type rdfs:Property ;
	rdfs:label "inputSignalType"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:string .
<Pss1A.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:double .
<Pss1A.kd> rdf:type rdfs:Property ;
	rdfs:label "kd"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:boolean .
<Pss1A.a1> rdf:type rdfs:Property ;
	rdfs:label "a1"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:double .
<Pss1A.a7> rdf:type rdfs:Property ;
	rdfs:label "a7"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:double .
<Pss1A.a5> rdf:type rdfs:Property ;
	rdfs:label "a5"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:double .
<Pss1A.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:double .
<Pss1A.tdelay> rdf:type rdfs:Property ;
	rdfs:label "tdelay"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:double .
<Pss1A.a8> rdf:type rdfs:Property ;
	rdfs:label "a8"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:double .
<Pss1A.a2> rdf:type rdfs:Property ;
	rdfs:label "a2"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:double .
<Pss1A.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:double .
<Pss1A.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:double .
<Pss1A.a4> rdf:type rdfs:Property ;
	rdfs:label "a4"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:double .
<Pss1A.a6> rdf:type rdfs:Property ;
	rdfs:label "a6"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:double .
<Pss1A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:double .
<Pss1A.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:double .
<Pss1A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <Pss1A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> <http://www.w3.org/2000/01/rdf-schema#label> "Pss1A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a3> <http://www.w3.org/2000/01/rdf-schema#label> "a3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.vcl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.vcl> <http://www.w3.org/2000/01/rdf-schema#label> "vcl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.vcl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.vcl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.vcu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.vcu> <http://www.w3.org/2000/01/rdf-schema#label> "vcu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.vcu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.vcu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.ks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.ks> <http://www.w3.org/2000/01/rdf-schema#label> "ks"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.ks> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.ks> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.inputSignalType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.inputSignalType> <http://www.w3.org/2000/01/rdf-schema#label> "inputSignalType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.inputSignalType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.inputSignalType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.kd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.kd> <http://www.w3.org/2000/01/rdf-schema#label> "kd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.kd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.kd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a1> <http://www.w3.org/2000/01/rdf-schema#label> "a1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a7> <http://www.w3.org/2000/01/rdf-schema#label> "a7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a5> <http://www.w3.org/2000/01/rdf-schema#label> "a5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.tdelay> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.tdelay> <http://www.w3.org/2000/01/rdf-schema#label> "tdelay"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.tdelay> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.tdelay> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a8> <http://www.w3.org/2000/01/rdf-schema#label> "a8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a2> <http://www.w3.org/2000/01/rdf-schema#label> "a2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a4> <http://www.w3.org/2000/01/rdf-schema#label> "a4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a6> <http://www.w3.org/2000/01/rdf-schema#label> "a6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.a6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

Single input power system stabilizer. It is a modified version in order to allow representation of various vendors’ implementations on PSS type 1A.

Property Domain Range Comment
a3 Pss1A double Notch filter parameter (A3).
vcl Pss1A double Stabilizer input cutoff threshold (Vcl).
t3 Pss1A double Lead/lag time constant (T3) (>= 0).
vcu Pss1A double Stabilizer input cutoff threshold (Vcu).
ks Pss1A double Stabilizer gain (Ks).
inputSignalType Pss1A string Type of input signal (rotorAngularFrequencyDeviation, busFrequencyDeviation, generatorElectricalPower, generatorAcceleratingPower, busVoltage, or busVoltageDerivative).
t5 Pss1A double Washout time constant (T5) (>= 0).
kd Pss1A boolean Selector (Kd). true = e-sTdelay used false = e-sTdelay not used.
a1 Pss1A double Notch filter parameter (A1).
a7 Pss1A double Notch filter parameter (A7).
a5 Pss1A double Notch filter parameter (A5).
t1 Pss1A double Lead/lag time constant (T1) (>= 0).
tdelay Pss1A double Time constant (Tdelay) (>= 0).
a8 Pss1A double Notch filter parameter (A8).
a2 Pss1A double Notch filter parameter (A2).
t2 Pss1A double Lead/lag time constant (T2) (>= 0).
t6 Pss1A double Transducer time constant (T6) (>= 0).
a4 Pss1A double Notch filter parameter (A4).
a6 Pss1A double Notch filter parameter (A6).
vrmin Pss1A double Minimum stabilizer output (Vrmin) (< Pss1A.vrmax).
t4 Pss1A double Lead/lag time constant (T4) (>= 0).
vrmax Pss1A double Maximum stabilizer output (Vrmax) (> Pss1A.vrmin).
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

Pss2B

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Pss2B> rdf:type rdfs:Class ;
	rdfs:label "Pss2B"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<Pss2B.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.vsi2max> rdf:type rdfs:Property ;
	rdfs:label "vsi2max"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.inputSignal1Type> rdf:type rdfs:Property ;
	rdfs:label "inputSignal1Type"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:string .
<Pss2B.ks3> rdf:type rdfs:Property ;
	rdfs:label "ks3"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.vstmax> rdf:type rdfs:Property ;
	rdfs:label "vstmax"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.t7> rdf:type rdfs:Property ;
	rdfs:label "t7"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.m> rdf:type rdfs:Property ;
	rdfs:label "m"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:integer .
<Pss2B.t10> rdf:type rdfs:Property ;
	rdfs:label "t10"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.vstmin> rdf:type rdfs:Property ;
	rdfs:label "vstmin"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.t9> rdf:type rdfs:Property ;
	rdfs:label "t9"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.tw3> rdf:type rdfs:Property ;
	rdfs:label "tw3"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.ks1> rdf:type rdfs:Property ;
	rdfs:label "ks1"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.vsi2min> rdf:type rdfs:Property ;
	rdfs:label "vsi2min"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.tw2> rdf:type rdfs:Property ;
	rdfs:label "tw2"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.inputSignal2Type> rdf:type rdfs:Property ;
	rdfs:label "inputSignal2Type"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:string .
<Pss2B.a> rdf:type rdfs:Property ;
	rdfs:label "a"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.n> rdf:type rdfs:Property ;
	rdfs:label "n"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:integer .
<Pss2B.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.ks4> rdf:type rdfs:Property ;
	rdfs:label "ks4"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.vsi1min> rdf:type rdfs:Property ;
	rdfs:label "vsi1min"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.vsi1max> rdf:type rdfs:Property ;
	rdfs:label "vsi1max"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.tw4> rdf:type rdfs:Property ;
	rdfs:label "tw4"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.ks2> rdf:type rdfs:Property ;
	rdfs:label "ks2"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.t11> rdf:type rdfs:Property ;
	rdfs:label "t11"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.t8> rdf:type rdfs:Property ;
	rdfs:label "t8"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.tw1> rdf:type rdfs:Property ;
	rdfs:label "tw1"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<Pss2B.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <Pss2B> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> <http://www.w3.org/2000/01/rdf-schema#label> "Pss2B"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vsi2max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vsi2max> <http://www.w3.org/2000/01/rdf-schema#label> "vsi2max"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vsi2max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vsi2max> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.inputSignal1Type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.inputSignal1Type> <http://www.w3.org/2000/01/rdf-schema#label> "inputSignal1Type"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.inputSignal1Type> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.inputSignal1Type> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.ks3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.ks3> <http://www.w3.org/2000/01/rdf-schema#label> "ks3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.ks3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.ks3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vstmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vstmax> <http://www.w3.org/2000/01/rdf-schema#label> "vstmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vstmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vstmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t7> <http://www.w3.org/2000/01/rdf-schema#label> "t7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.m> <http://www.w3.org/2000/01/rdf-schema#label> "m"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.m> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.m> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t10> <http://www.w3.org/2000/01/rdf-schema#label> "t10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vstmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vstmin> <http://www.w3.org/2000/01/rdf-schema#label> "vstmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vstmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vstmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t9> <http://www.w3.org/2000/01/rdf-schema#label> "t9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.tw3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.tw3> <http://www.w3.org/2000/01/rdf-schema#label> "tw3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.tw3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.tw3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.ks1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.ks1> <http://www.w3.org/2000/01/rdf-schema#label> "ks1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.ks1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.ks1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vsi2min> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vsi2min> <http://www.w3.org/2000/01/rdf-schema#label> "vsi2min"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vsi2min> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vsi2min> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.tw2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.tw2> <http://www.w3.org/2000/01/rdf-schema#label> "tw2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.tw2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.tw2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.inputSignal2Type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.inputSignal2Type> <http://www.w3.org/2000/01/rdf-schema#label> "inputSignal2Type"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.inputSignal2Type> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.inputSignal2Type> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.a> <http://www.w3.org/2000/01/rdf-schema#label> "a"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.a> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.a> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.n> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.n> <http://www.w3.org/2000/01/rdf-schema#label> "n"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.n> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.n> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.ks4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.ks4> <http://www.w3.org/2000/01/rdf-schema#label> "ks4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.ks4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.ks4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vsi1min> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vsi1min> <http://www.w3.org/2000/01/rdf-schema#label> "vsi1min"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vsi1min> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vsi1min> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vsi1max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vsi1max> <http://www.w3.org/2000/01/rdf-schema#label> "vsi1max"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vsi1max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.vsi1max> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.tw4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.tw4> <http://www.w3.org/2000/01/rdf-schema#label> "tw4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.tw4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.tw4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.ks2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.ks2> <http://www.w3.org/2000/01/rdf-schema#label> "ks2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.ks2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.ks2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t11> <http://www.w3.org/2000/01/rdf-schema#label> "t11"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t11> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t11> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t8> <http://www.w3.org/2000/01/rdf-schema#label> "t8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.tw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.tw1> <http://www.w3.org/2000/01/rdf-schema#label> "tw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.tw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.tw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2B.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified IEEE PSS2B. Extra lead/lag (or rate) block added at end (up to 4 lead/lags total).

Property Domain Range Comment
t6 Pss2B double Time constant on signal #1 (T6) (>= 0). Typical value = 0.
vsi2max Pss2B double Input signal #2 maximum limit (Vsi2max) (> Pss2B.vsi2min). Typical value = 2.
inputSignal1Type Pss2B string Type of input signal #1 (rotorAngularFrequencyDeviation, busFrequencyDeviation). Typical value = rotorAngularFrequencyDeviation.
ks3 Pss2B double Gain on signal #2 input before ramp-tracking filter (Ks3). Typical value = 1.
vstmax Pss2B double Stabilizer output maximum limit (Vstmax) (> Pss2B.vstmin). Typical value = 0,1.
t7 Pss2B double Time constant on signal #2 (T7) (>= 0). Typical value = 2.
m Pss2B integer Denominator order of ramp tracking filter (m). Typical value = 5.
t10 Pss2B double Lead/lag time constant (T10) (>= 0). Typical value = 0.
vstmin Pss2B double Stabilizer output minimum limit (Vstmin) (< Pss2B.vstmax). Typical value = -0,1.
t9 Pss2B double Lag of ramp tracking filter (T9) (>= 0). Typical value = 0,1.
tw3 Pss2B double First washout on signal #2 (Tw3) (>= 0). Typical value = 2.
ks1 Pss2B double Stabilizer gain (Ks1). Typical value = 12.
vsi2min Pss2B double Input signal #2 minimum limit (Vsi2min) (< Pss2B.vsi2max). Typical value = -2.
tw2 Pss2B double Second washout on signal #1 (Tw2) (>= 0). Typical value = 2.
inputSignal2Type Pss2B string Type of input signal #2 (generatorElectricalPower). Typical value = generatorElectricalPower.
a Pss2B double Numerator constant (a). Typical value = 1.
n Pss2B integer Order of ramp tracking filter (n). Typical value = 1.
ta Pss2B double Lead constant (Ta) (>= 0). Typical value = 0.
ks4 Pss2B double Gain on signal #2 input after ramp-tracking filter (Ks4). Typical value = 1.
t1 Pss2B double Lead/lag time constant (T1) (>= 0). Typical value = 0,12.
vsi1min Pss2B double Input signal #1 minimum limit (Vsi1min) (< Pss2B.vsi1max). Typical value = -2.
vsi1max Pss2B double Input signal #1 maximum limit (Vsi1max) (> Pss2B.vsi1min). Typical value = 2.
tw4 Pss2B double Second washout on signal #2 (Tw4) (>= 0). Typical value = 0.
t4 Pss2B double Lead/lag time constant (T4) (>= 0). Typical value = 0,02.
ks2 Pss2B double Gain on signal #2 (Ks2). Typical value = 0,2.
t11 Pss2B double Lead/lag time constant (T11) (>= 0). Typical value = 0.
t2 Pss2B double Lead/lag time constant (T2) (>= 0). Typical value = 0,02.
t8 Pss2B double Lead of ramp tracking filter (T8) (>= 0). Typical value = 0,2.
tw1 Pss2B double First washout on signal #1 (Tw1) (>= 0). Typical value = 2.
tb Pss2B double Lag time constant (Tb) (>= 0). Typical value = 0.
t3 Pss2B double Lead/lag time constant (T3) (>= 0). Typical value = 0,3.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

Pss2ST

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Pss2ST> rdf:type rdfs:Class ;
	rdfs:label "Pss2ST"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<Pss2ST.inputSignal2Type> rdf:type rdfs:Property ;
	rdfs:label "inputSignal2Type"@en ;
	rdfs:domain <Pss2ST> ;
	rdfs:range xsd:string .
<Pss2ST.lsmax> rdf:type rdfs:Property ;
	rdfs:label "lsmax"@en ;
	rdfs:domain <Pss2ST> ;
	rdfs:range xsd:double .
<Pss2ST.lsmin> rdf:type rdfs:Property ;
	rdfs:label "lsmin"@en ;
	rdfs:domain <Pss2ST> ;
	rdfs:range xsd:double .
<Pss2ST.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <Pss2ST> ;
	rdfs:range xsd:double .
<Pss2ST.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <Pss2ST> ;
	rdfs:range xsd:double .
<Pss2ST.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <Pss2ST> ;
	rdfs:range xsd:double .
<Pss2ST.vcl> rdf:type rdfs:Property ;
	rdfs:label "vcl"@en ;
	rdfs:domain <Pss2ST> ;
	rdfs:range xsd:double .
<Pss2ST.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <Pss2ST> ;
	rdfs:range xsd:double .
<Pss2ST.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <Pss2ST> ;
	rdfs:range xsd:double .
<Pss2ST.t10> rdf:type rdfs:Property ;
	rdfs:label "t10"@en ;
	rdfs:domain <Pss2ST> ;
	rdfs:range xsd:double .
<Pss2ST.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <Pss2ST> ;
	rdfs:range xsd:double .
<Pss2ST.inputSignal1Type> rdf:type rdfs:Property ;
	rdfs:label "inputSignal1Type"@en ;
	rdfs:domain <Pss2ST> ;
	rdfs:range xsd:string .
<Pss2ST.t9> rdf:type rdfs:Property ;
	rdfs:label "t9"@en ;
	rdfs:domain <Pss2ST> ;
	rdfs:range xsd:double .
<Pss2ST.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <Pss2ST> ;
	rdfs:range xsd:double .
<Pss2ST.t7> rdf:type rdfs:Property ;
	rdfs:label "t7"@en ;
	rdfs:domain <Pss2ST> ;
	rdfs:range xsd:double .
<Pss2ST.t8> rdf:type rdfs:Property ;
	rdfs:label "t8"@en ;
	rdfs:domain <Pss2ST> ;
	rdfs:range xsd:double .
<Pss2ST.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <Pss2ST> ;
	rdfs:range xsd:double .
<Pss2ST.vcu> rdf:type rdfs:Property ;
	rdfs:label "vcu"@en ;
	rdfs:domain <Pss2ST> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST> <http://www.w3.org/2000/01/rdf-schema#label> "Pss2ST"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.inputSignal2Type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.inputSignal2Type> <http://www.w3.org/2000/01/rdf-schema#label> "inputSignal2Type"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.inputSignal2Type> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.inputSignal2Type> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.lsmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.lsmax> <http://www.w3.org/2000/01/rdf-schema#label> "lsmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.lsmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.lsmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.lsmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.lsmin> <http://www.w3.org/2000/01/rdf-schema#label> "lsmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.lsmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.lsmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.vcl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.vcl> <http://www.w3.org/2000/01/rdf-schema#label> "vcl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.vcl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.vcl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t10> <http://www.w3.org/2000/01/rdf-schema#label> "t10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.inputSignal1Type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.inputSignal1Type> <http://www.w3.org/2000/01/rdf-schema#label> "inputSignal1Type"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.inputSignal1Type> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.inputSignal1Type> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t9> <http://www.w3.org/2000/01/rdf-schema#label> "t9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t7> <http://www.w3.org/2000/01/rdf-schema#label> "t7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t8> <http://www.w3.org/2000/01/rdf-schema#label> "t8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.t8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.vcu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.vcu> <http://www.w3.org/2000/01/rdf-schema#label> "vcu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.vcu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss2ST.vcu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

PTI microprocessor-based stabilizer type 1.

Property Domain Range Comment
inputSignal2Type Pss2ST string Type of input signal #2 (rotorAngularFrequencyDeviation, busFrequencyDeviation, generatorElectricalPower, generatorAcceleratingPower, busVoltage, or busVoltageDerivative - shall be different than Pss2ST.inputSignal1Type). Typical value = generatorElectricalPower.
lsmax Pss2ST double Limiter (LSMAX) (> Pss2ST.lsmin).
lsmin Pss2ST double Limiter (LSMIN) (< Pss2ST.lsmax).
t6 Pss2ST double Time constant (T6) (>= 0).
t3 Pss2ST double Time constant (T3) (>= 0).
t1 Pss2ST double Time constant (T1) (>= 0).
vcl Pss2ST double Cutoff limiter (VCL).
t5 Pss2ST double Time constant (T5) (>= 0).
k2 Pss2ST double Gain (K2).
t10 Pss2ST double Time constant (T10) (>= 0).
t4 Pss2ST double Time constant (T4) (>= 0).
inputSignal1Type Pss2ST string Type of input signal #1 (rotorAngularFrequencyDeviation, busFrequencyDeviation, generatorElectricalPower, generatorAcceleratingPower, busVoltage, or busVoltageDerivative - shall be different than Pss2ST.inputSignal2Type). Typical value = rotorAngularFrequencyDeviation.
t9 Pss2ST double Time constant (T9) (>= 0).
t2 Pss2ST double Time constant (T2) (>= 0).
t7 Pss2ST double Time constant (T7) (>= 0).
t8 Pss2ST double Time constant (T8) (>= 0).
k1 Pss2ST double Gain (K1).
vcu Pss2ST double Cutoff limiter (VCU).
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

Pss5

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Pss5> rdf:type rdfs:Class ;
	rdfs:label "Pss5"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<Pss5.kpe> rdf:type rdfs:Property ;
	rdfs:label "kpe"@en ;
	rdfs:domain <Pss5> ;
	rdfs:range xsd:double .
<Pss5.tw2> rdf:type rdfs:Property ;
	rdfs:label "tw2"@en ;
	rdfs:domain <Pss5> ;
	rdfs:range xsd:double .
<Pss5.tl2> rdf:type rdfs:Property ;
	rdfs:label "tl2"@en ;
	rdfs:domain <Pss5> ;
	rdfs:range xsd:double .
<Pss5.vsmx> rdf:type rdfs:Property ;
	rdfs:label "vsmx"@en ;
	rdfs:domain <Pss5> ;
	rdfs:range xsd:double .
<Pss5.ctw2> rdf:type rdfs:Property ;
	rdfs:label "ctw2"@en ;
	rdfs:domain <Pss5> ;
	rdfs:range xsd:boolean .
<Pss5.tl3> rdf:type rdfs:Property ;
	rdfs:label "tl3"@en ;
	rdfs:domain <Pss5> ;
	rdfs:range xsd:double .
<Pss5.isfreq> rdf:type rdfs:Property ;
	rdfs:label "isfreq"@en ;
	rdfs:domain <Pss5> ;
	rdfs:range xsd:boolean .
<Pss5.kf> rdf:type rdfs:Property ;
	rdfs:label "kf"@en ;
	rdfs:domain <Pss5> ;
	rdfs:range xsd:double .
<Pss5.deadband> rdf:type rdfs:Property ;
	rdfs:label "deadband"@en ;
	rdfs:domain <Pss5> ;
	rdfs:range xsd:double .
<Pss5.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <Pss5> ;
	rdfs:range xsd:double .
<Pss5.tw1> rdf:type rdfs:Property ;
	rdfs:label "tw1"@en ;
	rdfs:domain <Pss5> ;
	rdfs:range xsd:double .
<Pss5.vsmn> rdf:type rdfs:Property ;
	rdfs:label "vsmn"@en ;
	rdfs:domain <Pss5> ;
	rdfs:range xsd:double .
<Pss5.tl1> rdf:type rdfs:Property ;
	rdfs:label "tl1"@en ;
	rdfs:domain <Pss5> ;
	rdfs:range xsd:double .
<Pss5.tl4> rdf:type rdfs:Property ;
	rdfs:label "tl4"@en ;
	rdfs:domain <Pss5> ;
	rdfs:range xsd:double .
<Pss5.kpss> rdf:type rdfs:Property ;
	rdfs:label "kpss"@en ;
	rdfs:domain <Pss5> ;
	rdfs:range xsd:double .
<Pss5.tpe> rdf:type rdfs:Property ;
	rdfs:label "tpe"@en ;
	rdfs:domain <Pss5> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5> <http://www.w3.org/2000/01/rdf-schema#label> "Pss5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.kpe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.kpe> <http://www.w3.org/2000/01/rdf-schema#label> "kpe"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.kpe> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.kpe> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tw2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tw2> <http://www.w3.org/2000/01/rdf-schema#label> "tw2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tw2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tw2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tl2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tl2> <http://www.w3.org/2000/01/rdf-schema#label> "tl2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tl2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tl2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.vsmx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.vsmx> <http://www.w3.org/2000/01/rdf-schema#label> "vsmx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.vsmx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.vsmx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.ctw2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.ctw2> <http://www.w3.org/2000/01/rdf-schema#label> "ctw2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.ctw2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.ctw2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tl3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tl3> <http://www.w3.org/2000/01/rdf-schema#label> "tl3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tl3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tl3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.isfreq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.isfreq> <http://www.w3.org/2000/01/rdf-schema#label> "isfreq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.isfreq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.isfreq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.kf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.kf> <http://www.w3.org/2000/01/rdf-schema#label> "kf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.kf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.kf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.deadband> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.deadband> <http://www.w3.org/2000/01/rdf-schema#label> "deadband"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.deadband> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.deadband> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tw1> <http://www.w3.org/2000/01/rdf-schema#label> "tw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.vsmn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.vsmn> <http://www.w3.org/2000/01/rdf-schema#label> "vsmn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.vsmn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.vsmn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tl1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tl1> <http://www.w3.org/2000/01/rdf-schema#label> "tl1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tl1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tl1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tl4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tl4> <http://www.w3.org/2000/01/rdf-schema#label> "tl4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tl4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tl4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.kpss> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.kpss> <http://www.w3.org/2000/01/rdf-schema#label> "kpss"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.kpss> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.kpss> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tpe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tpe> <http://www.w3.org/2000/01/rdf-schema#label> "tpe"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tpe> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Pss5.tpe> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

Detailed Italian PSS.

Property Domain Range Comment
kpe Pss5 double Electric power input gain (KPE). Typical value = 0,3.
tw2 Pss5 double Second washout (TW2) (>= 0). Typical value = 0.
tl2 Pss5 double Lead/lag time constant (TL2) (>= 0). If = 0, both blocks are bypassed. Typical value = 0.
vsmx Pss5 double Stabilizer output minimum limit (VSMX). Typical value = 0,1.
ctw2 Pss5 boolean Selector for second washout enabling (CTW2). true = second washout filter is bypassed false = second washout filter in use. Typical value = true.
tl3 Pss5 double Lead/lag time constant (TL3) (>= 0). Typical value = 0.
isfreq Pss5 boolean Selector for frequency/shaft speed input (isFreq). true = speed (same meaning as InputSignaKind.rotorSpeed) false = frequency (same meaning as InputSignalKind.busFrequency). Typical value = true (same meaning as InputSignalKind.rotorSpeed).
kf Pss5 double Frequency/shaft speed input gain (KF). Typical value = 5.
deadband Pss5 double Stabilizer output deadband (DEADBAND). Typical value = 0.
pmin Pss5 double Minimum power PSS enabling (Pmin). Typical value = 0,25.
tw1 Pss5 double First washout (TW1) (>= 0). Typical value = 3,5.
vsmn Pss5 double Stabilizer output maximum limit (VSMN). Typical value = -0,1.
tl1 Pss5 double Lead/lag time constant (TL1) (>= 0). Typical value = 0.
tl4 Pss5 double Lead/lag time constant (TL4) (>= 0). If = 0, both blocks are bypassed. Typical value = 0.
kpss Pss5 double PSS gain (KPSS). Typical value = 1.
tpe Pss5 double Electric power filter time constant (TPE) (>= 0). Typical value = 0,05.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PssELIN2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PssELIN2> rdf:type rdfs:Class ;
	rdfs:label "PssELIN2"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<PssELIN2.ts2> rdf:type rdfs:Property ;
	rdfs:label "ts2"@en ;
	rdfs:domain <PssELIN2> ;
	rdfs:range xsd:double .
<PssELIN2.psslim> rdf:type rdfs:Property ;
	rdfs:label "psslim"@en ;
	rdfs:domain <PssELIN2> ;
	rdfs:range xsd:double .
<PssELIN2.ts5> rdf:type rdfs:Property ;
	rdfs:label "ts5"@en ;
	rdfs:domain <PssELIN2> ;
	rdfs:range xsd:double .
<PssELIN2.ks1> rdf:type rdfs:Property ;
	rdfs:label "ks1"@en ;
	rdfs:domain <PssELIN2> ;
	rdfs:range xsd:double .
<PssELIN2.ks2> rdf:type rdfs:Property ;
	rdfs:label "ks2"@en ;
	rdfs:domain <PssELIN2> ;
	rdfs:range xsd:double .
<PssELIN2.ts1> rdf:type rdfs:Property ;
	rdfs:label "ts1"@en ;
	rdfs:domain <PssELIN2> ;
	rdfs:range xsd:double .
<PssELIN2.ppss> rdf:type rdfs:Property ;
	rdfs:label "ppss"@en ;
	rdfs:domain <PssELIN2> ;
	rdfs:range xsd:double .
<PssELIN2.ts4> rdf:type rdfs:Property ;
	rdfs:label "ts4"@en ;
	rdfs:domain <PssELIN2> ;
	rdfs:range xsd:double .
<PssELIN2.apss> rdf:type rdfs:Property ;
	rdfs:label "apss"@en ;
	rdfs:domain <PssELIN2> ;
	rdfs:range xsd:double .
<PssELIN2.ts3> rdf:type rdfs:Property ;
	rdfs:label "ts3"@en ;
	rdfs:domain <PssELIN2> ;
	rdfs:range xsd:double .
<PssELIN2.ts6> rdf:type rdfs:Property ;
	rdfs:label "ts6"@en ;
	rdfs:domain <PssELIN2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2> <http://www.w3.org/2000/01/rdf-schema#label> "PssELIN2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts2> <http://www.w3.org/2000/01/rdf-schema#label> "ts2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.psslim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.psslim> <http://www.w3.org/2000/01/rdf-schema#label> "psslim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.psslim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.psslim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts5> <http://www.w3.org/2000/01/rdf-schema#label> "ts5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ks1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ks1> <http://www.w3.org/2000/01/rdf-schema#label> "ks1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ks1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ks1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ks2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ks2> <http://www.w3.org/2000/01/rdf-schema#label> "ks2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ks2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ks2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts1> <http://www.w3.org/2000/01/rdf-schema#label> "ts1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ppss> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ppss> <http://www.w3.org/2000/01/rdf-schema#label> "ppss"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ppss> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ppss> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts4> <http://www.w3.org/2000/01/rdf-schema#label> "ts4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.apss> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.apss> <http://www.w3.org/2000/01/rdf-schema#label> "apss"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.apss> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.apss> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts3> <http://www.w3.org/2000/01/rdf-schema#label> "ts3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts6> <http://www.w3.org/2000/01/rdf-schema#label> "ts6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssELIN2.ts6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

Power system stabilizer typically associated with ExcELIN2 (though PssIEEE2B or Pss2B can also be used).

Property Domain Range Comment
ts2 PssELIN2 double Time constant (Ts2) (>= 0). Typical value = 1.
psslim PssELIN2 double PSS limiter (psslim). Typical value = 0,1.
ts5 PssELIN2 double Time constant (Ts5) (>= 0). Typical value = 0.
ks1 PssELIN2 double Gain (Ks1). Typical value = 1.
ks2 PssELIN2 double Gain (Ks2). Typical value = 0,1.
ts1 PssELIN2 double Time constant (Ts1) (>= 0). Typical value = 0.
ppss PssELIN2 double Coefficient (p_PSS) (>= 0 and <= 4). Typical value = 0,1.
ts4 PssELIN2 double Time constant (Ts4) (>= 0). Typical value = 0,1.
apss PssELIN2 double Coefficient (a_PSS). Typical value = 0,1.
ts3 PssELIN2 double Time constant (Ts3) (>= 0). Typical value = 1.
ts6 PssELIN2 double Time constant (Ts6) (>= 0). Typical value = 1.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PssIEEE1A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PssIEEE1A> rdf:type rdfs:Class ;
	rdfs:label "PssIEEE1A"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<PssIEEE1A.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <PssIEEE1A> ;
	rdfs:range xsd:double .
<PssIEEE1A.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <PssIEEE1A> ;
	rdfs:range xsd:double .
<PssIEEE1A.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <PssIEEE1A> ;
	rdfs:range xsd:double .
<PssIEEE1A.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <PssIEEE1A> ;
	rdfs:range xsd:double .
<PssIEEE1A.ks> rdf:type rdfs:Property ;
	rdfs:label "ks"@en ;
	rdfs:domain <PssIEEE1A> ;
	rdfs:range xsd:double .
<PssIEEE1A.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <PssIEEE1A> ;
	rdfs:range xsd:double .
<PssIEEE1A.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <PssIEEE1A> ;
	rdfs:range xsd:double .
<PssIEEE1A.a2> rdf:type rdfs:Property ;
	rdfs:label "a2"@en ;
	rdfs:domain <PssIEEE1A> ;
	rdfs:range xsd:double .
<PssIEEE1A.inputSignalType> rdf:type rdfs:Property ;
	rdfs:label "inputSignalType"@en ;
	rdfs:domain <PssIEEE1A> ;
	rdfs:range xsd:string .
<PssIEEE1A.a1> rdf:type rdfs:Property ;
	rdfs:label "a1"@en ;
	rdfs:domain <PssIEEE1A> ;
	rdfs:range xsd:double .
<PssIEEE1A.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <PssIEEE1A> ;
	rdfs:range xsd:double .
<PssIEEE1A.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <PssIEEE1A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A> <http://www.w3.org/2000/01/rdf-schema#label> "PssIEEE1A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.ks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.ks> <http://www.w3.org/2000/01/rdf-schema#label> "ks"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.ks> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.ks> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.a2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.a2> <http://www.w3.org/2000/01/rdf-schema#label> "a2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.a2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.a2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.inputSignalType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.inputSignalType> <http://www.w3.org/2000/01/rdf-schema#label> "inputSignalType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.inputSignalType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.inputSignalType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.a1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.a1> <http://www.w3.org/2000/01/rdf-schema#label> "a1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.a1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.a1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE1A.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE type PSS1A power system stabilizer model. PSS1A is the generalized form of a PSS with a single input signal. Reference: IEEE 421.5-2005, 8.1 and IEEE 421.5-2016, 9.2. Parameter details: In order to match with the parameters defined in IEEE 421.5-2016, attributes vrmax and vrmin defined in this model shall be considered the same as parameters Vstmax and Vstmin defined by IEEE 421.5-2016, 9.2.

Property Domain Range Comment
t3 PssIEEE1A double Lead/lag time constant (T3) (>= 0). Typical value = 0,3.
t4 PssIEEE1A double Lead/lag time constant (T4) (>= 0). Typical value = 0,03.
t6 PssIEEE1A double Transducer time constant (T6) (>= 0). Typical value = 0,01.
t2 PssIEEE1A double Lead/lag time constant (T2) (>= 0). Typical value = 0,03.
ks PssIEEE1A double Stabilizer gain (Ks). Typical value = 5.
t1 PssIEEE1A double Lead/lag time constant (T1) (>= 0). Typical value = 0,3.
t5 PssIEEE1A double Washout time constant (T5) (>= 0). Typical value = 10.
a2 PssIEEE1A double PSS signal conditioning frequency filter constant (A2). Typical value = 0,0017.
inputSignalType PssIEEE1A string Type of input signal (rotorAngularFrequencyDeviation, generatorElectricalPower, rotorSpeed, busFrequency or busFrequencyDeviation). Typical value = rotorAngularFrequencyDeviation.
a1 PssIEEE1A double PSS signal conditioning frequency filter constant (A1). Typical value = 0,061.
vrmin PssIEEE1A double Minimum stabilizer output (Vrmin) (< PssIEEE1A.vrmax). Typical value = -0,05.
vrmax PssIEEE1A double Maximum stabilizer output (Vrmax) (> PssIEEE1A.vrmin). Typical value = 0,05.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PssIEEE2B

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PssIEEE2B> rdf:type rdfs:Class ;
	rdfs:label "PssIEEE2B"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<PssIEEE2B.tw1> rdf:type rdfs:Property ;
	rdfs:label "tw1"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.ks2> rdf:type rdfs:Property ;
	rdfs:label "ks2"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.inputSignal1Type> rdf:type rdfs:Property ;
	rdfs:label "inputSignal1Type"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:string .
<PssIEEE2B.t10> rdf:type rdfs:Property ;
	rdfs:label "t10"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.t9> rdf:type rdfs:Property ;
	rdfs:label "t9"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.vsi1max> rdf:type rdfs:Property ;
	rdfs:label "vsi1max"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.inputSignal2Type> rdf:type rdfs:Property ;
	rdfs:label "inputSignal2Type"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:string .
<PssIEEE2B.tw4> rdf:type rdfs:Property ;
	rdfs:label "tw4"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.vstmin> rdf:type rdfs:Property ;
	rdfs:label "vstmin"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.tw3> rdf:type rdfs:Property ;
	rdfs:label "tw3"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.vsi2min> rdf:type rdfs:Property ;
	rdfs:label "vsi2min"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.ks3> rdf:type rdfs:Property ;
	rdfs:label "ks3"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.ks1> rdf:type rdfs:Property ;
	rdfs:label "ks1"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.t11> rdf:type rdfs:Property ;
	rdfs:label "t11"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.t7> rdf:type rdfs:Property ;
	rdfs:label "t7"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.t8> rdf:type rdfs:Property ;
	rdfs:label "t8"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.n> rdf:type rdfs:Property ;
	rdfs:label "n"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:integer .
<PssIEEE2B.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.m> rdf:type rdfs:Property ;
	rdfs:label "m"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:integer .
<PssIEEE2B.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.vstmax> rdf:type rdfs:Property ;
	rdfs:label "vstmax"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.vsi1min> rdf:type rdfs:Property ;
	rdfs:label "vsi1min"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.vsi2max> rdf:type rdfs:Property ;
	rdfs:label "vsi2max"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<PssIEEE2B.tw2> rdf:type rdfs:Property ;
	rdfs:label "tw2"@en ;
	rdfs:domain <PssIEEE2B> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> <http://www.w3.org/2000/01/rdf-schema#label> "PssIEEE2B"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.tw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.tw1> <http://www.w3.org/2000/01/rdf-schema#label> "tw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.tw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.tw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.ks2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.ks2> <http://www.w3.org/2000/01/rdf-schema#label> "ks2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.ks2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.ks2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.inputSignal1Type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.inputSignal1Type> <http://www.w3.org/2000/01/rdf-schema#label> "inputSignal1Type"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.inputSignal1Type> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.inputSignal1Type> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t10> <http://www.w3.org/2000/01/rdf-schema#label> "t10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t9> <http://www.w3.org/2000/01/rdf-schema#label> "t9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vsi1max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vsi1max> <http://www.w3.org/2000/01/rdf-schema#label> "vsi1max"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vsi1max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vsi1max> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.inputSignal2Type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.inputSignal2Type> <http://www.w3.org/2000/01/rdf-schema#label> "inputSignal2Type"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.inputSignal2Type> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.inputSignal2Type> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.tw4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.tw4> <http://www.w3.org/2000/01/rdf-schema#label> "tw4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.tw4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.tw4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vstmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vstmin> <http://www.w3.org/2000/01/rdf-schema#label> "vstmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vstmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vstmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.tw3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.tw3> <http://www.w3.org/2000/01/rdf-schema#label> "tw3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.tw3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.tw3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vsi2min> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vsi2min> <http://www.w3.org/2000/01/rdf-schema#label> "vsi2min"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vsi2min> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vsi2min> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.ks3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.ks3> <http://www.w3.org/2000/01/rdf-schema#label> "ks3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.ks3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.ks3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.ks1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.ks1> <http://www.w3.org/2000/01/rdf-schema#label> "ks1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.ks1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.ks1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t11> <http://www.w3.org/2000/01/rdf-schema#label> "t11"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t11> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t11> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t7> <http://www.w3.org/2000/01/rdf-schema#label> "t7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t8> <http://www.w3.org/2000/01/rdf-schema#label> "t8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.n> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.n> <http://www.w3.org/2000/01/rdf-schema#label> "n"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.n> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.n> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.m> <http://www.w3.org/2000/01/rdf-schema#label> "m"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.m> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.m> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vstmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vstmax> <http://www.w3.org/2000/01/rdf-schema#label> "vstmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vstmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vstmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vsi1min> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vsi1min> <http://www.w3.org/2000/01/rdf-schema#label> "vsi1min"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vsi1min> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vsi1min> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vsi2max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vsi2max> <http://www.w3.org/2000/01/rdf-schema#label> "vsi2max"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vsi2max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.vsi2max> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.tw2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.tw2> <http://www.w3.org/2000/01/rdf-schema#label> "tw2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.tw2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2B.tw2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2005 type PSS2B power system stabilizer model. This stabilizer model is designed to represent a variety of dual-input stabilizers, which normally use combinations of power and speed or frequency to derive the stabilizing signal. Reference: IEEE 421.5-2005, 8.2. According to IEEE 421.5-2016, 9.4 the PSS2B power system stabilizer model is being superseded by the model PSS2C (PssIEEE2C).

Property Domain Range Comment
tw1 PssIEEE2B double First washout on signal #1 (Tw1) (>= 0). Typical value = 2.
ks2 PssIEEE2B double Gain on signal #2 (Ks2). Typical value = 0,2.
inputSignal1Type PssIEEE2B string Type of input signal #1 (rotorAngularFrequencyDeviation, busFrequencyDeviation, rotorSpeed, busFrequency). Typical value = rotorAngularFrequencyDeviation.
t10 PssIEEE2B double Lead/lag time constant (T10) (>= 0). Typical value = 0.
t6 PssIEEE2B double Time constant on signal #1 (T6) (>= 0). Typical value = 0.
t9 PssIEEE2B double Lag of ramp tracking filter (T9) (>= 0). Typical value = 0,1.
vsi1max PssIEEE2B double Input signal #1 maximum limit (Vsi1max) (> PssIEEE2B.vsi1min). Typical value = 2.
inputSignal2Type PssIEEE2B string Type of input signal #2 (generatorElectricalPower). Typical value = generatorElectricalPower.
tw4 PssIEEE2B double Second washout on signal #2 (Tw4) (>= 0). Typical value = 0.
vstmin PssIEEE2B double Stabilizer output minimum limit (Vstmin) (< PssIEEE2B.vstmax). Typical value = -0,1.
t1 PssIEEE2B double Lead/lag time constant (T1) (>= 0). Typical value = 0,12.
tw3 PssIEEE2B double First washout on signal #2 (Tw3) (>= 0). Typical value = 2.
vsi2min PssIEEE2B double Input signal #2 minimum limit (Vsi2min) (< PssIEEE2B.vsi2max). Typical value = -2.
ks3 PssIEEE2B double Gain on signal #2 input before ramp-tracking filter (Ks3). Typical value = 1.
ks1 PssIEEE2B double Stabilizer gain (Ks1). Typical value = 12.
t11 PssIEEE2B double Lead/lag time constant (T11) (>= 0). Typical value = 0.
t3 PssIEEE2B double Lead/lag time constant (T3) (>= 0). Typical value = 0,3.
t7 PssIEEE2B double Time constant on signal #2 (T7) (>= 0). Typical value = 2.
t8 PssIEEE2B double Lead of ramp tracking filter (T8) (>= 0). Typical value = 0,2.
n PssIEEE2B integer Order of ramp tracking filter (N). Typical value = 1.
t4 PssIEEE2B double Lead/lag time constant (T4) (>= 0). Typical value = 0,02.
m PssIEEE2B integer Denominator order of ramp tracking filter (M). Typical value = 5.
t2 PssIEEE2B double Lead/lag time constant (T2) (>= 0). Typical value = 0,02.
vstmax PssIEEE2B double Stabilizer output maximum limit (Vstmax) (> PssIEEE2B.vstmin). Typical value = 0,1.
vsi1min PssIEEE2B double Input signal #1 minimum limit (Vsi1min) (< PssIEEE2B.vsi1max). Typical value = -2.
vsi2max PssIEEE2B double Input signal #2 maximum limit (Vsi2max) (> PssIEEE2B.vsi2min). Typical value = 2.
tw2 PssIEEE2B double Second washout on signal #1 (Tw2) (>= 0). Typical value = 2.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PssIEEE2C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PssIEEE2C> rdf:type rdfs:Class ;
	rdfs:label "PssIEEE2C"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<PssIEEE2C.ks2> rdf:type rdfs:Property ;
	rdfs:label "ks2"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.inputSignal2Kind> rdf:type rdfs:Property ;
	rdfs:label "inputSignal2Kind"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:string .
<PssIEEE2C.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.t12> rdf:type rdfs:Property ;
	rdfs:label "t12"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.ppsson> rdf:type rdfs:Property ;
	rdfs:label "ppsson"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.t9> rdf:type rdfs:Property ;
	rdfs:label "t9"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.ppssoff> rdf:type rdfs:Property ;
	rdfs:label "ppssoff"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.n> rdf:type rdfs:Property ;
	rdfs:label "n"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:integer .
<PssIEEE2C.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.t7> rdf:type rdfs:Property ;
	rdfs:label "t7"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.tw4> rdf:type rdfs:Property ;
	rdfs:label "tw4"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.vsi2max> rdf:type rdfs:Property ;
	rdfs:label "vsi2max"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.t10> rdf:type rdfs:Property ;
	rdfs:label "t10"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.t11> rdf:type rdfs:Property ;
	rdfs:label "t11"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.tw1> rdf:type rdfs:Property ;
	rdfs:label "tw1"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.vstmin> rdf:type rdfs:Property ;
	rdfs:label "vstmin"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.tw2> rdf:type rdfs:Property ;
	rdfs:label "tw2"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.vstmax> rdf:type rdfs:Property ;
	rdfs:label "vstmax"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.vsi1max> rdf:type rdfs:Property ;
	rdfs:label "vsi1max"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.tw3> rdf:type rdfs:Property ;
	rdfs:label "tw3"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.m> rdf:type rdfs:Property ;
	rdfs:label "m"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:integer .
<PssIEEE2C.vsi2min> rdf:type rdfs:Property ;
	rdfs:label "vsi2min"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.ks3> rdf:type rdfs:Property ;
	rdfs:label "ks3"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.t8> rdf:type rdfs:Property ;
	rdfs:label "t8"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.ks1> rdf:type rdfs:Property ;
	rdfs:label "ks1"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.inputSignal1Kind> rdf:type rdfs:Property ;
	rdfs:label "inputSignal1Kind"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:string .
<PssIEEE2C.t13> rdf:type rdfs:Property ;
	rdfs:label "t13"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<PssIEEE2C.vsi1min> rdf:type rdfs:Property ;
	rdfs:label "vsi1min"@en ;
	rdfs:domain <PssIEEE2C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> <http://www.w3.org/2000/01/rdf-schema#label> "PssIEEE2C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.ks2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.ks2> <http://www.w3.org/2000/01/rdf-schema#label> "ks2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.ks2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.ks2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.inputSignal2Kind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.inputSignal2Kind> <http://www.w3.org/2000/01/rdf-schema#label> "inputSignal2Kind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.inputSignal2Kind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.inputSignal2Kind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t12> <http://www.w3.org/2000/01/rdf-schema#label> "t12"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t12> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t12> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.ppsson> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.ppsson> <http://www.w3.org/2000/01/rdf-schema#label> "ppsson"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.ppsson> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.ppsson> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t9> <http://www.w3.org/2000/01/rdf-schema#label> "t9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.ppssoff> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.ppssoff> <http://www.w3.org/2000/01/rdf-schema#label> "ppssoff"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.ppssoff> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.ppssoff> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.n> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.n> <http://www.w3.org/2000/01/rdf-schema#label> "n"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.n> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.n> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t7> <http://www.w3.org/2000/01/rdf-schema#label> "t7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.tw4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.tw4> <http://www.w3.org/2000/01/rdf-schema#label> "tw4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.tw4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.tw4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vsi2max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vsi2max> <http://www.w3.org/2000/01/rdf-schema#label> "vsi2max"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vsi2max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vsi2max> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t10> <http://www.w3.org/2000/01/rdf-schema#label> "t10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t11> <http://www.w3.org/2000/01/rdf-schema#label> "t11"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t11> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t11> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.tw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.tw1> <http://www.w3.org/2000/01/rdf-schema#label> "tw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.tw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.tw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vstmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vstmin> <http://www.w3.org/2000/01/rdf-schema#label> "vstmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vstmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vstmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.tw2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.tw2> <http://www.w3.org/2000/01/rdf-schema#label> "tw2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.tw2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.tw2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vstmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vstmax> <http://www.w3.org/2000/01/rdf-schema#label> "vstmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vstmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vstmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vsi1max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vsi1max> <http://www.w3.org/2000/01/rdf-schema#label> "vsi1max"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vsi1max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vsi1max> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.tw3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.tw3> <http://www.w3.org/2000/01/rdf-schema#label> "tw3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.tw3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.tw3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.m> <http://www.w3.org/2000/01/rdf-schema#label> "m"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.m> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.m> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vsi2min> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vsi2min> <http://www.w3.org/2000/01/rdf-schema#label> "vsi2min"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vsi2min> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vsi2min> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.ks3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.ks3> <http://www.w3.org/2000/01/rdf-schema#label> "ks3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.ks3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.ks3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t8> <http://www.w3.org/2000/01/rdf-schema#label> "t8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.ks1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.ks1> <http://www.w3.org/2000/01/rdf-schema#label> "ks1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.ks1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.ks1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.inputSignal1Kind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.inputSignal1Kind> <http://www.w3.org/2000/01/rdf-schema#label> "inputSignal1Kind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.inputSignal1Kind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.inputSignal1Kind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t13> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t13> <http://www.w3.org/2000/01/rdf-schema#label> "t13"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t13> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t13> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vsi1min> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vsi1min> <http://www.w3.org/2000/01/rdf-schema#label> "vsi1min"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vsi1min> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE2C.vsi1min> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 PSS2C power system stabilizer model. It is is designed to represent a variety of dual-input stabilizers, which normally use combinations of power and speed (or frequency, or compensated frequency) to derive the stabilizing signal.

Reference: IEEE 421.5-2016, 9.5.

Property Domain Range Comment
ks2 PssIEEE2C double PSS gain (Ks2). The gain KS2 should be calculated as T7/2H, where H is the total shaft inertia of all mechanically connected rotating components of the unit (MW-s/MVA).
inputSignal2Kind PssIEEE2C string Type of input signal #2 (generatorElectricalPower). Typical value = generatorElectricalPower.
t3 PssIEEE2C double PSS numerator (lead) compensating time constant (second block) (T3) (>=0). Typical value = 0,16.
t12 PssIEEE2C double PSS numerator (lead) compensating time constant (fourth block) (T12) (>=0).
ppsson PssIEEE2C double Generator MW threshold for PSS activation (Ppsson). Typical value = 0.
t9 PssIEEE2C double PSS washout time constant (T9) (>=0). Typical value = 0,15.
ppssoff PssIEEE2C double Generator MW threshold for PSS activation (Ppssoff). Typical value = 0.
n PssIEEE2C integer PSS washout time constant (N). Typical value = 4.
t2 PssIEEE2C double PSS denominator (lag) compensating time constant (first block) (T2) (>=0). Typical value = 0,02.
t4 PssIEEE2C double PSS numerator (lag) compensating time constant (second block) (T4) (>=0). Typical value = 0,02.
t7 PssIEEE2C double PSS transducer time constant (T7) (>=0). It should be equal to Tw2. Typical value = 10.
tw4 PssIEEE2C double PSS washout time constant (Tw4) (>=0).
vsi2max PssIEEE2C double Input signal #2 maximum limit (Vsi2max). Typical value = 2.
t10 PssIEEE2C double PSS numerator (lead) compensating time constant (third block) (T10) (>=0).
t11 PssIEEE2C double PSS denominator (lag) compensating time constant (third block) (T11) (>=0).
tw1 PssIEEE2C double PSS washout time constant (Tw1) (>=0). Typical value = 10.
t1 PssIEEE2C double PSS numerator (lead) compensating time constant (first block) (T1) (>=0). Typical value = 0,16.
vstmin PssIEEE2C double Minimum PSS output (Vstmin). Typical value = -0,066.
tw2 PssIEEE2C double PSS washout time constant (Tw2) (>=0). Typical value = 10.
vstmax PssIEEE2C double Maximum PSS output (Vstmax). Typical value = 0,2.
vsi1max PssIEEE2C double Input signal #1 maximum limit (Vsi1max). Typical value = 2.
tw3 PssIEEE2C double PSS washout time constant (Tw3) (>=0). Typical value = 10.
m PssIEEE2C integer PSS transducer time constant (M). Typical value = 2.
vsi2min PssIEEE2C double Input signal #2 minimum limit (Vsi2min). Typical value = -2.
ks3 PssIEEE2C double PSS gain (Ks3). Typical value = 1.
t8 PssIEEE2C double PSS transducer time constant (T8) (>=0). Typical value = 0,3.
ks1 PssIEEE2C double PSS gain (Ks1). Typical value = 20.
inputSignal1Kind PssIEEE2C string Type of input signal #1 (rotorSpeed, rotorAngularFrequencyDeviation, busFrequencyDeviation, busFrequency). Typical value = rotorAngularFrequencyDeviation.
t13 PssIEEE2C double PSS denominator (lag) compensating time constant (fourth block) (T13) (>=0).
t6 PssIEEE2C double PSS transducer time constant (T6) (>=0). Typical value = 0.
vsi1min PssIEEE2C double Input signal #1 minimum limit (Vsi1min). Typical value = -2.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PssIEEE3B

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PssIEEE3B> rdf:type rdfs:Class ;
	rdfs:label "PssIEEE3B"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<PssIEEE3B.ks2> rdf:type rdfs:Property ;
	rdfs:label "ks2"@en ;
	rdfs:domain <PssIEEE3B> ;
	rdfs:range xsd:double .
<PssIEEE3B.tw1> rdf:type rdfs:Property ;
	rdfs:label "tw1"@en ;
	rdfs:domain <PssIEEE3B> ;
	rdfs:range xsd:double .
<PssIEEE3B.a1> rdf:type rdfs:Property ;
	rdfs:label "a1"@en ;
	rdfs:domain <PssIEEE3B> ;
	rdfs:range xsd:double .
<PssIEEE3B.a4> rdf:type rdfs:Property ;
	rdfs:label "a4"@en ;
	rdfs:domain <PssIEEE3B> ;
	rdfs:range xsd:double .
<PssIEEE3B.a8> rdf:type rdfs:Property ;
	rdfs:label "a8"@en ;
	rdfs:domain <PssIEEE3B> ;
	rdfs:range xsd:double .
<PssIEEE3B.a6> rdf:type rdfs:Property ;
	rdfs:label "a6"@en ;
	rdfs:domain <PssIEEE3B> ;
	rdfs:range xsd:double .
<PssIEEE3B.a7> rdf:type rdfs:Property ;
	rdfs:label "a7"@en ;
	rdfs:domain <PssIEEE3B> ;
	rdfs:range xsd:double .
<PssIEEE3B.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <PssIEEE3B> ;
	rdfs:range xsd:double .
<PssIEEE3B.vstmax> rdf:type rdfs:Property ;
	rdfs:label "vstmax"@en ;
	rdfs:domain <PssIEEE3B> ;
	rdfs:range xsd:double .
<PssIEEE3B.ks1> rdf:type rdfs:Property ;
	rdfs:label "ks1"@en ;
	rdfs:domain <PssIEEE3B> ;
	rdfs:range xsd:double .
<PssIEEE3B.vstmin> rdf:type rdfs:Property ;
	rdfs:label "vstmin"@en ;
	rdfs:domain <PssIEEE3B> ;
	rdfs:range xsd:double .
<PssIEEE3B.a3> rdf:type rdfs:Property ;
	rdfs:label "a3"@en ;
	rdfs:domain <PssIEEE3B> ;
	rdfs:range xsd:double .
<PssIEEE3B.a5> rdf:type rdfs:Property ;
	rdfs:label "a5"@en ;
	rdfs:domain <PssIEEE3B> ;
	rdfs:range xsd:double .
<PssIEEE3B.a2> rdf:type rdfs:Property ;
	rdfs:label "a2"@en ;
	rdfs:domain <PssIEEE3B> ;
	rdfs:range xsd:double .
<PssIEEE3B.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <PssIEEE3B> ;
	rdfs:range xsd:double .
<PssIEEE3B.tw3> rdf:type rdfs:Property ;
	rdfs:label "tw3"@en ;
	rdfs:domain <PssIEEE3B> ;
	rdfs:range xsd:double .
<PssIEEE3B.tw2> rdf:type rdfs:Property ;
	rdfs:label "tw2"@en ;
	rdfs:domain <PssIEEE3B> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B> <http://www.w3.org/2000/01/rdf-schema#label> "PssIEEE3B"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.ks2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.ks2> <http://www.w3.org/2000/01/rdf-schema#label> "ks2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.ks2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.ks2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.tw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.tw1> <http://www.w3.org/2000/01/rdf-schema#label> "tw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.tw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.tw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a1> <http://www.w3.org/2000/01/rdf-schema#label> "a1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a4> <http://www.w3.org/2000/01/rdf-schema#label> "a4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a8> <http://www.w3.org/2000/01/rdf-schema#label> "a8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a6> <http://www.w3.org/2000/01/rdf-schema#label> "a6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a7> <http://www.w3.org/2000/01/rdf-schema#label> "a7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.vstmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.vstmax> <http://www.w3.org/2000/01/rdf-schema#label> "vstmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.vstmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.vstmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.ks1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.ks1> <http://www.w3.org/2000/01/rdf-schema#label> "ks1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.ks1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.ks1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.vstmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.vstmin> <http://www.w3.org/2000/01/rdf-schema#label> "vstmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.vstmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.vstmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a3> <http://www.w3.org/2000/01/rdf-schema#label> "a3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a5> <http://www.w3.org/2000/01/rdf-schema#label> "a5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a2> <http://www.w3.org/2000/01/rdf-schema#label> "a2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.a2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.tw3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.tw3> <http://www.w3.org/2000/01/rdf-schema#label> "tw3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.tw3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.tw3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.tw2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.tw2> <http://www.w3.org/2000/01/rdf-schema#label> "tw2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.tw2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3B.tw2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2005 type PSS3B power system stabilizer model. The PSS model PSS3B has dual inputs of electrical power and rotor angular frequency deviation. The signals are used to derive an equivalent mechanical power signal. This model has 2 input signals. They have the following fixed types (expressed in terms of InputSignalKind values): the first one is of generatorElectricalPower type and the second one is of rotorAngleFrequencyDeviation type. Reference: IEEE 421.5-2005, 8.3. According to IEEE 421.5-2016, 9.6 the PSS3B power system stabilizer model is being superseded by the model PSS3C (PssIEEE3C).

Property Domain Range Comment
ks2 PssIEEE3B double Gain on signal # 2 (Ks2). Typical value = 30,12.
tw1 PssIEEE3B double Washout time constant (Tw1) (>= 0). Typical value = 0,3.
a1 PssIEEE3B double Notch filter parameter (A1). Typical value = 0,359.
a4 PssIEEE3B double Notch filter parameter (A4). Typical value = 0,564.
a8 PssIEEE3B double Notch filter parameter (A8). Typical value = 0.
a6 PssIEEE3B double Notch filter parameter (A6). Typical value = 0.
a7 PssIEEE3B double Notch filter parameter (A7). Typical value = 0,031.
t2 PssIEEE3B double Transducer time constant (T2) (>= 0). Typical value = 0,012.
vstmax PssIEEE3B double Stabilizer output maximum limit (Vstmax) (> PssIEEE3B.vstmin). Typical value = 0,1.
ks1 PssIEEE3B double Gain on signal # 1 (Ks1). Typical value = -0,602.
vstmin PssIEEE3B double Stabilizer output minimum limit (Vstmin) (< PssIEEE3B.vstmax). Typical value = -0,1.
a3 PssIEEE3B double Notch filter parameter (A3). Typical value = 0,429.
a5 PssIEEE3B double Notch filter parameter (A5). Typical value = 0,001.
a2 PssIEEE3B double Notch filter parameter (A2). Typical value = 0,586.
t1 PssIEEE3B double Transducer time constant (T1) (>= 0). Typical value = 0,012.
tw3 PssIEEE3B double Washout time constant (Tw3) (>= 0). Typical value = 0,6.
tw2 PssIEEE3B double Washout time constant (Tw2) (>= 0). Typical value = 0,3.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PssIEEE3C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PssIEEE3C> rdf:type rdfs:Class ;
	rdfs:label "PssIEEE3C"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<PssIEEE3C.a6> rdf:type rdfs:Property ;
	rdfs:label "a6"@en ;
	rdfs:domain <PssIEEE3C> ;
	rdfs:range xsd:double .
<PssIEEE3C.inputSignal2Kind> rdf:type rdfs:Property ;
	rdfs:label "inputSignal2Kind"@en ;
	rdfs:domain <PssIEEE3C> ;
	rdfs:range xsd:string .
<PssIEEE3C.vstmax> rdf:type rdfs:Property ;
	rdfs:label "vstmax"@en ;
	rdfs:domain <PssIEEE3C> ;
	rdfs:range xsd:double .
<PssIEEE3C.a2> rdf:type rdfs:Property ;
	rdfs:label "a2"@en ;
	rdfs:domain <PssIEEE3C> ;
	rdfs:range xsd:double .
<PssIEEE3C.ppssoff> rdf:type rdfs:Property ;
	rdfs:label "ppssoff"@en ;
	rdfs:domain <PssIEEE3C> ;
	rdfs:range xsd:double .
<PssIEEE3C.vstmin> rdf:type rdfs:Property ;
	rdfs:label "vstmin"@en ;
	rdfs:domain <PssIEEE3C> ;
	rdfs:range xsd:double .
<PssIEEE3C.inputSignal1Kind> rdf:type rdfs:Property ;
	rdfs:label "inputSignal1Kind"@en ;
	rdfs:domain <PssIEEE3C> ;
	rdfs:range xsd:string .
<PssIEEE3C.tw1> rdf:type rdfs:Property ;
	rdfs:label "tw1"@en ;
	rdfs:domain <PssIEEE3C> ;
	rdfs:range xsd:double .
<PssIEEE3C.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <PssIEEE3C> ;
	rdfs:range xsd:double .
<PssIEEE3C.tw3> rdf:type rdfs:Property ;
	rdfs:label "tw3"@en ;
	rdfs:domain <PssIEEE3C> ;
	rdfs:range xsd:double .
<PssIEEE3C.a5> rdf:type rdfs:Property ;
	rdfs:label "a5"@en ;
	rdfs:domain <PssIEEE3C> ;
	rdfs:range xsd:double .
<PssIEEE3C.a3> rdf:type rdfs:Property ;
	rdfs:label "a3"@en ;
	rdfs:domain <PssIEEE3C> ;
	rdfs:range xsd:double .
<PssIEEE3C.a4> rdf:type rdfs:Property ;
	rdfs:label "a4"@en ;
	rdfs:domain <PssIEEE3C> ;
	rdfs:range xsd:double .
<PssIEEE3C.a1> rdf:type rdfs:Property ;
	rdfs:label "a1"@en ;
	rdfs:domain <PssIEEE3C> ;
	rdfs:range xsd:double .
<PssIEEE3C.ks1> rdf:type rdfs:Property ;
	rdfs:label "ks1"@en ;
	rdfs:domain <PssIEEE3C> ;
	rdfs:range xsd:double .
<PssIEEE3C.a7> rdf:type rdfs:Property ;
	rdfs:label "a7"@en ;
	rdfs:domain <PssIEEE3C> ;
	rdfs:range xsd:double .
<PssIEEE3C.ks2> rdf:type rdfs:Property ;
	rdfs:label "ks2"@en ;
	rdfs:domain <PssIEEE3C> ;
	rdfs:range xsd:double .
<PssIEEE3C.ppsson> rdf:type rdfs:Property ;
	rdfs:label "ppsson"@en ;
	rdfs:domain <PssIEEE3C> ;
	rdfs:range xsd:double .
<PssIEEE3C.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <PssIEEE3C> ;
	rdfs:range xsd:double .
<PssIEEE3C.a8> rdf:type rdfs:Property ;
	rdfs:label "a8"@en ;
	rdfs:domain <PssIEEE3C> ;
	rdfs:range xsd:double .
<PssIEEE3C.tw2> rdf:type rdfs:Property ;
	rdfs:label "tw2"@en ;
	rdfs:domain <PssIEEE3C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> <http://www.w3.org/2000/01/rdf-schema#label> "PssIEEE3C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a6> <http://www.w3.org/2000/01/rdf-schema#label> "a6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.inputSignal2Kind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.inputSignal2Kind> <http://www.w3.org/2000/01/rdf-schema#label> "inputSignal2Kind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.inputSignal2Kind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.inputSignal2Kind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.vstmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.vstmax> <http://www.w3.org/2000/01/rdf-schema#label> "vstmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.vstmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.vstmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a2> <http://www.w3.org/2000/01/rdf-schema#label> "a2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.ppssoff> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.ppssoff> <http://www.w3.org/2000/01/rdf-schema#label> "ppssoff"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.ppssoff> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.ppssoff> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.vstmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.vstmin> <http://www.w3.org/2000/01/rdf-schema#label> "vstmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.vstmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.vstmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.inputSignal1Kind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.inputSignal1Kind> <http://www.w3.org/2000/01/rdf-schema#label> "inputSignal1Kind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.inputSignal1Kind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.inputSignal1Kind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.tw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.tw1> <http://www.w3.org/2000/01/rdf-schema#label> "tw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.tw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.tw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.tw3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.tw3> <http://www.w3.org/2000/01/rdf-schema#label> "tw3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.tw3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.tw3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a5> <http://www.w3.org/2000/01/rdf-schema#label> "a5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a3> <http://www.w3.org/2000/01/rdf-schema#label> "a3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a4> <http://www.w3.org/2000/01/rdf-schema#label> "a4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a1> <http://www.w3.org/2000/01/rdf-schema#label> "a1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.ks1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.ks1> <http://www.w3.org/2000/01/rdf-schema#label> "ks1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.ks1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.ks1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a7> <http://www.w3.org/2000/01/rdf-schema#label> "a7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.ks2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.ks2> <http://www.w3.org/2000/01/rdf-schema#label> "ks2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.ks2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.ks2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.ppsson> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.ppsson> <http://www.w3.org/2000/01/rdf-schema#label> "ppsson"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.ppsson> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.ppsson> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a8> <http://www.w3.org/2000/01/rdf-schema#label> "a8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.a8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.tw2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.tw2> <http://www.w3.org/2000/01/rdf-schema#label> "tw2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.tw2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE3C.tw2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 PSS3C power system stabilizer model. It has dual inputs, usually generator electrical power output (VSI1 = PT) and rotor angular speed deviation (VSI2 = delta omega). The signals are used to derive an equivalent mechanical power signal.

Reference: IEEE 421.5-2016, 9.7.

Property Domain Range Comment
a6 PssIEEE3C double PSS numerator coefficient (second block) (A6). Typical value = 0.
inputSignal2Kind PssIEEE3C string Type of input signal #2 (rotorAngularFrequencyDeviation). Typical value = rotorAngularFrequencyDeviation.
vstmax PssIEEE3C double Maximum PSS output (Vstmax). Typical value = 0,1.
a2 PssIEEE3C double PSS numerator coefficient (first block) (A2). Typical value = 0.
ppssoff PssIEEE3C double Generator MW threshold for PSS activation (Ppssoff). Typical value = 0.
vstmin PssIEEE3C double Minimum PSS output (Vstmin). Typical value = -0,1.
inputSignal1Kind PssIEEE3C string Type of input signal #1 (generatorElectricalPower). Typical value = generatorElectricalPower.
tw1 PssIEEE3C double Washout time constant (input channel 1) (Tw1) (>=0). Typical value = 1,5.
t2 PssIEEE3C double PSS transducer time constant for input channel 2 (T2) (>=0). Typical value = 1,5.
tw3 PssIEEE3C double Washout time constant (combined channels) (Tw3) (>=0). Typical value = 0.
a5 PssIEEE3C double PSS numerator coefficient (second block) (A5). Typical value = 0.
a3 PssIEEE3C double PSS denominator coefficient (first block) (A3). Typical value = 0,02.
a4 PssIEEE3C double PSS denominator coefficient (first block) (A4). Typical value = 0.
a1 PssIEEE3C double PSS numerator coefficient (first block) (A1). Typical value = 0.
ks1 PssIEEE3C double Power system stabilizer gain for input channel 1 (Ks1). Typical value = 1.
a7 PssIEEE3C double PSS denominator coefficient (second block) (A7). Typical value = 0.
ks2 PssIEEE3C double Power system stabilizer gain for input channel 2 (Ks2). Typical value = 0.
ppsson PssIEEE3C double Generator MW threshold for PSS activation (Ppsson). Typical value = 0.
t1 PssIEEE3C double PSS transducer time constant for input channel 1 (T1) (>=0). Typical value = 0,02.
a8 PssIEEE3C double PSS denominator coefficient (second block) (A8). Typical value = 0.
tw2 PssIEEE3C double Washout time constant (input channel 2) (Tw2) (>=0). Typical value = 1,5.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PssIEEE4B

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PssIEEE4B> rdf:type rdfs:Class ;
	rdfs:label "PssIEEE4B"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<PssIEEE4B.kh17> rdf:type rdfs:Property ;
	rdfs:label "kh17"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.kl11> rdf:type rdfs:Property ;
	rdfs:label "kl11"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.ti2> rdf:type rdfs:Property ;
	rdfs:label "ti2"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.ki17> rdf:type rdfs:Property ;
	rdfs:label "ki17"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.bwl2> rdf:type rdfs:Property ;
	rdfs:label "bwl2"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.ti9> rdf:type rdfs:Property ;
	rdfs:label "ti9"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.th4> rdf:type rdfs:Property ;
	rdfs:label "th4"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.ti5> rdf:type rdfs:Property ;
	rdfs:label "ti5"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.omeganl1> rdf:type rdfs:Property ;
	rdfs:label "omeganl1"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.kh2> rdf:type rdfs:Property ;
	rdfs:label "kh2"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.kh11> rdf:type rdfs:Property ;
	rdfs:label "kh11"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.vimin> rdf:type rdfs:Property ;
	rdfs:label "vimin"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.ki2> rdf:type rdfs:Property ;
	rdfs:label "ki2"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.bwh2> rdf:type rdfs:Property ;
	rdfs:label "bwh2"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.tl2> rdf:type rdfs:Property ;
	rdfs:label "tl2"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.omeganh2> rdf:type rdfs:Property ;
	rdfs:label "omeganh2"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.tl9> rdf:type rdfs:Property ;
	rdfs:label "tl9"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.th3> rdf:type rdfs:Property ;
	rdfs:label "th3"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.tl3> rdf:type rdfs:Property ;
	rdfs:label "tl3"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.kh1> rdf:type rdfs:Property ;
	rdfs:label "kh1"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.tl5> rdf:type rdfs:Property ;
	rdfs:label "tl5"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.th9> rdf:type rdfs:Property ;
	rdfs:label "th9"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.tl4> rdf:type rdfs:Property ;
	rdfs:label "tl4"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.vlmax> rdf:type rdfs:Property ;
	rdfs:label "vlmax"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.th10> rdf:type rdfs:Property ;
	rdfs:label "th10"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.vstmax> rdf:type rdfs:Property ;
	rdfs:label "vstmax"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.tl8> rdf:type rdfs:Property ;
	rdfs:label "tl8"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.ti6> rdf:type rdfs:Property ;
	rdfs:label "ti6"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.th12> rdf:type rdfs:Property ;
	rdfs:label "th12"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.ti3> rdf:type rdfs:Property ;
	rdfs:label "ti3"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.vimax> rdf:type rdfs:Property ;
	rdfs:label "vimax"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.kl17> rdf:type rdfs:Property ;
	rdfs:label "kl17"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.tl1> rdf:type rdfs:Property ;
	rdfs:label "tl1"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.th6> rdf:type rdfs:Property ;
	rdfs:label "th6"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.th2> rdf:type rdfs:Property ;
	rdfs:label "th2"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.bwl1> rdf:type rdfs:Property ;
	rdfs:label "bwl1"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.th7> rdf:type rdfs:Property ;
	rdfs:label "th7"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.ti8> rdf:type rdfs:Property ;
	rdfs:label "ti8"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.vhmax> rdf:type rdfs:Property ;
	rdfs:label "vhmax"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.ti10> rdf:type rdfs:Property ;
	rdfs:label "ti10"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.th8> rdf:type rdfs:Property ;
	rdfs:label "th8"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.tl11> rdf:type rdfs:Property ;
	rdfs:label "tl11"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.ti11> rdf:type rdfs:Property ;
	rdfs:label "ti11"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.th5> rdf:type rdfs:Property ;
	rdfs:label "th5"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.tl6> rdf:type rdfs:Property ;
	rdfs:label "tl6"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.vstmin> rdf:type rdfs:Property ;
	rdfs:label "vstmin"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.ti1> rdf:type rdfs:Property ;
	rdfs:label "ti1"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.tl7> rdf:type rdfs:Property ;
	rdfs:label "tl7"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.tl12> rdf:type rdfs:Property ;
	rdfs:label "tl12"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.kl2> rdf:type rdfs:Property ;
	rdfs:label "kl2"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.ti12> rdf:type rdfs:Property ;
	rdfs:label "ti12"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.omeganl2> rdf:type rdfs:Property ;
	rdfs:label "omeganl2"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.tl10> rdf:type rdfs:Property ;
	rdfs:label "tl10"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.vlmin> rdf:type rdfs:Property ;
	rdfs:label "vlmin"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.th1> rdf:type rdfs:Property ;
	rdfs:label "th1"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.vhmin> rdf:type rdfs:Property ;
	rdfs:label "vhmin"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.omeganh1> rdf:type rdfs:Property ;
	rdfs:label "omeganh1"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.kl1> rdf:type rdfs:Property ;
	rdfs:label "kl1"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.ki1> rdf:type rdfs:Property ;
	rdfs:label "ki1"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.kh> rdf:type rdfs:Property ;
	rdfs:label "kh"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.bwh1> rdf:type rdfs:Property ;
	rdfs:label "bwh1"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.ti7> rdf:type rdfs:Property ;
	rdfs:label "ti7"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.ti4> rdf:type rdfs:Property ;
	rdfs:label "ti4"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.kl> rdf:type rdfs:Property ;
	rdfs:label "kl"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.ki11> rdf:type rdfs:Property ;
	rdfs:label "ki11"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<PssIEEE4B.th11> rdf:type rdfs:Property ;
	rdfs:label "th11"@en ;
	rdfs:domain <PssIEEE4B> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> <http://www.w3.org/2000/01/rdf-schema#label> "PssIEEE4B"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kh17> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kh17> <http://www.w3.org/2000/01/rdf-schema#label> "kh17"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kh17> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kh17> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kl11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kl11> <http://www.w3.org/2000/01/rdf-schema#label> "kl11"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kl11> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kl11> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti2> <http://www.w3.org/2000/01/rdf-schema#label> "ti2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ki17> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ki17> <http://www.w3.org/2000/01/rdf-schema#label> "ki17"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ki17> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ki17> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.bwl2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.bwl2> <http://www.w3.org/2000/01/rdf-schema#label> "bwl2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.bwl2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.bwl2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti9> <http://www.w3.org/2000/01/rdf-schema#label> "ti9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th4> <http://www.w3.org/2000/01/rdf-schema#label> "th4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti5> <http://www.w3.org/2000/01/rdf-schema#label> "ti5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.omeganl1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.omeganl1> <http://www.w3.org/2000/01/rdf-schema#label> "omeganl1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.omeganl1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.omeganl1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kh2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kh2> <http://www.w3.org/2000/01/rdf-schema#label> "kh2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kh2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kh2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kh11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kh11> <http://www.w3.org/2000/01/rdf-schema#label> "kh11"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kh11> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kh11> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vimin> <http://www.w3.org/2000/01/rdf-schema#label> "vimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ki2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ki2> <http://www.w3.org/2000/01/rdf-schema#label> "ki2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ki2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ki2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.bwh2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.bwh2> <http://www.w3.org/2000/01/rdf-schema#label> "bwh2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.bwh2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.bwh2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl2> <http://www.w3.org/2000/01/rdf-schema#label> "tl2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.omeganh2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.omeganh2> <http://www.w3.org/2000/01/rdf-schema#label> "omeganh2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.omeganh2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.omeganh2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl9> <http://www.w3.org/2000/01/rdf-schema#label> "tl9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th3> <http://www.w3.org/2000/01/rdf-schema#label> "th3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl3> <http://www.w3.org/2000/01/rdf-schema#label> "tl3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kh1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kh1> <http://www.w3.org/2000/01/rdf-schema#label> "kh1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kh1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kh1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl5> <http://www.w3.org/2000/01/rdf-schema#label> "tl5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th9> <http://www.w3.org/2000/01/rdf-schema#label> "th9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl4> <http://www.w3.org/2000/01/rdf-schema#label> "tl4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vlmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vlmax> <http://www.w3.org/2000/01/rdf-schema#label> "vlmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vlmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vlmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th10> <http://www.w3.org/2000/01/rdf-schema#label> "th10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vstmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vstmax> <http://www.w3.org/2000/01/rdf-schema#label> "vstmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vstmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vstmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl8> <http://www.w3.org/2000/01/rdf-schema#label> "tl8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti6> <http://www.w3.org/2000/01/rdf-schema#label> "ti6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th12> <http://www.w3.org/2000/01/rdf-schema#label> "th12"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th12> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th12> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti3> <http://www.w3.org/2000/01/rdf-schema#label> "ti3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vimax> <http://www.w3.org/2000/01/rdf-schema#label> "vimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kl17> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kl17> <http://www.w3.org/2000/01/rdf-schema#label> "kl17"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kl17> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kl17> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl1> <http://www.w3.org/2000/01/rdf-schema#label> "tl1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th6> <http://www.w3.org/2000/01/rdf-schema#label> "th6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th2> <http://www.w3.org/2000/01/rdf-schema#label> "th2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.bwl1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.bwl1> <http://www.w3.org/2000/01/rdf-schema#label> "bwl1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.bwl1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.bwl1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th7> <http://www.w3.org/2000/01/rdf-schema#label> "th7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti8> <http://www.w3.org/2000/01/rdf-schema#label> "ti8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vhmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vhmax> <http://www.w3.org/2000/01/rdf-schema#label> "vhmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vhmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vhmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti10> <http://www.w3.org/2000/01/rdf-schema#label> "ti10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th8> <http://www.w3.org/2000/01/rdf-schema#label> "th8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl11> <http://www.w3.org/2000/01/rdf-schema#label> "tl11"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl11> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl11> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti11> <http://www.w3.org/2000/01/rdf-schema#label> "ti11"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti11> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti11> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th5> <http://www.w3.org/2000/01/rdf-schema#label> "th5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl6> <http://www.w3.org/2000/01/rdf-schema#label> "tl6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vstmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vstmin> <http://www.w3.org/2000/01/rdf-schema#label> "vstmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vstmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vstmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti1> <http://www.w3.org/2000/01/rdf-schema#label> "ti1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl7> <http://www.w3.org/2000/01/rdf-schema#label> "tl7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl12> <http://www.w3.org/2000/01/rdf-schema#label> "tl12"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl12> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl12> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kl2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kl2> <http://www.w3.org/2000/01/rdf-schema#label> "kl2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kl2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kl2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti12> <http://www.w3.org/2000/01/rdf-schema#label> "ti12"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti12> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti12> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.omeganl2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.omeganl2> <http://www.w3.org/2000/01/rdf-schema#label> "omeganl2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.omeganl2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.omeganl2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl10> <http://www.w3.org/2000/01/rdf-schema#label> "tl10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.tl10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vlmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vlmin> <http://www.w3.org/2000/01/rdf-schema#label> "vlmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vlmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vlmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th1> <http://www.w3.org/2000/01/rdf-schema#label> "th1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vhmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vhmin> <http://www.w3.org/2000/01/rdf-schema#label> "vhmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vhmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.vhmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.omeganh1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.omeganh1> <http://www.w3.org/2000/01/rdf-schema#label> "omeganh1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.omeganh1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.omeganh1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kl1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kl1> <http://www.w3.org/2000/01/rdf-schema#label> "kl1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kl1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kl1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ki1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ki1> <http://www.w3.org/2000/01/rdf-schema#label> "ki1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ki1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ki1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kh> <http://www.w3.org/2000/01/rdf-schema#label> "kh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.bwh1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.bwh1> <http://www.w3.org/2000/01/rdf-schema#label> "bwh1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.bwh1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.bwh1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti7> <http://www.w3.org/2000/01/rdf-schema#label> "ti7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti4> <http://www.w3.org/2000/01/rdf-schema#label> "ti4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ti4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kl> <http://www.w3.org/2000/01/rdf-schema#label> "kl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.kl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ki11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ki11> <http://www.w3.org/2000/01/rdf-schema#label> "ki11"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ki11> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.ki11> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th11> <http://www.w3.org/2000/01/rdf-schema#label> "th11"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th11> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4B.th11> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2005 type PSS4B power system stabilizer. The PSS4B model represents a structure based on multiple working frequency bands. Three separate bands, respectively dedicated to the low-, intermediate- and high-frequency modes of oscillations, are used in this delta omega (speed input) PSS. Parameter details:

  1. This model has 2 input signals. They have the following fixed types (expressed in terms of InputSignalKind values): the first one is of rotorAngleFrequencyDeviation type and the second one is of generatorElectricalPower type.
  2. The transducers shall be implemented as PSS4C from IEEE 421.5-2016.
  3. The H is the RotatingMachineDynamics.inertia.
  4. There is an error in the in IEEE 421.5-2005 PSS4B model: the Pe input should read –Pe. This implies that the input Pe needs to be multiplied by -1. Reference: IEEE 421.5-2005, 8.4. According to IEEE 421.5-2016, 9.8 the PSS4B power system stabilizer model is being superseded by the model PSS4C (PssIEEE4C).
Property Domain Range Comment
kh17 PssIEEE4B double High band first lead-lag blocks coefficient (KH17). Typical value = 1.
kl11 PssIEEE4B double Low band first lead-lag blocks coefficient (KL11). Typical value = 1.
ti2 PssIEEE4B double Intermediate band time constant (TI2) (>= 0). Typical value = 0,2075.
ki17 PssIEEE4B double Intermediate band first lead-lag blocks coefficient (KI17). Typical value = 1.
bwl2 PssIEEE4B double Notch filter 2 (low-frequency band): three dB bandwidth (Bwi).
ti9 PssIEEE4B double Intermediate band time constant (TI9) (>= 0). Typical value = 0.
th4 PssIEEE4B double High band time constant (TH4) (>= 0). Typical value = 0.
ti5 PssIEEE4B double Intermediate band time constant (TI5) (>= 0). Typical value = 0.
omeganl1 PssIEEE4B double Notch filter 1 (low-frequency band): filter frequency (omegani).
kh2 PssIEEE4B double High band differential filter gain (KH2). Typical value = 66.
kh11 PssIEEE4B double High band first lead-lag blocks coefficient (KH11). Typical value = 1.
vimin PssIEEE4B double Intermediate band output minimum limit (VImin) (< PssIEEE4B.vimax). Typical value = -0,6.
ki2 PssIEEE4B double Intermediate band differential filter gain (KI2). Typical value = 66.
bwh2 PssIEEE4B double Notch filter 2 (high-frequency band): three dB bandwidth (Bwi).
tl2 PssIEEE4B double Low band time constant (TL2) (>= 0). Typical value = 2,075.
omeganh2 PssIEEE4B double Notch filter 2 (high-frequency band): filter frequency (omegani).
tl9 PssIEEE4B double Low band time constant (TL9) (>= 0). Typical value = 0.
th3 PssIEEE4B double High band time constant (TH3) (>= 0). Typical value = 0.
tl3 PssIEEE4B double Low band time constant (TL3) (>= 0). Typical value = 0.
kh1 PssIEEE4B double High band differential filter gain (KH1). Typical value = 66.
tl5 PssIEEE4B double Low band time constant (TL5) (>= 0). Typical value = 0.
th9 PssIEEE4B double High band time constant (TH9) (>= 0). Typical value = 0.
tl4 PssIEEE4B double Low band time constant (TL4) (>= 0). Typical value = 0.
vlmax PssIEEE4B double Low band output maximum limit (VLmax) (> PssIEEE4B.vlmin). Typical value = 0,075.
th10 PssIEEE4B double High band time constant (TH10) (>= 0). Typical value = 0.
ki PssIEEE4B double Intermediate band gain (KI). Typical value = 30.
vstmax PssIEEE4B double PSS output maximum limit (VSTmax) (> PssIEEE4B.vstmin). Typical value = 0,15.
tl8 PssIEEE4B double Low band time constant (TL8) (>= 0). Typical value = 2,491.
ti6 PssIEEE4B double Intermediate band time constant (TI6) (>= 0). Typical value = 0.
th12 PssIEEE4B double High band time constant (TH12) (>= 0). Typical value = 0.
ti3 PssIEEE4B double Intermediate band time constant (TI3) (>= 0). Typical value = 0.
vimax PssIEEE4B double Intermediate band output maximum limit (VImax) (> PssIEEE4B.vimin). Typical value = 0,6.
kl17 PssIEEE4B double Low band first lead-lag blocks coefficient (KL17). Typical value = 1.
tl1 PssIEEE4B double Low band time constant (TL1) (>= 0). Typical value = 1,73.
th6 PssIEEE4B double High band time constant (TH6) (>= 0). Typical value = 0.
th2 PssIEEE4B double High band time constant (TH2) (>= 0). Typical value = 0,01816.
bwl1 PssIEEE4B double Notch filter 1 (low-frequency band): three dB bandwidth (Bwi).
th7 PssIEEE4B double High band time constant (TH7) (>= 0). Typical value = 0,01816.
ti8 PssIEEE4B double Intermediate band time constant (TI8) (>= 0). Typical value = 0,2491.
vhmax PssIEEE4B double High band output maximum limit (VHmax) (> PssIEEE4B.vhmin). Typical value = 0,6.
ti10 PssIEEE4B double Intermediate band time constant (TI10) (>= 0). Typical value = 0.
th8 PssIEEE4B double High band time constant (TH8) (>= 0). Typical value = 0,02179.
tl11 PssIEEE4B double Low band time constant (TL11) (>= 0). Typical value = 0.
ti11 PssIEEE4B double Intermediate band time constant (TI11) (>= 0). Typical value = 0.
th5 PssIEEE4B double High band time constant (TH5) (>= 0). Typical value = 0.
tl6 PssIEEE4B double Low band time constant (TL6) (>= 0). Typical value = 0.
vstmin PssIEEE4B double PSS output minimum limit (VSTmin) (< PssIEEE4B.vstmax). Typical value = -0,15.
ti1 PssIEEE4B double Intermediate band time constant (TI1) (>= 0). Typical value = 0,173.
tl7 PssIEEE4B double Low band time constant (TL7) (>= 0). Typical value = 2,075.
tl12 PssIEEE4B double Low band time constant (TL12) (>= 0). Typical value = 0.
kl2 PssIEEE4B double Low band differential filter gain (KL2). Typical value = 66.
ti12 PssIEEE4B double Intermediate band time constant (TI12) (>= 0). Typical value = 0.
omeganl2 PssIEEE4B double Notch filter 2 (low-frequency band): filter frequency (omegani).
tl10 PssIEEE4B double Low band time constant (TL10) (>= 0). Typical value = 0.
vlmin PssIEEE4B double Low band output minimum limit (VLmin) (< PssIEEE4B.vlmax). Typical value = -0,075.
th1 PssIEEE4B double High band time constant (TH1) (>= 0). Typical value = 0,01513.
vhmin PssIEEE4B double High band output minimum limit (VHmin) (< PssIEEE4V.vhmax). Typical value = -0,6.
omeganh1 PssIEEE4B double Notch filter 1 (high-frequency band): filter frequency (omegani).
kl1 PssIEEE4B double Low band differential filter gain (KL1). Typical value = 66.
ki1 PssIEEE4B double Intermediate band differential filter gain (KI1). Typical value = 66.
kh PssIEEE4B double High band gain (KH). Typical value = 120.
bwh1 PssIEEE4B double Notch filter 1 (high-frequency band): three dB bandwidth (Bwi).
ti7 PssIEEE4B double Intermediate band time constant (TI7) (>= 0). Typical value = 0,2075.
ti4 PssIEEE4B double Intermediate band time constant (TI4) (>= 0). Typical value = 0.
kl PssIEEE4B double Low band gain (KL). Typical value = 7,5.
ki11 PssIEEE4B double Intermediate band first lead-lag blocks coefficient (KI11). Typical value = 1.
th11 PssIEEE4B double High band time constant (TH11) (>= 0). Typical value = 0.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PssIEEE4C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PssIEEE4C> rdf:type rdfs:Class ;
	rdfs:label "PssIEEE4C"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<PssIEEE4C.tl2> rdf:type rdfs:Property ;
	rdfs:label "tl2"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.kl2> rdf:type rdfs:Property ;
	rdfs:label "kl2"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.vstmin> rdf:type rdfs:Property ;
	rdfs:label "vstmin"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.bwl2> rdf:type rdfs:Property ;
	rdfs:label "bwl2"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.vlmin> rdf:type rdfs:Property ;
	rdfs:label "vlmin"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.th12> rdf:type rdfs:Property ;
	rdfs:label "th12"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tl7> rdf:type rdfs:Property ;
	rdfs:label "tl7"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.ti3> rdf:type rdfs:Property ;
	rdfs:label "ti3"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.ti12> rdf:type rdfs:Property ;
	rdfs:label "ti12"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.ti9> rdf:type rdfs:Property ;
	rdfs:label "ti9"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.ki1> rdf:type rdfs:Property ;
	rdfs:label "ki1"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.kh2> rdf:type rdfs:Property ;
	rdfs:label "kh2"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tvl9> rdf:type rdfs:Property ;
	rdfs:label "tvl9"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.vhmin> rdf:type rdfs:Property ;
	rdfs:label "vhmin"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.ki17> rdf:type rdfs:Property ;
	rdfs:label "ki17"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tl4> rdf:type rdfs:Property ;
	rdfs:label "tl4"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tvl4> rdf:type rdfs:Property ;
	rdfs:label "tvl4"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.kh11> rdf:type rdfs:Property ;
	rdfs:label "kh11"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.vvlmax> rdf:type rdfs:Property ;
	rdfs:label "vvlmax"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.th3> rdf:type rdfs:Property ;
	rdfs:label "th3"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.th11> rdf:type rdfs:Property ;
	rdfs:label "th11"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.th4> rdf:type rdfs:Property ;
	rdfs:label "th4"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.kvl2> rdf:type rdfs:Property ;
	rdfs:label "kvl2"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.bwh2> rdf:type rdfs:Property ;
	rdfs:label "bwh2"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.kvl> rdf:type rdfs:Property ;
	rdfs:label "kvl"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tvl11> rdf:type rdfs:Property ;
	rdfs:label "tvl11"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tvl3> rdf:type rdfs:Property ;
	rdfs:label "tvl3"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.vlmax> rdf:type rdfs:Property ;
	rdfs:label "vlmax"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.kl1> rdf:type rdfs:Property ;
	rdfs:label "kl1"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.ti2> rdf:type rdfs:Property ;
	rdfs:label "ti2"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.th8> rdf:type rdfs:Property ;
	rdfs:label "th8"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.bwl1> rdf:type rdfs:Property ;
	rdfs:label "bwl1"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.ti7> rdf:type rdfs:Property ;
	rdfs:label "ti7"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.ti6> rdf:type rdfs:Property ;
	rdfs:label "ti6"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tvl12> rdf:type rdfs:Property ;
	rdfs:label "tvl12"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tl3> rdf:type rdfs:Property ;
	rdfs:label "tl3"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.ti8> rdf:type rdfs:Property ;
	rdfs:label "ti8"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tl6> rdf:type rdfs:Property ;
	rdfs:label "tl6"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.kh> rdf:type rdfs:Property ;
	rdfs:label "kh"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.kvl17> rdf:type rdfs:Property ;
	rdfs:label "kvl17"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.kl11> rdf:type rdfs:Property ;
	rdfs:label "kl11"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.ti4> rdf:type rdfs:Property ;
	rdfs:label "ti4"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tvl2> rdf:type rdfs:Property ;
	rdfs:label "tvl2"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tvl1> rdf:type rdfs:Property ;
	rdfs:label "tvl1"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.kh1> rdf:type rdfs:Property ;
	rdfs:label "kh1"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.kvl1> rdf:type rdfs:Property ;
	rdfs:label "kvl1"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.vimax> rdf:type rdfs:Property ;
	rdfs:label "vimax"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tvl7> rdf:type rdfs:Property ;
	rdfs:label "tvl7"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.ti10> rdf:type rdfs:Property ;
	rdfs:label "ti10"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.vimin> rdf:type rdfs:Property ;
	rdfs:label "vimin"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tl11> rdf:type rdfs:Property ;
	rdfs:label "tl11"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.vvlmin> rdf:type rdfs:Property ;
	rdfs:label "vvlmin"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.omegah1> rdf:type rdfs:Property ;
	rdfs:label "omegah1"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tvl8> rdf:type rdfs:Property ;
	rdfs:label "tvl8"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tvl6> rdf:type rdfs:Property ;
	rdfs:label "tvl6"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tl1> rdf:type rdfs:Property ;
	rdfs:label "tl1"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.ti1> rdf:type rdfs:Property ;
	rdfs:label "ti1"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.kl> rdf:type rdfs:Property ;
	rdfs:label "kl"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.th2> rdf:type rdfs:Property ;
	rdfs:label "th2"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.th9> rdf:type rdfs:Property ;
	rdfs:label "th9"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.kvl11> rdf:type rdfs:Property ;
	rdfs:label "kvl11"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.th7> rdf:type rdfs:Property ;
	rdfs:label "th7"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.ki11> rdf:type rdfs:Property ;
	rdfs:label "ki11"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.kh17> rdf:type rdfs:Property ;
	rdfs:label "kh17"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.omegal2> rdf:type rdfs:Property ;
	rdfs:label "omegal2"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tvl5> rdf:type rdfs:Property ;
	rdfs:label "tvl5"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tl9> rdf:type rdfs:Property ;
	rdfs:label "tl9"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tl10> rdf:type rdfs:Property ;
	rdfs:label "tl10"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tl8> rdf:type rdfs:Property ;
	rdfs:label "tl8"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.kl17> rdf:type rdfs:Property ;
	rdfs:label "kl17"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.ti5> rdf:type rdfs:Property ;
	rdfs:label "ti5"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.vstmax> rdf:type rdfs:Property ;
	rdfs:label "vstmax"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.omegah2> rdf:type rdfs:Property ;
	rdfs:label "omegah2"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.vhmax> rdf:type rdfs:Property ;
	rdfs:label "vhmax"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.th6> rdf:type rdfs:Property ;
	rdfs:label "th6"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.th10> rdf:type rdfs:Property ;
	rdfs:label "th10"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.ti11> rdf:type rdfs:Property ;
	rdfs:label "ti11"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.th5> rdf:type rdfs:Property ;
	rdfs:label "th5"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.th1> rdf:type rdfs:Property ;
	rdfs:label "th1"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.omegal1> rdf:type rdfs:Property ;
	rdfs:label "omegal1"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.bwh1> rdf:type rdfs:Property ;
	rdfs:label "bwh1"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.ki2> rdf:type rdfs:Property ;
	rdfs:label "ki2"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tl12> rdf:type rdfs:Property ;
	rdfs:label "tl12"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tvl10> rdf:type rdfs:Property ;
	rdfs:label "tvl10"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<PssIEEE4C.tl5> rdf:type rdfs:Property ;
	rdfs:label "tl5"@en ;
	rdfs:domain <PssIEEE4C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> <http://www.w3.org/2000/01/rdf-schema#label> "PssIEEE4C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl2> <http://www.w3.org/2000/01/rdf-schema#label> "tl2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kl2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kl2> <http://www.w3.org/2000/01/rdf-schema#label> "kl2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kl2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kl2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vstmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vstmin> <http://www.w3.org/2000/01/rdf-schema#label> "vstmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vstmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vstmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.bwl2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.bwl2> <http://www.w3.org/2000/01/rdf-schema#label> "bwl2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.bwl2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.bwl2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vlmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vlmin> <http://www.w3.org/2000/01/rdf-schema#label> "vlmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vlmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vlmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th12> <http://www.w3.org/2000/01/rdf-schema#label> "th12"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th12> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th12> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl7> <http://www.w3.org/2000/01/rdf-schema#label> "tl7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti3> <http://www.w3.org/2000/01/rdf-schema#label> "ti3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti12> <http://www.w3.org/2000/01/rdf-schema#label> "ti12"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti12> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti12> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti9> <http://www.w3.org/2000/01/rdf-schema#label> "ti9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ki1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ki1> <http://www.w3.org/2000/01/rdf-schema#label> "ki1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ki1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ki1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kh2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kh2> <http://www.w3.org/2000/01/rdf-schema#label> "kh2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kh2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kh2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl9> <http://www.w3.org/2000/01/rdf-schema#label> "tvl9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vhmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vhmin> <http://www.w3.org/2000/01/rdf-schema#label> "vhmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vhmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vhmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ki17> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ki17> <http://www.w3.org/2000/01/rdf-schema#label> "ki17"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ki17> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ki17> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl4> <http://www.w3.org/2000/01/rdf-schema#label> "tl4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl4> <http://www.w3.org/2000/01/rdf-schema#label> "tvl4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kh11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kh11> <http://www.w3.org/2000/01/rdf-schema#label> "kh11"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kh11> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kh11> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vvlmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vvlmax> <http://www.w3.org/2000/01/rdf-schema#label> "vvlmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vvlmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vvlmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th3> <http://www.w3.org/2000/01/rdf-schema#label> "th3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th11> <http://www.w3.org/2000/01/rdf-schema#label> "th11"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th11> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th11> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th4> <http://www.w3.org/2000/01/rdf-schema#label> "th4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kvl2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kvl2> <http://www.w3.org/2000/01/rdf-schema#label> "kvl2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kvl2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kvl2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.bwh2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.bwh2> <http://www.w3.org/2000/01/rdf-schema#label> "bwh2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.bwh2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.bwh2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kvl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kvl> <http://www.w3.org/2000/01/rdf-schema#label> "kvl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kvl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kvl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl11> <http://www.w3.org/2000/01/rdf-schema#label> "tvl11"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl11> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl11> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl3> <http://www.w3.org/2000/01/rdf-schema#label> "tvl3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vlmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vlmax> <http://www.w3.org/2000/01/rdf-schema#label> "vlmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vlmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vlmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kl1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kl1> <http://www.w3.org/2000/01/rdf-schema#label> "kl1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kl1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kl1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti2> <http://www.w3.org/2000/01/rdf-schema#label> "ti2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th8> <http://www.w3.org/2000/01/rdf-schema#label> "th8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.bwl1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.bwl1> <http://www.w3.org/2000/01/rdf-schema#label> "bwl1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.bwl1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.bwl1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti7> <http://www.w3.org/2000/01/rdf-schema#label> "ti7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti6> <http://www.w3.org/2000/01/rdf-schema#label> "ti6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl12> <http://www.w3.org/2000/01/rdf-schema#label> "tvl12"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl12> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl12> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl3> <http://www.w3.org/2000/01/rdf-schema#label> "tl3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti8> <http://www.w3.org/2000/01/rdf-schema#label> "ti8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl6> <http://www.w3.org/2000/01/rdf-schema#label> "tl6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kh> <http://www.w3.org/2000/01/rdf-schema#label> "kh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kvl17> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kvl17> <http://www.w3.org/2000/01/rdf-schema#label> "kvl17"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kvl17> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kvl17> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kl11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kl11> <http://www.w3.org/2000/01/rdf-schema#label> "kl11"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kl11> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kl11> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti4> <http://www.w3.org/2000/01/rdf-schema#label> "ti4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl2> <http://www.w3.org/2000/01/rdf-schema#label> "tvl2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl1> <http://www.w3.org/2000/01/rdf-schema#label> "tvl1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kh1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kh1> <http://www.w3.org/2000/01/rdf-schema#label> "kh1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kh1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kh1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kvl1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kvl1> <http://www.w3.org/2000/01/rdf-schema#label> "kvl1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kvl1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kvl1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vimax> <http://www.w3.org/2000/01/rdf-schema#label> "vimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl7> <http://www.w3.org/2000/01/rdf-schema#label> "tvl7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti10> <http://www.w3.org/2000/01/rdf-schema#label> "ti10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vimin> <http://www.w3.org/2000/01/rdf-schema#label> "vimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl11> <http://www.w3.org/2000/01/rdf-schema#label> "tl11"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl11> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl11> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vvlmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vvlmin> <http://www.w3.org/2000/01/rdf-schema#label> "vvlmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vvlmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vvlmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.omegah1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.omegah1> <http://www.w3.org/2000/01/rdf-schema#label> "omegah1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.omegah1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.omegah1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl8> <http://www.w3.org/2000/01/rdf-schema#label> "tvl8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl6> <http://www.w3.org/2000/01/rdf-schema#label> "tvl6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl1> <http://www.w3.org/2000/01/rdf-schema#label> "tl1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti1> <http://www.w3.org/2000/01/rdf-schema#label> "ti1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kl> <http://www.w3.org/2000/01/rdf-schema#label> "kl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th2> <http://www.w3.org/2000/01/rdf-schema#label> "th2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th9> <http://www.w3.org/2000/01/rdf-schema#label> "th9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kvl11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kvl11> <http://www.w3.org/2000/01/rdf-schema#label> "kvl11"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kvl11> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kvl11> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th7> <http://www.w3.org/2000/01/rdf-schema#label> "th7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ki11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ki11> <http://www.w3.org/2000/01/rdf-schema#label> "ki11"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ki11> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ki11> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kh17> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kh17> <http://www.w3.org/2000/01/rdf-schema#label> "kh17"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kh17> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kh17> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.omegal2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.omegal2> <http://www.w3.org/2000/01/rdf-schema#label> "omegal2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.omegal2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.omegal2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl5> <http://www.w3.org/2000/01/rdf-schema#label> "tvl5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl9> <http://www.w3.org/2000/01/rdf-schema#label> "tl9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl10> <http://www.w3.org/2000/01/rdf-schema#label> "tl10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl8> <http://www.w3.org/2000/01/rdf-schema#label> "tl8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kl17> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kl17> <http://www.w3.org/2000/01/rdf-schema#label> "kl17"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kl17> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.kl17> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti5> <http://www.w3.org/2000/01/rdf-schema#label> "ti5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vstmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vstmax> <http://www.w3.org/2000/01/rdf-schema#label> "vstmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vstmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vstmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.omegah2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.omegah2> <http://www.w3.org/2000/01/rdf-schema#label> "omegah2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.omegah2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.omegah2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vhmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vhmax> <http://www.w3.org/2000/01/rdf-schema#label> "vhmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vhmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.vhmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th6> <http://www.w3.org/2000/01/rdf-schema#label> "th6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th10> <http://www.w3.org/2000/01/rdf-schema#label> "th10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti11> <http://www.w3.org/2000/01/rdf-schema#label> "ti11"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti11> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ti11> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th5> <http://www.w3.org/2000/01/rdf-schema#label> "th5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th1> <http://www.w3.org/2000/01/rdf-schema#label> "th1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.th1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.omegal1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.omegal1> <http://www.w3.org/2000/01/rdf-schema#label> "omegal1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.omegal1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.omegal1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.bwh1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.bwh1> <http://www.w3.org/2000/01/rdf-schema#label> "bwh1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.bwh1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.bwh1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ki2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ki2> <http://www.w3.org/2000/01/rdf-schema#label> "ki2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ki2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.ki2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl12> <http://www.w3.org/2000/01/rdf-schema#label> "tl12"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl12> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl12> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl10> <http://www.w3.org/2000/01/rdf-schema#label> "tvl10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tvl10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl5> <http://www.w3.org/2000/01/rdf-schema#label> "tl5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE4C.tl5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 PSS4C power system stabilizer model. It is based on multiple working frequency bands. Four separate bands respectively dedicated to the very low-, low-, intermediate-, and high-frequency modes of oscillations are used in this delta-omega (speed input) PSS. This model has 2 input signals. They have the following fixed types (expressed in terms of InputSignalKind values): the first one is of rotorAngleFrequencyDeviation type and the second one is of generatorElectricalPower type.

Reference: IEEE 421.5-2016, 9.9.

Property Domain Range Comment
tl2 PssIEEE4C double Low band denominator time constant (first lead-lag block) (Tl2) (>=0). Typical value = 2,075.
kl2 PssIEEE4C double Low band differential filter gain (Kl2). Typical value = 66.
vstmin PssIEEE4C double Minimum PSS output (Vstmin). Typical value = -0,15.
bwl2 PssIEEE4C double Notch filter 2 (low-frequency band): three dB bandwidth (Bwi).
vlmin PssIEEE4C double Low band lower limit (Vlmin). Typical value = -0,075.
th12 PssIEEE4C double High band denominator time constant (third lead-lag block) (Th12) (>=0). Typical value = 0.
tl7 PssIEEE4C double Low band numerator time constant (first lead-lag block) (Tl7) (>=0). Typical value = 2,075.
ti3 PssIEEE4C double Intermediate band numerator time constant (second lead-lag block) (Ti3) (>=0). Typical value = 0.
ti12 PssIEEE4C double Intermediate band denominator time constant (third block) (Ti12) (>=0). Typical value = 0.
ti9 PssIEEE4C double Intermediate band numerator time constant (second lead-lag block) (Ti9) (>=0). Typical value = 0.
ki1 PssIEEE4C double Intermediate band differential filter gain (Ki1). Typical value = 66.
kh2 PssIEEE4C double High band differential filter gain (Kh2). Typical value = 66.
tvl9 PssIEEE4C double Very low band numerator time constant (second lead-lag block) (Tvl9) (>=0). Typical value = 0.
vhmin PssIEEE4C double High band lower limit (Vhmin). Typical value = -0,6.
ki17 PssIEEE4C double Intermediate band first lead-lag block coefficient (Ki17). Typical value = 1.
tl4 PssIEEE4C double Low band denominator time constant (second lead-lag block) (Tl4) (>=0). Typical value = 0.
tvl4 PssIEEE4C double Very low band denominator time constant (second lead-lag block) (Tvl4) (>=0). Typical value = 0.
kh11 PssIEEE4C double High band first lead-lag block coefficient (Kh11). Typical value = 1.
vvlmax PssIEEE4C double Very low band upper limit (Vvlmax). Typical value = 0,01.
th3 PssIEEE4C double High band numerator time constant (second lead-lag block) (Th3) (>=0). Typical value = 0.
th11 PssIEEE4C double High band numerator time constant (third lead-lag block) (Th11) (>=0). Typical value = 0.
th4 PssIEEE4C double High band denominator time constant (second lead-lag block) (Th4) (>=0). Typical value = 0.
kvl2 PssIEEE4C double Very low band differential filter gain (Kvl2). Typical value = 66.
bwh2 PssIEEE4C double Notch filter 2 (high-frequency band): three dB bandwidth (Bwi).
kvl PssIEEE4C double Very low band gain (Kvl). Typical value = 0,5.
tvl11 PssIEEE4C double Very low band numerator time constant (third lead-lag block) (Tvl11) (>=0). Typical value = 0.
tvl3 PssIEEE4C double Very low band numerator time constant (second lead-lag block) (Tvl3) (>=0). Typical value = 0.
vlmax PssIEEE4C double Low band upper limit (Vlmax). Typical value = 0,075.
kl1 PssIEEE4C double Low band differential filter gain (Kl1). Typical value = 66.
ti2 PssIEEE4C double Intermediate band denominator time constant (first block) (Ti2) (>=0). Typical value = 0,2421.
th8 PssIEEE4C double High band denominator time constant (first lead-lag block) (Th8) (>=0). Typical value = 0,01937.
bwl1 PssIEEE4C double Notch filter 1 (low-frequency band): three dB bandwidth (Bwi).
ti7 PssIEEE4C double Intermediate band numerator time constant (first lead-lag block) (Ti7) (>=0). Typical value = 0,2421.
ti6 PssIEEE4C double Intermediate band denominator time constant (third block) (Ti6) (>=0). Typical value = 0.
tvl12 PssIEEE4C double Very low band denominator time constant (third lead-lag block) (Tvl12) (>=0). Typical value = 0.
tl3 PssIEEE4C double Low band numerator time constant (second lead-lag block) (Tl3) (>=0). Typical value = 0.
ti8 PssIEEE4C double Intermediate band denominator time constant (first block) (Ti8) (>=0). Typical value = 0,2906.
tl6 PssIEEE4C double Low band denominator time constant (third lead-lag block) (Tl6) (>=0). Typical value = 0.
kh PssIEEE4C double High band gain (Kh). Typical value = 80.
kvl17 PssIEEE4C double Very low band first lead-lag block coefficient (Kvl17). Typical value = 1.
kl11 PssIEEE4C double Low band first lead-lag block coefficient (Kl11). Typical value = 1.
ti4 PssIEEE4C double Intermediate band denominator time constant (second block) (Ti4) (>=0). Typical value = 0.
tvl2 PssIEEE4C double Very low band denominator time constant (first lead-lag block) (Tvl2) (>=0). Typical value = 14,5.
tvl1 PssIEEE4C double Very low band numerator time constant (first lead-lag block) (Tvl1) (>=0). Typical value = 12,1.
ki PssIEEE4C double Intermediate band gain (Ki). Typical value = 20.
kh1 PssIEEE4C double High band differential filter gain (Kh1). Typical value = 66.
kvl1 PssIEEE4C double Very low band differential filter gain (Kvl1). Typical value = 66.
vimax PssIEEE4C double Intermediate band upper limit (Vimax). Typical value = 0,6.
tvl7 PssIEEE4C double Very low band numerator time constant (first lead-lag block) (Tvl7) (>=0). Typical value = 14,5.
ti10 PssIEEE4C double Intermediate band denominator time constant (second block) (Ti10) (>=0). Typical value = 0.
vimin PssIEEE4C double Intermediate band lower limit (Vimin). Typical value = -0,6.
tl11 PssIEEE4C double Low band numerator time constant (third lead-lag block) (Tl11) (>=0). Typical value = 0.
vvlmin PssIEEE4C double Very low band lower limit (Vvlmin). Typical value = -0,01.
omegah1 PssIEEE4C double Notch filter 1 (high-frequency band): filter frequency (omegani).
tvl8 PssIEEE4C double Very low band denominator time constant (first lead-lag block) (Tvl8) (>=0). Typical value = 17,4.
tvl6 PssIEEE4C double Very low band denominator time constant (third lead-lag block) (Tvl6) (>=0). Typical value = 0.
tl1 PssIEEE4C double Low band numerator time constant (first lead-lag block) (Tl1) (>=0). Typical value = 1,73.
ti1 PssIEEE4C double Intermediate band numerator time constant (first lead-lag block) (Ti1) (>=0). Typical value = 0,2018.
kl PssIEEE4C double Low band gain (Kl). Typical value = 3.
th2 PssIEEE4C double High band denominator time constant (first lead-lag block) (Th2) (>=0). Typical value = 0,01614.
th9 PssIEEE4C double High band numerator time constant (second lead-lag block) (Th9) (>=0). Typical value = 0.
kvl11 PssIEEE4C double Very low band first lead-lag block coefficient (Kvl11). Typical value = 1.
th7 PssIEEE4C double High band numerator time constant (first lead-lag block) (Th7) (>=0). Typical value = 0,01614.
ki11 PssIEEE4C double Intermediate band first lead-lag block coefficient (Ki11). Typical value = 1.
kh17 PssIEEE4C double High band first lead-lag block coefficient (Kh17). Typical value = 1.
omegal2 PssIEEE4C double Notch filter 2 (low-frequency band): filter frequency (omegani).
tvl5 PssIEEE4C double Very low band numerator time constant (third lead-lag block) (Tvl5) (>=0). Typical value = 0.
tl9 PssIEEE4C double Low band numerator time constant (second lead-lag block) (Tl9) (>=0). Typical value = 0.
tl10 PssIEEE4C double Low band denominator time constant (second lead-lag block) (Tl10) (>=0). Typical value = 0.
tl8 PssIEEE4C double Low band denominator time constant (first lead-lag block) (Tl8) (>=0). Typical value = 2,491.
kl17 PssIEEE4C double Low band first lead-lag block coefficient (Kl17). Typical value = 1.
ti5 PssIEEE4C double Intermediate band numerator time constant (third lead-lag block) (Ti5) (>=0). Typical value = 0.
vstmax PssIEEE4C double Maximum PSS output (Vstmax). Typical value = 0,15.
omegah2 PssIEEE4C double Notch filter 2 (high-frequency band): filter frequency (omegani).
vhmax PssIEEE4C double High band upper limit (Vhmax). Typical value = 0,6.
th6 PssIEEE4C double High band denominator time constant (third lead-lag block) (Th6) (>=0). Typical value = 0.
th10 PssIEEE4C double High band denominator time constant (second lead-lag block) (Th10) (>=0). Typical value = 0.
ti11 PssIEEE4C double Intermediate band numerator time constant (third lead-lag block) (Ti11) (>=0). Typical value = 0.
th5 PssIEEE4C double High band numerator time constant (third lead-lag block) (Th5) (>=0). Typical value = 0.
th1 PssIEEE4C double High band numerator time constant (first lead-lag block) (Th1) (>=0). Typical value = 0,01345.
omegal1 PssIEEE4C double Notch filter 1 (low-frequency band): filter frequency (omegani).
bwh1 PssIEEE4C double Notch filter 1 (high-frequency band): three dB bandwidth (Bwi).
ki2 PssIEEE4C double Intermediate band differential filter gain (Ki2). Typical value = 66.
tl12 PssIEEE4C double Low band denominator time constant (third lead-lag block) (Tl12) (>=0). Typical value = 0.
tvl10 PssIEEE4C double Very low band denominator time constant (second lead-lag block) (Tvl10) (>=0). Typical value = 0.
tl5 PssIEEE4C double Low band numerator time constant (third lead-lag block) (Tl5) (>=0). Typical value = 0.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PssIEEE5C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PssIEEE5C> rdf:type rdfs:Class ;
	rdfs:label "PssIEEE5C"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<PssIEEE5C.kvl> rdf:type rdfs:Property ;
	rdfs:label "kvl"@en ;
	rdfs:domain <PssIEEE5C> ;
	rdfs:range xsd:double .
<PssIEEE5C.fl> rdf:type rdfs:Property ;
	rdfs:label "fl"@en ;
	rdfs:domain <PssIEEE5C> ;
	rdfs:range xsd:double .
<PssIEEE5C.fvl> rdf:type rdfs:Property ;
	rdfs:label "fvl"@en ;
	rdfs:domain <PssIEEE5C> ;
	rdfs:range xsd:double .
<PssIEEE5C.vstmax> rdf:type rdfs:Property ;
	rdfs:label "vstmax"@en ;
	rdfs:domain <PssIEEE5C> ;
	rdfs:range xsd:double .
<PssIEEE5C.kh> rdf:type rdfs:Property ;
	rdfs:label "kh"@en ;
	rdfs:domain <PssIEEE5C> ;
	rdfs:range xsd:double .
<PssIEEE5C.vhmax> rdf:type rdfs:Property ;
	rdfs:label "vhmax"@en ;
	rdfs:domain <PssIEEE5C> ;
	rdfs:range xsd:double .
<PssIEEE5C.vlmin> rdf:type rdfs:Property ;
	rdfs:label "vlmin"@en ;
	rdfs:domain <PssIEEE5C> ;
	rdfs:range xsd:double .
<PssIEEE5C.vvlmin> rdf:type rdfs:Property ;
	rdfs:label "vvlmin"@en ;
	rdfs:domain <PssIEEE5C> ;
	rdfs:range xsd:double .
<PssIEEE5C.fh> rdf:type rdfs:Property ;
	rdfs:label "fh"@en ;
	rdfs:domain <PssIEEE5C> ;
	rdfs:range xsd:double .
<PssIEEE5C.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <PssIEEE5C> ;
	rdfs:range xsd:double .
<PssIEEE5C.vstmin> rdf:type rdfs:Property ;
	rdfs:label "vstmin"@en ;
	rdfs:domain <PssIEEE5C> ;
	rdfs:range xsd:double .
<PssIEEE5C.vimin> rdf:type rdfs:Property ;
	rdfs:label "vimin"@en ;
	rdfs:domain <PssIEEE5C> ;
	rdfs:range xsd:double .
<PssIEEE5C.vhmin> rdf:type rdfs:Property ;
	rdfs:label "vhmin"@en ;
	rdfs:domain <PssIEEE5C> ;
	rdfs:range xsd:double .
<PssIEEE5C.vvlmax> rdf:type rdfs:Property ;
	rdfs:label "vvlmax"@en ;
	rdfs:domain <PssIEEE5C> ;
	rdfs:range xsd:double .
<PssIEEE5C.kl> rdf:type rdfs:Property ;
	rdfs:label "kl"@en ;
	rdfs:domain <PssIEEE5C> ;
	rdfs:range xsd:double .
<PssIEEE5C.fi> rdf:type rdfs:Property ;
	rdfs:label "fi"@en ;
	rdfs:domain <PssIEEE5C> ;
	rdfs:range xsd:double .
<PssIEEE5C.vimax> rdf:type rdfs:Property ;
	rdfs:label "vimax"@en ;
	rdfs:domain <PssIEEE5C> ;
	rdfs:range xsd:double .
<PssIEEE5C.vlmax> rdf:type rdfs:Property ;
	rdfs:label "vlmax"@en ;
	rdfs:domain <PssIEEE5C> ;
	rdfs:range xsd:double .
<PssIEEE5C.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <PssIEEE5C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> <http://www.w3.org/2000/01/rdf-schema#label> "PssIEEE5C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.kvl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.kvl> <http://www.w3.org/2000/01/rdf-schema#label> "kvl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.kvl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.kvl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.fl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.fl> <http://www.w3.org/2000/01/rdf-schema#label> "fl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.fl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.fl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.fvl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.fvl> <http://www.w3.org/2000/01/rdf-schema#label> "fvl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.fvl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.fvl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vstmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vstmax> <http://www.w3.org/2000/01/rdf-schema#label> "vstmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vstmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vstmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.kh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.kh> <http://www.w3.org/2000/01/rdf-schema#label> "kh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.kh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.kh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vhmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vhmax> <http://www.w3.org/2000/01/rdf-schema#label> "vhmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vhmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vhmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vlmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vlmin> <http://www.w3.org/2000/01/rdf-schema#label> "vlmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vlmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vlmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vvlmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vvlmin> <http://www.w3.org/2000/01/rdf-schema#label> "vvlmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vvlmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vvlmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.fh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.fh> <http://www.w3.org/2000/01/rdf-schema#label> "fh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.fh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.fh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vstmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vstmin> <http://www.w3.org/2000/01/rdf-schema#label> "vstmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vstmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vstmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vimin> <http://www.w3.org/2000/01/rdf-schema#label> "vimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vhmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vhmin> <http://www.w3.org/2000/01/rdf-schema#label> "vhmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vhmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vhmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vvlmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vvlmax> <http://www.w3.org/2000/01/rdf-schema#label> "vvlmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vvlmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vvlmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.kl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.kl> <http://www.w3.org/2000/01/rdf-schema#label> "kl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.kl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.kl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.fi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.fi> <http://www.w3.org/2000/01/rdf-schema#label> "fi"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.fi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.fi> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vimax> <http://www.w3.org/2000/01/rdf-schema#label> "vimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vlmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vlmax> <http://www.w3.org/2000/01/rdf-schema#label> "vlmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vlmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.vlmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE5C.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 PSS5C power system stabilizer model. It represents a simplifying model of the PSS4C. The principal difference is the transducer for which only one input rotorAngleFrequencyDeviation (expressed in terms of InputSignalKind values). Compared with the PSS4C model, this model is easier for tuning studies but it has a limitation as it cannot represent the rate of change of electrical power (MW/minute) which affects the output of the on-site stabilizer. For studying and stability software where f = 3 Hz, the notch filters could be omitted.

Reference: IEEE 421.5-2016, 9.10.

Property Domain Range Comment
kvl PssIEEE5C double Very low band gain (Kvl). Typical value = 0,5.
fl PssIEEE5C double Low band central frequency (Fl). Typical value = 0,07.
fvl PssIEEE5C double Very low band central frequency (Fvl). Typical value = 0,01.
vstmax PssIEEE5C double Maximum PSS output (Vstmax). Typical value = 0,15.
kh PssIEEE5C double High band gain (Kh). Typical value = 80.
vhmax PssIEEE5C double High band upper limit (Vhmax). Typical value = 0,6.
vlmin PssIEEE5C double Low band lower limit (Vlmin). Typical value = -0,075.
vvlmin PssIEEE5C double Very low band lower limit (Vvlmin). Typical value = -0,01.
fh PssIEEE5C double High band central frequency (Fh). Typical value = 9.
r PssIEEE5C double Constant (R). Typical value = 1,2.
vstmin PssIEEE5C double Minimum PSS output (Vstmin). Typical value = -0,15.
vimin PssIEEE5C double Intermediate band lower limit (Vimin). Typical value = -0,6.
vhmin PssIEEE5C double High band lower limit (Vhmin). Typical value = -0,6.
vvlmax PssIEEE5C double Very low band upper limit (Vvlmax). Typical value = 0,01.
kl PssIEEE5C double Low band gain (Kl). Typical value = 3.
fi PssIEEE5C double Intermediate band central frequency (Fi). Typical value = 0,6.
vimax PssIEEE5C double Intermediate band upper limit (Vimax). Typical value = 0,6.
vlmax PssIEEE5C double Low band upper limit (Vlmax). Typical value = 0,075.
ki PssIEEE5C double Intermediate band gain (Ki). Typical value = 20.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PssIEEE6C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PssIEEE6C> rdf:type rdfs:Class ;
	rdfs:label "PssIEEE6C"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<PssIEEE6C.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.ppssoff> rdf:type rdfs:Property ;
	rdfs:label "ppssoff"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.ti1> rdf:type rdfs:Property ;
	rdfs:label "ti1"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.ti4> rdf:type rdfs:Property ;
	rdfs:label "ti4"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.vsi1max> rdf:type rdfs:Property ;
	rdfs:label "vsi1max"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.vsi2min> rdf:type rdfs:Property ;
	rdfs:label "vsi2min"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.vstmin> rdf:type rdfs:Property ;
	rdfs:label "vstmin"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.ppsson> rdf:type rdfs:Property ;
	rdfs:label "ppsson"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.vsi2max> rdf:type rdfs:Property ;
	rdfs:label "vsi2max"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.ksi> rdf:type rdfs:Property ;
	rdfs:label "ksi"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.vsi1min> rdf:type rdfs:Property ;
	rdfs:label "vsi1min"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.k4> rdf:type rdfs:Property ;
	rdfs:label "k4"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.ks1> rdf:type rdfs:Property ;
	rdfs:label "ks1"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.macc> rdf:type rdfs:Property ;
	rdfs:label "macc"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.ks> rdf:type rdfs:Property ;
	rdfs:label "ks"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.ki3> rdf:type rdfs:Property ;
	rdfs:label "ki3"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.k3> rdf:type rdfs:Property ;
	rdfs:label "k3"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.ti2> rdf:type rdfs:Property ;
	rdfs:label "ti2"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.ki4> rdf:type rdfs:Property ;
	rdfs:label "ki4"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.vstmax> rdf:type rdfs:Property ;
	rdfs:label "vstmax"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.k0> rdf:type rdfs:Property ;
	rdfs:label "k0"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<PssIEEE6C.ti3> rdf:type rdfs:Property ;
	rdfs:label "ti3"@en ;
	rdfs:domain <PssIEEE6C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> <http://www.w3.org/2000/01/rdf-schema#label> "PssIEEE6C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ppssoff> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ppssoff> <http://www.w3.org/2000/01/rdf-schema#label> "ppssoff"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ppssoff> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ppssoff> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ti1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ti1> <http://www.w3.org/2000/01/rdf-schema#label> "ti1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ti1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ti1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ti4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ti4> <http://www.w3.org/2000/01/rdf-schema#label> "ti4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ti4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ti4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vsi1max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vsi1max> <http://www.w3.org/2000/01/rdf-schema#label> "vsi1max"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vsi1max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vsi1max> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vsi2min> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vsi2min> <http://www.w3.org/2000/01/rdf-schema#label> "vsi2min"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vsi2min> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vsi2min> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vstmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vstmin> <http://www.w3.org/2000/01/rdf-schema#label> "vstmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vstmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vstmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ppsson> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ppsson> <http://www.w3.org/2000/01/rdf-schema#label> "ppsson"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ppsson> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ppsson> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vsi2max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vsi2max> <http://www.w3.org/2000/01/rdf-schema#label> "vsi2max"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vsi2max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vsi2max> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ksi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ksi> <http://www.w3.org/2000/01/rdf-schema#label> "ksi"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ksi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ksi> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vsi1min> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vsi1min> <http://www.w3.org/2000/01/rdf-schema#label> "vsi1min"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vsi1min> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vsi1min> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.k4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.k4> <http://www.w3.org/2000/01/rdf-schema#label> "k4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.k4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.k4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ks1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ks1> <http://www.w3.org/2000/01/rdf-schema#label> "ks1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ks1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ks1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.macc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.macc> <http://www.w3.org/2000/01/rdf-schema#label> "macc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.macc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.macc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ks> <http://www.w3.org/2000/01/rdf-schema#label> "ks"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ks> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ks> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ki3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ki3> <http://www.w3.org/2000/01/rdf-schema#label> "ki3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ki3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ki3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.k3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.k3> <http://www.w3.org/2000/01/rdf-schema#label> "k3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.k3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.k3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ti2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ti2> <http://www.w3.org/2000/01/rdf-schema#label> "ti2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ti2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ti2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ki4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ki4> <http://www.w3.org/2000/01/rdf-schema#label> "ki4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ki4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ki4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vstmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vstmax> <http://www.w3.org/2000/01/rdf-schema#label> "vstmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vstmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.vstmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.k0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.k0> <http://www.w3.org/2000/01/rdf-schema#label> "k0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.k0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.k0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ti3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ti3> <http://www.w3.org/2000/01/rdf-schema#label> "ti3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ti3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE6C.ti3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 PSS6C power system stabilizer model. This model has 2 input signals. They have the following fixed types (expressed in terms of InputSignalKind values): the first one (Vsi1) is of generatorElectricalPower type and the second one (Vsi2) is of rotorAngleFrequencyDeviation type. The signals are used to derive an equivalent mechanical power signal. By properly combining this signal with electrical power a signal proportional to accelerating power is produced.

Reference: IEEE 421.5-2016, 9.11.

Property Domain Range Comment
k2 PssIEEE6C double PSS canonical gain 0 (K2). Typical value = 0,7371.
k1 PssIEEE6C double PSS canonical gain 0 (K1). Typical value = 0,2903.
ppssoff PssIEEE6C double Generator MW threshold for PSS activation (Ppssoff). Typical value = 0,19.
ti1 PssIEEE6C double PSS time constant (first block) (Ti1) (>=0). Typical value = 0,06.
ti4 PssIEEE6C double PSS time constant (fourth block) (Ti4) (>=0). Typical value = 1.
vsi1max PssIEEE6C double Input signal #1 maximum limit (Vsi1max). Typical value = 2.
td PssIEEE6C double PSS washout time constant (Td) (>=0). Typical value = 1,7809.
vsi2min PssIEEE6C double Input signal #2 minimum limit (Vsi2min). Typical value = -2.
vstmin PssIEEE6C double Minimum PSS output (Vstmin). Typical value = -0,05.
ppsson PssIEEE6C double Generator MW threshold for PSS activation (Ppsson). Typical value = 0,21.
vsi2max PssIEEE6C double Input signal #2 maximum limit (Vsi2max). Typical value = 2.
ksi PssIEEE6C double PSS gain for input channel 1 (Ksi). Typical value = 1.
vsi1min PssIEEE6C double Input signal #1 minimum limit (Vsi1min). Typical value = -2.
k4 PssIEEE6C double PSS canonical gain 0 (K4). Typical value = 0.
ks1 PssIEEE6C double PSS gain for input channel 2 (Ks1). Typical value = 1.
t3 PssIEEE6C double PSS time constant for input channel 1 (T3) (>=0). Typical value = 0,4405.
macc PssIEEE6C double PSS washout time constant for input channel 2 (Macc). Typical value = 20,6838.
ks PssIEEE6C double PSS main gain (Ks). Typical value = 1.
ki3 PssIEEE6C double PSS third block gain (Ki3). Typical value = 1.
k3 PssIEEE6C double PSS canonical gain 0 (K3). Typical value = 0,0813.
ti2 PssIEEE6C double PSS time constant (second block) (Ti2) (>=0). Typical value = 0,5794.
ki4 PssIEEE6C double PSS fourth block gain (Ki4). Typical value = 0.
t2 PssIEEE6C double PSS transducer time constant for input channel 2 (T2) (>=0). Typical value = 0,01.
t4 PssIEEE6C double PSS time constant for input channel 2 (T4) (>=0). Typical value = 0,4405.
vstmax PssIEEE6C double Maximum PSS output (Vstmax). Typical value = 0,05.
t1 PssIEEE6C double PSS transducer time constant for input channel 1 (T1) (>=0). Typical value = 0,01.
k0 PssIEEE6C double PSS canonical gain 0 (K0). Typical value = 1,3322.
ti3 PssIEEE6C double PSS time constant (third block) (Ti3) (>=0). Typical value = 3,5414.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PssIEEE7C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PssIEEE7C> rdf:type rdfs:Class ;
	rdfs:label "PssIEEE7C"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<PssIEEE7C.t8> rdf:type rdfs:Property ;
	rdfs:label "t8"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.vstmin> rdf:type rdfs:Property ;
	rdfs:label "vstmin"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.vstmax> rdf:type rdfs:Property ;
	rdfs:label "vstmax"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.ks1> rdf:type rdfs:Property ;
	rdfs:label "ks1"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.ti1> rdf:type rdfs:Property ;
	rdfs:label "ti1"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.ks2> rdf:type rdfs:Property ;
	rdfs:label "ks2"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.k4> rdf:type rdfs:Property ;
	rdfs:label "k4"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.k0> rdf:type rdfs:Property ;
	rdfs:label "k0"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.vsi1max> rdf:type rdfs:Property ;
	rdfs:label "vsi1max"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.ki4> rdf:type rdfs:Property ;
	rdfs:label "ki4"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.vsi2min> rdf:type rdfs:Property ;
	rdfs:label "vsi2min"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.tw2> rdf:type rdfs:Property ;
	rdfs:label "tw2"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.ti4> rdf:type rdfs:Property ;
	rdfs:label "ti4"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.t7> rdf:type rdfs:Property ;
	rdfs:label "t7"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.vsi1min> rdf:type rdfs:Property ;
	rdfs:label "vsi1min"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.inputSignal1Kind> rdf:type rdfs:Property ;
	rdfs:label "inputSignal1Kind"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:string .
<PssIEEE7C.tw4> rdf:type rdfs:Property ;
	rdfs:label "tw4"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.inputSignal2Kind> rdf:type rdfs:Property ;
	rdfs:label "inputSignal2Kind"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:string .
<PssIEEE7C.ppssoff> rdf:type rdfs:Property ;
	rdfs:label "ppssoff"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.ks3> rdf:type rdfs:Property ;
	rdfs:label "ks3"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.tw1> rdf:type rdfs:Property ;
	rdfs:label "tw1"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.ppsson> rdf:type rdfs:Property ;
	rdfs:label "ppsson"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.k3> rdf:type rdfs:Property ;
	rdfs:label "k3"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.ti3> rdf:type rdfs:Property ;
	rdfs:label "ti3"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.ti2> rdf:type rdfs:Property ;
	rdfs:label "ti2"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.t9> rdf:type rdfs:Property ;
	rdfs:label "t9"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.tw3> rdf:type rdfs:Property ;
	rdfs:label "tw3"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.ki3> rdf:type rdfs:Property ;
	rdfs:label "ki3"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<PssIEEE7C.m> rdf:type rdfs:Property ;
	rdfs:label "m"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:integer .
<PssIEEE7C.n> rdf:type rdfs:Property ;
	rdfs:label "n"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:integer .
<PssIEEE7C.vsi2max> rdf:type rdfs:Property ;
	rdfs:label "vsi2max"@en ;
	rdfs:domain <PssIEEE7C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> <http://www.w3.org/2000/01/rdf-schema#label> "PssIEEE7C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.t8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.t8> <http://www.w3.org/2000/01/rdf-schema#label> "t8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.t8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.t8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vstmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vstmin> <http://www.w3.org/2000/01/rdf-schema#label> "vstmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vstmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vstmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vstmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vstmax> <http://www.w3.org/2000/01/rdf-schema#label> "vstmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vstmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vstmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ks1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ks1> <http://www.w3.org/2000/01/rdf-schema#label> "ks1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ks1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ks1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ti1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ti1> <http://www.w3.org/2000/01/rdf-schema#label> "ti1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ti1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ti1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ks2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ks2> <http://www.w3.org/2000/01/rdf-schema#label> "ks2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ks2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ks2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.k4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.k4> <http://www.w3.org/2000/01/rdf-schema#label> "k4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.k4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.k4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.k0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.k0> <http://www.w3.org/2000/01/rdf-schema#label> "k0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.k0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.k0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vsi1max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vsi1max> <http://www.w3.org/2000/01/rdf-schema#label> "vsi1max"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vsi1max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vsi1max> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ki4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ki4> <http://www.w3.org/2000/01/rdf-schema#label> "ki4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ki4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ki4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vsi2min> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vsi2min> <http://www.w3.org/2000/01/rdf-schema#label> "vsi2min"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vsi2min> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vsi2min> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.tw2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.tw2> <http://www.w3.org/2000/01/rdf-schema#label> "tw2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.tw2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.tw2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ti4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ti4> <http://www.w3.org/2000/01/rdf-schema#label> "ti4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ti4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ti4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.t7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.t7> <http://www.w3.org/2000/01/rdf-schema#label> "t7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.t7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.t7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vsi1min> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vsi1min> <http://www.w3.org/2000/01/rdf-schema#label> "vsi1min"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vsi1min> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vsi1min> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.inputSignal1Kind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.inputSignal1Kind> <http://www.w3.org/2000/01/rdf-schema#label> "inputSignal1Kind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.inputSignal1Kind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.inputSignal1Kind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.tw4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.tw4> <http://www.w3.org/2000/01/rdf-schema#label> "tw4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.tw4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.tw4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.inputSignal2Kind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.inputSignal2Kind> <http://www.w3.org/2000/01/rdf-schema#label> "inputSignal2Kind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.inputSignal2Kind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.inputSignal2Kind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ppssoff> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ppssoff> <http://www.w3.org/2000/01/rdf-schema#label> "ppssoff"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ppssoff> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ppssoff> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ks3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ks3> <http://www.w3.org/2000/01/rdf-schema#label> "ks3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ks3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ks3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.tw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.tw1> <http://www.w3.org/2000/01/rdf-schema#label> "tw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.tw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.tw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ppsson> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ppsson> <http://www.w3.org/2000/01/rdf-schema#label> "ppsson"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ppsson> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ppsson> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.k3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.k3> <http://www.w3.org/2000/01/rdf-schema#label> "k3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.k3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.k3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ti3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ti3> <http://www.w3.org/2000/01/rdf-schema#label> "ti3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ti3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ti3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ti2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ti2> <http://www.w3.org/2000/01/rdf-schema#label> "ti2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ti2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ti2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.t9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.t9> <http://www.w3.org/2000/01/rdf-schema#label> "t9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.t9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.t9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.tw3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.tw3> <http://www.w3.org/2000/01/rdf-schema#label> "tw3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.tw3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.tw3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ki3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ki3> <http://www.w3.org/2000/01/rdf-schema#label> "ki3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ki3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.ki3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.m> <http://www.w3.org/2000/01/rdf-schema#label> "m"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.m> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.m> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.n> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.n> <http://www.w3.org/2000/01/rdf-schema#label> "n"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.n> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.n> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vsi2max> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vsi2max> <http://www.w3.org/2000/01/rdf-schema#label> "vsi2max"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vsi2max> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssIEEE7C.vsi2max> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 PSS7C power system stabilizer model. This model has has exactly the same structure of the PSS2C model from the dual inputs up to the main PSS gain KS1. The phase compensation, however, is provided by a canonical state equation, similar to what is applied in the PSS6C model.

Reference: IEEE 421.5-2016, 9.12.

Property Domain Range Comment
t8 PssIEEE7C double PSS transducer time constant (T8) (>=0). Typical value = 0,5.
vstmin PssIEEE7C double Minimum PSS output (Vstmin). Typical value = -0,05.
vstmax PssIEEE7C double Maximum PSS output (Vstmax). Typical value = 0,05.
ks1 PssIEEE7C double PSS gain (Ks1). Typical value = 50.
ti1 PssIEEE7C double PSS time constant (first block) (Ti1) (>=0). Typical value = 0,03.
t6 PssIEEE7C double PSS transducer time constant (T6) (>=0). Typical value = 0.
k2 PssIEEE7C double PSS canonical gain 2 (K2). Typical value = 0,4231.
ks2 PssIEEE7C double PSS gain (Ks2). The gain KS2 should be calculated as T7/2H, where H is the total shaft inertia of all mechanically connected rotating components of the unit (MW-s/MVA).
k4 PssIEEE7C double PSS canonical gain 4 (K4). Typical value = 0.
k0 PssIEEE7C double PSS canonical gain 0 (K0). Typical value = 0,399.
vsi1max PssIEEE7C double Input signal #1 maximum limit (Vsi1max). Typical value = 2.
ki4 PssIEEE7C double PSS fourth block gain (Ki4). Typical value = 0.
vsi2min PssIEEE7C double Input signal #2 minimum limit (Vsi2min). Typical value = -2.
tw2 PssIEEE7C double PSS washout time constant (Tw2) (>=0). Typical value = 10.
ti4 PssIEEE7C double PSS time constant (fourth block) (Ti4) (>=0). Typical value = 1.
t7 PssIEEE7C double PSS transducer time constant (T7) (>=0). It should be equal to Tw2. Typical value = 10.
vsi1min PssIEEE7C double Input signal #1 minimum limit (Vsi1min). Typical value = -2.
inputSignal1Kind PssIEEE7C string Type of input signal #1 (rotorSpeed, rotorAngularFrequencyDeviation, busFrequencyDeviation, busFrequency). Typical value = rotorAngularFrequencyDeviation.
tw4 PssIEEE7C double PSS washout time constant (Tw4) (>=0). Typical value = 0.
inputSignal2Kind PssIEEE7C string Type of input signal #2 (generatorElectricalPower). Typical value = generatorElectricalPower.
ppssoff PssIEEE7C double Generator MW threshold for PSS activation (Ppssoff). Typical value = 0,1.
k1 PssIEEE7C double PSS canonical gain 1 (K1). Typical value = 1,8462.
ks3 PssIEEE7C double PSS gain (Ks3). Typical value = 1.
tw1 PssIEEE7C double PSS washout time constant (Tw1) (>=0). Typical value = 10.
ppsson PssIEEE7C double Generator MW threshold for PSS activation (Ppsson). Typical value = 0,21.
k3 PssIEEE7C double PSS canonical gain 3 (K3). Typical value = 0,2104.
ti3 PssIEEE7C double PSS time constant (third block) (Ti3) (>=0). Typical value = 0,2804.
ti2 PssIEEE7C double PSS time constant (second block) (Ti2) (>=0). Typical value = 0,0293.
t9 PssIEEE7C double PSS washout time constant (T9) (>=0). Typical value = 0,1.
tw3 PssIEEE7C double PSS washout time constant (Tw3) (>=0). Typical value = 10.
ki3 PssIEEE7C double PSS third block gain (Ki3). Typical value = 1.
m PssIEEE7C integer PSS transducer time constant (M). Typical value = 5.
n PssIEEE7C integer PSS washout time constant (N). Typical value = 1.
vsi2max PssIEEE7C double Input signal #2 maximum limit (Vsi2max). Typical value = 2.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PssPTIST1

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PssPTIST1> rdf:type rdfs:Class ;
	rdfs:label "PssPTIST1"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<PssPTIST1.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <PssPTIST1> ;
	rdfs:range xsd:double .
<PssPTIST1.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <PssPTIST1> ;
	rdfs:range xsd:double .
<PssPTIST1.m> rdf:type rdfs:Property ;
	rdfs:label "m"@en ;
	rdfs:domain <PssPTIST1> ;
	rdfs:range xsd:double .
<PssPTIST1.dtp> rdf:type rdfs:Property ;
	rdfs:label "dtp"@en ;
	rdfs:domain <PssPTIST1> ;
	rdfs:range xsd:double .
<PssPTIST1.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <PssPTIST1> ;
	rdfs:range xsd:double .
<PssPTIST1.dtf> rdf:type rdfs:Property ;
	rdfs:label "dtf"@en ;
	rdfs:domain <PssPTIST1> ;
	rdfs:range xsd:double .
<PssPTIST1.k> rdf:type rdfs:Property ;
	rdfs:label "k"@en ;
	rdfs:domain <PssPTIST1> ;
	rdfs:range xsd:double .
<PssPTIST1.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <PssPTIST1> ;
	rdfs:range xsd:double .
<PssPTIST1.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <PssPTIST1> ;
	rdfs:range xsd:double .
<PssPTIST1.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <PssPTIST1> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1> <http://www.w3.org/2000/01/rdf-schema#label> "PssPTIST1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.m> <http://www.w3.org/2000/01/rdf-schema#label> "m"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.m> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.m> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.dtp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.dtp> <http://www.w3.org/2000/01/rdf-schema#label> "dtp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.dtp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.dtp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.dtf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.dtf> <http://www.w3.org/2000/01/rdf-schema#label> "dtf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.dtf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.dtf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.k> <http://www.w3.org/2000/01/rdf-schema#label> "k"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.k> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.k> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST1.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

PTI microprocessor-based stabilizer type 1.

Property Domain Range Comment
t2 PssPTIST1 double Time constant (T2) (>= 0). Typical value = 1.
t4 PssPTIST1 double Time constant (T4) (>= 0). Typical value = 0,05.
m PssPTIST1 double (M). M = 2 x H. Typical value = 5.
dtp PssPTIST1 double Time for moving average filter for active power calculation (deltatp) (>= 0). In cases where deltatp is less than the integration time step the current values will be used, i.e. the value is not filtered anymore. Typical value = 0,0125 for 60 Hz system and 0,015 for 50 Hz system.
tp PssPTIST1 double Time constant (Tp) (>= 0). Typical value = 0,2.
dtf PssPTIST1 double Delay for frequency measurement (deltatf) (>= 0). Typical value = 0,025 for 60 Hz system and 0,03 for 50 Hz system.
k PssPTIST1 double Gain (K). Typical value = 9.
t1 PssPTIST1 double Time constant (T1) (>= 0). Typical value = 0,3.
t3 PssPTIST1 double Time constant (T3) (>= 0). Typical value = 0,2.
tf PssPTIST1 double Time constant (Tf) (>= 0). Typical value = 0,2.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PssPTIST3

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PssPTIST3> rdf:type rdfs:Class ;
	rdfs:label "PssPTIST3"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<PssPTIST3.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.lthres> rdf:type rdfs:Property ;
	rdfs:label "lthres"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.ncr> rdf:type rdfs:Property ;
	rdfs:label "ncr"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.nav> rdf:type rdfs:Property ;
	rdfs:label "nav"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.m> rdf:type rdfs:Property ;
	rdfs:label "m"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.dtf> rdf:type rdfs:Property ;
	rdfs:label "dtf"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.a0> rdf:type rdfs:Property ;
	rdfs:label "a0"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.k> rdf:type rdfs:Property ;
	rdfs:label "k"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.b4> rdf:type rdfs:Property ;
	rdfs:label "b4"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.ncl> rdf:type rdfs:Property ;
	rdfs:label "ncl"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.a4> rdf:type rdfs:Property ;
	rdfs:label "a4"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.tf> rdf:type rdfs:Property ;
	rdfs:label "tf"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.al> rdf:type rdfs:Property ;
	rdfs:label "al"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.b0> rdf:type rdfs:Property ;
	rdfs:label "b0"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.isw> rdf:type rdfs:Property ;
	rdfs:label "isw"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:boolean .
<PssPTIST3.b3> rdf:type rdfs:Property ;
	rdfs:label "b3"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.b5> rdf:type rdfs:Property ;
	rdfs:label "b5"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.a3> rdf:type rdfs:Property ;
	rdfs:label "a3"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.dl> rdf:type rdfs:Property ;
	rdfs:label "dl"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.b2> rdf:type rdfs:Property ;
	rdfs:label "b2"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.a1> rdf:type rdfs:Property ;
	rdfs:label "a1"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.b1> rdf:type rdfs:Property ;
	rdfs:label "b1"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.a2> rdf:type rdfs:Property ;
	rdfs:label "a2"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.dtp> rdf:type rdfs:Property ;
	rdfs:label "dtp"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.dtc> rdf:type rdfs:Property ;
	rdfs:label "dtc"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.a5> rdf:type rdfs:Property ;
	rdfs:label "a5"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<PssPTIST3.athres> rdf:type rdfs:Property ;
	rdfs:label "athres"@en ;
	rdfs:domain <PssPTIST3> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> <http://www.w3.org/2000/01/rdf-schema#label> "PssPTIST3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.lthres> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.lthres> <http://www.w3.org/2000/01/rdf-schema#label> "lthres"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.lthres> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.lthres> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.ncr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.ncr> <http://www.w3.org/2000/01/rdf-schema#label> "ncr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.ncr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.ncr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.nav> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.nav> <http://www.w3.org/2000/01/rdf-schema#label> "nav"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.nav> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.nav> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.m> <http://www.w3.org/2000/01/rdf-schema#label> "m"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.m> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.m> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.dtf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.dtf> <http://www.w3.org/2000/01/rdf-schema#label> "dtf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.dtf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.dtf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a0> <http://www.w3.org/2000/01/rdf-schema#label> "a0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.k> <http://www.w3.org/2000/01/rdf-schema#label> "k"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.k> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.k> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b4> <http://www.w3.org/2000/01/rdf-schema#label> "b4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.ncl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.ncl> <http://www.w3.org/2000/01/rdf-schema#label> "ncl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.ncl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.ncl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a4> <http://www.w3.org/2000/01/rdf-schema#label> "a4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.tf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.tf> <http://www.w3.org/2000/01/rdf-schema#label> "tf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.tf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.tf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.al> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.al> <http://www.w3.org/2000/01/rdf-schema#label> "al"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.al> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.al> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b0> <http://www.w3.org/2000/01/rdf-schema#label> "b0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.isw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.isw> <http://www.w3.org/2000/01/rdf-schema#label> "isw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.isw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.isw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b3> <http://www.w3.org/2000/01/rdf-schema#label> "b3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b5> <http://www.w3.org/2000/01/rdf-schema#label> "b5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a3> <http://www.w3.org/2000/01/rdf-schema#label> "a3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.dl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.dl> <http://www.w3.org/2000/01/rdf-schema#label> "dl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.dl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.dl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b2> <http://www.w3.org/2000/01/rdf-schema#label> "b2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a1> <http://www.w3.org/2000/01/rdf-schema#label> "a1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b1> <http://www.w3.org/2000/01/rdf-schema#label> "b1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.b1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a2> <http://www.w3.org/2000/01/rdf-schema#label> "a2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.dtp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.dtp> <http://www.w3.org/2000/01/rdf-schema#label> "dtp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.dtp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.dtp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.dtc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.dtc> <http://www.w3.org/2000/01/rdf-schema#label> "dtc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.dtc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.dtc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a5> <http://www.w3.org/2000/01/rdf-schema#label> "a5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.a5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.athres> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.athres> <http://www.w3.org/2000/01/rdf-schema#label> "athres"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.athres> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssPTIST3.athres> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

PTI microprocessor-based stabilizer type 3.

Property Domain Range Comment
tp PssPTIST3 double Time constant (Tp) (>= 0). Typical value = 0,2.
lthres PssPTIST3 double Threshold value (Lthres).
ncr PssPTIST3 double Number of counts until reset after limit function is triggered (NCR).
t1 PssPTIST3 double Time constant (T1) (>= 0). Typical value = 0,3.
nav PssPTIST3 double Number of control outputs to average (NAV) (1 <= NAV <= 16). Typical value = 4.
m PssPTIST3 double (M). M = 2 x H. Typical value = 5.
t6 PssPTIST3 double Time constant (T6) (>= 0).
dtf PssPTIST3 double Delay for frequency measurement (deltatf) (>= 0). Typical value = 0,025 for 60 Hz system and 0,03 for 50 Hz system.
a0 PssPTIST3 double Filter coefficient (A0).
k PssPTIST3 double Gain (K). Typical value = 9.
b4 PssPTIST3 double Filter coefficient (B4).
ncl PssPTIST3 double Number of counts at limit to active limit function (NCL) (> 0).
a4 PssPTIST3 double Filter coefficient (A4).
tf PssPTIST3 double Time constant (Tf) (>= 0). Typical value = 0,2.
al PssPTIST3 double Limiter (Al).
b0 PssPTIST3 double Filter coefficient (B0).
t3 PssPTIST3 double Time constant (T3) (>= 0). Typical value = 0,2.
isw PssPTIST3 boolean Digital/analogue output switch (Isw). true = produce analogue output false = convert to digital output, using tap selection table.
b3 PssPTIST3 double Filter coefficient (B3).
b5 PssPTIST3 double Filter coefficient (B5).
a3 PssPTIST3 double Filter coefficient (A3).
pmin PssPTIST3 double (Pmin).
dl PssPTIST3 double Limiter (Dl).
b2 PssPTIST3 double Filter coefficient (B2).
a1 PssPTIST3 double Limiter (Al).
b1 PssPTIST3 double Filter coefficient (B1).
t2 PssPTIST3 double Time constant (T2) (>= 0). Typical value = 1.
a2 PssPTIST3 double Filter coefficient (A2).
dtp PssPTIST3 double Time for moving average filter for active power calculation (deltatp) (>= 0). In cases where deltatp is less than the integration time step the current values will be used, i.e. the value is not filtered anymore. Typical value = 0,0125 for 60 Hz system and 0,015 for 50 Hz system.
dtc PssPTIST3 double Delay for torsional filter output (deltatc) (>= 0). Typical value = 0,025 for 60 Hz system and 0,03 for 50 Hz system.
a5 PssPTIST3 double Filter coefficient (A5).
t5 PssPTIST3 double Time constant (T5) (>= 0).
t4 PssPTIST3 double Time constant (T4) (>= 0). Typical value = 0,05.
athres PssPTIST3 double Threshold value above which output averaging will be bypassed (Athres). Typical value = 0,005.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PssRQB

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PssRQB> rdf:type rdfs:Class ;
	rdfs:label "PssRQB"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<PssRQB.kdpm> rdf:type rdfs:Property ;
	rdfs:label "kdpm"@en ;
	rdfs:domain <PssRQB> ;
	rdfs:range xsd:double .
<PssRQB.sibv> rdf:type rdfs:Property ;
	rdfs:label "sibv"@en ;
	rdfs:domain <PssRQB> ;
	rdfs:range xsd:double .
<PssRQB.ki3> rdf:type rdfs:Property ;
	rdfs:label "ki3"@en ;
	rdfs:domain <PssRQB> ;
	rdfs:range xsd:double .
<PssRQB.tomsl> rdf:type rdfs:Property ;
	rdfs:label "tomsl"@en ;
	rdfs:domain <PssRQB> ;
	rdfs:range xsd:double .
<PssRQB.t4mom> rdf:type rdfs:Property ;
	rdfs:label "t4mom"@en ;
	rdfs:domain <PssRQB> ;
	rdfs:range xsd:double .
<PssRQB.ki4> rdf:type rdfs:Property ;
	rdfs:label "ki4"@en ;
	rdfs:domain <PssRQB> ;
	rdfs:range xsd:double .
<PssRQB.t4f> rdf:type rdfs:Property ;
	rdfs:label "t4f"@en ;
	rdfs:domain <PssRQB> ;
	rdfs:range xsd:double .
<PssRQB.ki2> rdf:type rdfs:Property ;
	rdfs:label "ki2"@en ;
	rdfs:domain <PssRQB> ;
	rdfs:range xsd:double .
<PssRQB.t4m> rdf:type rdfs:Property ;
	rdfs:label "t4m"@en ;
	rdfs:domain <PssRQB> ;
	rdfs:range xsd:double .
<PssRQB.tomd> rdf:type rdfs:Property ;
	rdfs:label "tomd"@en ;
	rdfs:domain <PssRQB> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB> <http://www.w3.org/2000/01/rdf-schema#label> "PssRQB"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.kdpm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.kdpm> <http://www.w3.org/2000/01/rdf-schema#label> "kdpm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.kdpm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.kdpm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.sibv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.sibv> <http://www.w3.org/2000/01/rdf-schema#label> "sibv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.sibv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.sibv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.ki3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.ki3> <http://www.w3.org/2000/01/rdf-schema#label> "ki3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.ki3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.ki3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.tomsl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.tomsl> <http://www.w3.org/2000/01/rdf-schema#label> "tomsl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.tomsl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.tomsl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.t4mom> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.t4mom> <http://www.w3.org/2000/01/rdf-schema#label> "t4mom"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.t4mom> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.t4mom> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.ki4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.ki4> <http://www.w3.org/2000/01/rdf-schema#label> "ki4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.ki4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.ki4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.t4f> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.t4f> <http://www.w3.org/2000/01/rdf-schema#label> "t4f"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.t4f> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.t4f> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.ki2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.ki2> <http://www.w3.org/2000/01/rdf-schema#label> "ki2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.ki2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.ki2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.t4m> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.t4m> <http://www.w3.org/2000/01/rdf-schema#label> "t4m"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.t4m> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.t4m> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.tomd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.tomd> <http://www.w3.org/2000/01/rdf-schema#label> "tomd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.tomd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssRQB.tomd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

Power system stabilizer type RQB. This power system stabilizer is intended to be used together with excitation system type ExcRQB, which is primarily used in nuclear or thermal generating units.

Property Domain Range Comment
kdpm PssRQB double Lead lag gain (KDPM). Typical value = 0,185.
sibv PssRQB double Speed deadband (SIBV). Typical value = 0,006.
ki3 PssRQB double Electrical power input gain (Ki3). Typical value = -11,45.
tomsl PssRQB double Speed time constant (TOMSL) (>= 0). Typical value = 0,04.
t4mom PssRQB double Speed time constant (T4MOM) (>= 0). Typical value = 1,27.
ki4 PssRQB double Mechanical power input gain (Ki4). Typical value = 11,86.
t4f PssRQB double Lead lag time constant (T4F) (>= 0). Typical value = 0,045.
ki2 PssRQB double Speed input gain (Ki2). Typical value = 3,43.
t4m PssRQB double Input time constant (T4M) (>= 0). Typical value = 5.
tomd PssRQB double Speed delay (TOMD) (>= 0). Typical value = 0,02.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PssSB4

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PssSB4> rdf:type rdfs:Class ;
	rdfs:label "PssSB4"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<PssSB4.vsmin> rdf:type rdfs:Property ;
	rdfs:label "vsmin"@en ;
	rdfs:domain <PssSB4> ;
	rdfs:range xsd:double .
<PssSB4.kx> rdf:type rdfs:Property ;
	rdfs:label "kx"@en ;
	rdfs:domain <PssSB4> ;
	rdfs:range xsd:double .
<PssSB4.tx2> rdf:type rdfs:Property ;
	rdfs:label "tx2"@en ;
	rdfs:domain <PssSB4> ;
	rdfs:range xsd:double .
<PssSB4.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <PssSB4> ;
	rdfs:range xsd:double .
<PssSB4.ta> rdf:type rdfs:Property ;
	rdfs:label "ta"@en ;
	rdfs:domain <PssSB4> ;
	rdfs:range xsd:double .
<PssSB4.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <PssSB4> ;
	rdfs:range xsd:double .
<PssSB4.tt> rdf:type rdfs:Property ;
	rdfs:label "tt"@en ;
	rdfs:domain <PssSB4> ;
	rdfs:range xsd:double .
<PssSB4.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <PssSB4> ;
	rdfs:range xsd:double .
<PssSB4.vsmax> rdf:type rdfs:Property ;
	rdfs:label "vsmax"@en ;
	rdfs:domain <PssSB4> ;
	rdfs:range xsd:double .
<PssSB4.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <PssSB4> ;
	rdfs:range xsd:double .
<PssSB4.tx1> rdf:type rdfs:Property ;
	rdfs:label "tx1"@en ;
	rdfs:domain <PssSB4> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4> <http://www.w3.org/2000/01/rdf-schema#label> "PssSB4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.vsmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.vsmin> <http://www.w3.org/2000/01/rdf-schema#label> "vsmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.vsmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.vsmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.kx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.kx> <http://www.w3.org/2000/01/rdf-schema#label> "kx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.kx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.kx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.tx2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.tx2> <http://www.w3.org/2000/01/rdf-schema#label> "tx2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.tx2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.tx2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.ta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.ta> <http://www.w3.org/2000/01/rdf-schema#label> "ta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.ta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.ta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.tt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.tt> <http://www.w3.org/2000/01/rdf-schema#label> "tt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.tt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.tt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.vsmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.vsmax> <http://www.w3.org/2000/01/rdf-schema#label> "vsmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.vsmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.vsmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.tx1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.tx1> <http://www.w3.org/2000/01/rdf-schema#label> "tx1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.tx1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSB4.tx1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

Power sensitive stabilizer model.

Property Domain Range Comment
vsmin PssSB4 double Limiter (Vsmin) (< PssSB4.vsmax). Typical value = -0,062.
kx PssSB4 double Gain (Kx). Typical value = 2,7.
tx2 PssSB4 double Time constant (Tx2) (>= 0). Typical value = 5,0.
tb PssSB4 double Time constant (Tb) (>= 0). Typical value = 0,37.
ta PssSB4 double Time constant (Ta) (>= 0). Typical value = 0,37.
te PssSB4 double Time constant (Te) (>= 0). Typical value = 0,0169.
tt PssSB4 double Time constant (Tt) (>= 0). Typical value = 0,18.
td PssSB4 double Time constant (Td) (>= 0). Typical value = 0,0.
vsmax PssSB4 double Limiter (Vsmax) (> PssSB4.vsmin). Typical value = 0,062.
tc PssSB4 double Time constant (Tc) (>= 0). Typical value = 0,035.
tx1 PssSB4 double Reset time constant (Tx1) (>= 0). Typical value = 0,035.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PssSH

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PssSH> rdf:type rdfs:Class ;
	rdfs:label "PssSH"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<PssSH.k3> rdf:type rdfs:Property ;
	rdfs:label "k3"@en ;
	rdfs:domain <PssSH> ;
	rdfs:range xsd:double .
<PssSH.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <PssSH> ;
	rdfs:range xsd:double .
<PssSH.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <PssSH> ;
	rdfs:range xsd:double .
<PssSH.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <PssSH> ;
	rdfs:range xsd:double .
<PssSH.vsmax> rdf:type rdfs:Property ;
	rdfs:label "vsmax"@en ;
	rdfs:domain <PssSH> ;
	rdfs:range xsd:double .
<PssSH.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <PssSH> ;
	rdfs:range xsd:double .
<PssSH.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <PssSH> ;
	rdfs:range xsd:double .
<PssSH.k> rdf:type rdfs:Property ;
	rdfs:label "k"@en ;
	rdfs:domain <PssSH> ;
	rdfs:range xsd:double .
<PssSH.vsmin> rdf:type rdfs:Property ;
	rdfs:label "vsmin"@en ;
	rdfs:domain <PssSH> ;
	rdfs:range xsd:double .
<PssSH.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <PssSH> ;
	rdfs:range xsd:double .
<PssSH.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <PssSH> ;
	rdfs:range xsd:double .
<PssSH.k4> rdf:type rdfs:Property ;
	rdfs:label "k4"@en ;
	rdfs:domain <PssSH> ;
	rdfs:range xsd:double .
<PssSH.k0> rdf:type rdfs:Property ;
	rdfs:label "k0"@en ;
	rdfs:domain <PssSH> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH> <http://www.w3.org/2000/01/rdf-schema#label> "PssSH"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k3> <http://www.w3.org/2000/01/rdf-schema#label> "k3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.vsmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.vsmax> <http://www.w3.org/2000/01/rdf-schema#label> "vsmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.vsmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.vsmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k> <http://www.w3.org/2000/01/rdf-schema#label> "k"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.vsmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.vsmin> <http://www.w3.org/2000/01/rdf-schema#label> "vsmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.vsmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.vsmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k4> <http://www.w3.org/2000/01/rdf-schema#label> "k4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k0> <http://www.w3.org/2000/01/rdf-schema#label> "k0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSH.k0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

SiemensTM “H infinity” power system stabilizer with generator electrical power input. [Footnote: Siemens “H infinity” power system stabilizers are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.].

Property Domain Range Comment
k3 PssSH double Gain 3 (K3). Typical value = 0,224.
td PssSH double Input time constant (Td) (>= 0). Typical value = 10.
t3 PssSH double Time constant 3 (T3) (> 0). Typical value = 1,068.
t1 PssSH double Time constant 1 (T1) (> 0). Typical value = 0,076.
vsmax PssSH double Output maximum limit (Vsmax) (> PssSH.vsmin). Typical value = 0,1.
t4 PssSH double Time constant 4 (T4) (> 0). Typical value = 1,913.
k2 PssSH double Gain 2 (K2). Typical value = 0,064.
k PssSH double Main gain (K). Typical value = 1.
vsmin PssSH double Output minimum limit (Vsmin) (< PssSH.vsmax). Typical value = -0,1.
k1 PssSH double Gain 1 (K1). Typical value = 0,488.
t2 PssSH double Time constant 2 (T2) (> 0). Typical value = 0,086.
k4 PssSH double Gain 4 (K4). Typical value = 0,1.
k0 PssSH double Gain 0 (K0). Typical value = 0,012.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PssSK

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PssSK> rdf:type rdfs:Class ;
	rdfs:label "PssSK"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<PssSK.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <PssSK> ;
	rdfs:range xsd:double .
<PssSK.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <PssSK> ;
	rdfs:range xsd:double .
<PssSK.vsmax> rdf:type rdfs:Property ;
	rdfs:label "vsmax"@en ;
	rdfs:domain <PssSK> ;
	rdfs:range xsd:double .
<PssSK.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <PssSK> ;
	rdfs:range xsd:double .
<PssSK.k3> rdf:type rdfs:Property ;
	rdfs:label "k3"@en ;
	rdfs:domain <PssSK> ;
	rdfs:range xsd:double .
<PssSK.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <PssSK> ;
	rdfs:range xsd:double .
<PssSK.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <PssSK> ;
	rdfs:range xsd:double .
<PssSK.vsmin> rdf:type rdfs:Property ;
	rdfs:label "vsmin"@en ;
	rdfs:domain <PssSK> ;
	rdfs:range xsd:double .
<PssSK.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <PssSK> ;
	rdfs:range xsd:double .
<PssSK.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <PssSK> ;
	rdfs:range xsd:double .
<PssSK.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <PssSK> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK> <http://www.w3.org/2000/01/rdf-schema#label> "PssSK"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.vsmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.vsmax> <http://www.w3.org/2000/01/rdf-schema#label> "vsmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.vsmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.vsmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.k3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.k3> <http://www.w3.org/2000/01/rdf-schema#label> "k3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.k3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.k3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.vsmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.vsmin> <http://www.w3.org/2000/01/rdf-schema#label> "vsmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.vsmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.vsmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSK.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

Slovakian PSS with three inputs.

Property Domain Range Comment
t5 PssSK double Denominator time constant (T5) (> 0,005). Typical value = 0,02.
k2 PssSK double Gain fE (K2). Typical value = -0,15.
vsmax PssSK double Stabilizer output maximum limit (VSMAX) (> PssSK.vsmin). Typical value = 0,4.
t1 PssSK double Denominator time constant (T1) (> 0,005). Typical value = 0,3.
k3 PssSK double Gain If (K3). Typical value = 10.
t2 PssSK double Filter time constant (T2) (> 0,005). Typical value = 0,35.
t3 PssSK double Denominator time constant (T3) (> 0,005). Typical value = 0,22.
vsmin PssSK double Stabilizer output minimum limit (VSMIN) (< PssSK.vsmax). Typical value = -0,4.
t6 PssSK double Filter time constant (T6) (> 0,005). Typical value = 0,02.
k1 PssSK double Gain P (K1). Typical value = -0,3.
t4 PssSK double Filter time constant (T4) (> 0,005). Typical value = 0,02.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PssSTAB2A

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PssSTAB2A> rdf:type rdfs:Class ;
	rdfs:label "PssSTAB2A"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<PssSTAB2A.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <PssSTAB2A> ;
	rdfs:range xsd:double .
<PssSTAB2A.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <PssSTAB2A> ;
	rdfs:range xsd:double .
<PssSTAB2A.k5> rdf:type rdfs:Property ;
	rdfs:label "k5"@en ;
	rdfs:domain <PssSTAB2A> ;
	rdfs:range xsd:double .
<PssSTAB2A.k3> rdf:type rdfs:Property ;
	rdfs:label "k3"@en ;
	rdfs:domain <PssSTAB2A> ;
	rdfs:range xsd:double .
<PssSTAB2A.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <PssSTAB2A> ;
	rdfs:range xsd:double .
<PssSTAB2A.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <PssSTAB2A> ;
	rdfs:range xsd:double .
<PssSTAB2A.k4> rdf:type rdfs:Property ;
	rdfs:label "k4"@en ;
	rdfs:domain <PssSTAB2A> ;
	rdfs:range xsd:double .
<PssSTAB2A.hlim> rdf:type rdfs:Property ;
	rdfs:label "hlim"@en ;
	rdfs:domain <PssSTAB2A> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A> <http://www.w3.org/2000/01/rdf-schema#label> "PssSTAB2A"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.k5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.k5> <http://www.w3.org/2000/01/rdf-schema#label> "k5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.k5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.k5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.k3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.k3> <http://www.w3.org/2000/01/rdf-schema#label> "k3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.k3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.k3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.k4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.k4> <http://www.w3.org/2000/01/rdf-schema#label> "k4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.k4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.k4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.hlim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.hlim> <http://www.w3.org/2000/01/rdf-schema#label> "hlim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.hlim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssSTAB2A.hlim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

Power system stabilizer part of an ABB excitation system. [Footnote: ABB excitation systems are an example of suitable products available commercially. This information is given for the convenience of users of this document and does not constitute an endorsement by IEC of these products.].

Property Domain Range Comment
t5 PssSTAB2A double Time constant (T5). Typical value = 4,5.
k2 PssSTAB2A double Gain (K2). Typical value = 1,0.
k5 PssSTAB2A double Gain (K5). Typical value = 2,5.
k3 PssSTAB2A double Gain (K3). Typical value = 0,25.
t3 PssSTAB2A double Time constant (T3). Typical value = 2,0.
t2 PssSTAB2A double Time constant (T2). Typical value = 4,0.
k4 PssSTAB2A double Gain (K4). Typical value = 0,075.
hlim PssSTAB2A double Stabilizer output limiter (HLIM). Typical value = 0,5.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

PssWECC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PssWECC> rdf:type rdfs:Class ;
	rdfs:label "PssWECC"@en ;
	rdfs:subClassOf <PowerSystemStabilizerDynamics> .
<PssWECC.t9> rdf:type rdfs:Property ;
	rdfs:label "t9"@en ;
	rdfs:domain <PssWECC> ;
	rdfs:range xsd:double .
<PssWECC.t4> rdf:type rdfs:Property ;
	rdfs:label "t4"@en ;
	rdfs:domain <PssWECC> ;
	rdfs:range xsd:double .
<PssWECC.t5> rdf:type rdfs:Property ;
	rdfs:label "t5"@en ;
	rdfs:domain <PssWECC> ;
	rdfs:range xsd:double .
<PssWECC.vsmax> rdf:type rdfs:Property ;
	rdfs:label "vsmax"@en ;
	rdfs:domain <PssWECC> ;
	rdfs:range xsd:double .
<PssWECC.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <PssWECC> ;
	rdfs:range xsd:double .
<PssWECC.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <PssWECC> ;
	rdfs:range xsd:double .
<PssWECC.t7> rdf:type rdfs:Property ;
	rdfs:label "t7"@en ;
	rdfs:domain <PssWECC> ;
	rdfs:range xsd:double .
<PssWECC.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <PssWECC> ;
	rdfs:range xsd:double .
<PssWECC.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <PssWECC> ;
	rdfs:range xsd:double .
<PssWECC.vsmin> rdf:type rdfs:Property ;
	rdfs:label "vsmin"@en ;
	rdfs:domain <PssWECC> ;
	rdfs:range xsd:double .
<PssWECC.t3> rdf:type rdfs:Property ;
	rdfs:label "t3"@en ;
	rdfs:domain <PssWECC> ;
	rdfs:range xsd:double .
<PssWECC.vcl> rdf:type rdfs:Property ;
	rdfs:label "vcl"@en ;
	rdfs:domain <PssWECC> ;
	rdfs:range xsd:double .
<PssWECC.t6> rdf:type rdfs:Property ;
	rdfs:label "t6"@en ;
	rdfs:domain <PssWECC> ;
	rdfs:range xsd:double .
<PssWECC.t10> rdf:type rdfs:Property ;
	rdfs:label "t10"@en ;
	rdfs:domain <PssWECC> ;
	rdfs:range xsd:double .
<PssWECC.t8> rdf:type rdfs:Property ;
	rdfs:label "t8"@en ;
	rdfs:domain <PssWECC> ;
	rdfs:range xsd:double .
<PssWECC.inputSignal1Type> rdf:type rdfs:Property ;
	rdfs:label "inputSignal1Type"@en ;
	rdfs:domain <PssWECC> ;
	rdfs:range xsd:string .
<PssWECC.inputSignal2Type> rdf:type rdfs:Property ;
	rdfs:label "inputSignal2Type"@en ;
	rdfs:domain <PssWECC> ;
	rdfs:range xsd:string .
<PssWECC.vcu> rdf:type rdfs:Property ;
	rdfs:label "vcu"@en ;
	rdfs:domain <PssWECC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC> <http://www.w3.org/2000/01/rdf-schema#label> "PssWECC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t9> <http://www.w3.org/2000/01/rdf-schema#label> "t9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t4> <http://www.w3.org/2000/01/rdf-schema#label> "t4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t5> <http://www.w3.org/2000/01/rdf-schema#label> "t5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.vsmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.vsmax> <http://www.w3.org/2000/01/rdf-schema#label> "vsmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.vsmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.vsmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t7> <http://www.w3.org/2000/01/rdf-schema#label> "t7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.vsmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.vsmin> <http://www.w3.org/2000/01/rdf-schema#label> "vsmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.vsmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.vsmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t3> <http://www.w3.org/2000/01/rdf-schema#label> "t3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.vcl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.vcl> <http://www.w3.org/2000/01/rdf-schema#label> "vcl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.vcl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.vcl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t6> <http://www.w3.org/2000/01/rdf-schema#label> "t6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t10> <http://www.w3.org/2000/01/rdf-schema#label> "t10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t8> <http://www.w3.org/2000/01/rdf-schema#label> "t8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.t8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.inputSignal1Type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.inputSignal1Type> <http://www.w3.org/2000/01/rdf-schema#label> "inputSignal1Type"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.inputSignal1Type> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.inputSignal1Type> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.inputSignal2Type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.inputSignal2Type> <http://www.w3.org/2000/01/rdf-schema#label> "inputSignal2Type"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.inputSignal2Type> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.inputSignal2Type> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.vcu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.vcu> <http://www.w3.org/2000/01/rdf-schema#label> "vcu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.vcu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PssWECC.vcu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemStabilizerDynamics » DynamicsFunctionBlock » IdentifiedObject

Dual input power system stabilizer, based on IEEE type 2, with modified output limiter defined by WECC (Western Electricity Coordinating Council, USA).

Property Domain Range Comment
t9 PssWECC double Lead time constant (T9) (>= 0). Typical value = 0.
t4 PssWECC double Stabilizer washout time lag constant (T4) (>= 0). Typical value = 9,5.
t5 PssWECC double Lead time constant (T5) (>= 0). Typical value = 1,7.
vsmax PssWECC double Maximum output signal (Vsmax) (> PssWECC.vsmin). Typical value = 0,05.
t1 PssWECC double Input signal 1 transducer time constant (T1) (>= 0). Typical value = 0,037.
k2 PssWECC double Input signal 2 gain (K2). Typical value = 0,0.
t7 PssWECC double Lead time constant (T7) (>= 0). Typical value = 1,7.
t2 PssWECC double Input signal 2 transducer time constant (T2) (>= 0). Typical value = 0,0.
k1 PssWECC double Input signal 1 gain (K1). Typical value = 1,13.
vsmin PssWECC double Minimum output signal (Vsmin) (< PssWECC.vsmax). Typical value = -0,05.
t3 PssWECC double Stabilizer washout time constant (T3) (>= 0). Typical value = 9,5.
vcl PssWECC double Minimum value for voltage output (VCL). Typical value = 0.
t6 PssWECC double Lag time constant (T6) (>= 0). Typical value = 1,5.
t10 PssWECC double Lag time constant (T10) (>= 0). Typical value = 0.
t8 PssWECC double Lag time constant (T8) (>= 0). Typical value = 1,5.
inputSignal1Type PssWECC string Type of input signal #1 (rotorAngularFrequencyDeviation, busFrequencyDeviation, generatorElectricalPower, generatorAcceleratingPower, busVoltage, or busVoltageDerivative - shall be different than PssWECC.inputSignal2Type). Typical value = rotorAngularFrequencyDeviation.
inputSignal2Type PssWECC string Type of input signal #2 (rotorAngularFrequencyDeviation, busFrequencyDeviation, generatorElectricalPower, generatorAcceleratingPower, busVoltage, busVoltageDerivative - shall be different than PssWECC.inputSignal1Type). Typical value = generatorElectricalPower.
vcu PssWECC double Maximum value for voltage output (VCU). Typical value = 0.
ExcitationSystemDynamics PowerSystemStabilizerDynamics ExcitationSystemDynamics Excitation system model with which this power system stabilizer model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

RateOfChangeOfPowerRelay

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RateOfChangeOfPowerRelay> rdf:type rdfs:Class ;
	rdfs:label "RateOfChangeOfPowerRelay"@en ;
	rdfs:subClassOf <RelayDynamics> .
<RateOfChangeOfPowerRelay.operationMode> rdf:type rdfs:Property ;
	rdfs:label "operationMode"@en ;
	rdfs:domain <RateOfChangeOfPowerRelay> ;
	rdfs:range xsd:integer .
<RateOfChangeOfPowerRelay.tb> rdf:type rdfs:Property ;
	rdfs:label "tb"@en ;
	rdfs:domain <RateOfChangeOfPowerRelay> ;
	rdfs:range xsd:double .
<RateOfChangeOfPowerRelay.fconst> rdf:type rdfs:Property ;
	rdfs:label "fconst"@en ;
	rdfs:domain <RateOfChangeOfPowerRelay> ;
	rdfs:range xsd:integer .
<RateOfChangeOfPowerRelay.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <RateOfChangeOfPowerRelay> ;
	rdfs:range xsd:double .
<RateOfChangeOfPowerRelay.tdth> rdf:type rdfs:Property ;
	rdfs:label "tdth"@en ;
	rdfs:domain <RateOfChangeOfPowerRelay> ;
	rdfs:range xsd:double .
<RateOfChangeOfPowerRelay.pth> rdf:type rdfs:Property ;
	rdfs:label "pth"@en ;
	rdfs:domain <RateOfChangeOfPowerRelay> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay> <http://www.w3.org/2000/01/rdf-schema#label> "RateOfChangeOfPowerRelay"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RelayDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.operationMode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.operationMode> <http://www.w3.org/2000/01/rdf-schema#label> "operationMode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.operationMode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.operationMode> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.tb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.tb> <http://www.w3.org/2000/01/rdf-schema#label> "tb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.tb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.tb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.fconst> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.fconst> <http://www.w3.org/2000/01/rdf-schema#label> "fconst"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.fconst> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.fconst> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.tdth> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.tdth> <http://www.w3.org/2000/01/rdf-schema#label> "tdth"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.tdth> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.tdth> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.pth> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.pth> <http://www.w3.org/2000/01/rdf-schema#label> "pth"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.pth> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RateOfChangeOfPowerRelay.pth> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: RelayDynamics » DynamicsFunctionBlock » IdentifiedObject

Rate of change of power relay.

Property Domain Range Comment
operationMode RateOfChangeOfPowerRelay integer Operation mode of the relay. 0 means Monitor, 1 - Monitor and operate.
tb RateOfChangeOfPowerRelay double Breaker time (>0).
fconst RateOfChangeOfPowerRelay integer Filter constant in number of time steps.
td RateOfChangeOfPowerRelay double Delay time (>0).
tdth RateOfChangeOfPowerRelay double Derivative threshold in MW/sec (>0).
pth RateOfChangeOfPowerRelay double Power threshold (>0).
MonitoredTerminal RelayDynamics Terminal The monitored terminal for this relay dynamics.
ProtectedEquipment RelayDynamics ProtectionEquipment Protected equipment to which relay dynamics model applies.
ProtectedEquipment RelayDynamics ConductingEquipment Protected equipment to which relay dynamics model applies.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

RegulatingCondEq

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RegulatingCondEq> rdf:type rdfs:Class ;
	rdfs:label "RegulatingCondEq"@en ;
	rdfs:subClassOf <EnergyConnection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> <http://www.w3.org/2000/01/rdf-schema#label> "RegulatingCondEq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> .

Sub-Class Of: EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A type of conducting equipment that can regulate a quantity (i.e. voltage or flow) at a specific point in the network.

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

RelayDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RelayDynamics> rdf:type rdfs:Class ;
	rdfs:label "RelayDynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<RelayDynamics.MonitoredTerminal> rdf:type rdfs:Property ;
	rdfs:label "MonitoredTerminal"@en ;
	rdfs:domain <RelayDynamics> ;
	rdfs:range <Terminal> .
<RelayDynamics.ProtectedEquipment> rdf:type rdfs:Property ;
	rdfs:label "ProtectedEquipment"@en ;
	rdfs:domain <RelayDynamics> ;
	rdfs:range <ProtectionEquipment> ;
	rdf:type rdfs:Property ;
	rdfs:label "ProtectedEquipment"@en ;
	rdfs:domain <RelayDynamics> ;
	rdfs:range <ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "RelayDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayDynamics.MonitoredTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayDynamics.MonitoredTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "MonitoredTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayDynamics.MonitoredTerminal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RelayDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayDynamics.MonitoredTerminal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayDynamics.ProtectedEquipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayDynamics.ProtectedEquipment> <http://www.w3.org/2000/01/rdf-schema#label> "ProtectedEquipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayDynamics.ProtectedEquipment> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RelayDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayDynamics.ProtectedEquipment> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProtectionEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayDynamics.ProtectedEquipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayDynamics.ProtectedEquipment> <http://www.w3.org/2000/01/rdf-schema#label> "ProtectedEquipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayDynamics.ProtectedEquipment> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RelayDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayDynamics.ProtectedEquipment> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Relay whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
MonitoredTerminal RelayDynamics Terminal The monitored terminal for this relay dynamics.
ProtectedEquipment RelayDynamics ProtectionEquipment Protected equipment to which relay dynamics model applies.
ProtectedEquipment RelayDynamics ConductingEquipment Protected equipment to which relay dynamics model applies.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

RelayUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RelayUserDefined> rdf:type rdfs:Class ;
	rdfs:label "RelayUserDefined"@en ;
	rdfs:subClassOf <RelayDynamics> .
<RelayUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <RelayUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "RelayUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RelayDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RelayUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RelayUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: RelayDynamics » DynamicsFunctionBlock » IdentifiedObject

Relay function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary RelayUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
MonitoredTerminal RelayDynamics Terminal The monitored terminal for this relay dynamics.
ProtectedEquipment RelayDynamics ProtectionEquipment Protected equipment to which relay dynamics model applies.
ProtectedEquipment RelayDynamics ConductingEquipment Protected equipment to which relay dynamics model applies.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

RemoteInputSignal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RemoteInputSignal> rdf:type rdfs:Class ;
	rdfs:label "RemoteInputSignal"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<RemoteInputSignal.PowerSystemStabilizerDynamics> rdf:type rdfs:Property ;
	rdfs:label "PowerSystemStabilizerDynamics"@en ;
	rdfs:domain <RemoteInputSignal> ;
	rdfs:range <PowerSystemStabilizerDynamics> .
<RemoteInputSignal.VoltageCompensatorDynamics> rdf:type rdfs:Property ;
	rdfs:label "VoltageCompensatorDynamics"@en ;
	rdfs:domain <RemoteInputSignal> ;
	rdfs:range <VoltageCompensatorDynamics> .
<RemoteInputSignal.PFVArControllerType1Dynamics> rdf:type rdfs:Property ;
	rdfs:label "PFVArControllerType1Dynamics"@en ;
	rdfs:domain <RemoteInputSignal> ;
	rdfs:range <PFVArControllerType1Dynamics> .
<RemoteInputSignal.DiscontinuousExcitationControlDynamics> rdf:type rdfs:Property ;
	rdfs:label "DiscontinuousExcitationControlDynamics"@en ;
	rdfs:domain <RemoteInputSignal> ;
	rdfs:range <DiscontinuousExcitationControlDynamics> .
<RemoteInputSignal.phase> rdf:type rdfs:Property ;
	rdfs:label "phase"@en ;
	rdfs:domain <RemoteInputSignal> ;
	rdfs:range xsd:string .
<RemoteInputSignal.UnderexcitationLimiterDynamics> rdf:type rdfs:Property ;
	rdfs:label "UnderexcitationLimiterDynamics"@en ;
	rdfs:domain <RemoteInputSignal> ;
	rdfs:range <UnderexcitationLimiterDynamics> .
<RemoteInputSignal.Terminal> rdf:type rdfs:Property ;
	rdfs:label "Terminal"@en ;
	rdfs:domain <RemoteInputSignal> ;
	rdfs:range <Terminal> .
<RemoteInputSignal.remoteSignalType> rdf:type rdfs:Property ;
	rdfs:label "remoteSignalType"@en ;
	rdfs:domain <RemoteInputSignal> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal> <http://www.w3.org/2000/01/rdf-schema#label> "RemoteInputSignal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.PowerSystemStabilizerDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.PowerSystemStabilizerDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "PowerSystemStabilizerDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.PowerSystemStabilizerDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.PowerSystemStabilizerDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemStabilizerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.VoltageCompensatorDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.VoltageCompensatorDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "VoltageCompensatorDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.VoltageCompensatorDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.VoltageCompensatorDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageCompensatorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.PFVArControllerType1Dynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.PFVArControllerType1Dynamics> <http://www.w3.org/2000/01/rdf-schema#label> "PFVArControllerType1Dynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.PFVArControllerType1Dynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.PFVArControllerType1Dynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.DiscontinuousExcitationControlDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.DiscontinuousExcitationControlDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "DiscontinuousExcitationControlDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.DiscontinuousExcitationControlDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.DiscontinuousExcitationControlDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscontinuousExcitationControlDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.phase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.phase> <http://www.w3.org/2000/01/rdf-schema#label> "phase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.phase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.phase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.UnderexcitationLimiterDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.UnderexcitationLimiterDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "UnderexcitationLimiterDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.UnderexcitationLimiterDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.UnderexcitationLimiterDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.Terminal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.Terminal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.remoteSignalType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.remoteSignalType> <http://www.w3.org/2000/01/rdf-schema#label> "remoteSignalType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.remoteSignalType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal.remoteSignalType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: IdentifiedObject

Supports connection to a terminal associated with a remote bus from which an input signal of a specific type is coming.

Property Domain Range Comment
PowerSystemStabilizerDynamics RemoteInputSignal PowerSystemStabilizerDynamics Power system stabilizer model using this remote input signal.
VoltageCompensatorDynamics RemoteInputSignal VoltageCompensatorDynamics Voltage compensator model using this remote input signal.
PFVArControllerType1Dynamics RemoteInputSignal PFVArControllerType1Dynamics Power factor or VAr controller type 1 model using this remote input signal.
DiscontinuousExcitationControlDynamics RemoteInputSignal DiscontinuousExcitationControlDynamics Discontinuous excitation control model using this remote input signal.
phase RemoteInputSignal string Phase code of the phase which is used as a remote input signal. Some interconnections may instead use phase-to-phase voltages or process multiple voltages. These are documented in relevant classes, e.g., DERIEEEType1 shall not use the RemoteInputSignal.phase attribute.
UnderexcitationLimiterDynamics RemoteInputSignal UnderexcitationLimiterDynamics Underexcitation limiter model using this remote input signal.
Terminal RemoteInputSignal Terminal Remote terminal with which this input signal is associated.
remoteSignalType RemoteInputSignal string Type of input signal.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

RotatingMachine

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RotatingMachine> rdf:type rdfs:Class ;
	rdfs:label "RotatingMachine"@en ;
	rdfs:subClassOf <RegulatingCondEq> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> <http://www.w3.org/2000/01/rdf-schema#label> "RotatingMachine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .

Sub-Class Of: RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A rotating machine which may be used as a generator or motor.

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

RotatingMachineDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RotatingMachineDynamics> rdf:type rdfs:Class ;
	rdfs:label "RotatingMachineDynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<RotatingMachineDynamics.statorResistance> rdf:type rdfs:Property ;
	rdfs:label "statorResistance"@en ;
	rdfs:domain <RotatingMachineDynamics> ;
	rdfs:range xsd:double .
<RotatingMachineDynamics.statorLeakageReactance> rdf:type rdfs:Property ;
	rdfs:label "statorLeakageReactance"@en ;
	rdfs:domain <RotatingMachineDynamics> ;
	rdfs:range xsd:double .
<RotatingMachineDynamics.damping> rdf:type rdfs:Property ;
	rdfs:label "damping"@en ;
	rdfs:domain <RotatingMachineDynamics> ;
	rdfs:range xsd:double .
<RotatingMachineDynamics.inertia> rdf:type rdfs:Property ;
	rdfs:label "inertia"@en ;
	rdfs:domain <RotatingMachineDynamics> ;
	rdfs:range xsd:double .
<RotatingMachineDynamics.classicalFrictionalDamping> rdf:type rdfs:Property ;
	rdfs:label "classicalFrictionalDamping"@en ;
	rdfs:domain <RotatingMachineDynamics> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "RotatingMachineDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics.statorResistance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics.statorResistance> <http://www.w3.org/2000/01/rdf-schema#label> "statorResistance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics.statorResistance> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics.statorResistance> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics.statorLeakageReactance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics.statorLeakageReactance> <http://www.w3.org/2000/01/rdf-schema#label> "statorLeakageReactance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics.statorLeakageReactance> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics.statorLeakageReactance> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics.damping> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics.damping> <http://www.w3.org/2000/01/rdf-schema#label> "damping"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics.damping> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics.damping> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics.inertia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics.inertia> <http://www.w3.org/2000/01/rdf-schema#label> "inertia"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics.inertia> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics.inertia> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics.classicalFrictionalDamping> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics.classicalFrictionalDamping> <http://www.w3.org/2000/01/rdf-schema#label> "classicalFrictionalDamping"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics.classicalFrictionalDamping> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics.classicalFrictionalDamping> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Abstract parent class for all synchronous and asynchronous machine standard models.

Property Domain Range Comment
statorResistance RotatingMachineDynamics double Stator (armature) resistance (Rs) (>= 0). Typical value = 0,005.
statorLeakageReactance RotatingMachineDynamics double Stator leakage reactance (Xl) (>= 0). Typical value = 0,15.
damping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed deviation (differential type). A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. This value is often zero when the sources of damping torques (generator damper windings, load damping effects, etc.) are modelled in detail. Typical value = 0.
inertia RotatingMachineDynamics double Inertia constant of generator or motor and mechanical load (H) (> 0). This is the specification for the stored energy in the rotating mass when operating at rated speed. For a generator, this includes the generator plus all other elements (turbine, exciter) on the same shaft and has units of MW x s. For a motor, it includes the motor plus its mechanical load. Conventional units are PU on the generator MVA base, usually expressed as MW x s / MVA or just s. This value is used in the accelerating power reference frame for operator training simulator solutions. Typical value = 3.
classicalFrictionalDamping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed, known as classical frictional damping. A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. Typical value = 0.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

SVCUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SVCUserDefined> rdf:type rdfs:Class ;
	rdfs:label "SVCUserDefined"@en ;
	rdfs:subClassOf <StaticVarCompensatorDynamics> .
<SVCUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <SVCUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVCUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVCUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "SVCUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVCUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVCUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVCUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVCUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVCUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVCUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: StaticVarCompensatorDynamics » DynamicsFunctionBlock » IdentifiedObject

Static var compensator (SVC) function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary SVCUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
StaticVarCompensator StaticVarCompensatorDynamics StaticVarCompensator Static Var Compensator to which Static Var Compensator dynamics model applies.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

SVSMO1

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SVSMO1> rdf:type rdfs:Class ;
	rdfs:label "SVSMO1"@en ;
	rdfs:subClassOf <StaticVarCompensatorSystemDynamics> .
<SVSMO1.uv1> rdf:type rdfs:Property ;
	rdfs:label "uv1"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.bmin> rdf:type rdfs:Property ;
	rdfs:label "bmin"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.vlow> rdf:type rdfs:Property ;
	rdfs:label "vlow"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.ovtm2> rdf:type rdfs:Property ;
	rdfs:label "ovtm2"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.tshrt> rdf:type rdfs:Property ;
	rdfs:label "tshrt"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.xc2> rdf:type rdfs:Property ;
	rdfs:label "xc2"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.blcs> rdf:type rdfs:Property ;
	rdfs:label "blcs"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.eps> rdf:type rdfs:Property ;
	rdfs:label "eps"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.xc1> rdf:type rdfs:Property ;
	rdfs:label "xc1"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.tout> rdf:type rdfs:Property ;
	rdfs:label "tout"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.vemax> rdf:type rdfs:Property ;
	rdfs:label "vemax"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.uv2> rdf:type rdfs:Property ;
	rdfs:label "uv2"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.tc1> rdf:type rdfs:Property ;
	rdfs:label "tc1"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.slopelogic> rdf:type rdfs:Property ;
	rdfs:label "slopelogic"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:boolean .
<SVSMO1.kiv> rdf:type rdfs:Property ;
	rdfs:label "kiv"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.tmssbrk> rdf:type rdfs:Property ;
	rdfs:label "tmssbrk"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.tc2> rdf:type rdfs:Property ;
	rdfs:label "tc2"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.bscs> rdf:type rdfs:Property ;
	rdfs:label "bscs"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.kis> rdf:type rdfs:Property ;
	rdfs:label "kis"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.tb1> rdf:type rdfs:Property ;
	rdfs:label "tb1"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.bsis> rdf:type rdfs:Property ;
	rdfs:label "bsis"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.xc3> rdf:type rdfs:Property ;
	rdfs:label "xc3"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.vdbd1> rdf:type rdfs:Property ;
	rdfs:label "vdbd1"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.plldelay> rdf:type rdfs:Property ;
	rdfs:label "plldelay"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.vup> rdf:type rdfs:Property ;
	rdfs:label "vup"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.uvt> rdf:type rdfs:Property ;
	rdfs:label "uvt"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.vdbd2> rdf:type rdfs:Property ;
	rdfs:label "vdbd2"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.tdbd> rdf:type rdfs:Property ;
	rdfs:label "tdbd"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.uvsbmax> rdf:type rdfs:Property ;
	rdfs:label "uvsbmax"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.vrefmax> rdf:type rdfs:Property ;
	rdfs:label "vrefmax"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.mssswitch> rdf:type rdfs:Property ;
	rdfs:label "mssswitch"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:boolean .
<SVSMO1.vemin> rdf:type rdfs:Property ;
	rdfs:label "vemin"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.kpv> rdf:type rdfs:Property ;
	rdfs:label "kpv"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.kps> rdf:type rdfs:Property ;
	rdfs:label "kps"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.bmax> rdf:type rdfs:Property ;
	rdfs:label "bmax"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.tdelay2> rdf:type rdfs:Property ;
	rdfs:label "tdelay2"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.tdelay1> rdf:type rdfs:Property ;
	rdfs:label "tdelay1"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.ovtm1> rdf:type rdfs:Property ;
	rdfs:label "ovtm1"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.uvtm1> rdf:type rdfs:Property ;
	rdfs:label "uvtm1"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.bshrt> rdf:type rdfs:Property ;
	rdfs:label "bshrt"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.vrefmin> rdf:type rdfs:Property ;
	rdfs:label "vrefmin"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.ov2> rdf:type rdfs:Property ;
	rdfs:label "ov2"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.tb2> rdf:type rdfs:Property ;
	rdfs:label "tb2"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.uvtm2> rdf:type rdfs:Property ;
	rdfs:label "uvtm2"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.blis> rdf:type rdfs:Property ;
	rdfs:label "blis"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.ov1> rdf:type rdfs:Property ;
	rdfs:label "ov1"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<SVSMO1.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <SVSMO1> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> <http://www.w3.org/2000/01/rdf-schema#label> "SVSMO1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uv1> <http://www.w3.org/2000/01/rdf-schema#label> "uv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.bmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.bmin> <http://www.w3.org/2000/01/rdf-schema#label> "bmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.bmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.bmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vlow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vlow> <http://www.w3.org/2000/01/rdf-schema#label> "vlow"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vlow> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vlow> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.ovtm2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.ovtm2> <http://www.w3.org/2000/01/rdf-schema#label> "ovtm2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.ovtm2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.ovtm2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tshrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tshrt> <http://www.w3.org/2000/01/rdf-schema#label> "tshrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tshrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tshrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.xc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.xc2> <http://www.w3.org/2000/01/rdf-schema#label> "xc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.xc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.xc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.blcs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.blcs> <http://www.w3.org/2000/01/rdf-schema#label> "blcs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.blcs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.blcs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.eps> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.eps> <http://www.w3.org/2000/01/rdf-schema#label> "eps"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.eps> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.eps> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.xc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.xc1> <http://www.w3.org/2000/01/rdf-schema#label> "xc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.xc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.xc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tout> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tout> <http://www.w3.org/2000/01/rdf-schema#label> "tout"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tout> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tout> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vemax> <http://www.w3.org/2000/01/rdf-schema#label> "vemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uv2> <http://www.w3.org/2000/01/rdf-schema#label> "uv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tc1> <http://www.w3.org/2000/01/rdf-schema#label> "tc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.slopelogic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.slopelogic> <http://www.w3.org/2000/01/rdf-schema#label> "slopelogic"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.slopelogic> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.slopelogic> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.kiv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.kiv> <http://www.w3.org/2000/01/rdf-schema#label> "kiv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.kiv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.kiv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tmssbrk> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tmssbrk> <http://www.w3.org/2000/01/rdf-schema#label> "tmssbrk"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tmssbrk> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tmssbrk> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tc2> <http://www.w3.org/2000/01/rdf-schema#label> "tc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.bscs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.bscs> <http://www.w3.org/2000/01/rdf-schema#label> "bscs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.bscs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.bscs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.kis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.kis> <http://www.w3.org/2000/01/rdf-schema#label> "kis"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.kis> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.kis> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tb1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tb1> <http://www.w3.org/2000/01/rdf-schema#label> "tb1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tb1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tb1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.bsis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.bsis> <http://www.w3.org/2000/01/rdf-schema#label> "bsis"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.bsis> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.bsis> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.xc3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.xc3> <http://www.w3.org/2000/01/rdf-schema#label> "xc3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.xc3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.xc3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vdbd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vdbd1> <http://www.w3.org/2000/01/rdf-schema#label> "vdbd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vdbd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vdbd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.plldelay> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.plldelay> <http://www.w3.org/2000/01/rdf-schema#label> "plldelay"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.plldelay> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.plldelay> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vup> <http://www.w3.org/2000/01/rdf-schema#label> "vup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vup> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vup> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uvt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uvt> <http://www.w3.org/2000/01/rdf-schema#label> "uvt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uvt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uvt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vdbd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vdbd2> <http://www.w3.org/2000/01/rdf-schema#label> "vdbd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vdbd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vdbd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tdbd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tdbd> <http://www.w3.org/2000/01/rdf-schema#label> "tdbd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tdbd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tdbd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uvsbmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uvsbmax> <http://www.w3.org/2000/01/rdf-schema#label> "uvsbmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uvsbmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uvsbmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vrefmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vrefmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrefmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vrefmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vrefmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.mssswitch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.mssswitch> <http://www.w3.org/2000/01/rdf-schema#label> "mssswitch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.mssswitch> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.mssswitch> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vemin> <http://www.w3.org/2000/01/rdf-schema#label> "vemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.kpv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.kpv> <http://www.w3.org/2000/01/rdf-schema#label> "kpv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.kpv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.kpv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.kps> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.kps> <http://www.w3.org/2000/01/rdf-schema#label> "kps"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.kps> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.kps> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.bmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.bmax> <http://www.w3.org/2000/01/rdf-schema#label> "bmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.bmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.bmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tdelay2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tdelay2> <http://www.w3.org/2000/01/rdf-schema#label> "tdelay2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tdelay2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tdelay2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tdelay1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tdelay1> <http://www.w3.org/2000/01/rdf-schema#label> "tdelay1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tdelay1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tdelay1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.ovtm1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.ovtm1> <http://www.w3.org/2000/01/rdf-schema#label> "ovtm1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.ovtm1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.ovtm1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uvtm1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uvtm1> <http://www.w3.org/2000/01/rdf-schema#label> "uvtm1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uvtm1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uvtm1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.bshrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.bshrt> <http://www.w3.org/2000/01/rdf-schema#label> "bshrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.bshrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.bshrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vrefmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vrefmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrefmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vrefmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vrefmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.ov2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.ov2> <http://www.w3.org/2000/01/rdf-schema#label> "ov2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.ov2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.ov2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tb2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tb2> <http://www.w3.org/2000/01/rdf-schema#label> "tb2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tb2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.tb2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uvtm2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uvtm2> <http://www.w3.org/2000/01/rdf-schema#label> "uvtm2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uvtm2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.uvtm2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.blis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.blis> <http://www.w3.org/2000/01/rdf-schema#label> "blis"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.blis> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.blis> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.ov1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.ov1> <http://www.w3.org/2000/01/rdf-schema#label> "ov1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.ov1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.ov1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO1.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: StaticVarCompensatorSystemDynamics » StaticVarCompensatorDynamics » DynamicsFunctionBlock » IdentifiedObject

Dynamic (time domain) generic model type SYSMO1 for a static var system that is comprised of a thyristor-based SVC potentially coupled with coordinated mechanically switched shunts. Furthermore, it is assumed that at least one thyristor controlled reactor (TCR) branch exists. For the purpose of positive sequence simulations, the SVC can be modelled as a smoothly and continuously controllable susceptance throughout its entire range.

Reference: Generic Static Var System Models for the Western Electricity Coordinating Council, 2011.

Property Domain Range Comment
uv1 SVSMO1 double Under voltage setpoint 1 (UV1), below which the SVC output is limited to UVSBmax.
bmin SVSMO1 double Minimum continuous inductive rating of the SVC (Bmin).
vlow SVSMO1 double Lower voltage break point of non-linear slope (Vlow).
ovtm2 SVSMO1 double Over voltage trip time 2 (OVtm2) (>=0). SVC trips if voltage is above OV2 for this time.
tshrt SVSMO1 double Short-term rating definite time delay (Tshrt) (>=0).
xc2 SVSMO1 double Slope of second section of piecewise linear slop (Xc2).
blcs SVSMO1 double Large threshold for switching MSS on the capacitive side (Blcs).
eps SVSMO1 double Small delta added to the susceptance bandwidth of the slow-susceptance regulator in order to ensure its limits are not exactly identical to the MSS switching point (Eps). Typical value = 0,1.
vrmax SVSMO1 double Maximum allowed PI controller output of slow-susceptance regulator (Vrmax). Typical range from 0,05 to 0,1.
xc1 SVSMO1 double Slope, nominal linear slope; first part of piecewise linear slope (Xc1). Typical range from 0,01 to 0,05.
tout SVSMO1 double Discharge time for mechanically switched capacitors (Tout) (>=0). Typical value = 300.
vemax SVSMO1 double Maximum allowable voltage error (vemax).
uv2 SVSMO1 double Under voltage setpoint 2 (UV2), below which the SVC output is forced to its inductive limit.
tc1 SVSMO1 double Voltage measurement lead time constant (Tc1) (>=0). Typical value = 0.
slopelogic SVSMO1 boolean Slope logic switching flag (flag2). True, linear slope (applies as 0 in the model). False, non-linear slope (applied as 1 in the model). Typical value is true.
kiv SVSMO1 double Voltage regulator integral gain (Kiv). Typical range from 50 to 500.
tmssbrk SVSMO1 double MSS breaker switching delay for opening and closing. It is assumed the same for all MSS (Tmssbrk) (>=0).
tc2 SVSMO1 double Lead time constant for transient gain reduction (Tc2) (>=0). Typical value = 0.
bscs SVSMO1 double Small threshold for switching MSS on the capacitive side (Bscs).
kis SVSMO1 double Integral gain of slow-susceptance regulator (Kis). Typical range from 0,0005 to 0,0001.
tb1 SVSMO1 double Voltage measurement lag time constant (Tb1) (>=0). Typical range from 0,025 to 0,05.
bsis SVSMO1 double Small threshold for switching MSS on the inductive side (Bsis).
xc3 SVSMO1 double Slope of third section of piecewise linear slope (Xc3).
vdbd1 SVSMO1 double Steady-state voltage deadband (Vdbd1). SVC is inactive between Vref+Vdbd1 to Vref-Vdbd1.
plldelay SVSMO1 double PLL delay in recovering if voltage remains below UV1 for more than UVtm1 seconds (PLLdelay) (>=0). Typical value = 0,1.
vup SVSMO1 double Upper voltage break-point of non-linear slope (Vup).
uvt SVSMO1 double Under voltage trip setpoint (UVT), below which the SVC will trip if the voltage stays below this value for UVtm2 seconds.
vdbd2 SVSMO1 double Inner deadband (Vdbd2), i.e., when SVC goes outside of Vdbd1, it must come back within the range Vref+Vdbd2 to Vref-Vdbd2 for Tdbd seconds in order for the SVC to be locked again in side Vdbd1. It is one fifth to one tenth of Vdbd1.
tdbd SVSMO1 double Definite time deadband delay (Tdbb) (>=0). Typical range from 0,1 to 0,5.
uvsbmax SVSMO1 double Maximum capacitive limit of the SVC during undervoltage strategy (UVSBmax). Typically the total shunt capacitance of the fixed filter banks.
vrefmax SVSMO1 double Maximum allowable voltage reference setpoint of the AVR (vrefmax). Typical range from 1,04 to 1,06.
mssswitch SVSMO1 boolean Mechanically switching switch (MSS) flag (flag1). True, no switching of MSS (applied as 0 in the model). False, MSS switching enabled (applied as 1 in the model).
vemin SVSMO1 double Minimum allowable voltage error (vemin).
kpv SVSMO1 double Voltage regulator proportional gain (Kpv). Typical value = 0.
kps SVSMO1 double Proportional gain of slow-susceptance regulator (Kps). Typical value = 0.
bmax SVSMO1 double Maximum continuous capacitive rating of the SVC (Bmax).
tdelay2 SVSMO1 double Definite time delay for small threshold switching (Tdela2) (>=0). Typical range from 120 to 300.
tdelay1 SVSMO1 double Definite time delay for larger threshold switching (Tdelay1) (>=0). Typical range from 0,2 to 0,5.
ovtm1 SVSMO1 double Over voltage trip time 1 (OVtm1) (>=0). SVC trips if voltage is above OV1 for this time.
uvtm1 SVSMO1 double Under voltage time 1 (UVtm1) (>=0). Typical range from 1 to 2.
bshrt SVSMO1 double Short-term maximum capacitive rating of the SVC (Bshrt).
vrefmin SVSMO1 double Minimum allowable voltage reference setpoint of the AVR (vrefmin). Typical range from 0,99 to 1,01.
ov2 SVSMO1 double Over voltage setpoint 2 (OV2), above which the SVC will trip if the voltage stays above this value for OVtm2 seconds.
tb2 SVSMO1 double Lag time constant for transient gain reduction (Tb2) (>=0). Typical value = 0.
uvtm2 SVSMO1 double Under voltage trip time (UVtm2) (>=0), time after which SVC trips when V < UVT.
vrmin SVSMO1 double Minimum allowed PI controller output of slow-susceptance regulator (Vrmin). Typical range from -0,1 to -0,05.
blis SVSMO1 double Large threshold for switching MSS on the inductive side (Blis).
ov1 SVSMO1 double Over voltage setpoint 1 (OV1), above which the SVC output I forced to its inductive limit; also SVC trips if voltage is above this value for more than OVtm1 seconds.
t2 SVSMO1 double Firing delay time constant (T2) (>=0). Typical range from 0,005 to 0,01.
ShuntCompensator StaticVarCompensatorSystemDynamics ShuntCompensator Shunt Compensator to which Static Var Compensator system dynamics model applies.
StaticVarCompensator StaticVarCompensatorDynamics StaticVarCompensator Static Var Compensator to which Static Var Compensator dynamics model applies.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

SVSMO2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SVSMO2> rdf:type rdfs:Class ;
	rdfs:label "SVSMO2"@en ;
	rdfs:subClassOf <StaticVarCompensatorSystemDynamics> .
<SVSMO2.tb2> rdf:type rdfs:Property ;
	rdfs:label "tb2"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.ov2> rdf:type rdfs:Property ;
	rdfs:label "ov2"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.ov1> rdf:type rdfs:Property ;
	rdfs:label "ov1"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.eps> rdf:type rdfs:Property ;
	rdfs:label "eps"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.vrefmax> rdf:type rdfs:Property ;
	rdfs:label "vrefmax"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.tdelay2> rdf:type rdfs:Property ;
	rdfs:label "tdelay2"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.vdbd1> rdf:type rdfs:Property ;
	rdfs:label "vdbd1"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.tc1> rdf:type rdfs:Property ;
	rdfs:label "tc1"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.uvsbmax> rdf:type rdfs:Property ;
	rdfs:label "uvsbmax"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.kis> rdf:type rdfs:Property ;
	rdfs:label "kis"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.dbe> rdf:type rdfs:Property ;
	rdfs:label "dbe"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.plldelay> rdf:type rdfs:Property ;
	rdfs:label "plldelay"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.uvtm1> rdf:type rdfs:Property ;
	rdfs:label "uvtm1"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.tshrt> rdf:type rdfs:Property ;
	rdfs:label "tshrt"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.vemin> rdf:type rdfs:Property ;
	rdfs:label "vemin"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.ovtm1> rdf:type rdfs:Property ;
	rdfs:label "ovtm1"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.uv2> rdf:type rdfs:Property ;
	rdfs:label "uv2"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.tdelay1> rdf:type rdfs:Property ;
	rdfs:label "tdelay1"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.ovtm2> rdf:type rdfs:Property ;
	rdfs:label "ovtm2"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.tout> rdf:type rdfs:Property ;
	rdfs:label "tout"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.xc1> rdf:type rdfs:Property ;
	rdfs:label "xc1"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.vup> rdf:type rdfs:Property ;
	rdfs:label "vup"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.bsis> rdf:type rdfs:Property ;
	rdfs:label "bsis"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.kiv> rdf:type rdfs:Property ;
	rdfs:label "kiv"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.tc2> rdf:type rdfs:Property ;
	rdfs:label "tc2"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.tmssbrk> rdf:type rdfs:Property ;
	rdfs:label "tmssbrk"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.tdbd> rdf:type rdfs:Property ;
	rdfs:label "tdbd"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.vemax> rdf:type rdfs:Property ;
	rdfs:label "vemax"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.kps> rdf:type rdfs:Property ;
	rdfs:label "kps"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.blcs> rdf:type rdfs:Property ;
	rdfs:label "blcs"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.vlow> rdf:type rdfs:Property ;
	rdfs:label "vlow"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.blis> rdf:type rdfs:Property ;
	rdfs:label "blis"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.bshrt> rdf:type rdfs:Property ;
	rdfs:label "bshrt"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.uv1> rdf:type rdfs:Property ;
	rdfs:label "uv1"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.uvtm2> rdf:type rdfs:Property ;
	rdfs:label "uvtm2"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.slopelogic> rdf:type rdfs:Property ;
	rdfs:label "slopelogic"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:boolean .
<SVSMO2.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.kpv> rdf:type rdfs:Property ;
	rdfs:label "kpv"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.bscs> rdf:type rdfs:Property ;
	rdfs:label "bscs"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.vrefmin> rdf:type rdfs:Property ;
	rdfs:label "vrefmin"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.uvt> rdf:type rdfs:Property ;
	rdfs:label "uvt"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.xc3> rdf:type rdfs:Property ;
	rdfs:label "xc3"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.t2> rdf:type rdfs:Property ;
	rdfs:label "t2"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.tb1> rdf:type rdfs:Property ;
	rdfs:label "tb1"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.vdbd2> rdf:type rdfs:Property ;
	rdfs:label "vdbd2"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.dbb> rdf:type rdfs:Property ;
	rdfs:label "dbb"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.xc2> rdf:type rdfs:Property ;
	rdfs:label "xc2"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:double .
<SVSMO2.mssswitch> rdf:type rdfs:Property ;
	rdfs:label "mssswitch"@en ;
	rdfs:domain <SVSMO2> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> <http://www.w3.org/2000/01/rdf-schema#label> "SVSMO2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tb2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tb2> <http://www.w3.org/2000/01/rdf-schema#label> "tb2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tb2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tb2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.ov2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.ov2> <http://www.w3.org/2000/01/rdf-schema#label> "ov2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.ov2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.ov2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.ov1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.ov1> <http://www.w3.org/2000/01/rdf-schema#label> "ov1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.ov1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.ov1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.eps> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.eps> <http://www.w3.org/2000/01/rdf-schema#label> "eps"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.eps> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.eps> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vrefmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vrefmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrefmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vrefmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vrefmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tdelay2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tdelay2> <http://www.w3.org/2000/01/rdf-schema#label> "tdelay2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tdelay2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tdelay2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vdbd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vdbd1> <http://www.w3.org/2000/01/rdf-schema#label> "vdbd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vdbd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vdbd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tc1> <http://www.w3.org/2000/01/rdf-schema#label> "tc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uvsbmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uvsbmax> <http://www.w3.org/2000/01/rdf-schema#label> "uvsbmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uvsbmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uvsbmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.kis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.kis> <http://www.w3.org/2000/01/rdf-schema#label> "kis"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.kis> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.kis> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.dbe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.dbe> <http://www.w3.org/2000/01/rdf-schema#label> "dbe"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.dbe> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.dbe> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.plldelay> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.plldelay> <http://www.w3.org/2000/01/rdf-schema#label> "plldelay"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.plldelay> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.plldelay> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uvtm1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uvtm1> <http://www.w3.org/2000/01/rdf-schema#label> "uvtm1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uvtm1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uvtm1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tshrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tshrt> <http://www.w3.org/2000/01/rdf-schema#label> "tshrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tshrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tshrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vemin> <http://www.w3.org/2000/01/rdf-schema#label> "vemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.ovtm1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.ovtm1> <http://www.w3.org/2000/01/rdf-schema#label> "ovtm1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.ovtm1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.ovtm1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uv2> <http://www.w3.org/2000/01/rdf-schema#label> "uv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tdelay1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tdelay1> <http://www.w3.org/2000/01/rdf-schema#label> "tdelay1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tdelay1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tdelay1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.ovtm2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.ovtm2> <http://www.w3.org/2000/01/rdf-schema#label> "ovtm2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.ovtm2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.ovtm2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tout> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tout> <http://www.w3.org/2000/01/rdf-schema#label> "tout"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tout> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tout> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.xc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.xc1> <http://www.w3.org/2000/01/rdf-schema#label> "xc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.xc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.xc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vup> <http://www.w3.org/2000/01/rdf-schema#label> "vup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vup> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vup> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.bsis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.bsis> <http://www.w3.org/2000/01/rdf-schema#label> "bsis"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.bsis> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.bsis> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.kiv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.kiv> <http://www.w3.org/2000/01/rdf-schema#label> "kiv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.kiv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.kiv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tc2> <http://www.w3.org/2000/01/rdf-schema#label> "tc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tmssbrk> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tmssbrk> <http://www.w3.org/2000/01/rdf-schema#label> "tmssbrk"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tmssbrk> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tmssbrk> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tdbd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tdbd> <http://www.w3.org/2000/01/rdf-schema#label> "tdbd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tdbd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tdbd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vemax> <http://www.w3.org/2000/01/rdf-schema#label> "vemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.kps> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.kps> <http://www.w3.org/2000/01/rdf-schema#label> "kps"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.kps> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.kps> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.blcs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.blcs> <http://www.w3.org/2000/01/rdf-schema#label> "blcs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.blcs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.blcs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vlow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vlow> <http://www.w3.org/2000/01/rdf-schema#label> "vlow"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vlow> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vlow> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.blis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.blis> <http://www.w3.org/2000/01/rdf-schema#label> "blis"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.blis> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.blis> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.bshrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.bshrt> <http://www.w3.org/2000/01/rdf-schema#label> "bshrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.bshrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.bshrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uv1> <http://www.w3.org/2000/01/rdf-schema#label> "uv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uvtm2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uvtm2> <http://www.w3.org/2000/01/rdf-schema#label> "uvtm2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uvtm2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uvtm2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.slopelogic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.slopelogic> <http://www.w3.org/2000/01/rdf-schema#label> "slopelogic"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.slopelogic> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.slopelogic> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.kpv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.kpv> <http://www.w3.org/2000/01/rdf-schema#label> "kpv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.kpv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.kpv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.bscs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.bscs> <http://www.w3.org/2000/01/rdf-schema#label> "bscs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.bscs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.bscs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vrefmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vrefmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrefmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vrefmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vrefmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uvt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uvt> <http://www.w3.org/2000/01/rdf-schema#label> "uvt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uvt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.uvt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.xc3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.xc3> <http://www.w3.org/2000/01/rdf-schema#label> "xc3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.xc3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.xc3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.t2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.t2> <http://www.w3.org/2000/01/rdf-schema#label> "t2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.t2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.t2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tb1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tb1> <http://www.w3.org/2000/01/rdf-schema#label> "tb1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tb1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.tb1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vdbd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vdbd2> <http://www.w3.org/2000/01/rdf-schema#label> "vdbd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vdbd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.vdbd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.dbb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.dbb> <http://www.w3.org/2000/01/rdf-schema#label> "dbb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.dbb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.dbb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.xc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.xc2> <http://www.w3.org/2000/01/rdf-schema#label> "xc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.xc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.xc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.mssswitch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.mssswitch> <http://www.w3.org/2000/01/rdf-schema#label> "mssswitch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.mssswitch> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO2.mssswitch> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: StaticVarCompensatorSystemDynamics » StaticVarCompensatorDynamics » DynamicsFunctionBlock » IdentifiedObject

Static var system type SVSMO2. The SVC component of the SVSMO2 consists of only thyristor switched capacitors and reactors, thus making its output discretely stepped.

Reference: Generic Static Var System Models for the Western Electricity Coordinating Council, 2011.

Property Domain Range Comment
tb2 SVSMO2 double Lag time constant for transient gain reduction (Tb2) (>=0). Typical value = 0.
ov2 SVSMO2 double Over voltage setpoint 2 (OV2), above which the SVC will trip if the voltage stays above this value for OVtm2 seconds.
ov1 SVSMO2 double Over voltage setpoint 1 (OV1), above which the SVC output I forced to its inductive limit; also SVC trips if voltage is above this value for more than OVtm1 seconds.
eps SVSMO2 double Small delta added to the susceptance bandwidth of the slow-susceptance regulator in order to ensure its limits are not exactly identical to the MSS switching point (Eps). Typical value = 0,1.
vrefmax SVSMO2 double Maximum allowable voltage reference setpoint of the AVR (vrefmax). Typical range from 1,04 to 1,06.
tdelay2 SVSMO2 double Definite time delay for small threshold switching (Tdela2) (>=0). Typical range from 120 to 300.
vdbd1 SVSMO2 double Steady-state voltage deadband (Vdbd1). SVC is inactive between Vref+Vdbd1 to Vref-Vdbd1.
tc1 SVSMO2 double Voltage measurement lead time constant (Tc1) (>=0). Typical value = 0.
uvsbmax SVSMO2 double Maximum capacitive limit of the SVC during undervoltage strategy (UVSBmax). For a TSC/TSR SVC this will typically be zero (i.e. all TSC/TSRs blocked).
kis SVSMO2 double Integral gain of slow-susceptance regulator (Kis). Typical range from 0,0005 to 0,0001.
dbe SVSMO2 double Voltage error deadband (dbe). Typical value 0,01.
plldelay SVSMO2 double PLL delay in recovering if voltage remains below UV1 for more than UVtm1 seconds (PLLdelay) (>=0). Typical value = 0,1.
uvtm1 SVSMO2 double Under voltage time 1 (UVtm1) (>=0). Typical range from 1 to 2.
tshrt SVSMO2 double Short-term rating definite time delay (Tshrt) (>=0).
vemin SVSMO2 double Minimum allowable voltage error (vemin).
ovtm1 SVSMO2 double Over voltage trip time 1 (OVtm1) (>=0). SVC trips if voltage is above OV1 for this time.
uv2 SVSMO2 double Under voltage setpoint 2 (UV2), below which the SVC output is forced to its inductive limit.
tdelay1 SVSMO2 double Definite time delay for larger threshold switching (Tdelay1) (>=0). Typical range from 0,2 to 0,5.
ovtm2 SVSMO2 double Over voltage trip time 2 (OVtm2) (>=0). SVC trips if voltage is above OV2 for this time.
tout SVSMO2 double Discharge time for mechanically switched capacitors (Tout) (>=0). Typical value = 300.
xc1 SVSMO2 double Slope, nominal linear slope; first part of piecewise linear slope (Xc1). Typical range from 0,01 to 0,05.
vup SVSMO2 double Upper voltage break-point of non-linear slope (Vup).
bsis SVSMO2 double Small threshold for switching MSS on the inductive side (Bsis).
vrmin SVSMO2 double Minimum allowed PI controller output of slow-susceptance regulator (Vrmin). Typical range from -0,1 to -0,05.
kiv SVSMO2 double Voltage regulator integral gain (Kiv). Typical range from 50 to 500.
tc2 SVSMO2 double Lead time constant for transient gain reduction (Tc2) (>=0). Typical value = 0.
tmssbrk SVSMO2 double MSS breaker switching delay for opening and closing. It is assumed the same for all MSS (Tmssbrk) (>=0).
tdbd SVSMO2 double Definite time deadband delay (Tdbb) (>=0). Typical range from 0,1 to 0,5.
vemax SVSMO2 double Maximum allowable voltage error (vemax).
kps SVSMO2 double Proportional gain of slow-susceptance regulator (Kps). Typical value = 0.
blcs SVSMO2 double Large threshold for switching MSS on the capacitive side (Blcs).
vlow SVSMO2 double Lower voltage break point of non-linear slope (Vlow).
blis SVSMO2 double Large threshold for switching MSS on the inductive side (Blis).
bshrt SVSMO2 double Short-term maximum capacitive rating of the SVC (Bshrt).
uv1 SVSMO2 double Under voltage setpoint 1 (UV1), below which the SVC output is limited to UVSBmax.
uvtm2 SVSMO2 double Under voltage trip time (UVtm2) (>=0), time after which SVC trips when V < UVT.
slopelogic SVSMO2 boolean Slope logic switching flag (flag2). True, linear slope (applies as 0 in the model). False, non-linear slope (applied as 1 in the model). Typical value is true.
vrmax SVSMO2 double Maximum allowed PI controller output of slow-susceptance regulator (Vrmax). Typical range from 0,05 to 0,1.
kpv SVSMO2 double Voltage regulator proportional gain (Kpv). Typical value = 0.
bscs SVSMO2 double Small threshold for switching MSS on the capacitive side (Bscs).
vrefmin SVSMO2 double Minimum allowable voltage reference setpoint of the AVR (vrefmin). Typical range from 0,99 to 1,01.
uvt SVSMO2 double Under voltage trip setpoint (UVT), below which the SVC will trip if the voltage stays below this value for UVtm2 seconds.
xc3 SVSMO2 double Slope of third section of piecewise linear slope (Xc3).
t2 SVSMO2 double Firing delay time constant (T2) (>=0). Typical range from 0,005 to 0,01.
tb1 SVSMO2 double Voltage measurement lag time constant (Tb1) (>=0). Typical range from 0,025 to 0,05.
vdbd2 SVSMO2 double Inner deadband (Vdbd2), i.e., when SVC goes outside of Vdbd1, it must come back within the range Vref+Vdbd2 to Vref-Vdbd2 for Tdbd seconds in order for the SVC to be locked again in side Vdbd1. It is one fifth to one tenth of Vdbd1.
dbb SVSMO2 double Susceptance deadband (dbb).
xc2 SVSMO2 double Slope of second section of piecewise linear slop (Xc2).
mssswitch SVSMO2 boolean Mechanically switching switch (MSS) flag (flag1). True, no switching of MSS (applied as 0 in the model). False, MSS switching enabled (applied as 1 in the model).
ShuntCompensator StaticVarCompensatorSystemDynamics ShuntCompensator Shunt Compensator to which Static Var Compensator system dynamics model applies.
StaticVarCompensator StaticVarCompensatorDynamics StaticVarCompensator Static Var Compensator to which Static Var Compensator dynamics model applies.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

SVSMO3

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SVSMO3> rdf:type rdfs:Class ;
	rdfs:label "SVSMO3"@en ;
	rdfs:subClassOf <StaticVarCompensatorSystemDynamics> .
<SVSMO3.uv2> rdf:type rdfs:Property ;
	rdfs:label "uv2"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.to> rdf:type rdfs:Property ;
	rdfs:label "to"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.hyst> rdf:type rdfs:Property ;
	rdfs:label "hyst"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.imax1> rdf:type rdfs:Property ;
	rdfs:label "imax1"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.v1> rdf:type rdfs:Property ;
	rdfs:label "v1"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.vemin> rdf:type rdfs:Property ;
	rdfs:label "vemin"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.tb2> rdf:type rdfs:Property ;
	rdfs:label "tb2"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.kdbd> rdf:type rdfs:Property ;
	rdfs:label "kdbd"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.flag2> rdf:type rdfs:Property ;
	rdfs:label "flag2"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:boolean .
<SVSMO3.reset> rdf:type rdfs:Property ;
	rdfs:label "reset"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.vtrip> rdf:type rdfs:Property ;
	rdfs:label "vtrip"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.xc0> rdf:type rdfs:Property ;
	rdfs:label "xc0"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.tdbd> rdf:type rdfs:Property ;
	rdfs:label "tdbd"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.mbase> rdf:type rdfs:Property ;
	rdfs:label "mbase"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.idbd> rdf:type rdfs:Property ;
	rdfs:label "idbd"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.vrefmax> rdf:type rdfs:Property ;
	rdfs:label "vrefmax"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.tmssbrk> rdf:type rdfs:Property ;
	rdfs:label "tmssbrk"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.tdellc> rdf:type rdfs:Property ;
	rdfs:label "tdellc"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.sdelay> rdf:type rdfs:Property ;
	rdfs:label "sdelay"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.kir> rdf:type rdfs:Property ;
	rdfs:label "kir"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.uv1> rdf:type rdfs:Property ;
	rdfs:label "uv1"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.tc2> rdf:type rdfs:Property ;
	rdfs:label "tc2"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.xc3> rdf:type rdfs:Property ;
	rdfs:label "xc3"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.iiwr> rdf:type rdfs:Property ;
	rdfs:label "iiwr"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.vemax> rdf:type rdfs:Property ;
	rdfs:label "vemax"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.flag1> rdf:type rdfs:Property ;
	rdfs:label "flag1"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:boolean .
<SVSMO3.tdelay1> rdf:type rdfs:Property ;
	rdfs:label "tdelay1"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.tout> rdf:type rdfs:Property ;
	rdfs:label "tout"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.xc2> rdf:type rdfs:Property ;
	rdfs:label "xc2"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.iupr> rdf:type rdfs:Property ;
	rdfs:label "iupr"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.tc1> rdf:type rdfs:Property ;
	rdfs:label "tc1"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.ishrt> rdf:type rdfs:Property ;
	rdfs:label "ishrt"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.kpr> rdf:type rdfs:Property ;
	rdfs:label "kpr"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.v2> rdf:type rdfs:Property ;
	rdfs:label "v2"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.tdelay2> rdf:type rdfs:Property ;
	rdfs:label "tdelay2"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.i2t> rdf:type rdfs:Property ;
	rdfs:label "i2t"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.ov1> rdf:type rdfs:Property ;
	rdfs:label "ov1"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.tb1> rdf:type rdfs:Property ;
	rdfs:label "tb1"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.ov2> rdf:type rdfs:Property ;
	rdfs:label "ov2"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.xc1> rdf:type rdfs:Property ;
	rdfs:label "xc1"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.vrefmin> rdf:type rdfs:Property ;
	rdfs:label "vrefmin"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<SVSMO3.ecap> rdf:type rdfs:Property ;
	rdfs:label "ecap"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:boolean .
<SVSMO3.dbd> rdf:type rdfs:Property ;
	rdfs:label "dbd"@en ;
	rdfs:domain <SVSMO3> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> <http://www.w3.org/2000/01/rdf-schema#label> "SVSMO3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.uv2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.uv2> <http://www.w3.org/2000/01/rdf-schema#label> "uv2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.uv2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.uv2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.to> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.to> <http://www.w3.org/2000/01/rdf-schema#label> "to"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.to> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.to> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.hyst> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.hyst> <http://www.w3.org/2000/01/rdf-schema#label> "hyst"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.hyst> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.hyst> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.imax1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.imax1> <http://www.w3.org/2000/01/rdf-schema#label> "imax1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.imax1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.imax1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.v1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.v1> <http://www.w3.org/2000/01/rdf-schema#label> "v1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.v1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.v1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vemin> <http://www.w3.org/2000/01/rdf-schema#label> "vemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tb2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tb2> <http://www.w3.org/2000/01/rdf-schema#label> "tb2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tb2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tb2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.kdbd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.kdbd> <http://www.w3.org/2000/01/rdf-schema#label> "kdbd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.kdbd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.kdbd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.flag2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.flag2> <http://www.w3.org/2000/01/rdf-schema#label> "flag2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.flag2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.flag2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.reset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.reset> <http://www.w3.org/2000/01/rdf-schema#label> "reset"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.reset> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.reset> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vtrip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vtrip> <http://www.w3.org/2000/01/rdf-schema#label> "vtrip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vtrip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vtrip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.xc0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.xc0> <http://www.w3.org/2000/01/rdf-schema#label> "xc0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.xc0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.xc0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tdbd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tdbd> <http://www.w3.org/2000/01/rdf-schema#label> "tdbd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tdbd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tdbd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.mbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.mbase> <http://www.w3.org/2000/01/rdf-schema#label> "mbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.mbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.mbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.idbd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.idbd> <http://www.w3.org/2000/01/rdf-schema#label> "idbd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.idbd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.idbd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vrefmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vrefmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrefmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vrefmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vrefmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tmssbrk> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tmssbrk> <http://www.w3.org/2000/01/rdf-schema#label> "tmssbrk"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tmssbrk> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tmssbrk> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tdellc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tdellc> <http://www.w3.org/2000/01/rdf-schema#label> "tdellc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tdellc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tdellc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.sdelay> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.sdelay> <http://www.w3.org/2000/01/rdf-schema#label> "sdelay"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.sdelay> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.sdelay> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.kir> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.kir> <http://www.w3.org/2000/01/rdf-schema#label> "kir"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.kir> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.kir> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.uv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.uv1> <http://www.w3.org/2000/01/rdf-schema#label> "uv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.uv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.uv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tc2> <http://www.w3.org/2000/01/rdf-schema#label> "tc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.xc3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.xc3> <http://www.w3.org/2000/01/rdf-schema#label> "xc3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.xc3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.xc3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.iiwr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.iiwr> <http://www.w3.org/2000/01/rdf-schema#label> "iiwr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.iiwr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.iiwr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vemax> <http://www.w3.org/2000/01/rdf-schema#label> "vemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.flag1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.flag1> <http://www.w3.org/2000/01/rdf-schema#label> "flag1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.flag1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.flag1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tdelay1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tdelay1> <http://www.w3.org/2000/01/rdf-schema#label> "tdelay1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tdelay1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tdelay1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tout> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tout> <http://www.w3.org/2000/01/rdf-schema#label> "tout"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tout> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tout> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.xc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.xc2> <http://www.w3.org/2000/01/rdf-schema#label> "xc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.xc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.xc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.iupr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.iupr> <http://www.w3.org/2000/01/rdf-schema#label> "iupr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.iupr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.iupr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tc1> <http://www.w3.org/2000/01/rdf-schema#label> "tc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.ishrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.ishrt> <http://www.w3.org/2000/01/rdf-schema#label> "ishrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.ishrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.ishrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.kpr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.kpr> <http://www.w3.org/2000/01/rdf-schema#label> "kpr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.kpr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.kpr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.v2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.v2> <http://www.w3.org/2000/01/rdf-schema#label> "v2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.v2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.v2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tdelay2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tdelay2> <http://www.w3.org/2000/01/rdf-schema#label> "tdelay2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tdelay2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tdelay2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.i2t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.i2t> <http://www.w3.org/2000/01/rdf-schema#label> "i2t"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.i2t> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.i2t> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.ov1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.ov1> <http://www.w3.org/2000/01/rdf-schema#label> "ov1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.ov1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.ov1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tb1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tb1> <http://www.w3.org/2000/01/rdf-schema#label> "tb1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tb1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.tb1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.ov2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.ov2> <http://www.w3.org/2000/01/rdf-schema#label> "ov2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.ov2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.ov2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.xc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.xc1> <http://www.w3.org/2000/01/rdf-schema#label> "xc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.xc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.xc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vrefmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vrefmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrefmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vrefmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.vrefmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.ecap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.ecap> <http://www.w3.org/2000/01/rdf-schema#label> "ecap"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.ecap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.ecap> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.dbd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.dbd> <http://www.w3.org/2000/01/rdf-schema#label> "dbd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.dbd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO3.dbd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: StaticVarCompensatorSystemDynamics » StaticVarCompensatorDynamics » DynamicsFunctionBlock » IdentifiedObject

Static var system type SVSMO3 model. The SVSMO3 assumes a voltage source converter (VSC) based SVS. That is, the power electronic device in this case is a static compensator (STATCOM) which is an active device and at its reactive limit will act as a constant current source, rather than a constant susceptance.

Reference: Generic Static Var System Models for the Western Electricity Coordinating Council, 2011.

Property Domain Range Comment
uv2 SVSMO3 double Voltage below which the STATCOM is blocked (UV2). Typical value = 0,2.
to SVSMO3 double Firing sequence control delay (To) (>=0). Typical range from 0,001 to 0,005.
hyst SVSMO3 double Hysteresis for I2t limit (hyst). Typical value = 0.
imax1 SVSMO3 double Max. continuous current rating (in pu on model MVA base) (Imax1). Typical value 1.
v1 SVSMO3 double Non-linear droop upper voltage (V1). Typical value = 1,025.
vemin SVSMO3 double Voltage error minimum limit (vemin).
tb2 SVSMO3 double Lag time constant (Tb2) (>=0). Typical value = 0.
kdbd SVSMO3 double Ratio of outer to inner deadband (Kdbd). Typical range from 5 to 10.
flag2 SVSMO3 boolean Non-linear droop switching (flag2). True means non-linear droop is on (flag2=1). False means non-linear droop is off (flag2=0). Typical value = false.
reset SVSMO3 double Reset rate for I2t limit (Reset). Typical value = 0.
vtrip SVSMO3 double Voltage above which the STATCOM trips after Tdelay2 seconds (Vtrip). Typical value 1,3.
xc0 SVSMO3 double Constant linear droop/slope (Xc0). Typical range from 0,01 to 0,03.
tdbd SVSMO3 double Deadband time (Tdbd) (>=0). Typical value = 0,1.
mbase SVSMO3 double Model MVA base (MBASE).
idbd SVSMO3 double Deadband range for slow-reset current controller (Idbd).
vrefmax SVSMO3 double Maximum allowable voltage reference setpoint of the AVR (Vrefmax). Typical range from 1,02 to 1,05.
vrmax SVSMO3 double Maximum limit of slow-reset current controller (Vrmax). Typical range from 0,05 to 0,1.
tmssbrk SVSMO3 double MSS breaker switch delay (for opening and closing) (Tmssbrk) (>=0). Typical value = 0.
tdellc SVSMO3 double Time delay for switching in a shunt (TdelLC) (>=0). Typical value = 60.
sdelay SVSMO3 double PLLdelay for recovery after blocking (sdelay) (>=0). Typical value = 0,02.
kp SVSMO3 double Voltage regulator proportional gain (Kp). Typical value = 0.
kir SVSMO3 double Integral gain for slow-reset control (Kir).
uv1 SVSMO3 double Voltage at which the STATCOM limit starts to be reduced linearly (UV1). Typical value = 0,5.
tc2 SVSMO3 double Lead time constant (Tc2) (>=0). Typical value = 0.
xc3 SVSMO3 double Non-linear droop slope 3 (Xc3). Typical value = 0,01.
iiwr SVSMO3 double Threshold for switching MSS on the inductive side (Ilwr). Typical value = -0,5.
vemax SVSMO3 double Voltage error maximum limit (vemax).
flag1 SVSMO3 boolean Slow reset switching (flag1). True means slow reset is on (flag1=1). False means slow reset is off (flag1=0). Typical value = false.
tdelay1 SVSMO3 double Short-term rating delay (Tdelay1) (>=0). Typical value = 1.
tout SVSMO3 double Discharge time for mechanically switched capacitors (Tout) (>=0). Typical value = 300.
xc2 SVSMO3 double Non-linear droop slope 2 (Xc2). Typical value = 1.
iupr SVSMO3 double Threshold for switching MSS on the capacitive side (Iupr). Typical value = 0,5.
tc1 SVSMO3 double Voltage measurement lead time constant (Tc1) (>=0). Typical value = 0.
ishrt SVSMO3 double Max. short-term current rating as a multiple of continuous rating (Ishrt). Typical range from 1,5 to 3.
kpr SVSMO3 double Proportional gain for slow-reset control (Kpr). Typical value = 0.
v2 SVSMO3 double Non-linear droop lower voltage (V2). Typical value = 0,975.
vrmin SVSMO3 double Minimum limit of slow-reset current controller (Vrmin). Typical range from -0,1 to -0,05.
tdelay2 SVSMO3 double Trip time for V > Vtrip (Tdelay2) (>=0). Typical value 0,08.
i2t SVSMO3 double I2t limit (pu I squared T thermal limit – optional) (I2t). Typical value = 0.
ov1 SVSMO3 double Voltage above which the STATCOM limit linearly changes (up to OV2) (OV1). Typical value = 1,1.
tb1 SVSMO3 double Voltage measurement lag time constant (Tb1) (>=0). Typical range from 0,05 to 0,1.
ov2 SVSMO3 double Voltage above which the STATCOM blocks its output (OV2). Typical value = 1,2.
xc1 SVSMO3 double Non-linear droop slope 1 (Xc1). Typical value = 0,01.
ki SVSMO3 double Voltage regulator integral gain (Ki). Typical range from 20 to 200.
vrefmin SVSMO3 double Minimum allowable voltage reference setpoint of the AVR (Vrefmin). Typical range from 0,98 to 1,01.
ecap SVSMO3 boolean MSS switching (ecap). True means enable (ecap=1). False means disable (ecap=0). Typical value = false.
dbd SVSMO3 double Voltage control deadband (dbd). Typical range from 0,01 to 0,05.
ShuntCompensator StaticVarCompensatorSystemDynamics ShuntCompensator Shunt Compensator to which Static Var Compensator system dynamics model applies.
StaticVarCompensator StaticVarCompensatorDynamics StaticVarCompensator Static Var Compensator to which Static Var Compensator dynamics model applies.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

SVSMO4

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SVSMO4> rdf:type rdfs:Class ;
	rdfs:label "SVSMO4"@en ;
	rdfs:subClassOf <StaticVarCompensatorSystemDynamics> .
<SVSMO4.ov> rdf:type rdfs:Property ;
	rdfs:label "ov"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.tbdb> rdf:type rdfs:Property ;
	rdfs:label "tbdb"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.kir> rdf:type rdfs:Property ;
	rdfs:label "kir"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.flag1> rdf:type rdfs:Property ;
	rdfs:label "flag1"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:boolean .
<SVSMO4.xc3> rdf:type rdfs:Property ;
	rdfs:label "xc3"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.vemin> rdf:type rdfs:Property ;
	rdfs:label "vemin"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.ilin> rdf:type rdfs:Property ;
	rdfs:label "ilin"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.tb2> rdf:type rdfs:Property ;
	rdfs:label "tb2"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.icin> rdf:type rdfs:Property ;
	rdfs:label "icin"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.kpr> rdf:type rdfs:Property ;
	rdfs:label "kpr"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.xc2> rdf:type rdfs:Property ;
	rdfs:label "xc2"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.tplld> rdf:type rdfs:Property ;
	rdfs:label "tplld"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.dbd> rdf:type rdfs:Property ;
	rdfs:label "dbd"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.tb1> rdf:type rdfs:Property ;
	rdfs:label "tb1"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.ilout> rdf:type rdfs:Property ;
	rdfs:label "ilout"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.WeccREEC> rdf:type rdfs:Property ;
	rdfs:label "WeccREEC"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range <WeccREEC> .
<SVSMO4.tc1> rdf:type rdfs:Property ;
	rdfs:label "tc1"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.tc2> rdf:type rdfs:Property ;
	rdfs:label "tc2"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.vemax> rdf:type rdfs:Property ;
	rdfs:label "vemax"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.vrmin> rdf:type rdfs:Property ;
	rdfs:label "vrmin"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.FromTerminal> rdf:type rdfs:Property ;
	rdfs:label "FromTerminal"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range <Terminal> .
<SVSMO4.mvastat> rdf:type rdfs:Property ;
	rdfs:label "mvastat"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.idbd> rdf:type rdfs:Property ;
	rdfs:label "idbd"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.mflag> rdf:type rdfs:Property ;
	rdfs:label "mflag"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:integer .
<SVSMO4.imaxc> rdf:type rdfs:Property ;
	rdfs:label "imaxc"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.ToTerminal> rdf:type rdfs:Property ;
	rdfs:label "ToTerminal"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range <Terminal> .
<SVSMO4.icout> rdf:type rdfs:Property ;
	rdfs:label "icout"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.uv> rdf:type rdfs:Property ;
	rdfs:label "uv"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.tfltr> rdf:type rdfs:Property ;
	rdfs:label "tfltr"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.flag2> rdf:type rdfs:Property ;
	rdfs:label "flag2"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:integer .
<SVSMO4.kdbd> rdf:type rdfs:Property ;
	rdfs:label "kdbd"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.vc2> rdf:type rdfs:Property ;
	rdfs:label "vc2"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.tcom> rdf:type rdfs:Property ;
	rdfs:label "tcom"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.vrmax> rdf:type rdfs:Property ;
	rdfs:label "vrmax"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.ttrip> rdf:type rdfs:Property ;
	rdfs:label "ttrip"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.vc1> rdf:type rdfs:Property ;
	rdfs:label "vc1"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<SVSMO4.xc1> rdf:type rdfs:Property ;
	rdfs:label "xc1"@en ;
	rdfs:domain <SVSMO4> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> <http://www.w3.org/2000/01/rdf-schema#label> "SVSMO4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ov> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ov> <http://www.w3.org/2000/01/rdf-schema#label> "ov"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ov> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ov> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tbdb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tbdb> <http://www.w3.org/2000/01/rdf-schema#label> "tbdb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tbdb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tbdb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.kir> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.kir> <http://www.w3.org/2000/01/rdf-schema#label> "kir"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.kir> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.kir> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.flag1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.flag1> <http://www.w3.org/2000/01/rdf-schema#label> "flag1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.flag1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.flag1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.xc3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.xc3> <http://www.w3.org/2000/01/rdf-schema#label> "xc3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.xc3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.xc3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vemin> <http://www.w3.org/2000/01/rdf-schema#label> "vemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ilin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ilin> <http://www.w3.org/2000/01/rdf-schema#label> "ilin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ilin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ilin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tb2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tb2> <http://www.w3.org/2000/01/rdf-schema#label> "tb2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tb2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tb2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.icin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.icin> <http://www.w3.org/2000/01/rdf-schema#label> "icin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.icin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.icin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.kpr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.kpr> <http://www.w3.org/2000/01/rdf-schema#label> "kpr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.kpr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.kpr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.xc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.xc2> <http://www.w3.org/2000/01/rdf-schema#label> "xc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.xc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.xc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tplld> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tplld> <http://www.w3.org/2000/01/rdf-schema#label> "tplld"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tplld> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tplld> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.dbd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.dbd> <http://www.w3.org/2000/01/rdf-schema#label> "dbd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.dbd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.dbd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tb1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tb1> <http://www.w3.org/2000/01/rdf-schema#label> "tb1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tb1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tb1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ilout> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ilout> <http://www.w3.org/2000/01/rdf-schema#label> "ilout"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ilout> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ilout> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.WeccREEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.WeccREEC> <http://www.w3.org/2000/01/rdf-schema#label> "WeccREEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.WeccREEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.WeccREEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tc1> <http://www.w3.org/2000/01/rdf-schema#label> "tc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tc2> <http://www.w3.org/2000/01/rdf-schema#label> "tc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vemax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vemax> <http://www.w3.org/2000/01/rdf-schema#label> "vemax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vemax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vemax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vrmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.FromTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.FromTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "FromTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.FromTerminal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.FromTerminal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.mvastat> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.mvastat> <http://www.w3.org/2000/01/rdf-schema#label> "mvastat"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.mvastat> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.mvastat> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.idbd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.idbd> <http://www.w3.org/2000/01/rdf-schema#label> "idbd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.idbd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.idbd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.mflag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.mflag> <http://www.w3.org/2000/01/rdf-schema#label> "mflag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.mflag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.mflag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.imaxc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.imaxc> <http://www.w3.org/2000/01/rdf-schema#label> "imaxc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.imaxc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.imaxc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ToTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ToTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "ToTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ToTerminal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ToTerminal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.icout> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.icout> <http://www.w3.org/2000/01/rdf-schema#label> "icout"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.icout> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.icout> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.uv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.uv> <http://www.w3.org/2000/01/rdf-schema#label> "uv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.uv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.uv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tfltr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tfltr> <http://www.w3.org/2000/01/rdf-schema#label> "tfltr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tfltr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tfltr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.flag2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.flag2> <http://www.w3.org/2000/01/rdf-schema#label> "flag2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.flag2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.flag2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.kdbd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.kdbd> <http://www.w3.org/2000/01/rdf-schema#label> "kdbd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.kdbd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.kdbd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vc2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vc2> <http://www.w3.org/2000/01/rdf-schema#label> "vc2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vc2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vc2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tcom> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tcom> <http://www.w3.org/2000/01/rdf-schema#label> "tcom"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tcom> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.tcom> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vrmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ttrip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ttrip> <http://www.w3.org/2000/01/rdf-schema#label> "ttrip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ttrip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ttrip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vc1> <http://www.w3.org/2000/01/rdf-schema#label> "vc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.vc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.xc1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.xc1> <http://www.w3.org/2000/01/rdf-schema#label> "xc1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.xc1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SVSMO4.xc1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: StaticVarCompensatorSystemDynamics » StaticVarCompensatorDynamics » DynamicsFunctionBlock » IdentifiedObject

Hybrid STATCOM type SVSMO4 static var system, which has at most only one TSC and one TSR. It also has voltage source converter (VSC). Note this model is not final hence some changes are expected in the next editions of the standard.

Reference: WECC Hybrid STATCOM.

Property Domain Range Comment
ov SVSMO4 double Voltage above which device goes into overvoltage strategy (block VSC & force TSR in) (OV). Typical range from 1,15 to 1,25.
tbdb SVSMO4 double Deadband time (Tbdb) (>=0). Typical range from 0,1 to 1.
kir SVSMO4 double Integral gain of slow-rest controller (Kir).
flag1 SVSMO4 boolean Slow-current controller switch (Flag1). True means it is turned on (Flag1=1). False means it is turned off (Flag1=0).
xc3 SVSMO4 double Nonlinear droop slope 3 (Xc3).
vemin SVSMO4 double Voltage error minimum limit (vemin). Typical range from -0,1 to -1.
ilin SVSMO4 double VSC current level below which TSR is switched in (<0) (Ilin).
tb2 SVSMO4 double Lag time constant (Tb2) (>=0). Typical range from 0,02 to 0,1.
icin SVSMO4 double VSC current level above which TSC is switched in (>0) (Icin).
kpr SVSMO4 double Proportional gain of slow-reset controller (Kpr).
xc2 SVSMO4 double Nonlinear droop slope 2 (Xc2).
tplld SVSMO4 double Time delay for PLL after blocking (Tplld) (>=0). Typical range from 0,1 to 0,15.
dbd SVSMO4 double Voltage deadband (dbd).
tb1 SVSMO4 double Voltage measurement lag time constant (Tb1) (>=0). Typical range from 0,02 to 0,01.
ilout SVSMO4 double VSC current level above which TSR is switched out (>0) (Ilout).
WeccREEC SVSMO4 WeccREEC The REEC model controlled by this SVSMO4 model.
tc1 SVSMO4 double Voltage measurement lead time constant (Tc1) (>=0). Typical value = 0.
tc2 SVSMO4 double Lead time constant (Tc2) (>=0). Typical value = 0.
vemax SVSMO4 double Voltage error maximum limit (vemax). Typical range from 0,1 to 1.
vrmin SVSMO4 double Minimum limit on slow-rest controller output (Vrmin). Typical value = -0,05.
FromTerminal SVSMO4 Terminal The FromTerminal for this SVSMO4 model.
mvastat SVSMO4 double MVA base of the hybrid STATCOM.
idbd SVSMO4 double Range of deadband in current for slow-reset controller (Idbd).
mflag SVSMO4 integer If set to 1, monitor the reactive current on the “from” end going in the direction of “from” to “to” end. If set to 0, monitor the reactive current on the “to” end going in the direction of “from” to “to” end.
imaxc SVSMO4 double Maximum continuous current rating of the VSC (Imaxc). Typical value = 1.
ToTerminal SVSMO4 Terminal The ToTerminal for this SVSMO4 model.
icout SVSMO4 double VSC current level below which TSC is switched out (<0) (Icout).
uv SVSMO4 double Voltage below which device goes into undervoltage strategy (block TSC and VSC) (UV). Typical range from 0,2 to 0,3.
tfltr SVSMO4 double Voltage measurement filter time constant (Tfltr) (>=0). Typical range from 0,02 to 0,1.
flag2 SVSMO4 integer Nonlinear droop switch (Flag2). The options are as follows: - Linear constant droop (flag2=0) - Asymmetrical linear droop, i.e. constant but different droop for capacitive Xc1 and inductive Xc2 operation (flag2=1) - Piecewise non-linear droop (flag2=2). Typical value = 0.
kdbd SVSMO4 double Ratio of outer to inner deadband (Kdbd). Typical range from 2 to 10.
vc2 SVSMO4 double Nonlinear droop lower voltage (Vc2).
tcom SVSMO4 double Delay for emulating communication delay etc. between this model and controlled renewable generators. Typical range from 0,1 to 0,5.
kp SVSMO4 double Proportional gain (Kp).
vrmax SVSMO4 double Maximum limit on slow-reset controller output (Vrmax). Typical value = 0,05.
ttrip SVSMO4 double Time after which device trips if voltage in > OV (Ttrip) (>=0). Typical range from 0,5 to 1.
ki SVSMO4 double Integral gain (Ki).
vc1 SVSMO4 double Nonlinear droop upper voltage (Vc1).
xc1 SVSMO4 double Nonlinear droop slope 1 (also used for standard droop when Flag2 = 0) (Xc1). Typical range from 0,01 to 0,05.
ShuntCompensator StaticVarCompensatorSystemDynamics ShuntCompensator Shunt Compensator to which Static Var Compensator system dynamics model applies.
StaticVarCompensator StaticVarCompensatorDynamics StaticVarCompensator Static Var Compensator to which Static Var Compensator dynamics model applies.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ServiceSettings

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ServiceSettings> rdf:type rdfs:Class ;
	rdfs:label "ServiceSettings"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<ServiceSettings.randomizedDelay> rdf:type rdfs:Property ;
	rdfs:label "randomizedDelay"@en ;
	rdfs:domain <ServiceSettings> ;
	rdfs:range xsd:double .
<ServiceSettings.highVoltage> rdf:type rdfs:Property ;
	rdfs:label "highVoltage"@en ;
	rdfs:domain <ServiceSettings> ;
	rdfs:range xsd:double .
<ServiceSettings.highFrequency> rdf:type rdfs:Property ;
	rdfs:label "highFrequency"@en ;
	rdfs:domain <ServiceSettings> ;
	rdfs:range xsd:double .
<ServiceSettings.delay> rdf:type rdfs:Property ;
	rdfs:label "delay"@en ;
	rdfs:domain <ServiceSettings> ;
	rdfs:range xsd:double .
<ServiceSettings.lowFrequency> rdf:type rdfs:Property ;
	rdfs:label "lowFrequency"@en ;
	rdfs:domain <ServiceSettings> ;
	rdfs:range xsd:double .
<ServiceSettings.permitService> rdf:type rdfs:Property ;
	rdfs:label "permitService"@en ;
	rdfs:domain <ServiceSettings> ;
	rdfs:range xsd:boolean .
<ServiceSettings.lowVoltage> rdf:type rdfs:Property ;
	rdfs:label "lowVoltage"@en ;
	rdfs:domain <ServiceSettings> ;
	rdfs:range xsd:double .
<ServiceSettings.rampRate> rdf:type rdfs:Property ;
	rdfs:label "rampRate"@en ;
	rdfs:domain <ServiceSettings> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings> <http://www.w3.org/2000/01/rdf-schema#label> "ServiceSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.randomizedDelay> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.randomizedDelay> <http://www.w3.org/2000/01/rdf-schema#label> "randomizedDelay"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.randomizedDelay> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.randomizedDelay> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.highVoltage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.highVoltage> <http://www.w3.org/2000/01/rdf-schema#label> "highVoltage"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.highVoltage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.highVoltage> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.highFrequency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.highFrequency> <http://www.w3.org/2000/01/rdf-schema#label> "highFrequency"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.highFrequency> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.highFrequency> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.delay> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.delay> <http://www.w3.org/2000/01/rdf-schema#label> "delay"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.delay> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.delay> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.lowFrequency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.lowFrequency> <http://www.w3.org/2000/01/rdf-schema#label> "lowFrequency"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.lowFrequency> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.lowFrequency> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.permitService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.permitService> <http://www.w3.org/2000/01/rdf-schema#label> "permitService"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.permitService> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.permitService> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.lowVoltage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.lowVoltage> <http://www.w3.org/2000/01/rdf-schema#label> "lowVoltage"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.lowVoltage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.lowVoltage> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.rampRate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.rampRate> <http://www.w3.org/2000/01/rdf-schema#label> "rampRate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.rampRate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceSettings.rampRate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Service settings.

Reference: IEEE1547-2018.

Property Domain Range Comment
randomizedDelay ServiceSettings double Enter service radomized delay is an optional feature in IEEE Std 1547-2018 (ES_RANDOMIZED_DELAY) (>=0). Typical value = 300.
highVoltage ServiceSettings double Per unit value based on NP_AC_V_NOM (voltage base). Voltage shall be equal to or less than default value. (ES_V_HIGH). Typical value = 1,05.
highFrequency ServiceSettings double Frequency shall be equal to or less than default value. Frequency values shall be reported to 3 decimal places. (ES_F_HIGH). Typical value = 60,1.
delay ServiceSettings double Minimum intentional delay before initiating Soft-Start (ES_DELAY) (>=0). Typical value = 300.
lowFrequency ServiceSettings double Frequency shall be equal to or greater than default value. Frequency values shall be reported to 3 decimal places. (ES_F_LOW). Typical value = 59,5.
permitService ServiceSettings boolean This function is activated by request from the Area Electric Power System (EPS) Operator (ES_PERMIT_SERVICE). True means enabled. False means deactivated. Typical value = true.
lowVoltage ServiceSettings double Per unit value based on NP_AC_V_NOM (voltage base). Voltage shall be equal to or greater than default value. (ES_V_LOW). Typical value = 0,917.
rampRate ServiceSettings double Enter service soft-start duration. Time from zero to 100% NP_P_MAX (ES_RAMP_RATE) (>=0). Typical value = 300.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ShuntCompensator

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ShuntCompensator> rdf:type rdfs:Class ;
	rdfs:label "ShuntCompensator"@en ;
	rdfs:subClassOf <RegulatingCondEq> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "ShuntCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .

Sub-Class Of: RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A shunt capacitor or reactor or switchable bank of shunt capacitors or reactors. A section of a shunt compensator is an individual capacitor or reactor. A negative value for bPerSection indicates that the compensator is a reactor. ShuntCompensator is a single terminal device. Ground is implied.

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

ShuntCompensatorDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ShuntCompensatorDynamics> rdf:type rdfs:Class ;
	rdfs:label "ShuntCompensatorDynamics"@en .
<ShuntCompensatorDynamics.ShuntCompensator> rdf:type rdfs:Property ;
	rdfs:label "ShuntCompensator"@en ;
	rdfs:domain <ShuntCompensatorDynamics> ;
	rdfs:range <ShuntCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensatorDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensatorDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "ShuntCompensatorDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensatorDynamics.ShuntCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensatorDynamics.ShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "ShuntCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensatorDynamics.ShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensatorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensatorDynamics.ShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> .
Property Domain Range Comment
ShuntCompensator ShuntCompensatorDynamics ShuntCompensator Shunt compensato to which shunt compensator dynamics model applies.

ShuntCompensatorUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ShuntCompensatorUserDefined> rdf:type rdfs:Class ;
	rdfs:label "ShuntCompensatorUserDefined"@en ;
	rdfs:subClassOf <ShuntCompensatorDynamics> .
<ShuntCompensatorUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <ShuntCompensatorUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensatorUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensatorUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "ShuntCompensatorUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensatorUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensatorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensatorUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensatorUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensatorUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensatorUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensatorUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: ShuntCompensatorDynamics

Shunt compensator whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary ShuntCompensatorUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
ShuntCompensator ShuntCompensatorDynamics ShuntCompensator Shunt compensato to which shunt compensator dynamics model applies.

StatcomDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<StatcomDynamics> rdf:type rdfs:Class ;
	rdfs:label "StatcomDynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<StatcomDynamics.PowerElectronicsConnection> rdf:type rdfs:Property ;
	rdfs:label "PowerElectronicsConnection"@en ;
	rdfs:domain <StatcomDynamics> ;
	rdfs:range <PowerElectronicsConnection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "StatcomDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomDynamics.PowerElectronicsConnection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomDynamics.PowerElectronicsConnection> <http://www.w3.org/2000/01/rdf-schema#label> "PowerElectronicsConnection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomDynamics.PowerElectronicsConnection> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomDynamics.PowerElectronicsConnection> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

STATCOM whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
PowerElectronicsConnection StatcomDynamics PowerElectronicsConnection The power electronics connection associated with this statcom dynamics model.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

StatcomIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<StatcomIEC> rdf:type rdfs:Class ;
	rdfs:label "StatcomIEC"@en ;
	rdfs:subClassOf <StatcomDynamics> .
<StatcomIEC.WindContQIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindContQIEC2"@en ;
	rdfs:domain <StatcomIEC> ;
	rdfs:range <WindContQIEC2> .
<StatcomIEC.WindContCurrLimIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindContCurrLimIEC2"@en ;
	rdfs:domain <StatcomIEC> ;
	rdfs:range <WindContCurrLimIEC2> .
<StatcomIEC.WindProtectionIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindProtectionIEC2"@en ;
	rdfs:domain <StatcomIEC> ;
	rdfs:range <WindProtectionIEC2> .
<StatcomIEC.WindElectricalSystemGamma> rdf:type rdfs:Property ;
	rdfs:label "WindElectricalSystemGamma"@en ;
	rdfs:domain <StatcomIEC> ;
	rdfs:range <WindElectricalSystemGamma> .
<StatcomIEC.WindGridMeasForControl> rdf:type rdfs:Property ;
	rdfs:label "WindGridMeasForControl"@en ;
	rdfs:domain <StatcomIEC> ;
	rdfs:range <WindGridMeasForControl> .
<StatcomIEC.WindGridMeasForProtection> rdf:type rdfs:Property ;
	rdfs:label "WindGridMeasForProtection"@en ;
	rdfs:domain <StatcomIEC> ;
	rdfs:range <WindGridMeasForProtection> .
<StatcomIEC.WindContQLimIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindContQLimIEC2"@en ;
	rdfs:domain <StatcomIEC> ;
	rdfs:range <WindContQLimIEC2> .
<StatcomIEC.WindGenType4IEC2> rdf:type rdfs:Property ;
	rdfs:label "WindGenType4IEC2"@en ;
	rdfs:domain <StatcomIEC> ;
	rdfs:range <WindGenType4IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC> <http://www.w3.org/2000/01/rdf-schema#label> "StatcomIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindContQIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindContQIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContQIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindContQIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindContQIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindContCurrLimIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindContCurrLimIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContCurrLimIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindContCurrLimIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindContCurrLimIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindProtectionIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindProtectionIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindProtectionIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindProtectionIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindProtectionIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindElectricalSystemGamma> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindElectricalSystemGamma> <http://www.w3.org/2000/01/rdf-schema#label> "WindElectricalSystemGamma"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindElectricalSystemGamma> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindElectricalSystemGamma> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindGridMeasForControl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindGridMeasForControl> <http://www.w3.org/2000/01/rdf-schema#label> "WindGridMeasForControl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindGridMeasForControl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindGridMeasForControl> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindGridMeasForProtection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindGridMeasForProtection> <http://www.w3.org/2000/01/rdf-schema#label> "WindGridMeasForProtection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindGridMeasForProtection> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindGridMeasForProtection> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindContQLimIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindContQLimIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContQLimIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindContQLimIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindContQLimIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindGenType4IEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindGenType4IEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenType4IEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindGenType4IEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomIEC.WindGenType4IEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2> .

Sub-Class Of: StatcomDynamics » DynamicsFunctionBlock » IdentifiedObject

STATCOM standard model. Reference: IEC 61400-27-1:2020, 6.3.1.

Property Domain Range Comment
WindContQIEC2 StatcomIEC WindContQIEC2 The wind Q control module part of the statcom model.
WindContCurrLimIEC2 StatcomIEC WindContCurrLimIEC2 The wind current limitation module part of the statcom model.
WindProtectionIEC2 StatcomIEC WindProtectionIEC2 The wind protection module part of the statcom model.
WindElectricalSystemGamma StatcomIEC WindElectricalSystemGamma The wind electrical system gamma module part of the statcom model.
WindGridMeasForControl StatcomIEC WindGridMeasForControl The wind grid measurement for control module part of the statcom model.
WindGridMeasForProtection StatcomIEC WindGridMeasForProtection This wind grid measurement for protection module part of the statcom model.
WindContQLimIEC2 StatcomIEC WindContQLimIEC2 The constant Q limitation module part of the statcom model.
WindGenType4IEC2 StatcomIEC WindGenType4IEC2 The wind generator type 4 module part of the statcom model.
PowerElectronicsConnection StatcomDynamics PowerElectronicsConnection The power electronics connection associated with this statcom dynamics model.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

StatcomUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<StatcomUserDefined> rdf:type rdfs:Class ;
	rdfs:label "StatcomUserDefined"@en ;
	rdfs:subClassOf <StatcomDynamics> .
<StatcomUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <StatcomUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "StatcomUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatcomUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: StatcomDynamics » DynamicsFunctionBlock » IdentifiedObject

STATCOM function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary StatcomUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
PowerElectronicsConnection StatcomDynamics PowerElectronicsConnection The power electronics connection associated with this statcom dynamics model.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

StaticVarCompensator

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<StaticVarCompensator> rdf:type rdfs:Class ;
	rdfs:label "StaticVarCompensator"@en ;
	rdfs:subClassOf <RegulatingCondEq> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "StaticVarCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .

Sub-Class Of: RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A facility for providing variable and controllable shunt reactive power. The SVC typically consists of a stepdown transformer, filter, thyristor-controlled reactor, and thyristor-switched capacitor arms.

The SVC may operate in fixed MVar output mode or in voltage control mode. When in voltage control mode, the output of the SVC will be proportional to the deviation of voltage at the controlled bus from the voltage setpoint. The SVC characteristic slope defines the proportion. If the voltage at the controlled bus is equal to the voltage setpoint, the SVC MVar output is zero.

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

StaticVarCompensatorDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<StaticVarCompensatorDynamics> rdf:type rdfs:Class ;
	rdfs:label "StaticVarCompensatorDynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<StaticVarCompensatorDynamics.StaticVarCompensator> rdf:type rdfs:Property ;
	rdfs:label "StaticVarCompensator"@en ;
	rdfs:domain <StaticVarCompensatorDynamics> ;
	rdfs:range <StaticVarCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "StaticVarCompensatorDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorDynamics.StaticVarCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorDynamics.StaticVarCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "StaticVarCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorDynamics.StaticVarCompensator> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorDynamics.StaticVarCompensator> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Static var compensator whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
StaticVarCompensator StaticVarCompensatorDynamics StaticVarCompensator Static Var Compensator to which Static Var Compensator dynamics model applies.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

StaticVarCompensatorSystemDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<StaticVarCompensatorSystemDynamics> rdf:type rdfs:Class ;
	rdfs:label "StaticVarCompensatorSystemDynamics"@en ;
	rdfs:subClassOf <StaticVarCompensatorDynamics> .
<StaticVarCompensatorSystemDynamics.ShuntCompensator> rdf:type rdfs:Property ;
	rdfs:label "ShuntCompensator"@en ;
	rdfs:domain <StaticVarCompensatorSystemDynamics> ;
	rdfs:range <ShuntCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorSystemDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "StaticVarCompensatorSystemDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorSystemDynamics.ShuntCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorSystemDynamics.ShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "ShuntCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorSystemDynamics.ShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensatorSystemDynamics.ShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> .

Sub-Class Of: StaticVarCompensatorDynamics » DynamicsFunctionBlock » IdentifiedObject

Static var compensator system whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
ShuntCompensator StaticVarCompensatorSystemDynamics ShuntCompensator Shunt Compensator to which Static Var Compensator system dynamics model applies.
StaticVarCompensator StaticVarCompensatorDynamics StaticVarCompensator Static Var Compensator to which Static Var Compensator dynamics model applies.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

StatorCurrentLimIEEESCL1C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<StatorCurrentLimIEEESCL1C> rdf:type rdfs:Class ;
	rdfs:label "StatorCurrentLimIEEESCL1C"@en ;
	rdfs:subClassOf <StatorCurrentLimiterDynamics> .
<StatorCurrentLimIEEESCL1C.sw1> rdf:type rdfs:Property ;
	rdfs:label "sw1"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL1C> ;
	rdfs:range xsd:boolean .
<StatorCurrentLimIEEESCL1C.sw2> rdf:type rdfs:Property ;
	rdfs:label "sw2"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL1C> ;
	rdfs:range xsd:boolean .
<StatorCurrentLimIEEESCL1C.kpuex> rdf:type rdfs:Property ;
	rdfs:label "kpuex"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL1C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL1C.vscldb> rdf:type rdfs:Property ;
	rdfs:label "vscldb"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL1C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL1C.vsclmax> rdf:type rdfs:Property ;
	rdfs:label "vsclmax"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL1C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL1C.iscllim> rdf:type rdfs:Property ;
	rdfs:label "iscllim"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL1C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL1C.kpoex> rdf:type rdfs:Property ;
	rdfs:label "kpoex"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL1C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL1C.tinv> rdf:type rdfs:Property ;
	rdfs:label "tinv"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL1C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL1C.kiuex> rdf:type rdfs:Property ;
	rdfs:label "kiuex"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL1C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL1C.tdscl> rdf:type rdfs:Property ;
	rdfs:label "tdscl"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL1C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL1C.kioex> rdf:type rdfs:Property ;
	rdfs:label "kioex"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL1C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL1C.k> rdf:type rdfs:Property ;
	rdfs:label "k"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL1C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL1C.tit> rdf:type rdfs:Property ;
	rdfs:label "tit"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL1C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL1C.vsclmin> rdf:type rdfs:Property ;
	rdfs:label "vsclmin"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL1C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL1C.tqscl> rdf:type rdfs:Property ;
	rdfs:label "tqscl"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL1C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL1C.iqmin> rdf:type rdfs:Property ;
	rdfs:label "iqmin"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL1C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C> <http://www.w3.org/2000/01/rdf-schema#label> "StatorCurrentLimIEEESCL1C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.sw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.sw1> <http://www.w3.org/2000/01/rdf-schema#label> "sw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.sw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.sw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.sw2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.sw2> <http://www.w3.org/2000/01/rdf-schema#label> "sw2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.sw2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.sw2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.kpuex> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.kpuex> <http://www.w3.org/2000/01/rdf-schema#label> "kpuex"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.kpuex> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.kpuex> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.vscldb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.vscldb> <http://www.w3.org/2000/01/rdf-schema#label> "vscldb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.vscldb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.vscldb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.vsclmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.vsclmax> <http://www.w3.org/2000/01/rdf-schema#label> "vsclmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.vsclmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.vsclmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.iscllim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.iscllim> <http://www.w3.org/2000/01/rdf-schema#label> "iscllim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.iscllim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.iscllim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.kpoex> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.kpoex> <http://www.w3.org/2000/01/rdf-schema#label> "kpoex"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.kpoex> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.kpoex> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.tinv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.tinv> <http://www.w3.org/2000/01/rdf-schema#label> "tinv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.tinv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.tinv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.kiuex> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.kiuex> <http://www.w3.org/2000/01/rdf-schema#label> "kiuex"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.kiuex> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.kiuex> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.tdscl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.tdscl> <http://www.w3.org/2000/01/rdf-schema#label> "tdscl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.tdscl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.tdscl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.kioex> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.kioex> <http://www.w3.org/2000/01/rdf-schema#label> "kioex"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.kioex> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.kioex> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.k> <http://www.w3.org/2000/01/rdf-schema#label> "k"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.k> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.k> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.tit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.tit> <http://www.w3.org/2000/01/rdf-schema#label> "tit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.tit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.tit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.vsclmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.vsclmin> <http://www.w3.org/2000/01/rdf-schema#label> "vsclmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.vsclmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.vsclmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.tqscl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.tqscl> <http://www.w3.org/2000/01/rdf-schema#label> "tqscl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.tqscl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.tqscl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.iqmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.iqmin> <http://www.w3.org/2000/01/rdf-schema#label> "iqmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.iqmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL1C.iqmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: StatorCurrentLimiterDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 SCL1C stator current limiter model. When the magnitude of the stator current is greater than the adjustable pick-up value, the limiter acts to modify excitation after a time delay.

Reference: IEEE 421.5-2016, 12.2.

Property Domain Range Comment
sw1 StatorCurrentLimIEEESCL1C boolean Reactive current/reactive power selector (SW1). True means position A. False means position B. Typical value = true.
sw2 StatorCurrentLimIEEESCL1C boolean Fixed-time or inverse time selector (SW2). True means 1. False means 0. Typical value = true.
kpuex StatorCurrentLimIEEESCL1C double SCL proportional gain (underexcited range) (Kpuex). Typical value = 0.
vscldb StatorCurrentLimIEEESCL1C double Dead-band for reactive power or power factor (Vscldb). Typical value = 0,1.
vsclmax StatorCurrentLimIEEESCL1C double SCL upper integrator limit (Vsclmax). Typical value = 1.
iscllim StatorCurrentLimIEEESCL1C double SCL terminal current pick up level (Iscllim). Typical value = 1,05.
kpoex StatorCurrentLimIEEESCL1C double SCL proportional gain (overexcited range) (Kpoex). Typical value = 0.
tinv StatorCurrentLimIEEESCL1C double Inverse time delay after pickup (Tinv) (>=0). Typical value = 30.
kiuex StatorCurrentLimIEEESCL1C double SCL integral gain (underexcited range) (Kiuex). Typical value = 0,2.
tdscl StatorCurrentLimIEEESCL1C double Fixed-time delay after pickup (Tdscl) (>=0). Typical value = 0.
kioex StatorCurrentLimIEEESCL1C double SCL integral gain (overexcited range) (Kioex). Typical value = 0,2.
k StatorCurrentLimIEEESCL1C double SCL timing characteristic factor (K). Typical value = 1.
tit StatorCurrentLimIEEESCL1C double Terminal current transducer equivalent time constant (Tit) (>=0). Typical value = 0,005.
vsclmin StatorCurrentLimIEEESCL1C double SCL lower integrator limit (Vsclmin). Typical value = 0.
tqscl StatorCurrentLimIEEESCL1C double Reactive current transducer equivalent time constant (Tqscl) (>=0). Typical value = 0.
iqmin StatorCurrentLimIEEESCL1C double Dead-band for reactive current (Iqmin). Typical value = 0.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

StatorCurrentLimIEEESCL2C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<StatorCurrentLimIEEESCL2C> rdf:type rdfs:Class ;
	rdfs:label "StatorCurrentLimIEEESCL2C"@en ;
	rdfs:subClassOf <StatorCurrentLimiterDynamics> .
<StatorCurrentLimIEEESCL2C.kiquel> rdf:type rdfs:Property ;
	rdfs:label "kiquel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.tdoel> rdf:type rdfs:Property ;
	rdfs:label "tdoel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.titscl> rdf:type rdfs:Property ;
	rdfs:label "titscl"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.tc2oel> rdf:type rdfs:Property ;
	rdfs:label "tc2oel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.kpuel> rdf:type rdfs:Property ;
	rdfs:label "kpuel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.tipoel> rdf:type rdfs:Property ;
	rdfs:label "tipoel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.tenuel> rdf:type rdfs:Property ;
	rdfs:label "tenuel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.vinvmax> rdf:type rdfs:Property ;
	rdfs:label "vinvmax"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.kioel> rdf:type rdfs:Property ;
	rdfs:label "kioel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.tscl> rdf:type rdfs:Property ;
	rdfs:label "tscl"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.toff> rdf:type rdfs:Property ;
	rdfs:label "toff"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.kfb> rdf:type rdfs:Property ;
	rdfs:label "kfb"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.vuelmax2> rdf:type rdfs:Property ;
	rdfs:label "vuelmax2"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.c1> rdf:type rdfs:Property ;
	rdfs:label "c1"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.sw1> rdf:type rdfs:Property ;
	rdfs:label "sw1"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:boolean .
<StatorCurrentLimIEEESCL2C.tc1oel> rdf:type rdfs:Property ;
	rdfs:label "tc1oel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.kiuel> rdf:type rdfs:Property ;
	rdfs:label "kiuel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.tb1uel> rdf:type rdfs:Property ;
	rdfs:label "tb1uel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.tipuel> rdf:type rdfs:Property ;
	rdfs:label "tipuel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.tiquel> rdf:type rdfs:Property ;
	rdfs:label "tiquel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.kru> rdf:type rdfs:Property ;
	rdfs:label "kru"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.vuelmin1> rdf:type rdfs:Property ;
	rdfs:label "vuelmin1"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.voelmin3> rdf:type rdfs:Property ;
	rdfs:label "voelmin3"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.vuelmin3> rdf:type rdfs:Property ;
	rdfs:label "vuelmin3"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.kzru> rdf:type rdfs:Property ;
	rdfs:label "kzru"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.iqmaxuel> rdf:type rdfs:Property ;
	rdfs:label "iqmaxuel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.kdoel> rdf:type rdfs:Property ;
	rdfs:label "kdoel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.voelmax2> rdf:type rdfs:Property ;
	rdfs:label "voelmax2"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.voelmin1> rdf:type rdfs:Property ;
	rdfs:label "voelmin1"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.iinst> rdf:type rdfs:Property ;
	rdfs:label "iinst"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.vinvmin> rdf:type rdfs:Property ;
	rdfs:label "vinvmin"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.voelmin2> rdf:type rdfs:Property ;
	rdfs:label "voelmin2"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.tduel> rdf:type rdfs:Property ;
	rdfs:label "tduel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.voelmax1> rdf:type rdfs:Property ;
	rdfs:label "voelmax1"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.kpref> rdf:type rdfs:Property ;
	rdfs:label "kpref"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.tenoel> rdf:type rdfs:Property ;
	rdfs:label "tenoel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.tvtscl> rdf:type rdfs:Property ;
	rdfs:label "tvtscl"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.kiqoel> rdf:type rdfs:Property ;
	rdfs:label "kiqoel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.ilim> rdf:type rdfs:Property ;
	rdfs:label "ilim"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.krd> rdf:type rdfs:Property ;
	rdfs:label "krd"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.kipoel> rdf:type rdfs:Property ;
	rdfs:label "kipoel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.kipuel> rdf:type rdfs:Property ;
	rdfs:label "kipuel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.ireset> rdf:type rdfs:Property ;
	rdfs:label "ireset"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.tb2uel> rdf:type rdfs:Property ;
	rdfs:label "tb2uel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.fixedrd> rdf:type rdfs:Property ;
	rdfs:label "fixedrd"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.tc2uel> rdf:type rdfs:Property ;
	rdfs:label "tc2uel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.tb1oel> rdf:type rdfs:Property ;
	rdfs:label "tb1oel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.tmin> rdf:type rdfs:Property ;
	rdfs:label "tmin"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.vtreset> rdf:type rdfs:Property ;
	rdfs:label "vtreset"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.kduel> rdf:type rdfs:Property ;
	rdfs:label "kduel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.tc1uel> rdf:type rdfs:Property ;
	rdfs:label "tc1uel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.tb2oel> rdf:type rdfs:Property ;
	rdfs:label "tb2oel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.itfpu> rdf:type rdfs:Property ;
	rdfs:label "itfpu"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.kpoel> rdf:type rdfs:Property ;
	rdfs:label "kpoel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.vuelmax1> rdf:type rdfs:Property ;
	rdfs:label "vuelmax1"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.fixedru> rdf:type rdfs:Property ;
	rdfs:label "fixedru"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.iqminoel> rdf:type rdfs:Property ;
	rdfs:label "iqminoel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.vuelmin2> rdf:type rdfs:Property ;
	rdfs:label "vuelmin2"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.tascl> rdf:type rdfs:Property ;
	rdfs:label "tascl"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.vuelmax3> rdf:type rdfs:Property ;
	rdfs:label "vuelmax3"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.ithoff> rdf:type rdfs:Property ;
	rdfs:label "ithoff"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.tiqoel> rdf:type rdfs:Property ;
	rdfs:label "tiqoel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.vtmin> rdf:type rdfs:Property ;
	rdfs:label "vtmin"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.voelmax3> rdf:type rdfs:Property ;
	rdfs:label "voelmax3"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.iinstuel> rdf:type rdfs:Property ;
	rdfs:label "iinstuel"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.c2> rdf:type rdfs:Property ;
	rdfs:label "c2"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<StatorCurrentLimIEEESCL2C.tmax> rdf:type rdfs:Property ;
	rdfs:label "tmax"@en ;
	rdfs:domain <StatorCurrentLimIEEESCL2C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> <http://www.w3.org/2000/01/rdf-schema#label> "StatorCurrentLimIEEESCL2C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kiquel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kiquel> <http://www.w3.org/2000/01/rdf-schema#label> "kiquel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kiquel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kiquel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tdoel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tdoel> <http://www.w3.org/2000/01/rdf-schema#label> "tdoel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tdoel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tdoel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.titscl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.titscl> <http://www.w3.org/2000/01/rdf-schema#label> "titscl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.titscl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.titscl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tc2oel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tc2oel> <http://www.w3.org/2000/01/rdf-schema#label> "tc2oel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tc2oel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tc2oel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kpuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kpuel> <http://www.w3.org/2000/01/rdf-schema#label> "kpuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kpuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kpuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tipoel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tipoel> <http://www.w3.org/2000/01/rdf-schema#label> "tipoel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tipoel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tipoel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tenuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tenuel> <http://www.w3.org/2000/01/rdf-schema#label> "tenuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tenuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tenuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vinvmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vinvmax> <http://www.w3.org/2000/01/rdf-schema#label> "vinvmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vinvmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vinvmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kioel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kioel> <http://www.w3.org/2000/01/rdf-schema#label> "kioel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kioel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kioel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tscl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tscl> <http://www.w3.org/2000/01/rdf-schema#label> "tscl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tscl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tscl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.toff> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.toff> <http://www.w3.org/2000/01/rdf-schema#label> "toff"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.toff> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.toff> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kfb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kfb> <http://www.w3.org/2000/01/rdf-schema#label> "kfb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kfb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kfb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmax2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmax2> <http://www.w3.org/2000/01/rdf-schema#label> "vuelmax2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmax2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmax2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.c1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.c1> <http://www.w3.org/2000/01/rdf-schema#label> "c1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.c1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.c1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.sw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.sw1> <http://www.w3.org/2000/01/rdf-schema#label> "sw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.sw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.sw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tc1oel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tc1oel> <http://www.w3.org/2000/01/rdf-schema#label> "tc1oel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tc1oel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tc1oel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kiuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kiuel> <http://www.w3.org/2000/01/rdf-schema#label> "kiuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kiuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kiuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tb1uel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tb1uel> <http://www.w3.org/2000/01/rdf-schema#label> "tb1uel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tb1uel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tb1uel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tipuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tipuel> <http://www.w3.org/2000/01/rdf-schema#label> "tipuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tipuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tipuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tiquel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tiquel> <http://www.w3.org/2000/01/rdf-schema#label> "tiquel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tiquel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tiquel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kru> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kru> <http://www.w3.org/2000/01/rdf-schema#label> "kru"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kru> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kru> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmin1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmin1> <http://www.w3.org/2000/01/rdf-schema#label> "vuelmin1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmin1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmin1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmin3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmin3> <http://www.w3.org/2000/01/rdf-schema#label> "voelmin3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmin3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmin3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmin3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmin3> <http://www.w3.org/2000/01/rdf-schema#label> "vuelmin3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmin3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmin3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kzru> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kzru> <http://www.w3.org/2000/01/rdf-schema#label> "kzru"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kzru> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kzru> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.iqmaxuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.iqmaxuel> <http://www.w3.org/2000/01/rdf-schema#label> "iqmaxuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.iqmaxuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.iqmaxuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kdoel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kdoel> <http://www.w3.org/2000/01/rdf-schema#label> "kdoel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kdoel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kdoel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmax2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmax2> <http://www.w3.org/2000/01/rdf-schema#label> "voelmax2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmax2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmax2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmin1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmin1> <http://www.w3.org/2000/01/rdf-schema#label> "voelmin1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmin1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmin1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.iinst> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.iinst> <http://www.w3.org/2000/01/rdf-schema#label> "iinst"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.iinst> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.iinst> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vinvmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vinvmin> <http://www.w3.org/2000/01/rdf-schema#label> "vinvmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vinvmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vinvmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmin2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmin2> <http://www.w3.org/2000/01/rdf-schema#label> "voelmin2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmin2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmin2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tduel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tduel> <http://www.w3.org/2000/01/rdf-schema#label> "tduel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tduel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tduel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmax1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmax1> <http://www.w3.org/2000/01/rdf-schema#label> "voelmax1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmax1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmax1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kpref> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kpref> <http://www.w3.org/2000/01/rdf-schema#label> "kpref"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kpref> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kpref> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tenoel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tenoel> <http://www.w3.org/2000/01/rdf-schema#label> "tenoel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tenoel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tenoel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tvtscl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tvtscl> <http://www.w3.org/2000/01/rdf-schema#label> "tvtscl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tvtscl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tvtscl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kiqoel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kiqoel> <http://www.w3.org/2000/01/rdf-schema#label> "kiqoel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kiqoel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kiqoel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.ilim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.ilim> <http://www.w3.org/2000/01/rdf-schema#label> "ilim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.ilim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.ilim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.krd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.krd> <http://www.w3.org/2000/01/rdf-schema#label> "krd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.krd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.krd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kipoel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kipoel> <http://www.w3.org/2000/01/rdf-schema#label> "kipoel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kipoel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kipoel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kipuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kipuel> <http://www.w3.org/2000/01/rdf-schema#label> "kipuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kipuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kipuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.ireset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.ireset> <http://www.w3.org/2000/01/rdf-schema#label> "ireset"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.ireset> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.ireset> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tb2uel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tb2uel> <http://www.w3.org/2000/01/rdf-schema#label> "tb2uel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tb2uel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tb2uel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.fixedrd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.fixedrd> <http://www.w3.org/2000/01/rdf-schema#label> "fixedrd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.fixedrd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.fixedrd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tc2uel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tc2uel> <http://www.w3.org/2000/01/rdf-schema#label> "tc2uel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tc2uel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tc2uel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tb1oel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tb1oel> <http://www.w3.org/2000/01/rdf-schema#label> "tb1oel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tb1oel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tb1oel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tmin> <http://www.w3.org/2000/01/rdf-schema#label> "tmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vtreset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vtreset> <http://www.w3.org/2000/01/rdf-schema#label> "vtreset"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vtreset> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vtreset> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kduel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kduel> <http://www.w3.org/2000/01/rdf-schema#label> "kduel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kduel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kduel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tc1uel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tc1uel> <http://www.w3.org/2000/01/rdf-schema#label> "tc1uel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tc1uel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tc1uel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tb2oel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tb2oel> <http://www.w3.org/2000/01/rdf-schema#label> "tb2oel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tb2oel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tb2oel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.itfpu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.itfpu> <http://www.w3.org/2000/01/rdf-schema#label> "itfpu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.itfpu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.itfpu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kpoel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kpoel> <http://www.w3.org/2000/01/rdf-schema#label> "kpoel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kpoel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.kpoel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmax1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmax1> <http://www.w3.org/2000/01/rdf-schema#label> "vuelmax1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmax1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmax1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.fixedru> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.fixedru> <http://www.w3.org/2000/01/rdf-schema#label> "fixedru"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.fixedru> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.fixedru> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.iqminoel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.iqminoel> <http://www.w3.org/2000/01/rdf-schema#label> "iqminoel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.iqminoel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.iqminoel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmin2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmin2> <http://www.w3.org/2000/01/rdf-schema#label> "vuelmin2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmin2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmin2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tascl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tascl> <http://www.w3.org/2000/01/rdf-schema#label> "tascl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tascl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tascl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmax3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmax3> <http://www.w3.org/2000/01/rdf-schema#label> "vuelmax3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmax3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vuelmax3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.ithoff> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.ithoff> <http://www.w3.org/2000/01/rdf-schema#label> "ithoff"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.ithoff> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.ithoff> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tiqoel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tiqoel> <http://www.w3.org/2000/01/rdf-schema#label> "tiqoel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tiqoel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tiqoel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vtmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vtmin> <http://www.w3.org/2000/01/rdf-schema#label> "vtmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vtmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.vtmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmax3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmax3> <http://www.w3.org/2000/01/rdf-schema#label> "voelmax3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmax3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.voelmax3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.iinstuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.iinstuel> <http://www.w3.org/2000/01/rdf-schema#label> "iinstuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.iinstuel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.iinstuel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.c2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.c2> <http://www.w3.org/2000/01/rdf-schema#label> "c2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.c2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.c2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tmax> <http://www.w3.org/2000/01/rdf-schema#label> "tmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimIEEESCL2C.tmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: StatorCurrentLimiterDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 SCL2C stator current limiter model. This model can consequently be divided into a stator current UEL as well as a stator current OEL. Furthermore, this model can represent summation point or takeover SCL implementations.

Reference: IEEE 421.5-2016, 12.3.

Property Domain Range Comment
kiquel StatorCurrentLimIEEESCL2C double Underexcited reactive current scaling factor (Kiquel) (>=0). Typical value = 1.
tdoel StatorCurrentLimIEEESCL2C double Overexcited PID regulator differential time constant (Tdoel) (>=0). Typical value = 0,1.
titscl StatorCurrentLimIEEESCL2C double Stator current transducer time constant (Titscl) (>=0). Typical value = 0,01.
tc2oel StatorCurrentLimIEEESCL2C double Overexcited regulator numerator (lead) time constant 2 (Tc2oel) (>=0). Typical value = 0,1.
kpuel StatorCurrentLimIEEESCL2C double Underexcited PID regulator proportional gain (Kpuel). Typical value = 0,5.
tipoel StatorCurrentLimIEEESCL2C double Overexcited active current time constant (Tipoel) (>=0). Typical value = 0,01.
tenuel StatorCurrentLimIEEESCL2C double Underexcited activation delay time (Tenuel) (>=0). Typical value = 0.
vinvmax StatorCurrentLimIEEESCL2C double SCL maximum inverse time output (Vinvmax). Typical value = 100.
kioel StatorCurrentLimIEEESCL2C double Overexcited PID regulator integral gain (Kioel). Typical value = 0.
tscl StatorCurrentLimIEEESCL2C double SCL timer reference (Tscl). Typical value = 1.
toff StatorCurrentLimIEEESCL2C double SCL reset delay time (Toff) (>=0). Typical value = 5.
kfb StatorCurrentLimIEEESCL2C double SCL timer feedback gain (Kfb). Typical value = 0.
vuelmax2 StatorCurrentLimIEEESCL2C double Maximum UEL lead-lag 1 output limit (Vuelmax2). Typical value = 100.
c1 StatorCurrentLimIEEESCL2C double SCL exponent for calculation of IERRinv1 (c1). Typical value = 0.
sw1 StatorCurrentLimIEEESCL2C boolean OEL reference ramp logic selection (SW1). True means 1. False means 0. Typical value = false.
tc1oel StatorCurrentLimIEEESCL2C double Overexcited regulator numerator (lead) time constant 1 (Tc1oel) (>=0). Typical value = 0,1.
kiuel StatorCurrentLimIEEESCL2C double Underexcited PID regulator integral gain (Kiuel). Typical value = 0.
tb1uel StatorCurrentLimIEEESCL2C double Underexcited regulator denominator (lag) time constant 1 (Tb1uel) (>=0). Typical value = 0,1.
k1 StatorCurrentLimIEEESCL2C double SCL gain for calculation of IERRinv1 (K1). Typical value = 0.
tipuel StatorCurrentLimIEEESCL2C double Underexcited active current time constant (Tipuel) (>=0). Typical value = 0,01.
tiquel StatorCurrentLimIEEESCL2C double Underexcited reactive current time constant (Tiquel) (>=0). Typical value = 0,01.
kru StatorCurrentLimIEEESCL2C double SCL reference ramp-up rate (Kru). Typical value = 1000.
vuelmin1 StatorCurrentLimIEEESCL2C double Minimum UEL output limit (Vuelmin1). Typical value = -10.
voelmin3 StatorCurrentLimIEEESCL2C double Minimum OEL PID output limit (Voelmin3). Typical value = -100.
vuelmin3 StatorCurrentLimIEEESCL2C double Minimum UEL PID output limit (Vuelmin3). Typical value = -100.
kzru StatorCurrentLimIEEESCL2C double SCL thermal reference release threshold (Kzru). Typical value = 0,99.
iqmaxuel StatorCurrentLimIEEESCL2C double SCL UEL maximum reactive current reference value (Iqmaxuel). Typical value = -0,02.
kdoel StatorCurrentLimIEEESCL2C double Overexcited PID regulator differential gain (Kdoel). Typical value = 0.
voelmax2 StatorCurrentLimIEEESCL2C double Maximum OEL lead-lag 1 output limit (Voelmax2). Typical value = 100.
voelmin1 StatorCurrentLimIEEESCL2C double Minimum OEL output limit (Voelmin1). Typical value = -10.
iinst StatorCurrentLimIEEESCL2C double SCL instantaneous stator current limit (Iinst). Typical value = 5.
vinvmin StatorCurrentLimIEEESCL2C double SCL minimum inverse time output (Vinvmin). Typical value = 0.
voelmin2 StatorCurrentLimIEEESCL2C double Minimum OEL lead-lag 1 output limit (Voelmin2). Typical value = -100.
tduel StatorCurrentLimIEEESCL2C double Underexcited PID regulator differential time constant (Tduel) (>=0). Typical value = 0,1.
voelmax1 StatorCurrentLimIEEESCL2C double Maximum OEL output limit (Voelmax1). Typical value = 10.
kpref StatorCurrentLimIEEESCL2C double SCL reference scaling factor based on active current (Kpref). Typical value = 0.
tenoel StatorCurrentLimIEEESCL2C double Overexcited activation delay time (Tenoel) (>=0). Typical value = 0,01.
tvtscl StatorCurrentLimIEEESCL2C double Terminal voltage transducer time constant (Tvtscl) (>=0). Typical value = 0,01.
kiqoel StatorCurrentLimIEEESCL2C double Overexcited reactive current scaling factor (Kiqoel) (>=0). Typical value = 1.
ilim StatorCurrentLimIEEESCL2C double SCL thermal stator current limit (Ilim). Typical value = 1,1.
k2 StatorCurrentLimIEEESCL2C double SCL gain for calculation of IERRinv2 (K2). Typical value = 0,0333.
krd StatorCurrentLimIEEESCL2C double SCL reference ramp-down rate (Krd). Typical value = -1000.
kipoel StatorCurrentLimIEEESCL2C double Overexcited active current scaling factor (Kipoel) (>=0). Typical value = 1.
kipuel StatorCurrentLimIEEESCL2C double Underexcited active current scaling factor (Kipuel) (>=0). Typical value = 1.
ireset StatorCurrentLimIEEESCL2C double SCL reset-reference, if inactive (Ireset). Typical value = -10.
tb2uel StatorCurrentLimIEEESCL2C double Underexcited regulator denominator (lag) time constant 2 (Tb2uel) (>=0). Typical value = 0,1.
fixedrd StatorCurrentLimIEEESCL2C double SCL fixed cooling-down time output (Fixedrd). Typical value = -0,001.
tc2uel StatorCurrentLimIEEESCL2C double Underexcited regulator numerator (lead) time constant 2 (Tc2uel) (>=0). Typical value = 0,1.
tb1oel StatorCurrentLimIEEESCL2C double Overexcited regulator denominator (lag) time constant 1 (Tb1oel) (>=0). Typical value = 0,1.
tmin StatorCurrentLimIEEESCL2C double SCL timer minimum level (Tmin). Typical value = 0.
vtreset StatorCurrentLimIEEESCL2C double SCL OEL voltage reset value (Vtreset). Typical value = 0,8.
kduel StatorCurrentLimIEEESCL2C double Underexcited PID regulator differential gain (Kduel). Typical value = 0.
tc1uel StatorCurrentLimIEEESCL2C double Underexcited regulator numerator (lead) time constant 1 (Tc1uel) (>=0). Typical value = 0,1.
tb2oel StatorCurrentLimIEEESCL2C double Overexcited regulator denominator (lag) time constant 2 (Tb2oel) (>=0). Typical value = 0,1.
itfpu StatorCurrentLimIEEESCL2C double SCL thermal reference for inverse time calculations (Itfpu). Typical value = 1,1.
kpoel StatorCurrentLimIEEESCL2C double Overexcited PID regulator proportional gain (Kpoel). Typical value = 0,5.
vuelmax1 StatorCurrentLimIEEESCL2C double Maximum UEL output limit (Vuelmax1). Typical value = 10.
fixedru StatorCurrentLimIEEESCL2C double SCL fixed delay time output (Fixedru). Typical value = 0.
iqminoel StatorCurrentLimIEEESCL2C double SCL OEL minimum reactive current reference value (Iqminoel). Typical value = 0,02.
vuelmin2 StatorCurrentLimIEEESCL2C double Minimum UEL lead-lag 1 output limit (Vuelmin2). Typical value = -100.
tascl StatorCurrentLimIEEESCL2C double SCL reference filter time constant (Tascl) (>=0). Typical value = 0,04.
vuelmax3 StatorCurrentLimIEEESCL2C double Maximum UEL PID output limit (Vuelmax3). Typical value = 100.
ithoff StatorCurrentLimIEEESCL2C double SCL reset threshold value (Ithoff). Typical value = 0,05.
tiqoel StatorCurrentLimIEEESCL2C double Overexcited reactive current time constant (Tiqoel) (>=0). Typical value = 0,01.
vtmin StatorCurrentLimIEEESCL2C double SCL OEL minimum voltage reference value (Vtmin). Typical value = 0,9.
voelmax3 StatorCurrentLimIEEESCL2C double Maximum OEL PID output limit (Voelmax3). Typical value = 100.
iinstuel StatorCurrentLimIEEESCL2C double Underexcited region instantaneous stator current limit (Iinstuel). Typical value = 1,1.
c2 StatorCurrentLimIEEESCL2C double SCL exponent for calculation of IERRinv2 (c2). Typical value = 2.
tmax StatorCurrentLimIEEESCL2C double SCL timer maximum level (Tmax). Typical value = 1.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

StatorCurrentLimiterDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<StatorCurrentLimiterDynamics> rdf:type rdfs:Class ;
	rdfs:label "StatorCurrentLimiterDynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimiterDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimiterDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "StatorCurrentLimiterDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimiterDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Stator current limiter whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

StatorCurrentLimiterUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<StatorCurrentLimiterUserDefined> rdf:type rdfs:Class ;
	rdfs:label "StatorCurrentLimiterUserDefined"@en ;
	rdfs:subClassOf <StatorCurrentLimiterDynamics> .
<StatorCurrentLimiterUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <StatorCurrentLimiterUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimiterUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimiterUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "StatorCurrentLimiterUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimiterUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimiterUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimiterUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimiterUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimiterUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StatorCurrentLimiterUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: StatorCurrentLimiterDynamics » DynamicsFunctionBlock » IdentifiedObject

Stator current limiter system function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary StatorCurrentLimiterUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

SteamTurbineGeneratorDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SteamTurbineGeneratorDynamics> rdf:type rdfs:Class ;
	rdfs:label "SteamTurbineGeneratorDynamics"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SteamTurbineGeneratorDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SteamTurbineGeneratorDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "SteamTurbineGeneratorDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SteamTurbineGeneratorDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Steam turbine (ST) and a heat-recovery steam generator (HRSG) function block.

Property Domain Range Comment
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

SynchronousMachine

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SynchronousMachine> rdf:type rdfs:Class ;
	rdfs:label "SynchronousMachine"@en ;
	rdfs:subClassOf <RotatingMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#label> "SynchronousMachine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> .

Sub-Class Of: RotatingMachine » RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

An electromechanical device that operates with shaft rotating synchronously with the network. It is a single machine operating either as a generator or synchronous condenser or pump.

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

SynchronousMachineDetailed

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SynchronousMachineDetailed> rdf:type rdfs:Class ;
	rdfs:label "SynchronousMachineDetailed"@en ;
	rdfs:subClassOf <SynchronousMachineDynamics> .
<SynchronousMachineDetailed.saturationFactor> rdf:type rdfs:Property ;
	rdfs:label "saturationFactor"@en ;
	rdfs:domain <SynchronousMachineDetailed> ;
	rdfs:range xsd:double .
<SynchronousMachineDetailed.saturationFactorQAxis> rdf:type rdfs:Property ;
	rdfs:label "saturationFactorQAxis"@en ;
	rdfs:domain <SynchronousMachineDetailed> ;
	rdfs:range xsd:double .
<SynchronousMachineDetailed.saturationFactor120QAxis> rdf:type rdfs:Property ;
	rdfs:label "saturationFactor120QAxis"@en ;
	rdfs:domain <SynchronousMachineDetailed> ;
	rdfs:range xsd:double .
<SynchronousMachineDetailed.saturationFactor120> rdf:type rdfs:Property ;
	rdfs:label "saturationFactor120"@en ;
	rdfs:domain <SynchronousMachineDetailed> ;
	rdfs:range xsd:double .
<SynchronousMachineDetailed.efdBaseRatio> rdf:type rdfs:Property ;
	rdfs:label "efdBaseRatio"@en ;
	rdfs:domain <SynchronousMachineDetailed> ;
	rdfs:range xsd:double .
<SynchronousMachineDetailed.ifdBaseType> rdf:type rdfs:Property ;
	rdfs:label "ifdBaseType"@en ;
	rdfs:domain <SynchronousMachineDetailed> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed> <http://www.w3.org/2000/01/rdf-schema#label> "SynchronousMachineDetailed"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.saturationFactor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.saturationFactor> <http://www.w3.org/2000/01/rdf-schema#label> "saturationFactor"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.saturationFactor> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.saturationFactor> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.saturationFactorQAxis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.saturationFactorQAxis> <http://www.w3.org/2000/01/rdf-schema#label> "saturationFactorQAxis"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.saturationFactorQAxis> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.saturationFactorQAxis> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.saturationFactor120QAxis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.saturationFactor120QAxis> <http://www.w3.org/2000/01/rdf-schema#label> "saturationFactor120QAxis"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.saturationFactor120QAxis> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.saturationFactor120QAxis> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.saturationFactor120> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.saturationFactor120> <http://www.w3.org/2000/01/rdf-schema#label> "saturationFactor120"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.saturationFactor120> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.saturationFactor120> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.efdBaseRatio> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.efdBaseRatio> <http://www.w3.org/2000/01/rdf-schema#label> "efdBaseRatio"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.efdBaseRatio> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.efdBaseRatio> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.ifdBaseType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.ifdBaseType> <http://www.w3.org/2000/01/rdf-schema#label> "ifdBaseType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.ifdBaseType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed.ifdBaseType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: SynchronousMachineDynamics » RotatingMachineDynamics » DynamicsFunctionBlock » IdentifiedObject

All synchronous machine detailed types use a subset of the same data parameters and input/output variables.
The several variations differ in the following ways:

Property Domain Range Comment
saturationFactor SynchronousMachineDetailed double Saturation factor at rated terminal voltage (S1) (>= 0). Defined by defined by S(E1) in the SynchronousMachineSaturationParameters diagram. Typical value = 0,02.
saturationFactorQAxis SynchronousMachineDetailed double Quadrature-axis saturation factor at rated terminal voltage (S1q) (>= 0). Typical value = 0,02.
saturationFactor120QAxis SynchronousMachineDetailed double Quadrature-axis saturation factor at 120% of rated terminal voltage (S12q) (>= SynchonousMachineDetailed.saturationFactorQAxis). Typical value = 0,12.
saturationFactor120 SynchronousMachineDetailed double Saturation factor at 120 % of rated terminal voltage (S12) (>= RotatingMachineDynamics.saturationFactor). Defined by S(E2) in the SynchronousMachineSaturationParameters diagram. Typical value = 0,12.
efdBaseRatio SynchronousMachineDetailed double Ratio (exciter voltage/generator voltage) of Efd bases of exciter and generator models (> 0). Typical value = 1.
ifdBaseType SynchronousMachineDetailed string Excitation base system mode. It should be equal to the value of WLMDV given by the user. WLMDV is the PU ratio between the field voltage and the excitation current: Efd = WLMDV x Ifd. Typical value = ifag.
SynchronousMachine SynchronousMachineDynamics SynchronousMachine Synchronous machine to which synchronous machine dynamics model applies.
statorResistance RotatingMachineDynamics double Stator (armature) resistance (Rs) (>= 0). Typical value = 0,005.
statorLeakageReactance RotatingMachineDynamics double Stator leakage reactance (Xl) (>= 0). Typical value = 0,15.
damping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed deviation (differential type). A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. This value is often zero when the sources of damping torques (generator damper windings, load damping effects, etc.) are modelled in detail. Typical value = 0.
inertia RotatingMachineDynamics double Inertia constant of generator or motor and mechanical load (H) (> 0). This is the specification for the stored energy in the rotating mass when operating at rated speed. For a generator, this includes the generator plus all other elements (turbine, exciter) on the same shaft and has units of MW x s. For a motor, it includes the motor plus its mechanical load. Conventional units are PU on the generator MVA base, usually expressed as MW x s / MVA or just s. This value is used in the accelerating power reference frame for operator training simulator solutions. Typical value = 3.
classicalFrictionalDamping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed, known as classical frictional damping. A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. Typical value = 0.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

SynchronousMachineDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SynchronousMachineDynamics> rdf:type rdfs:Class ;
	rdfs:label "SynchronousMachineDynamics"@en ;
	rdfs:subClassOf <RotatingMachineDynamics> .
<SynchronousMachineDynamics.SynchronousMachine> rdf:type rdfs:Property ;
	rdfs:label "SynchronousMachine"@en ;
	rdfs:domain <SynchronousMachineDynamics> ;
	rdfs:range <SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "SynchronousMachineDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDynamics.SynchronousMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDynamics.SynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#label> "SynchronousMachine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDynamics.SynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDynamics.SynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .

Sub-Class Of: RotatingMachineDynamics » DynamicsFunctionBlock » IdentifiedObject

Synchronous machine whose behaviour is described by reference to a standard model expressed in one of the following forms:

  1. Synchronous machine parameters such as Xl, Xd, Xp etc. are actually used as inductances in the models, but are commonly referred to as reactances since, at nominal frequency, the PU values are the same. However, some references use the symbol L instead of X.
Property Domain Range Comment
SynchronousMachine SynchronousMachineDynamics SynchronousMachine Synchronous machine to which synchronous machine dynamics model applies.
statorResistance RotatingMachineDynamics double Stator (armature) resistance (Rs) (>= 0). Typical value = 0,005.
statorLeakageReactance RotatingMachineDynamics double Stator leakage reactance (Xl) (>= 0). Typical value = 0,15.
damping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed deviation (differential type). A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. This value is often zero when the sources of damping torques (generator damper windings, load damping effects, etc.) are modelled in detail. Typical value = 0.
inertia RotatingMachineDynamics double Inertia constant of generator or motor and mechanical load (H) (> 0). This is the specification for the stored energy in the rotating mass when operating at rated speed. For a generator, this includes the generator plus all other elements (turbine, exciter) on the same shaft and has units of MW x s. For a motor, it includes the motor plus its mechanical load. Conventional units are PU on the generator MVA base, usually expressed as MW x s / MVA or just s. This value is used in the accelerating power reference frame for operator training simulator solutions. Typical value = 3.
classicalFrictionalDamping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed, known as classical frictional damping. A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. Typical value = 0.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

SynchronousMachineEquivalentCircuit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SynchronousMachineEquivalentCircuit> rdf:type rdfs:Class ;
	rdfs:label "SynchronousMachineEquivalentCircuit"@en ;
	rdfs:subClassOf <SynchronousMachineDetailed> .
<SynchronousMachineEquivalentCircuit.r1q> rdf:type rdfs:Property ;
	rdfs:label "r1q"@en ;
	rdfs:domain <SynchronousMachineEquivalentCircuit> ;
	rdfs:range xsd:double .
<SynchronousMachineEquivalentCircuit.xfd> rdf:type rdfs:Property ;
	rdfs:label "xfd"@en ;
	rdfs:domain <SynchronousMachineEquivalentCircuit> ;
	rdfs:range xsd:double .
<SynchronousMachineEquivalentCircuit.xf1d> rdf:type rdfs:Property ;
	rdfs:label "xf1d"@en ;
	rdfs:domain <SynchronousMachineEquivalentCircuit> ;
	rdfs:range xsd:double .
<SynchronousMachineEquivalentCircuit.x2q> rdf:type rdfs:Property ;
	rdfs:label "x2q"@en ;
	rdfs:domain <SynchronousMachineEquivalentCircuit> ;
	rdfs:range xsd:double .
<SynchronousMachineEquivalentCircuit.rfd> rdf:type rdfs:Property ;
	rdfs:label "rfd"@en ;
	rdfs:domain <SynchronousMachineEquivalentCircuit> ;
	rdfs:range xsd:double .
<SynchronousMachineEquivalentCircuit.x1d> rdf:type rdfs:Property ;
	rdfs:label "x1d"@en ;
	rdfs:domain <SynchronousMachineEquivalentCircuit> ;
	rdfs:range xsd:double .
<SynchronousMachineEquivalentCircuit.x1q> rdf:type rdfs:Property ;
	rdfs:label "x1q"@en ;
	rdfs:domain <SynchronousMachineEquivalentCircuit> ;
	rdfs:range xsd:double .
<SynchronousMachineEquivalentCircuit.xad> rdf:type rdfs:Property ;
	rdfs:label "xad"@en ;
	rdfs:domain <SynchronousMachineEquivalentCircuit> ;
	rdfs:range xsd:double .
<SynchronousMachineEquivalentCircuit.r1d> rdf:type rdfs:Property ;
	rdfs:label "r1d"@en ;
	rdfs:domain <SynchronousMachineEquivalentCircuit> ;
	rdfs:range xsd:double .
<SynchronousMachineEquivalentCircuit.xaq> rdf:type rdfs:Property ;
	rdfs:label "xaq"@en ;
	rdfs:domain <SynchronousMachineEquivalentCircuit> ;
	rdfs:range xsd:double .
<SynchronousMachineEquivalentCircuit.r2q> rdf:type rdfs:Property ;
	rdfs:label "r2q"@en ;
	rdfs:domain <SynchronousMachineEquivalentCircuit> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit> <http://www.w3.org/2000/01/rdf-schema#label> "SynchronousMachineEquivalentCircuit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.r1q> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.r1q> <http://www.w3.org/2000/01/rdf-schema#label> "r1q"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.r1q> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.r1q> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.xfd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.xfd> <http://www.w3.org/2000/01/rdf-schema#label> "xfd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.xfd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.xfd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.xf1d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.xf1d> <http://www.w3.org/2000/01/rdf-schema#label> "xf1d"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.xf1d> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.xf1d> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.x2q> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.x2q> <http://www.w3.org/2000/01/rdf-schema#label> "x2q"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.x2q> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.x2q> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.rfd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.rfd> <http://www.w3.org/2000/01/rdf-schema#label> "rfd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.rfd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.rfd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.x1d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.x1d> <http://www.w3.org/2000/01/rdf-schema#label> "x1d"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.x1d> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.x1d> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.x1q> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.x1q> <http://www.w3.org/2000/01/rdf-schema#label> "x1q"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.x1q> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.x1q> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.xad> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.xad> <http://www.w3.org/2000/01/rdf-schema#label> "xad"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.xad> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.xad> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.r1d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.r1d> <http://www.w3.org/2000/01/rdf-schema#label> "r1d"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.r1d> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.r1d> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.xaq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.xaq> <http://www.w3.org/2000/01/rdf-schema#label> "xaq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.xaq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.xaq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.r2q> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.r2q> <http://www.w3.org/2000/01/rdf-schema#label> "r2q"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.r2q> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineEquivalentCircuit.r2q> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: SynchronousMachineDetailed » SynchronousMachineDynamics » RotatingMachineDynamics » DynamicsFunctionBlock » IdentifiedObject

The electrical equations for all variations of the synchronous models are based on the SynchronousEquivalentCircuit diagram for the direct- and quadrature- axes. Equations for conversion between equivalent circuit and time constant reactance forms: Xd = Xad + Xl X’d = Xl + Xad x Xfd / (Xad + Xfd) X”d = Xl + Xad x Xfd x X1d / (Xad x Xfd + Xad x X1d + Xfd x X1d) Xq = Xaq + Xl X’q = Xl + Xaq x X1q / (Xaq + X1q) X”q = Xl + Xaq x X1q x X2q / (Xaq x X1q + Xaq x X2q + X1q x X2q) T’do = (Xad + Xfd) / (omega0 x Rfd) T”do = (Xad x Xfd + Xad x X1d + Xfd x X1d) / (omega0 x R1d x (Xad + Xfd) T’qo = (Xaq + X1q) / (omega0 x R1q) T”qo = (Xaq x X1q + Xaq x X2q + X1q x X2q) / (omega0 x R2q x (Xaq + X1q) Same equations using CIM attributes from SynchronousMachineTimeConstantReactance class on left of “=” and SynchronousMachineEquivalentCircuit class on right (except as noted): xDirectSync = xad + RotatingMachineDynamics.statorLeakageReactance xDirectTrans = RotatingMachineDynamics.statorLeakageReactance + xad x xfd / (xad + xfd) xDirectSubtrans = RotatingMachineDynamics.statorLeakageReactance + xad x xfd x x1d / (xad x xfd + xad x x1d + xfd x x1d) xQuadSync = xaq + RotatingMachineDynamics.statorLeakageReactance xQuadTrans = RotatingMachineDynamics.statorLeakageReactance + xaq x x1q / (xaq+ x1q) xQuadSubtrans = RotatingMachineDynamics.statorLeakageReactance + xaq x x1q x x2q / (xaq x x1q + xaq x x2q + x1q x x2q) tpdo = (xad + xfd) / (2 x pi x nominal frequency x rfd) tppdo = (xad x xfd + xad x x1d + xfd x x1d) / (2 x pi x nominal frequency x r1d x (xad + xfd) tpqo = (xaq + x1q) / (2 x pi x nominal frequency x r1q) tppqo = (xaq x x1q + xaq x x2q + x1q x x2q) / (2 x pi x nominal frequency x r2q x (xaq + x1q) These are only valid for a simplified model where “Canay” reactance is zero.

Property Domain Range Comment
r1q SynchronousMachineEquivalentCircuit double Quadrature-axis damper 1 winding resistance.
xfd SynchronousMachineEquivalentCircuit double Field winding leakage reactance.
xf1d SynchronousMachineEquivalentCircuit double Differential mutual (“Canay”) reactance.
x2q SynchronousMachineEquivalentCircuit double Quadrature-axis damper 2 winding leakage reactance.
rfd SynchronousMachineEquivalentCircuit double Field winding resistance.
x1d SynchronousMachineEquivalentCircuit double Direct-axis damper 1 winding leakage reactance.
x1q SynchronousMachineEquivalentCircuit double Quadrature-axis damper 1 winding leakage reactance.
xad SynchronousMachineEquivalentCircuit double Direct-axis mutual reactance.
r1d SynchronousMachineEquivalentCircuit double Direct-axis damper 1 winding resistance.
xaq SynchronousMachineEquivalentCircuit double Quadrature-axis mutual reactance.
r2q SynchronousMachineEquivalentCircuit double Quadrature-axis damper 2 winding resistance.
saturationFactor SynchronousMachineDetailed double Saturation factor at rated terminal voltage (S1) (>= 0). Defined by defined by S(E1) in the SynchronousMachineSaturationParameters diagram. Typical value = 0,02.
saturationFactorQAxis SynchronousMachineDetailed double Quadrature-axis saturation factor at rated terminal voltage (S1q) (>= 0). Typical value = 0,02.
saturationFactor120QAxis SynchronousMachineDetailed double Quadrature-axis saturation factor at 120% of rated terminal voltage (S12q) (>= SynchonousMachineDetailed.saturationFactorQAxis). Typical value = 0,12.
saturationFactor120 SynchronousMachineDetailed double Saturation factor at 120 % of rated terminal voltage (S12) (>= RotatingMachineDynamics.saturationFactor). Defined by S(E2) in the SynchronousMachineSaturationParameters diagram. Typical value = 0,12.
efdBaseRatio SynchronousMachineDetailed double Ratio (exciter voltage/generator voltage) of Efd bases of exciter and generator models (> 0). Typical value = 1.
ifdBaseType SynchronousMachineDetailed string Excitation base system mode. It should be equal to the value of WLMDV given by the user. WLMDV is the PU ratio between the field voltage and the excitation current: Efd = WLMDV x Ifd. Typical value = ifag.
SynchronousMachine SynchronousMachineDynamics SynchronousMachine Synchronous machine to which synchronous machine dynamics model applies.
statorResistance RotatingMachineDynamics double Stator (armature) resistance (Rs) (>= 0). Typical value = 0,005.
statorLeakageReactance RotatingMachineDynamics double Stator leakage reactance (Xl) (>= 0). Typical value = 0,15.
damping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed deviation (differential type). A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. This value is often zero when the sources of damping torques (generator damper windings, load damping effects, etc.) are modelled in detail. Typical value = 0.
inertia RotatingMachineDynamics double Inertia constant of generator or motor and mechanical load (H) (> 0). This is the specification for the stored energy in the rotating mass when operating at rated speed. For a generator, this includes the generator plus all other elements (turbine, exciter) on the same shaft and has units of MW x s. For a motor, it includes the motor plus its mechanical load. Conventional units are PU on the generator MVA base, usually expressed as MW x s / MVA or just s. This value is used in the accelerating power reference frame for operator training simulator solutions. Typical value = 3.
classicalFrictionalDamping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed, known as classical frictional damping. A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. Typical value = 0.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

SynchronousMachineSimplified

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SynchronousMachineSimplified> rdf:type rdfs:Class ;
	rdfs:label "SynchronousMachineSimplified"@en ;
	rdfs:subClassOf <SynchronousMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineSimplified> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineSimplified> <http://www.w3.org/2000/01/rdf-schema#label> "SynchronousMachineSimplified"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineSimplified> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDynamics> .

Sub-Class Of: SynchronousMachineDynamics » RotatingMachineDynamics » DynamicsFunctionBlock » IdentifiedObject

The simplified model represents a synchronous generator as a constant internal voltage behind an impedance (Rs + jXp) as shown in the Simplified diagram. Since internal voltage is held constant, there is no Efd input and any excitation system model will be ignored. There is also no Ifd output. This model should not be used for representing a real generator except, perhaps, small generators whose response is insignificant.
The parameters used for the simplified model include:

Property Domain Range Comment
SynchronousMachine SynchronousMachineDynamics SynchronousMachine Synchronous machine to which synchronous machine dynamics model applies.
statorResistance RotatingMachineDynamics double Stator (armature) resistance (Rs) (>= 0). Typical value = 0,005.
statorLeakageReactance RotatingMachineDynamics double Stator leakage reactance (Xl) (>= 0). Typical value = 0,15.
damping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed deviation (differential type). A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. This value is often zero when the sources of damping torques (generator damper windings, load damping effects, etc.) are modelled in detail. Typical value = 0.
inertia RotatingMachineDynamics double Inertia constant of generator or motor and mechanical load (H) (> 0). This is the specification for the stored energy in the rotating mass when operating at rated speed. For a generator, this includes the generator plus all other elements (turbine, exciter) on the same shaft and has units of MW x s. For a motor, it includes the motor plus its mechanical load. Conventional units are PU on the generator MVA base, usually expressed as MW x s / MVA or just s. This value is used in the accelerating power reference frame for operator training simulator solutions. Typical value = 3.
classicalFrictionalDamping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed, known as classical frictional damping. A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. Typical value = 0.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

SynchronousMachineTimeConstantReactance

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SynchronousMachineTimeConstantReactance> rdf:type rdfs:Class ;
	rdfs:label "SynchronousMachineTimeConstantReactance"@en ;
	rdfs:subClassOf <SynchronousMachineDetailed> .
<SynchronousMachineTimeConstantReactance.tppqo> rdf:type rdfs:Property ;
	rdfs:label "tppqo"@en ;
	rdfs:domain <SynchronousMachineTimeConstantReactance> ;
	rdfs:range xsd:double .
<SynchronousMachineTimeConstantReactance.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <SynchronousMachineTimeConstantReactance> ;
	rdfs:range xsd:double .
<SynchronousMachineTimeConstantReactance.modelType> rdf:type rdfs:Property ;
	rdfs:label "modelType"@en ;
	rdfs:domain <SynchronousMachineTimeConstantReactance> ;
	rdfs:range xsd:string .
<SynchronousMachineTimeConstantReactance.xQuadTrans> rdf:type rdfs:Property ;
	rdfs:label "xQuadTrans"@en ;
	rdfs:domain <SynchronousMachineTimeConstantReactance> ;
	rdfs:range xsd:double .
<SynchronousMachineTimeConstantReactance.tpqo> rdf:type rdfs:Property ;
	rdfs:label "tpqo"@en ;
	rdfs:domain <SynchronousMachineTimeConstantReactance> ;
	rdfs:range xsd:double .
<SynchronousMachineTimeConstantReactance.xQuadSync> rdf:type rdfs:Property ;
	rdfs:label "xQuadSync"@en ;
	rdfs:domain <SynchronousMachineTimeConstantReactance> ;
	rdfs:range xsd:double .
<SynchronousMachineTimeConstantReactance.xDirectSubtrans> rdf:type rdfs:Property ;
	rdfs:label "xDirectSubtrans"@en ;
	rdfs:domain <SynchronousMachineTimeConstantReactance> ;
	rdfs:range xsd:double .
<SynchronousMachineTimeConstantReactance.xDirectSync> rdf:type rdfs:Property ;
	rdfs:label "xDirectSync"@en ;
	rdfs:domain <SynchronousMachineTimeConstantReactance> ;
	rdfs:range xsd:double .
<SynchronousMachineTimeConstantReactance.rotorType> rdf:type rdfs:Property ;
	rdfs:label "rotorType"@en ;
	rdfs:domain <SynchronousMachineTimeConstantReactance> ;
	rdfs:range xsd:string .
<SynchronousMachineTimeConstantReactance.ks> rdf:type rdfs:Property ;
	rdfs:label "ks"@en ;
	rdfs:domain <SynchronousMachineTimeConstantReactance> ;
	rdfs:range xsd:double .
<SynchronousMachineTimeConstantReactance.tpdo> rdf:type rdfs:Property ;
	rdfs:label "tpdo"@en ;
	rdfs:domain <SynchronousMachineTimeConstantReactance> ;
	rdfs:range xsd:double .
<SynchronousMachineTimeConstantReactance.xDirectTrans> rdf:type rdfs:Property ;
	rdfs:label "xDirectTrans"@en ;
	rdfs:domain <SynchronousMachineTimeConstantReactance> ;
	rdfs:range xsd:double .
<SynchronousMachineTimeConstantReactance.tppdo> rdf:type rdfs:Property ;
	rdfs:label "tppdo"@en ;
	rdfs:domain <SynchronousMachineTimeConstantReactance> ;
	rdfs:range xsd:double .
<SynchronousMachineTimeConstantReactance.xQuadSubtrans> rdf:type rdfs:Property ;
	rdfs:label "xQuadSubtrans"@en ;
	rdfs:domain <SynchronousMachineTimeConstantReactance> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance> <http://www.w3.org/2000/01/rdf-schema#label> "SynchronousMachineTimeConstantReactance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDetailed> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.tppqo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.tppqo> <http://www.w3.org/2000/01/rdf-schema#label> "tppqo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.tppqo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.tppqo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.modelType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.modelType> <http://www.w3.org/2000/01/rdf-schema#label> "modelType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.modelType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.modelType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xQuadTrans> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xQuadTrans> <http://www.w3.org/2000/01/rdf-schema#label> "xQuadTrans"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xQuadTrans> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xQuadTrans> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.tpqo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.tpqo> <http://www.w3.org/2000/01/rdf-schema#label> "tpqo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.tpqo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.tpqo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xQuadSync> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xQuadSync> <http://www.w3.org/2000/01/rdf-schema#label> "xQuadSync"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xQuadSync> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xQuadSync> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xDirectSubtrans> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xDirectSubtrans> <http://www.w3.org/2000/01/rdf-schema#label> "xDirectSubtrans"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xDirectSubtrans> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xDirectSubtrans> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xDirectSync> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xDirectSync> <http://www.w3.org/2000/01/rdf-schema#label> "xDirectSync"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xDirectSync> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xDirectSync> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.rotorType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.rotorType> <http://www.w3.org/2000/01/rdf-schema#label> "rotorType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.rotorType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.rotorType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.ks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.ks> <http://www.w3.org/2000/01/rdf-schema#label> "ks"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.ks> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.ks> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.tpdo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.tpdo> <http://www.w3.org/2000/01/rdf-schema#label> "tpdo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.tpdo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.tpdo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xDirectTrans> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xDirectTrans> <http://www.w3.org/2000/01/rdf-schema#label> "xDirectTrans"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xDirectTrans> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xDirectTrans> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.tppdo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.tppdo> <http://www.w3.org/2000/01/rdf-schema#label> "tppdo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.tppdo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.tppdo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xQuadSubtrans> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xQuadSubtrans> <http://www.w3.org/2000/01/rdf-schema#label> "xQuadSubtrans"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xQuadSubtrans> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineTimeConstantReactance.xQuadSubtrans> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: SynchronousMachineDetailed » SynchronousMachineDynamics » RotatingMachineDynamics » DynamicsFunctionBlock » IdentifiedObject

Synchronous machine detailed modelling types are defined by the combination of the attributes SynchronousMachineTimeConstantReactance.modelType and SynchronousMachineTimeConstantReactance.rotorType.
Parameter details:

  1. The “p” in the time-related attribute names is a substitution for a “prime” in the usual parameter notation, e.g. tpdo refers to T'do.
Property Domain Range Comment
tppqo SynchronousMachineTimeConstantReactance double Quadrature-axis subtransient rotor time constant (T’‘qo) (> 0). Typical value = 0,03.
tc SynchronousMachineTimeConstantReactance double Damping time constant for “Canay” reactance (>= 0). Typical value = 0.
modelType SynchronousMachineTimeConstantReactance string Type of synchronous machine model used in dynamic simulation applications.
xQuadTrans SynchronousMachineTimeConstantReactance double Quadrature-axis transient reactance (X’q) (>= SynchronousMachineTimeConstantReactance.xQuadSubtrans). Typical value = 0,3.
tpqo SynchronousMachineTimeConstantReactance double Quadrature-axis transient rotor time constant (T’qo) (> SynchronousMachineTimeConstantReactance.tppqo). Typical value = 0,5.
xQuadSync SynchronousMachineTimeConstantReactance double Quadrature-axis synchronous reactance (Xq) (>= SynchronousMachineTimeConstantReactance.xQuadTrans). The ratio of the component of reactive armature voltage, due to the quadrature-axis component of armature current, to this component of current, under steady state conditions and at rated frequency. Typical value = 1,6.
xDirectSubtrans SynchronousMachineTimeConstantReactance double Direct-axis subtransient reactance (unsaturated) (X’’d) (> RotatingMachineDynamics.statorLeakageReactance). Typical value = 0,2.
xDirectSync SynchronousMachineTimeConstantReactance double Direct-axis synchronous reactance (Xd) (>= SynchronousMachineTimeConstantReactance.xDirectTrans). The quotient of a sustained value of that AC component of armature voltage that is produced by the total direct-axis flux due to direct-axis armature current and the value of the AC component of this current, the machine running at rated speed. Typical value = 1,8.
rotorType SynchronousMachineTimeConstantReactance string Type of rotor on physical machine.
ks SynchronousMachineTimeConstantReactance double Saturation loading correction factor (Ks) (>= 0). Used only by type J model. Typical value = 0.
tpdo SynchronousMachineTimeConstantReactance double Direct-axis transient rotor time constant (T’do) (> SynchronousMachineTimeConstantReactance.tppdo). Typical value = 5.
xDirectTrans SynchronousMachineTimeConstantReactance double Direct-axis transient reactance (unsaturated) (X’d) (>= SynchronousMachineTimeConstantReactance.xDirectSubtrans). Typical value = 0,5.
tppdo SynchronousMachineTimeConstantReactance double Direct-axis subtransient rotor time constant (T’‘do) (> 0). Typical value = 0,03.
xQuadSubtrans SynchronousMachineTimeConstantReactance double Quadrature-axis subtransient reactance (X’‘q) (> RotatingMachineDynamics.statorLeakageReactance). Typical value = 0,2.
saturationFactor SynchronousMachineDetailed double Saturation factor at rated terminal voltage (S1) (>= 0). Defined by defined by S(E1) in the SynchronousMachineSaturationParameters diagram. Typical value = 0,02.
saturationFactorQAxis SynchronousMachineDetailed double Quadrature-axis saturation factor at rated terminal voltage (S1q) (>= 0). Typical value = 0,02.
saturationFactor120QAxis SynchronousMachineDetailed double Quadrature-axis saturation factor at 120% of rated terminal voltage (S12q) (>= SynchonousMachineDetailed.saturationFactorQAxis). Typical value = 0,12.
saturationFactor120 SynchronousMachineDetailed double Saturation factor at 120 % of rated terminal voltage (S12) (>= RotatingMachineDynamics.saturationFactor). Defined by S(E2) in the SynchronousMachineSaturationParameters diagram. Typical value = 0,12.
efdBaseRatio SynchronousMachineDetailed double Ratio (exciter voltage/generator voltage) of Efd bases of exciter and generator models (> 0). Typical value = 1.
ifdBaseType SynchronousMachineDetailed string Excitation base system mode. It should be equal to the value of WLMDV given by the user. WLMDV is the PU ratio between the field voltage and the excitation current: Efd = WLMDV x Ifd. Typical value = ifag.
SynchronousMachine SynchronousMachineDynamics SynchronousMachine Synchronous machine to which synchronous machine dynamics model applies.
statorResistance RotatingMachineDynamics double Stator (armature) resistance (Rs) (>= 0). Typical value = 0,005.
statorLeakageReactance RotatingMachineDynamics double Stator leakage reactance (Xl) (>= 0). Typical value = 0,15.
damping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed deviation (differential type). A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. This value is often zero when the sources of damping torques (generator damper windings, load damping effects, etc.) are modelled in detail. Typical value = 0.
inertia RotatingMachineDynamics double Inertia constant of generator or motor and mechanical load (H) (> 0). This is the specification for the stored energy in the rotating mass when operating at rated speed. For a generator, this includes the generator plus all other elements (turbine, exciter) on the same shaft and has units of MW x s. For a motor, it includes the motor plus its mechanical load. Conventional units are PU on the generator MVA base, usually expressed as MW x s / MVA or just s. This value is used in the accelerating power reference frame for operator training simulator solutions. Typical value = 3.
classicalFrictionalDamping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed, known as classical frictional damping. A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. Typical value = 0.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

SynchronousMachineUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SynchronousMachineUserDefined> rdf:type rdfs:Class ;
	rdfs:label "SynchronousMachineUserDefined"@en ;
	rdfs:subClassOf <SynchronousMachineDynamics> .
<SynchronousMachineUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <SynchronousMachineUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "SynchronousMachineUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: SynchronousMachineDynamics » RotatingMachineDynamics » DynamicsFunctionBlock » IdentifiedObject

Synchronous machine whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary SynchronousMachineUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
SynchronousMachine SynchronousMachineDynamics SynchronousMachine Synchronous machine to which synchronous machine dynamics model applies.
statorResistance RotatingMachineDynamics double Stator (armature) resistance (Rs) (>= 0). Typical value = 0,005.
statorLeakageReactance RotatingMachineDynamics double Stator leakage reactance (Xl) (>= 0). Typical value = 0,15.
damping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed deviation (differential type). A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. This value is often zero when the sources of damping torques (generator damper windings, load damping effects, etc.) are modelled in detail. Typical value = 0.
inertia RotatingMachineDynamics double Inertia constant of generator or motor and mechanical load (H) (> 0). This is the specification for the stored energy in the rotating mass when operating at rated speed. For a generator, this includes the generator plus all other elements (turbine, exciter) on the same shaft and has units of MW x s. For a motor, it includes the motor plus its mechanical load. Conventional units are PU on the generator MVA base, usually expressed as MW x s / MVA or just s. This value is used in the accelerating power reference frame for operator training simulator solutions. Typical value = 3.
classicalFrictionalDamping RotatingMachineDynamics double Damping torque coefficient (D) (>= 0) in pu torque/pu speed, known as classical frictional damping. A proportionality constant that, when multiplied by the angular velocity of the rotor poles with respect to the magnetic field (frequency), results in the damping torque. Typical value = 0.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

Terminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Terminal> rdf:type rdfs:Class ;
	rdfs:label "Terminal"@en ;
	rdfs:subClassOf <ACDCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> .

Sub-Class Of: ACDCTerminal » IdentifiedObject

An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes.

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

TurbCIGREHRSGST

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TurbCIGREHRSGST> rdf:type rdfs:Class ;
	rdfs:label "TurbCIGREHRSGST"@en ;
	rdfs:subClassOf <SteamTurbineGeneratorDynamics> .
<TurbCIGREHRSGST.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <TurbCIGREHRSGST> ;
	rdfs:range xsd:double .
<TurbCIGREHRSGST.pred> rdf:type rdfs:Property ;
	rdfs:label "pred"@en ;
	rdfs:domain <TurbCIGREHRSGST> ;
	rdfs:range xsd:string .
<TurbCIGREHRSGST.km> rdf:type rdfs:Property ;
	rdfs:label "km"@en ;
	rdfs:domain <TurbCIGREHRSGST> ;
	rdfs:range xsd:double .
<TurbCIGREHRSGST.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <TurbCIGREHRSGST> ;
	rdfs:range xsd:double .
<TurbCIGREHRSGST.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <TurbCIGREHRSGST> ;
	rdfs:range xsd:double .
<TurbCIGREHRSGST.qs> rdf:type rdfs:Property ;
	rdfs:label "qs"@en ;
	rdfs:domain <TurbCIGREHRSGST> ;
	rdfs:range xsd:double .
<TurbCIGREHRSGST.pgtqg> rdf:type rdfs:Property ;
	rdfs:label "pgtqg"@en ;
	rdfs:domain <TurbCIGREHRSGST> ;
	rdfs:range xsd:string .
<TurbCIGREHRSGST.bv> rdf:type rdfs:Property ;
	rdfs:label "bv"@en ;
	rdfs:domain <TurbCIGREHRSGST> ;
	rdfs:range xsd:double .
<TurbCIGREHRSGST.trate> rdf:type rdfs:Property ;
	rdfs:label "trate"@en ;
	rdfs:domain <TurbCIGREHRSGST> ;
	rdfs:range xsd:double .
<TurbCIGREHRSGST.gtrate2> rdf:type rdfs:Property ;
	rdfs:label "gtrate2"@en ;
	rdfs:domain <TurbCIGREHRSGST> ;
	rdfs:range xsd:double .
<TurbCIGREHRSGST.pref> rdf:type rdfs:Property ;
	rdfs:label "pref"@en ;
	rdfs:domain <TurbCIGREHRSGST> ;
	rdfs:range xsd:double .
<TurbCIGREHRSGST.tdrum> rdf:type rdfs:Property ;
	rdfs:label "tdrum"@en ;
	rdfs:domain <TurbCIGREHRSGST> ;
	rdfs:range xsd:double .
<TurbCIGREHRSGST.tv> rdf:type rdfs:Property ;
	rdfs:label "tv"@en ;
	rdfs:domain <TurbCIGREHRSGST> ;
	rdfs:range xsd:double .
<TurbCIGREHRSGST.gtrate4> rdf:type rdfs:Property ;
	rdfs:label "gtrate4"@en ;
	rdfs:domain <TurbCIGREHRSGST> ;
	rdfs:range xsd:double .
<TurbCIGREHRSGST.gtrate3> rdf:type rdfs:Property ;
	rdfs:label "gtrate3"@en ;
	rdfs:domain <TurbCIGREHRSGST> ;
	rdfs:range xsd:double .
<TurbCIGREHRSGST.tn> rdf:type rdfs:Property ;
	rdfs:label "tn"@en ;
	rdfs:domain <TurbCIGREHRSGST> ;
	rdfs:range xsd:double .
<TurbCIGREHRSGST.gtrate1> rdf:type rdfs:Property ;
	rdfs:label "gtrate1"@en ;
	rdfs:domain <TurbCIGREHRSGST> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST> <http://www.w3.org/2000/01/rdf-schema#label> "TurbCIGREHRSGST"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#SteamTurbineGeneratorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.pred> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.pred> <http://www.w3.org/2000/01/rdf-schema#label> "pred"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.pred> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.pred> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.km> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.km> <http://www.w3.org/2000/01/rdf-schema#label> "km"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.km> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.km> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.qs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.qs> <http://www.w3.org/2000/01/rdf-schema#label> "qs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.qs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.qs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.pgtqg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.pgtqg> <http://www.w3.org/2000/01/rdf-schema#label> "pgtqg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.pgtqg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.pgtqg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.bv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.bv> <http://www.w3.org/2000/01/rdf-schema#label> "bv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.bv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.bv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.trate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.trate> <http://www.w3.org/2000/01/rdf-schema#label> "trate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.trate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.trate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.gtrate2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.gtrate2> <http://www.w3.org/2000/01/rdf-schema#label> "gtrate2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.gtrate2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.gtrate2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.pref> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.pref> <http://www.w3.org/2000/01/rdf-schema#label> "pref"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.pref> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.pref> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.tdrum> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.tdrum> <http://www.w3.org/2000/01/rdf-schema#label> "tdrum"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.tdrum> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.tdrum> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.tv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.tv> <http://www.w3.org/2000/01/rdf-schema#label> "tv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.tv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.tv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.gtrate4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.gtrate4> <http://www.w3.org/2000/01/rdf-schema#label> "gtrate4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.gtrate4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.gtrate4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.gtrate3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.gtrate3> <http://www.w3.org/2000/01/rdf-schema#label> "gtrate3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.gtrate3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.gtrate3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.tn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.tn> <http://www.w3.org/2000/01/rdf-schema#label> "tn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.tn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.tn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.gtrate1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.gtrate1> <http://www.w3.org/2000/01/rdf-schema#label> "gtrate1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.gtrate1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbCIGREHRSGST.gtrate1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: SteamTurbineGeneratorDynamics » TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

CIGRE heat-recovery steam generator (HRSG) and a steam turbine model.

Reference: IEEE PES-TR1, 3.2.2.

Property Domain Range Comment
kp TurbCIGREHRSGST double Bypass valve control proportional gain (Kp). Typical value = 10.
pred TurbCIGREHRSGST string (Pred).
km TurbCIGREHRSGST double Steam dynamics constant (Km). Typical value = 0,15.
ki TurbCIGREHRSGST double Bypass valve control integral gain (Ki). Typical value = 2.
td TurbCIGREHRSGST double Turbine lag time constant (Td) (>=0). Typical value = 10.
qs TurbCIGREHRSGST double Input flow bias (Qs). Typical value = 0,1.
pgtqg TurbCIGREHRSGST string (PgtQg).
bv TurbCIGREHRSGST double Steam dynamics constant (Bv). Typical value = 0,316227.
trate TurbCIGREHRSGST double Steam turbine rated power (Trate). Typical value = 0.
gtrate2 TurbCIGREHRSGST double Second gas turbine rated power (GTrate2). Typical value = 0.
pref TurbCIGREHRSGST double Reference for minimum power (Pref). Typical value = 0,25.
tdrum TurbCIGREHRSGST double Steam drum time constant (Tdrum) (>=0). Typical value = 300.
tv TurbCIGREHRSGST double Bypass valve time constant (Tv) (>=0). Typical value = 0,5.
gtrate4 TurbCIGREHRSGST double Fourth gas turbine rated power (GTrate4). Typical value = 0.
gtrate3 TurbCIGREHRSGST double Third gas turbine rated power (GTrate3). Typical value = 0.
tn TurbCIGREHRSGST double Turbine lead time constant (Tn) (>=0). Typical value = 3.
gtrate1 TurbCIGREHRSGST double First gas turbine rated power (GTrate1). Typical value = 0.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

TurbIEEEGenericHRSGST

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TurbIEEEGenericHRSGST> rdf:type rdfs:Class ;
	rdfs:label "TurbIEEEGenericHRSGST"@en ;
	rdfs:subClassOf <SteamTurbineGeneratorDynamics> .
<TurbIEEEGenericHRSGST.pgtqg> rdf:type rdfs:Property ;
	rdfs:label "pgtqg"@en ;
	rdfs:domain <TurbIEEEGenericHRSGST> ;
	rdfs:range xsd:string .
<TurbIEEEGenericHRSGST.trate> rdf:type rdfs:Property ;
	rdfs:label "trate"@en ;
	rdfs:domain <TurbIEEEGenericHRSGST> ;
	rdfs:range xsd:double .
<TurbIEEEGenericHRSGST.tv> rdf:type rdfs:Property ;
	rdfs:label "tv"@en ;
	rdfs:domain <TurbIEEEGenericHRSGST> ;
	rdfs:range xsd:double .
<TurbIEEEGenericHRSGST.tn> rdf:type rdfs:Property ;
	rdfs:label "tn"@en ;
	rdfs:domain <TurbIEEEGenericHRSGST> ;
	rdfs:range xsd:double .
<TurbIEEEGenericHRSGST.td> rdf:type rdfs:Property ;
	rdfs:label "td"@en ;
	rdfs:domain <TurbIEEEGenericHRSGST> ;
	rdfs:range xsd:double .
<TurbIEEEGenericHRSGST.km> rdf:type rdfs:Property ;
	rdfs:label "km"@en ;
	rdfs:domain <TurbIEEEGenericHRSGST> ;
	rdfs:range xsd:double .
<TurbIEEEGenericHRSGST.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <TurbIEEEGenericHRSGST> ;
	rdfs:range xsd:double .
<TurbIEEEGenericHRSGST.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <TurbIEEEGenericHRSGST> ;
	rdfs:range xsd:double .
<TurbIEEEGenericHRSGST.tdrum> rdf:type rdfs:Property ;
	rdfs:label "tdrum"@en ;
	rdfs:domain <TurbIEEEGenericHRSGST> ;
	rdfs:range xsd:double .
<TurbIEEEGenericHRSGST.bv> rdf:type rdfs:Property ;
	rdfs:label "bv"@en ;
	rdfs:domain <TurbIEEEGenericHRSGST> ;
	rdfs:range xsd:double .
<TurbIEEEGenericHRSGST.pred> rdf:type rdfs:Property ;
	rdfs:label "pred"@en ;
	rdfs:domain <TurbIEEEGenericHRSGST> ;
	rdfs:range xsd:string .
<TurbIEEEGenericHRSGST.qs> rdf:type rdfs:Property ;
	rdfs:label "qs"@en ;
	rdfs:domain <TurbIEEEGenericHRSGST> ;
	rdfs:range xsd:double .
<TurbIEEEGenericHRSGST.pref> rdf:type rdfs:Property ;
	rdfs:label "pref"@en ;
	rdfs:domain <TurbIEEEGenericHRSGST> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST> <http://www.w3.org/2000/01/rdf-schema#label> "TurbIEEEGenericHRSGST"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#SteamTurbineGeneratorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.pgtqg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.pgtqg> <http://www.w3.org/2000/01/rdf-schema#label> "pgtqg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.pgtqg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.pgtqg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.trate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.trate> <http://www.w3.org/2000/01/rdf-schema#label> "trate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.trate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.trate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.tv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.tv> <http://www.w3.org/2000/01/rdf-schema#label> "tv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.tv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.tv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.tn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.tn> <http://www.w3.org/2000/01/rdf-schema#label> "tn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.tn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.tn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.td> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.td> <http://www.w3.org/2000/01/rdf-schema#label> "td"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.td> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.td> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.km> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.km> <http://www.w3.org/2000/01/rdf-schema#label> "km"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.km> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.km> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.tdrum> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.tdrum> <http://www.w3.org/2000/01/rdf-schema#label> "tdrum"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.tdrum> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.tdrum> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.bv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.bv> <http://www.w3.org/2000/01/rdf-schema#label> "bv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.bv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.bv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.pred> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.pred> <http://www.w3.org/2000/01/rdf-schema#label> "pred"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.pred> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.pred> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.qs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.qs> <http://www.w3.org/2000/01/rdf-schema#label> "qs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.qs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.qs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.pref> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.pref> <http://www.w3.org/2000/01/rdf-schema#label> "pref"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.pref> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEGenericHRSGST.pref> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: SteamTurbineGeneratorDynamics » TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Generic heat-recovery steam generator (HRSG) and a steam turbine model.

Reference: IEEE PES-TR1, 3.2.1.

Property Domain Range Comment
pgtqg TurbIEEEGenericHRSGST string (PgtQg).
trate TurbIEEEGenericHRSGST double Steam turbine rated power (Trate). Typical value = 0.
tv TurbIEEEGenericHRSGST double Bypass valve time constant (Tv) (>=0). Typical value = 0,5.
tn TurbIEEEGenericHRSGST double Turbine lead time constant (Tn) (>=0). Typical value = 3.
td TurbIEEEGenericHRSGST double Turbine lag time constant (Td) (>=0). Typical value = 10.
km TurbIEEEGenericHRSGST double Steam dynamics constant (Km). Typical value = 0,15.
kp TurbIEEEGenericHRSGST double Bypass valve control proportional gain (Kp). Typical value = 10.
ki TurbIEEEGenericHRSGST double Bypass valve control integral gain (Ki). Typical value = 2.
tdrum TurbIEEEGenericHRSGST double Steam drum time constant (Tdrum) (>=0). Typical value = 300.
bv TurbIEEEGenericHRSGST double Steam dynamics constant (Bv). Typical value = 0,316227.
pred TurbIEEEGenericHRSGST string (Pred).
qs TurbIEEEGenericHRSGST double Input flow bias (Qs). Typical value = 0,1.
pref TurbIEEEGenericHRSGST double Reference for minimum power (Pref). Typical value = 0,5.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

TurbIEEEHydroWCNonLinear

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TurbIEEEHydroWCNonLinear> rdf:type rdfs:Class ;
	rdfs:label "TurbIEEEHydroWCNonLinear"@en ;
	rdfs:subClassOf <HydroWaterColumnDynamics> .
<TurbIEEEHydroWCNonLinear.at> rdf:type rdfs:Property ;
	rdfs:label "at"@en ;
	rdfs:domain <TurbIEEEHydroWCNonLinear> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWCNonLinear.tw> rdf:type rdfs:Property ;
	rdfs:label "tw"@en ;
	rdfs:domain <TurbIEEEHydroWCNonLinear> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWCNonLinear.h0> rdf:type rdfs:Property ;
	rdfs:label "h0"@en ;
	rdfs:domain <TurbIEEEHydroWCNonLinear> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWCNonLinear.trate> rdf:type rdfs:Property ;
	rdfs:label "trate"@en ;
	rdfs:domain <TurbIEEEHydroWCNonLinear> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWCNonLinear.dt> rdf:type rdfs:Property ;
	rdfs:label "dt"@en ;
	rdfs:domain <TurbIEEEHydroWCNonLinear> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWCNonLinear.gpm> rdf:type rdfs:Property ;
	rdfs:label "gpm"@en ;
	rdfs:domain <TurbIEEEHydroWCNonLinear> ;
	rdfs:range xsd:string .
<TurbIEEEHydroWCNonLinear.qnl> rdf:type rdfs:Property ;
	rdfs:label "qnl"@en ;
	rdfs:domain <TurbIEEEHydroWCNonLinear> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear> <http://www.w3.org/2000/01/rdf-schema#label> "TurbIEEEHydroWCNonLinear"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#HydroWaterColumnDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.at> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.at> <http://www.w3.org/2000/01/rdf-schema#label> "at"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.at> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.at> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.tw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.tw> <http://www.w3.org/2000/01/rdf-schema#label> "tw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.tw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.tw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.h0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.h0> <http://www.w3.org/2000/01/rdf-schema#label> "h0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.h0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.h0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.trate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.trate> <http://www.w3.org/2000/01/rdf-schema#label> "trate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.trate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.trate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.dt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.dt> <http://www.w3.org/2000/01/rdf-schema#label> "dt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.dt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.dt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.gpm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.gpm> <http://www.w3.org/2000/01/rdf-schema#label> "gpm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.gpm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.gpm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.qnl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.qnl> <http://www.w3.org/2000/01/rdf-schema#label> "qnl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.qnl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinear.qnl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: HydroWaterColumnDynamics » TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Nonlinear turbine-water column model (inelastic) with gate vs. power gain.

Reference: IEEE PES-TR1, 4.3, Figure 4-15.

Property Domain Range Comment
at TurbIEEEHydroWCNonLinear double Turbine gain (At). Typical value = 1,2.
tw TurbIEEEHydroWCNonLinear double Water inertia time constant (Tw) (>=0). Typical value = 0,75.
h0 TurbIEEEHydroWCNonLinear double Turbine nominal head (H0). Typical value = 1.
trate TurbIEEEHydroWCNonLinear double Turbine rated power (0 => Trate=Prated of the gererator) (Trate). Typical value = 0.
dt TurbIEEEHydroWCNonLinear double Turbine damping factor (Dt). Typical value = 0.
gpm TurbIEEEHydroWCNonLinear string (GPm).
qnl TurbIEEEHydroWCNonLinear double No-load turbine flow at nominal head (Qnl). Typical value = 0,08.
HydroGovernorDynamics HydroWaterColumnDynamics HydroGovernorDynamics The hydro governor that has a hydro water column model.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

TurbIEEEHydroWCNonLinearA

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TurbIEEEHydroWCNonLinearA> rdf:type rdfs:Class ;
	rdfs:label "TurbIEEEHydroWCNonLinearA"@en ;
	rdfs:subClassOf <HydroWaterColumnDynamics> .
<TurbIEEEHydroWCNonLinearA.at> rdf:type rdfs:Property ;
	rdfs:label "at"@en ;
	rdfs:domain <TurbIEEEHydroWCNonLinearA> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWCNonLinearA.trate> rdf:type rdfs:Property ;
	rdfs:label "trate"@en ;
	rdfs:domain <TurbIEEEHydroWCNonLinearA> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWCNonLinearA.h0> rdf:type rdfs:Property ;
	rdfs:label "h0"@en ;
	rdfs:domain <TurbIEEEHydroWCNonLinearA> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWCNonLinearA.tw> rdf:type rdfs:Property ;
	rdfs:label "tw"@en ;
	rdfs:domain <TurbIEEEHydroWCNonLinearA> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWCNonLinearA.dt> rdf:type rdfs:Property ;
	rdfs:label "dt"@en ;
	rdfs:domain <TurbIEEEHydroWCNonLinearA> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWCNonLinearA.qnl> rdf:type rdfs:Property ;
	rdfs:label "qnl"@en ;
	rdfs:domain <TurbIEEEHydroWCNonLinearA> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA> <http://www.w3.org/2000/01/rdf-schema#label> "TurbIEEEHydroWCNonLinearA"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#HydroWaterColumnDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.at> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.at> <http://www.w3.org/2000/01/rdf-schema#label> "at"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.at> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.at> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.trate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.trate> <http://www.w3.org/2000/01/rdf-schema#label> "trate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.trate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.trate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.h0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.h0> <http://www.w3.org/2000/01/rdf-schema#label> "h0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.h0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.h0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.tw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.tw> <http://www.w3.org/2000/01/rdf-schema#label> "tw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.tw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.tw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.dt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.dt> <http://www.w3.org/2000/01/rdf-schema#label> "dt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.dt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.dt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.qnl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.qnl> <http://www.w3.org/2000/01/rdf-schema#label> "qnl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.qnl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearA.qnl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: HydroWaterColumnDynamics » TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Conventional nonlinear turbine-water column model (inelastic).

Reference: IEEE PES-TR1, 4.3, Figure 4-10a.

Property Domain Range Comment
at TurbIEEEHydroWCNonLinearA double Turbine gain (At). Typical value = 1,2.
trate TurbIEEEHydroWCNonLinearA double Turbine rated power (0 => Trate=Prated of the generator) (Trate). Typical value = 0.
h0 TurbIEEEHydroWCNonLinearA double Turbine head (H0). Typical value = 1.
tw TurbIEEEHydroWCNonLinearA double Water inertia time constant (Tw) (>=0). Typical value = 0,75.
dt TurbIEEEHydroWCNonLinearA double Turbine damping factor (Dt). Typical value = 0.
qnl TurbIEEEHydroWCNonLinearA double No-load flow at nominal head (Qnl). Typical value = 0,08.
HydroGovernorDynamics HydroWaterColumnDynamics HydroGovernorDynamics The hydro governor that has a hydro water column model.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

TurbIEEEHydroWCNonLinearB

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TurbIEEEHydroWCNonLinearB> rdf:type rdfs:Class ;
	rdfs:label "TurbIEEEHydroWCNonLinearB"@en ;
	rdfs:subClassOf <HydroWaterColumnDynamics> .
<TurbIEEEHydroWCNonLinearB.at> rdf:type rdfs:Property ;
	rdfs:label "at"@en ;
	rdfs:domain <TurbIEEEHydroWCNonLinearB> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWCNonLinearB.qnl> rdf:type rdfs:Property ;
	rdfs:label "qnl"@en ;
	rdfs:domain <TurbIEEEHydroWCNonLinearB> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWCNonLinearB.trate> rdf:type rdfs:Property ;
	rdfs:label "trate"@en ;
	rdfs:domain <TurbIEEEHydroWCNonLinearB> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWCNonLinearB.h0> rdf:type rdfs:Property ;
	rdfs:label "h0"@en ;
	rdfs:domain <TurbIEEEHydroWCNonLinearB> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWCNonLinearB.beta> rdf:type rdfs:Property ;
	rdfs:label "beta"@en ;
	rdfs:domain <TurbIEEEHydroWCNonLinearB> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWCNonLinearB.tw> rdf:type rdfs:Property ;
	rdfs:label "tw"@en ;
	rdfs:domain <TurbIEEEHydroWCNonLinearB> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWCNonLinearB.dt> rdf:type rdfs:Property ;
	rdfs:label "dt"@en ;
	rdfs:domain <TurbIEEEHydroWCNonLinearB> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB> <http://www.w3.org/2000/01/rdf-schema#label> "TurbIEEEHydroWCNonLinearB"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#HydroWaterColumnDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.at> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.at> <http://www.w3.org/2000/01/rdf-schema#label> "at"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.at> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.at> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.qnl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.qnl> <http://www.w3.org/2000/01/rdf-schema#label> "qnl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.qnl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.qnl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.trate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.trate> <http://www.w3.org/2000/01/rdf-schema#label> "trate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.trate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.trate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.h0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.h0> <http://www.w3.org/2000/01/rdf-schema#label> "h0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.h0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.h0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.beta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.beta> <http://www.w3.org/2000/01/rdf-schema#label> "beta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.beta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.beta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.tw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.tw> <http://www.w3.org/2000/01/rdf-schema#label> "tw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.tw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.tw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.dt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.dt> <http://www.w3.org/2000/01/rdf-schema#label> "dt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.dt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCNonLinearB.dt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: HydroWaterColumnDynamics » TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified nonlinear turbine-water column model (inelastic).

Reference: IEEE PES-TR1, 4.3, Figure 4-10b.

Property Domain Range Comment
at TurbIEEEHydroWCNonLinearB double Turbine gain (At). Typical value = 1,2.
qnl TurbIEEEHydroWCNonLinearB double No-load flow at nominal head (Qnl). Typical value = 0,08.
trate TurbIEEEHydroWCNonLinearB double Turbine rated power (0 => Trate=Prated of the generator) (Trate). Typical value = 0.
h0 TurbIEEEHydroWCNonLinearB double Turbine head (H0). Typical value = 1.
beta TurbIEEEHydroWCNonLinearB double Water pressure coefficient (beta). Typical value = 0,1.
tw TurbIEEEHydroWCNonLinearB double Water inertia time constant (Tw) (>=0). Typical value = 0,75.
dt TurbIEEEHydroWCNonLinearB double Turbine damping factor (Dt). Typical value = 0.
HydroGovernorDynamics HydroWaterColumnDynamics HydroGovernorDynamics The hydro governor that has a hydro water column model.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

TurbIEEEHydroWCgen

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TurbIEEEHydroWCgen> rdf:type rdfs:Class ;
	rdfs:label "TurbIEEEHydroWCgen"@en ;
	rdfs:subClassOf <HydroWaterColumnDynamics> .
<TurbIEEEHydroWCgen.trate> rdf:type rdfs:Property ;
	rdfs:label "trate"@en ;
	rdfs:domain <TurbIEEEHydroWCgen> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWCgen.a13> rdf:type rdfs:Property ;
	rdfs:label "a13"@en ;
	rdfs:domain <TurbIEEEHydroWCgen> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWCgen.a21> rdf:type rdfs:Property ;
	rdfs:label "a21"@en ;
	rdfs:domain <TurbIEEEHydroWCgen> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWCgen.a11> rdf:type rdfs:Property ;
	rdfs:label "a11"@en ;
	rdfs:domain <TurbIEEEHydroWCgen> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWCgen.tw> rdf:type rdfs:Property ;
	rdfs:label "tw"@en ;
	rdfs:domain <TurbIEEEHydroWCgen> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWCgen.a23> rdf:type rdfs:Property ;
	rdfs:label "a23"@en ;
	rdfs:domain <TurbIEEEHydroWCgen> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen> <http://www.w3.org/2000/01/rdf-schema#label> "TurbIEEEHydroWCgen"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#HydroWaterColumnDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.trate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.trate> <http://www.w3.org/2000/01/rdf-schema#label> "trate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.trate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.trate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.a13> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.a13> <http://www.w3.org/2000/01/rdf-schema#label> "a13"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.a13> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.a13> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.a21> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.a21> <http://www.w3.org/2000/01/rdf-schema#label> "a21"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.a21> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.a21> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.a11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.a11> <http://www.w3.org/2000/01/rdf-schema#label> "a11"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.a11> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.a11> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.tw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.tw> <http://www.w3.org/2000/01/rdf-schema#label> "tw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.tw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.tw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.a23> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.a23> <http://www.w3.org/2000/01/rdf-schema#label> "a23"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.a23> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWCgen.a23> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: HydroWaterColumnDynamics » TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

General form of idealized linear turbine-water column model.

Reference: IEEE PES-TR1, 4.3, Figure 4-9.

Property Domain Range Comment
trate TurbIEEEHydroWCgen double Turbine rated power (0 => Trate=Prated of the generator) (Trate). Typical value = 0.
a13 TurbIEEEHydroWCgen double Partial derivative a13 (a13). Typical value = 1.
a21 TurbIEEEHydroWCgen double Partial derivative a21 (a21). Typical value = 1,5.
a11 TurbIEEEHydroWCgen double Partial derivative a11 (a11). Typical value = 0,5.
tw TurbIEEEHydroWCgen double Water starting time constant (Tw) (>=0). Typical value = 0,75.
a23 TurbIEEEHydroWCgen double Partial derivative a23 (a23). Typical value = 1.
HydroGovernorDynamics HydroWaterColumnDynamics HydroGovernorDynamics The hydro governor that has a hydro water column model.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

TurbIEEEHydroWClinear

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TurbIEEEHydroWClinear> rdf:type rdfs:Class ;
	rdfs:label "TurbIEEEHydroWClinear"@en ;
	rdfs:subClassOf <HydroWaterColumnDynamics> .
<TurbIEEEHydroWClinear.tw> rdf:type rdfs:Property ;
	rdfs:label "tw"@en ;
	rdfs:domain <TurbIEEEHydroWClinear> ;
	rdfs:range xsd:double .
<TurbIEEEHydroWClinear.trate> rdf:type rdfs:Property ;
	rdfs:label "trate"@en ;
	rdfs:domain <TurbIEEEHydroWClinear> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWClinear> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWClinear> <http://www.w3.org/2000/01/rdf-schema#label> "TurbIEEEHydroWClinear"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWClinear> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#HydroWaterColumnDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWClinear.tw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWClinear.tw> <http://www.w3.org/2000/01/rdf-schema#label> "tw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWClinear.tw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWClinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWClinear.tw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWClinear.trate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWClinear.trate> <http://www.w3.org/2000/01/rdf-schema#label> "trate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWClinear.trate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWClinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbIEEEHydroWClinear.trate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: HydroWaterColumnDynamics » TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Linear turbine-water column model.

Reference: IEEE PES-TR1, 4.3, Figure 4-8.

Property Domain Range Comment
tw TurbIEEEHydroWClinear double Water starting time constant (Tw) (>=0). Typical value = 0,75.
trate TurbIEEEHydroWClinear double Turbine rated power (0 => Trate=Prated of the generator) (Trate). Typical value = 0.
HydroGovernorDynamics HydroWaterColumnDynamics HydroGovernorDynamics The hydro governor that has a hydro water column model.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

TurbLCFB1

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TurbLCFB1> rdf:type rdfs:Class ;
	rdfs:label "TurbLCFB1"@en ;
	rdfs:subClassOf <TurbineLoadControllerDynamics> .
<TurbLCFB1.pmwset> rdf:type rdfs:Property ;
	rdfs:label "pmwset"@en ;
	rdfs:domain <TurbLCFB1> ;
	rdfs:range xsd:double .
<TurbLCFB1.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <TurbLCFB1> ;
	rdfs:range xsd:double .
<TurbLCFB1.pbf> rdf:type rdfs:Property ;
	rdfs:label "pbf"@en ;
	rdfs:domain <TurbLCFB1> ;
	rdfs:range xsd:boolean .
<TurbLCFB1.fb> rdf:type rdfs:Property ;
	rdfs:label "fb"@en ;
	rdfs:domain <TurbLCFB1> ;
	rdfs:range xsd:double .
<TurbLCFB1.db> rdf:type rdfs:Property ;
	rdfs:label "db"@en ;
	rdfs:domain <TurbLCFB1> ;
	rdfs:range xsd:double .
<TurbLCFB1.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <TurbLCFB1> ;
	rdfs:range xsd:double .
<TurbLCFB1.emax> rdf:type rdfs:Property ;
	rdfs:label "emax"@en ;
	rdfs:domain <TurbLCFB1> ;
	rdfs:range xsd:double .
<TurbLCFB1.irmax> rdf:type rdfs:Property ;
	rdfs:label "irmax"@en ;
	rdfs:domain <TurbLCFB1> ;
	rdfs:range xsd:double .
<TurbLCFB1.fbf> rdf:type rdfs:Property ;
	rdfs:label "fbf"@en ;
	rdfs:domain <TurbLCFB1> ;
	rdfs:range xsd:boolean .
<TurbLCFB1.speedReferenceGovernor> rdf:type rdfs:Property ;
	rdfs:label "speedReferenceGovernor"@en ;
	rdfs:domain <TurbLCFB1> ;
	rdfs:range xsd:boolean .
<TurbLCFB1.tpelec> rdf:type rdfs:Property ;
	rdfs:label "tpelec"@en ;
	rdfs:domain <TurbLCFB1> ;
	rdfs:range xsd:double .
<TurbLCFB1.mwbase> rdf:type rdfs:Property ;
	rdfs:label "mwbase"@en ;
	rdfs:domain <TurbLCFB1> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1> <http://www.w3.org/2000/01/rdf-schema#label> "TurbLCFB1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineLoadControllerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.pmwset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.pmwset> <http://www.w3.org/2000/01/rdf-schema#label> "pmwset"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.pmwset> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.pmwset> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.pbf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.pbf> <http://www.w3.org/2000/01/rdf-schema#label> "pbf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.pbf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.pbf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.fb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.fb> <http://www.w3.org/2000/01/rdf-schema#label> "fb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.fb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.fb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.db> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.db> <http://www.w3.org/2000/01/rdf-schema#label> "db"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.db> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.db> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.emax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.emax> <http://www.w3.org/2000/01/rdf-schema#label> "emax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.emax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.emax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.irmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.irmax> <http://www.w3.org/2000/01/rdf-schema#label> "irmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.irmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.irmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.fbf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.fbf> <http://www.w3.org/2000/01/rdf-schema#label> "fbf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.fbf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.fbf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.speedReferenceGovernor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.speedReferenceGovernor> <http://www.w3.org/2000/01/rdf-schema#label> "speedReferenceGovernor"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.speedReferenceGovernor> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.speedReferenceGovernor> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.tpelec> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.tpelec> <http://www.w3.org/2000/01/rdf-schema#label> "tpelec"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.tpelec> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.tpelec> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.mwbase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.mwbase> <http://www.w3.org/2000/01/rdf-schema#label> "mwbase"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.mwbase> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbLCFB1.mwbase> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TurbineLoadControllerDynamics » DynamicsFunctionBlock » IdentifiedObject

Turbine load controller model developed by WECC. This model represents a supervisory turbine load controller that acts to maintain turbine power at a set value by continuous adjustment of the turbine governor speed-load reference. This model is intended to represent slow reset ‘outer loop’ controllers managing the action of the turbine governor.

Property Domain Range Comment
pmwset TurbLCFB1 double Power controller setpoint (Pmwset) (see parameter detail 1). Unit = MW. Typical value = 0.
kp TurbLCFB1 double Proportional gain (Kp). Typical value = 0.
pbf TurbLCFB1 boolean Power controller flag (Pbf). true = enable load controller false = disable load controller. Typical value = false.
fb TurbLCFB1 double Frequency bias gain (Fb). Typical value = 0.
db TurbLCFB1 double Controller deadband (db). Typical value = 0.
ki TurbLCFB1 double Integral gain (Ki). Typical range is 0,005 to 0,2.
emax TurbLCFB1 double Maximum control error (Emax) (see parameter detail 4). Typical value = 0,1.
irmax TurbLCFB1 double Maximum turbine speed/load reference bias (Irmax) (see parameter detail 3). Typical value = 0,025. Typical range is 0.025 to 0.05.
fbf TurbLCFB1 boolean Frequency bias flag (Fbf). true = enable frequency bias false = disable frequency bias. Typical value = false.
speedReferenceGovernor TurbLCFB1 boolean Type of turbine governor reference (Type). true = speed reference governor false = load reference governor. Typical value = true.
tpelec TurbLCFB1 double Power transducer time constant (Tpelec) (>= 0). Typical value = 2. Typical range is 2 to 5.
mwbase TurbLCFB1 double Base for power values (MWbase) (> 0). Unit = MW.
TurbineGovernorDynamics TurbineLoadControllerDynamics TurbineGovernorDynamics Turbine-governor controlled by this turbine load controller.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

TurbineGovernorDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TurbineGovernorDynamics> rdf:type rdfs:Class ;
	rdfs:label "TurbineGovernorDynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<TurbineGovernorDynamics.AsynchronousMachineDynamics> rdf:type rdfs:Property ;
	rdfs:label "AsynchronousMachineDynamics"@en ;
	rdfs:domain <TurbineGovernorDynamics> ;
	rdfs:range <AsynchronousMachineDynamics> .
<TurbineGovernorDynamics.SynchronousMachineDynamics> rdf:type rdfs:Property ;
	rdfs:label "SynchronousMachineDynamics"@en ;
	rdfs:domain <TurbineGovernorDynamics> ;
	rdfs:range <SynchronousMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "TurbineGovernorDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics.AsynchronousMachineDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics.AsynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "AsynchronousMachineDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics.AsynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics.AsynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics.SynchronousMachineDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics.SynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "SynchronousMachineDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics.SynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics.SynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachineDynamics> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Turbine-governor function block whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

TurbineGovernorUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TurbineGovernorUserDefined> rdf:type rdfs:Class ;
	rdfs:label "TurbineGovernorUserDefined"@en ;
	rdfs:subClassOf <TurbineGovernorDynamics> .
<TurbineGovernorUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <TurbineGovernorUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "TurbineGovernorUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: TurbineGovernorDynamics » DynamicsFunctionBlock » IdentifiedObject

Turbine-governor function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary TurbineGovernorUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
AsynchronousMachineDynamics TurbineGovernorDynamics AsynchronousMachineDynamics Asynchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
SynchronousMachineDynamics TurbineGovernorDynamics SynchronousMachineDynamics Synchronous machine model with which this turbine-governor model is associated. TurbineGovernorDynamics shall have either an association to SynchronousMachineDynamics or to AsynchronousMachineDynamics.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

TurbineLoadControllerDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TurbineLoadControllerDynamics> rdf:type rdfs:Class ;
	rdfs:label "TurbineLoadControllerDynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<TurbineLoadControllerDynamics.TurbineGovernorDynamics> rdf:type rdfs:Property ;
	rdfs:label "TurbineGovernorDynamics"@en ;
	rdfs:domain <TurbineLoadControllerDynamics> ;
	rdfs:range <TurbineGovernorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineLoadControllerDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineLoadControllerDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "TurbineLoadControllerDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineLoadControllerDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineLoadControllerDynamics.TurbineGovernorDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineLoadControllerDynamics.TurbineGovernorDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "TurbineGovernorDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineLoadControllerDynamics.TurbineGovernorDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineLoadControllerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineLoadControllerDynamics.TurbineGovernorDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineGovernorDynamics> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Turbine load controller function block whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
TurbineGovernorDynamics TurbineLoadControllerDynamics TurbineGovernorDynamics Turbine-governor controlled by this turbine load controller.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

TurbineLoadControllerUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TurbineLoadControllerUserDefined> rdf:type rdfs:Class ;
	rdfs:label "TurbineLoadControllerUserDefined"@en ;
	rdfs:subClassOf <TurbineLoadControllerDynamics> .
<TurbineLoadControllerUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <TurbineLoadControllerUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineLoadControllerUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineLoadControllerUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "TurbineLoadControllerUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineLoadControllerUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineLoadControllerDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineLoadControllerUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineLoadControllerUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineLoadControllerUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineLoadControllerUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TurbineLoadControllerUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: TurbineLoadControllerDynamics » DynamicsFunctionBlock » IdentifiedObject

Turbine load controller function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary TurbineLoadControllerUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
TurbineGovernorDynamics TurbineLoadControllerDynamics TurbineGovernorDynamics Turbine-governor controlled by this turbine load controller.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

UnderexcLim2Simplified

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<UnderexcLim2Simplified> rdf:type rdfs:Class ;
	rdfs:label "UnderexcLim2Simplified"@en ;
	rdfs:subClassOf <UnderexcitationLimiterDynamics> .
<UnderexcLim2Simplified.q0> rdf:type rdfs:Property ;
	rdfs:label "q0"@en ;
	rdfs:domain <UnderexcLim2Simplified> ;
	rdfs:range xsd:double .
<UnderexcLim2Simplified.kui> rdf:type rdfs:Property ;
	rdfs:label "kui"@en ;
	rdfs:domain <UnderexcLim2Simplified> ;
	rdfs:range xsd:double .
<UnderexcLim2Simplified.p0> rdf:type rdfs:Property ;
	rdfs:label "p0"@en ;
	rdfs:domain <UnderexcLim2Simplified> ;
	rdfs:range xsd:double .
<UnderexcLim2Simplified.p1> rdf:type rdfs:Property ;
	rdfs:label "p1"@en ;
	rdfs:domain <UnderexcLim2Simplified> ;
	rdfs:range xsd:double .
<UnderexcLim2Simplified.vuimin> rdf:type rdfs:Property ;
	rdfs:label "vuimin"@en ;
	rdfs:domain <UnderexcLim2Simplified> ;
	rdfs:range xsd:double .
<UnderexcLim2Simplified.vuimax> rdf:type rdfs:Property ;
	rdfs:label "vuimax"@en ;
	rdfs:domain <UnderexcLim2Simplified> ;
	rdfs:range xsd:double .
<UnderexcLim2Simplified.q1> rdf:type rdfs:Property ;
	rdfs:label "q1"@en ;
	rdfs:domain <UnderexcLim2Simplified> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified> <http://www.w3.org/2000/01/rdf-schema#label> "UnderexcLim2Simplified"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.q0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.q0> <http://www.w3.org/2000/01/rdf-schema#label> "q0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.q0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.q0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.kui> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.kui> <http://www.w3.org/2000/01/rdf-schema#label> "kui"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.kui> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.kui> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.p0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.p0> <http://www.w3.org/2000/01/rdf-schema#label> "p0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.p0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.p0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.p1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.p1> <http://www.w3.org/2000/01/rdf-schema#label> "p1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.p1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.p1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.vuimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.vuimin> <http://www.w3.org/2000/01/rdf-schema#label> "vuimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.vuimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.vuimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.vuimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.vuimax> <http://www.w3.org/2000/01/rdf-schema#label> "vuimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.vuimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.vuimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.q1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.q1> <http://www.w3.org/2000/01/rdf-schema#label> "q1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.q1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLim2Simplified.q1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: UnderexcitationLimiterDynamics » DynamicsFunctionBlock » IdentifiedObject

Simplified type UEL2 underexcitation limiter. This model can be derived from UnderexcLimIEEE2. The limit characteristic (look-up table) is a single straight-line, the same as UnderexcLimIEEE2 (see Figure 10.4, IEEE 421.5-2005, Section 10.2).

Property Domain Range Comment
q0 UnderexcLim2Simplified double Segment Q initial point (Q0). Typical value = -0,31.
kui UnderexcLim2Simplified double Gain Under excitation limiter (KUI). Typical value = 0,1.
p0 UnderexcLim2Simplified double Segment P initial point (P0). Typical value = 0.
p1 UnderexcLim2Simplified double Segment P end point (P1). Typical value = 1.
vuimin UnderexcLim2Simplified double Minimum error signal (VUIMIN) (< UnderexcLim2Simplified.vuimax). Typical value = 0.
vuimax UnderexcLim2Simplified double Maximum error signal (VUIMAX) (> UnderexcLim2Simplified.vuimin). Typical value = 1.
q1 UnderexcLim2Simplified double Segment Q end point (Q1). Typical value = -0,1.
ExcitationSystemDynamics UnderexcitationLimiterDynamics ExcitationSystemDynamics Excitation system model with which this underexcitation limiter model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

UnderexcLimIEEE1

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<UnderexcLimIEEE1> rdf:type rdfs:Class ;
	rdfs:label "UnderexcLimIEEE1"@en ;
	rdfs:subClassOf <UnderexcitationLimiterDynamics> .
<UnderexcLimIEEE1.tu2> rdf:type rdfs:Property ;
	rdfs:label "tu2"@en ;
	rdfs:domain <UnderexcLimIEEE1> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE1.kul> rdf:type rdfs:Property ;
	rdfs:label "kul"@en ;
	rdfs:domain <UnderexcLimIEEE1> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE1.vuimax> rdf:type rdfs:Property ;
	rdfs:label "vuimax"@en ;
	rdfs:domain <UnderexcLimIEEE1> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE1.tu3> rdf:type rdfs:Property ;
	rdfs:label "tu3"@en ;
	rdfs:domain <UnderexcLimIEEE1> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE1.vulmax> rdf:type rdfs:Property ;
	rdfs:label "vulmax"@en ;
	rdfs:domain <UnderexcLimIEEE1> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE1.vulmin> rdf:type rdfs:Property ;
	rdfs:label "vulmin"@en ;
	rdfs:domain <UnderexcLimIEEE1> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE1.tu1> rdf:type rdfs:Property ;
	rdfs:label "tu1"@en ;
	rdfs:domain <UnderexcLimIEEE1> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE1.vucmax> rdf:type rdfs:Property ;
	rdfs:label "vucmax"@en ;
	rdfs:domain <UnderexcLimIEEE1> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE1.kuc> rdf:type rdfs:Property ;
	rdfs:label "kuc"@en ;
	rdfs:domain <UnderexcLimIEEE1> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE1.kuf> rdf:type rdfs:Property ;
	rdfs:label "kuf"@en ;
	rdfs:domain <UnderexcLimIEEE1> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE1.kui> rdf:type rdfs:Property ;
	rdfs:label "kui"@en ;
	rdfs:domain <UnderexcLimIEEE1> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE1.kur> rdf:type rdfs:Property ;
	rdfs:label "kur"@en ;
	rdfs:domain <UnderexcLimIEEE1> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE1.vurmax> rdf:type rdfs:Property ;
	rdfs:label "vurmax"@en ;
	rdfs:domain <UnderexcLimIEEE1> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE1.tu4> rdf:type rdfs:Property ;
	rdfs:label "tu4"@en ;
	rdfs:domain <UnderexcLimIEEE1> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE1.vuimin> rdf:type rdfs:Property ;
	rdfs:label "vuimin"@en ;
	rdfs:domain <UnderexcLimIEEE1> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1> <http://www.w3.org/2000/01/rdf-schema#label> "UnderexcLimIEEE1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.tu2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.tu2> <http://www.w3.org/2000/01/rdf-schema#label> "tu2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.tu2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.tu2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.kul> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.kul> <http://www.w3.org/2000/01/rdf-schema#label> "kul"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.kul> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.kul> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vuimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vuimax> <http://www.w3.org/2000/01/rdf-schema#label> "vuimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vuimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vuimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.tu3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.tu3> <http://www.w3.org/2000/01/rdf-schema#label> "tu3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.tu3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.tu3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vulmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vulmax> <http://www.w3.org/2000/01/rdf-schema#label> "vulmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vulmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vulmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vulmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vulmin> <http://www.w3.org/2000/01/rdf-schema#label> "vulmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vulmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vulmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.tu1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.tu1> <http://www.w3.org/2000/01/rdf-schema#label> "tu1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.tu1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.tu1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vucmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vucmax> <http://www.w3.org/2000/01/rdf-schema#label> "vucmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vucmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vucmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.kuc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.kuc> <http://www.w3.org/2000/01/rdf-schema#label> "kuc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.kuc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.kuc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.kuf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.kuf> <http://www.w3.org/2000/01/rdf-schema#label> "kuf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.kuf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.kuf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.kui> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.kui> <http://www.w3.org/2000/01/rdf-schema#label> "kui"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.kui> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.kui> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.kur> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.kur> <http://www.w3.org/2000/01/rdf-schema#label> "kur"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.kur> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.kur> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vurmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vurmax> <http://www.w3.org/2000/01/rdf-schema#label> "vurmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vurmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vurmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.tu4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.tu4> <http://www.w3.org/2000/01/rdf-schema#label> "tu4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.tu4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.tu4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vuimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vuimin> <http://www.w3.org/2000/01/rdf-schema#label> "vuimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vuimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE1.vuimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: UnderexcitationLimiterDynamics » DynamicsFunctionBlock » IdentifiedObject

Type UEL1 model which has a circular limit boundary when plotted in terms of machine reactive power vs. real power output. Parameter details:

  1. Vf signal applies only if the under excitation limiter is used in combination with IEEE 421.5 models.
Reference: IEEE 421.5-2005, 10.1 and IEEE 421.5-2016, 11.2.
Property Domain Range Comment
tu2 UnderexcLimIEEE1 double UEL lag time constant (TU2) (>= 0). Typical value = 0,05.
kul UnderexcLimIEEE1 double UEL proportional gain (KUL). Typical value = 100.
vuimax UnderexcLimIEEE1 double UEL integrator output maximum limit (VUIMAX) (> UnderexcLimIEEE1.vuimin).
tu3 UnderexcLimIEEE1 double UEL lead time constant (TU3) (>= 0). Typical value = 0.
vulmax UnderexcLimIEEE1 double UEL output maximum limit (VULMAX) (> UnderexcLimIEEE1.vulmin). Typical value = 18.
vulmin UnderexcLimIEEE1 double UEL output minimum limit (VULMIN) (< UnderexcLimIEEE1.vulmax). Typical value = -18.
tu1 UnderexcLimIEEE1 double UEL lead time constant (TU1) (>= 0). Typical value = 0.
vucmax UnderexcLimIEEE1 double UEL maximum limit for operating point phasor magnitude (VUCMAX). Typical value = 5,8.
kuc UnderexcLimIEEE1 double UEL centre setting (KUC). Typical value = 1,38.
kuf UnderexcLimIEEE1 double UEL excitation system stabilizer gain (KUF). Typical value = 3,3.
kui UnderexcLimIEEE1 double UEL integral gain (KUI). Typical value = 0.
kur UnderexcLimIEEE1 double UEL radius setting (KUR). Typical value = 1,95.
vurmax UnderexcLimIEEE1 double UEL maximum limit for radius phasor magnitude (VURMAX). Typical value = 5,8.
tu4 UnderexcLimIEEE1 double UEL lag time constant (TU4) (>= 0). Typical value = 0.
vuimin UnderexcLimIEEE1 double UEL integrator output minimum limit (VUIMIN) (< UnderexcLimIEEE1.vuimax).
ExcitationSystemDynamics UnderexcitationLimiterDynamics ExcitationSystemDynamics Excitation system model with which this underexcitation limiter model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

UnderexcLimIEEE2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<UnderexcLimIEEE2> rdf:type rdfs:Class ;
	rdfs:label "UnderexcLimIEEE2"@en ;
	rdfs:subClassOf <UnderexcitationLimiterDynamics> .
<UnderexcLimIEEE2.p3> rdf:type rdfs:Property ;
	rdfs:label "p3"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.q0> rdf:type rdfs:Property ;
	rdfs:label "q0"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.tu2> rdf:type rdfs:Property ;
	rdfs:label "tu2"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.tu3> rdf:type rdfs:Property ;
	rdfs:label "tu3"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.p4> rdf:type rdfs:Property ;
	rdfs:label "p4"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.q6> rdf:type rdfs:Property ;
	rdfs:label "q6"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.p5> rdf:type rdfs:Property ;
	rdfs:label "p5"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.vulmax> rdf:type rdfs:Property ;
	rdfs:label "vulmax"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.q2> rdf:type rdfs:Property ;
	rdfs:label "q2"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.p6> rdf:type rdfs:Property ;
	rdfs:label "p6"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.kui> rdf:type rdfs:Property ;
	rdfs:label "kui"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.tu4> rdf:type rdfs:Property ;
	rdfs:label "tu4"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.q10> rdf:type rdfs:Property ;
	rdfs:label "q10"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.p7> rdf:type rdfs:Property ;
	rdfs:label "p7"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.vuimin> rdf:type rdfs:Property ;
	rdfs:label "vuimin"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.tul> rdf:type rdfs:Property ;
	rdfs:label "tul"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.vuimax> rdf:type rdfs:Property ;
	rdfs:label "vuimax"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.p9> rdf:type rdfs:Property ;
	rdfs:label "p9"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.vulmin> rdf:type rdfs:Property ;
	rdfs:label "vulmin"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.q5> rdf:type rdfs:Property ;
	rdfs:label "q5"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.tuv> rdf:type rdfs:Property ;
	rdfs:label "tuv"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.tuq> rdf:type rdfs:Property ;
	rdfs:label "tuq"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.q9> rdf:type rdfs:Property ;
	rdfs:label "q9"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.p2> rdf:type rdfs:Property ;
	rdfs:label "p2"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.q1> rdf:type rdfs:Property ;
	rdfs:label "q1"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.p0> rdf:type rdfs:Property ;
	rdfs:label "p0"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.kuf> rdf:type rdfs:Property ;
	rdfs:label "kuf"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.tup> rdf:type rdfs:Property ;
	rdfs:label "tup"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.p8> rdf:type rdfs:Property ;
	rdfs:label "p8"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.p10> rdf:type rdfs:Property ;
	rdfs:label "p10"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.p1> rdf:type rdfs:Property ;
	rdfs:label "p1"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.tu1> rdf:type rdfs:Property ;
	rdfs:label "tu1"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.q7> rdf:type rdfs:Property ;
	rdfs:label "q7"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.q3> rdf:type rdfs:Property ;
	rdfs:label "q3"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.kul> rdf:type rdfs:Property ;
	rdfs:label "kul"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.q8> rdf:type rdfs:Property ;
	rdfs:label "q8"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.kfb> rdf:type rdfs:Property ;
	rdfs:label "kfb"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<UnderexcLimIEEE2.q4> rdf:type rdfs:Property ;
	rdfs:label "q4"@en ;
	rdfs:domain <UnderexcLimIEEE2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> <http://www.w3.org/2000/01/rdf-schema#label> "UnderexcLimIEEE2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p3> <http://www.w3.org/2000/01/rdf-schema#label> "p3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q0> <http://www.w3.org/2000/01/rdf-schema#label> "q0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tu2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tu2> <http://www.w3.org/2000/01/rdf-schema#label> "tu2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tu2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tu2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tu3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tu3> <http://www.w3.org/2000/01/rdf-schema#label> "tu3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tu3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tu3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p4> <http://www.w3.org/2000/01/rdf-schema#label> "p4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q6> <http://www.w3.org/2000/01/rdf-schema#label> "q6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p5> <http://www.w3.org/2000/01/rdf-schema#label> "p5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.vulmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.vulmax> <http://www.w3.org/2000/01/rdf-schema#label> "vulmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.vulmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.vulmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q2> <http://www.w3.org/2000/01/rdf-schema#label> "q2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p6> <http://www.w3.org/2000/01/rdf-schema#label> "p6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.kui> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.kui> <http://www.w3.org/2000/01/rdf-schema#label> "kui"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.kui> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.kui> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tu4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tu4> <http://www.w3.org/2000/01/rdf-schema#label> "tu4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tu4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tu4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q10> <http://www.w3.org/2000/01/rdf-schema#label> "q10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p7> <http://www.w3.org/2000/01/rdf-schema#label> "p7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.vuimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.vuimin> <http://www.w3.org/2000/01/rdf-schema#label> "vuimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.vuimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.vuimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tul> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tul> <http://www.w3.org/2000/01/rdf-schema#label> "tul"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tul> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tul> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.vuimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.vuimax> <http://www.w3.org/2000/01/rdf-schema#label> "vuimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.vuimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.vuimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p9> <http://www.w3.org/2000/01/rdf-schema#label> "p9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.vulmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.vulmin> <http://www.w3.org/2000/01/rdf-schema#label> "vulmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.vulmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.vulmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q5> <http://www.w3.org/2000/01/rdf-schema#label> "q5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tuv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tuv> <http://www.w3.org/2000/01/rdf-schema#label> "tuv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tuv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tuv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tuq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tuq> <http://www.w3.org/2000/01/rdf-schema#label> "tuq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tuq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tuq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q9> <http://www.w3.org/2000/01/rdf-schema#label> "q9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p2> <http://www.w3.org/2000/01/rdf-schema#label> "p2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q1> <http://www.w3.org/2000/01/rdf-schema#label> "q1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p0> <http://www.w3.org/2000/01/rdf-schema#label> "p0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.kuf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.kuf> <http://www.w3.org/2000/01/rdf-schema#label> "kuf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.kuf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.kuf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tup> <http://www.w3.org/2000/01/rdf-schema#label> "tup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tup> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tup> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p8> <http://www.w3.org/2000/01/rdf-schema#label> "p8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p10> <http://www.w3.org/2000/01/rdf-schema#label> "p10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p1> <http://www.w3.org/2000/01/rdf-schema#label> "p1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.p1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tu1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tu1> <http://www.w3.org/2000/01/rdf-schema#label> "tu1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tu1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.tu1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q7> <http://www.w3.org/2000/01/rdf-schema#label> "q7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q3> <http://www.w3.org/2000/01/rdf-schema#label> "q3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.kul> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.kul> <http://www.w3.org/2000/01/rdf-schema#label> "kul"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.kul> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.kul> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q8> <http://www.w3.org/2000/01/rdf-schema#label> "q8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.kfb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.kfb> <http://www.w3.org/2000/01/rdf-schema#label> "kfb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.kfb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.kfb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q4> <http://www.w3.org/2000/01/rdf-schema#label> "q4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEE2.q4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: UnderexcitationLimiterDynamics » DynamicsFunctionBlock » IdentifiedObject

Type UEL2 underexcitation limiter which has either a straight-line or multi-segment characteristic when plotted in terms of machine reactive power output vs. real power output. Parameter details:

  1. Vf signal applies only if the under excitation limiter is used in combination with IEEE 421.5 models.
Reference: IEEE 421.5-2005, 10.2 (limit characteristic lookup table shown in Figure 10.4). According to IEEE 421.5-2016, 11.3 the UEL2 underexcitation limiter model is being superseded by the model UEL2C (UnderexcLimIEEEUEL2C).
Property Domain Range Comment
p3 UnderexcLimIEEE2 double Real power values for endpoints (P3). Typical value = 0,9.
q0 UnderexcLimIEEE2 double Reactive power values for endpoints (Q0). Typical value = -0,31.
tu2 UnderexcLimIEEE2 double UEL lag time constant (TU2) (>= 0). Typical value = 0.
tu3 UnderexcLimIEEE2 double UEL lead time constant (TU3) (>= 0). Typical value = 0.
p4 UnderexcLimIEEE2 double Real power values for endpoints (P4). Typical value = 1,02.
q6 UnderexcLimIEEE2 double Reactive power values for endpoints (Q6).
p5 UnderexcLimIEEE2 double Real power values for endpoints (P5).
vulmax UnderexcLimIEEE2 double UEL output maximum limit (VULMAX) (> UnderexcLimIEEE2.vulmin). Typical value = 0,25.
q2 UnderexcLimIEEE2 double Reactive power values for endpoints (Q2). Typical value = -0,28.
p6 UnderexcLimIEEE2 double Real power values for endpoints (P6).
kui UnderexcLimIEEE2 double UEL integral gain (KUI). Typical value = 0,5.
tu4 UnderexcLimIEEE2 double UEL lag time constant (TU4) (>= 0). Typical value = 0.
q10 UnderexcLimIEEE2 double Reactive power values for endpoints (Q10).
p7 UnderexcLimIEEE2 double Real power values for endpoints (P7).
vuimin UnderexcLimIEEE2 double UEL integrator output minimum limit (VUIMIN) (< UnderexcLimIEEE2.vuimax). Typical value = 0.
tul UnderexcLimIEEE2 double Time constant associated with optional integrator feedback input signal to UEL (TUL) (>= 0). Typical value = 0.
vuimax UnderexcLimIEEE2 double UEL integrator output maximum limit (VUIMAX) (> UnderexcLimIEEE2.vuimin). Typical value = 0,25.
k2 UnderexcLimIEEE2 double UEL terminal voltage exponent applied to reactive power output from UEL limit look-up table (k2). Typical value = 2.
p9 UnderexcLimIEEE2 double Real power values for endpoints (P9).
vulmin UnderexcLimIEEE2 double UEL output minimum limit (VULMIN) (< UnderexcLimIEEE2.vulmax). Typical value = 0.
q5 UnderexcLimIEEE2 double Reactive power values for endpoints (Q5).
tuv UnderexcLimIEEE2 double Voltage filter time constant (TUV) (>= 0). Typical value = 5.
tuq UnderexcLimIEEE2 double Reactive power filter time constant (TUQ) (>= 0). Typical value = 0.
q9 UnderexcLimIEEE2 double Reactive power values for endpoints (Q9).
p2 UnderexcLimIEEE2 double Real power values for endpoints (P2). Typical value = 0,6.
q1 UnderexcLimIEEE2 double Reactive power values for endpoints (Q1). Typical value = -0,31.
p0 UnderexcLimIEEE2 double Real power values for endpoints (P0). Typical value = 0.
kuf UnderexcLimIEEE2 double UEL excitation system stabilizer gain (KUF). Typical value = 0.
tup UnderexcLimIEEE2 double Real power filter time constant (TUP) (>= 0). Typical value = 5.
p8 UnderexcLimIEEE2 double Real power values for endpoints (P8).
k1 UnderexcLimIEEE2 double UEL terminal voltage exponent applied to real power input to UEL limit look-up table (k1). Typical value = 2.
p10 UnderexcLimIEEE2 double Real power values for endpoints (P10).
p1 UnderexcLimIEEE2 double Real power values for endpoints (P1). Typical value = 0,3.
tu1 UnderexcLimIEEE2 double UEL lead time constant (TU1) (>= 0). Typical value = 0.
q7 UnderexcLimIEEE2 double Reactive power values for endpoints (Q7).
q3 UnderexcLimIEEE2 double Reactive power values for endpoints (Q3). Typical value = -0,21.
kul UnderexcLimIEEE2 double UEL proportional gain (KUL). Typical value = 0,8.
q8 UnderexcLimIEEE2 double Reactive power values for endpoints (Q8).
kfb UnderexcLimIEEE2 double Gain associated with optional integrator feedback input signal to UEL (KFB). Typical value = 0.
q4 UnderexcLimIEEE2 double Reactive power values for endpoints (Q4). Typical value = 0.
ExcitationSystemDynamics UnderexcitationLimiterDynamics ExcitationSystemDynamics Excitation system model with which this underexcitation limiter model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

UnderexcLimIEEEUEL2C

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<UnderexcLimIEEEUEL2C> rdf:type rdfs:Class ;
	rdfs:label "UnderexcLimIEEEUEL2C"@en ;
	rdfs:subClassOf <UnderexcitationLimiterDynamics> .
<UnderexcLimIEEEUEL2C.p2> rdf:type rdfs:Property ;
	rdfs:label "p2"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.tuq> rdf:type rdfs:Property ;
	rdfs:label "tuq"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.tu1> rdf:type rdfs:Property ;
	rdfs:label "tu1"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.k1> rdf:type rdfs:Property ;
	rdfs:label "k1"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.vbias> rdf:type rdfs:Property ;
	rdfs:label "vbias"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.p1> rdf:type rdfs:Property ;
	rdfs:label "p1"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.k2> rdf:type rdfs:Property ;
	rdfs:label "k2"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.p4> rdf:type rdfs:Property ;
	rdfs:label "p4"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.tul> rdf:type rdfs:Property ;
	rdfs:label "tul"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.sw1> rdf:type rdfs:Property ;
	rdfs:label "sw1"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:boolean .
<UnderexcLimIEEEUEL2C.tu4> rdf:type rdfs:Property ;
	rdfs:label "tu4"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.q4> rdf:type rdfs:Property ;
	rdfs:label "q4"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.p3> rdf:type rdfs:Property ;
	rdfs:label "p3"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.tqref> rdf:type rdfs:Property ;
	rdfs:label "tqref"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.vuelmin1> rdf:type rdfs:Property ;
	rdfs:label "vuelmin1"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.p0> rdf:type rdfs:Property ;
	rdfs:label "p0"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.q6> rdf:type rdfs:Property ;
	rdfs:label "q6"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.p6> rdf:type rdfs:Property ;
	rdfs:label "p6"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.vuelmax1> rdf:type rdfs:Property ;
	rdfs:label "vuelmax1"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.q0> rdf:type rdfs:Property ;
	rdfs:label "q0"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.q2> rdf:type rdfs:Property ;
	rdfs:label "q2"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.q5> rdf:type rdfs:Property ;
	rdfs:label "q5"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.vuelmax2> rdf:type rdfs:Property ;
	rdfs:label "vuelmax2"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.q3> rdf:type rdfs:Property ;
	rdfs:label "q3"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.vulmax> rdf:type rdfs:Property ;
	rdfs:label "vulmax"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.q1> rdf:type rdfs:Property ;
	rdfs:label "q1"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.p5> rdf:type rdfs:Property ;
	rdfs:label "p5"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.tu2> rdf:type rdfs:Property ;
	rdfs:label "tu2"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.kfix> rdf:type rdfs:Property ;
	rdfs:label "kfix"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.kfb> rdf:type rdfs:Property ;
	rdfs:label "kfb"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.kui> rdf:type rdfs:Property ;
	rdfs:label "kui"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.kuf> rdf:type rdfs:Property ;
	rdfs:label "kuf"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.vuelmin2> rdf:type rdfs:Property ;
	rdfs:label "vuelmin2"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.tu3> rdf:type rdfs:Property ;
	rdfs:label "tu3"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.tadj> rdf:type rdfs:Property ;
	rdfs:label "tadj"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.tuv> rdf:type rdfs:Property ;
	rdfs:label "tuv"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.tup> rdf:type rdfs:Property ;
	rdfs:label "tup"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.kul> rdf:type rdfs:Property ;
	rdfs:label "kul"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<UnderexcLimIEEEUEL2C.vulmin> rdf:type rdfs:Property ;
	rdfs:label "vulmin"@en ;
	rdfs:domain <UnderexcLimIEEEUEL2C> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> <http://www.w3.org/2000/01/rdf-schema#label> "UnderexcLimIEEEUEL2C"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p2> <http://www.w3.org/2000/01/rdf-schema#label> "p2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tuq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tuq> <http://www.w3.org/2000/01/rdf-schema#label> "tuq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tuq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tuq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tu1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tu1> <http://www.w3.org/2000/01/rdf-schema#label> "tu1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tu1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tu1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.k1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.k1> <http://www.w3.org/2000/01/rdf-schema#label> "k1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.k1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.k1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vbias> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vbias> <http://www.w3.org/2000/01/rdf-schema#label> "vbias"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vbias> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vbias> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p1> <http://www.w3.org/2000/01/rdf-schema#label> "p1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.k2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.k2> <http://www.w3.org/2000/01/rdf-schema#label> "k2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.k2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.k2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p4> <http://www.w3.org/2000/01/rdf-schema#label> "p4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tul> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tul> <http://www.w3.org/2000/01/rdf-schema#label> "tul"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tul> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tul> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.sw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.sw1> <http://www.w3.org/2000/01/rdf-schema#label> "sw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.sw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.sw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tu4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tu4> <http://www.w3.org/2000/01/rdf-schema#label> "tu4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tu4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tu4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q4> <http://www.w3.org/2000/01/rdf-schema#label> "q4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p3> <http://www.w3.org/2000/01/rdf-schema#label> "p3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tqref> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tqref> <http://www.w3.org/2000/01/rdf-schema#label> "tqref"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tqref> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tqref> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vuelmin1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vuelmin1> <http://www.w3.org/2000/01/rdf-schema#label> "vuelmin1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vuelmin1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vuelmin1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p0> <http://www.w3.org/2000/01/rdf-schema#label> "p0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q6> <http://www.w3.org/2000/01/rdf-schema#label> "q6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p6> <http://www.w3.org/2000/01/rdf-schema#label> "p6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vuelmax1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vuelmax1> <http://www.w3.org/2000/01/rdf-schema#label> "vuelmax1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vuelmax1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vuelmax1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q0> <http://www.w3.org/2000/01/rdf-schema#label> "q0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q2> <http://www.w3.org/2000/01/rdf-schema#label> "q2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q5> <http://www.w3.org/2000/01/rdf-schema#label> "q5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vuelmax2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vuelmax2> <http://www.w3.org/2000/01/rdf-schema#label> "vuelmax2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vuelmax2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vuelmax2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q3> <http://www.w3.org/2000/01/rdf-schema#label> "q3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vulmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vulmax> <http://www.w3.org/2000/01/rdf-schema#label> "vulmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vulmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vulmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q1> <http://www.w3.org/2000/01/rdf-schema#label> "q1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.q1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p5> <http://www.w3.org/2000/01/rdf-schema#label> "p5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.p5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tu2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tu2> <http://www.w3.org/2000/01/rdf-schema#label> "tu2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tu2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tu2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.kfix> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.kfix> <http://www.w3.org/2000/01/rdf-schema#label> "kfix"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.kfix> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.kfix> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.kfb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.kfb> <http://www.w3.org/2000/01/rdf-schema#label> "kfb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.kfb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.kfb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.kui> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.kui> <http://www.w3.org/2000/01/rdf-schema#label> "kui"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.kui> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.kui> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.kuf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.kuf> <http://www.w3.org/2000/01/rdf-schema#label> "kuf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.kuf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.kuf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vuelmin2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vuelmin2> <http://www.w3.org/2000/01/rdf-schema#label> "vuelmin2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vuelmin2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vuelmin2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tu3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tu3> <http://www.w3.org/2000/01/rdf-schema#label> "tu3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tu3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tu3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tadj> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tadj> <http://www.w3.org/2000/01/rdf-schema#label> "tadj"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tadj> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tadj> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tuv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tuv> <http://www.w3.org/2000/01/rdf-schema#label> "tuv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tuv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tuv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tup> <http://www.w3.org/2000/01/rdf-schema#label> "tup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tup> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.tup> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.kul> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.kul> <http://www.w3.org/2000/01/rdf-schema#label> "kul"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.kul> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.kul> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vulmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vulmin> <http://www.w3.org/2000/01/rdf-schema#label> "vulmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vulmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimIEEEUEL2C.vulmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: UnderexcitationLimiterDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 UEL2C underexcitation limiter model. For this model, the UEL limit has either a straight-line or multisegment characteristic (piecewise linear) when plotted in terms of machine reactive power output versus real power output.

Reference: IEEE 421.5-2016, 11.4.

Property Domain Range Comment
p2 UnderexcLimIEEEUEL2C double UEL lookup table real power (third point) (P2). Typical value = 0,6.
tuq UnderexcLimIEEEUEL2C double UEL reactive power filter time constant (Tuq) (>=0). Typical value = 0.
tu1 UnderexcLimIEEEUEL2C double UEL numerator (lead) time constant (first block) (Tu1) (>=0). Typical value = 0.
k1 UnderexcLimIEEEUEL2C double Voltage exponent for real power input to UEL table (K1). Typical value = 2.
vbias UnderexcLimIEEEUEL2C double UEL voltage bias (Vbias). Typical value = 1.
p1 UnderexcLimIEEEUEL2C double UEL lookup table real power (second point) (P1). Typical value = 0,3.
k2 UnderexcLimIEEEUEL2C double Voltage exponent for reactive power output of UEL table (K2). Typical value = 2.
p4 UnderexcLimIEEEUEL2C double UEL lookup table real power (fifth point) (P4). Typical value = 1,02.
tul UnderexcLimIEEEUEL2C double UEL time constant (Tul) (>=0). It is specific for the application of the IEEE UEL2C model in conjunction with the IEEE ST7C.
sw1 UnderexcLimIEEEUEL2C boolean UEL logic switch for adjustable gain reduction (SW1). True means position A. False means position B. Typical value = true.
tu4 UnderexcLimIEEEUEL2C double UEL denominator (lag) time constant (second block) (Tu4) (>=0). Typical value = 0.
q4 UnderexcLimIEEEUEL2C double UEL lookup table reactive power (fifth point) (Q4). Typical value = 0.
p3 UnderexcLimIEEEUEL2C double UEL lookup table real power (fourth point) (P3). Typical value = 0,9.
tqref UnderexcLimIEEEUEL2C double UEL reactive power reference time constant (Tqref) (>=0). Typical value = 0.
vuelmin1 UnderexcLimIEEEUEL2C double UEL minimum output (Vuelmin1). Typical value = 0.
p0 UnderexcLimIEEEUEL2C double UEL lookup table real power (first point) (P0). Typical value = 0.
q6 UnderexcLimIEEEUEL2C double UEL lookup table reactive power (seventh point) (Q6).
p6 UnderexcLimIEEEUEL2C double UEL lookup table real power (seventh point) (P6).
vuelmax1 UnderexcLimIEEEUEL2C double UEL maximum output (Vuelmax1). Typical value = 0,25.
q0 UnderexcLimIEEEUEL2C double UEL lookup table reactive power (first point) (Q0). Typical value = -0,31.
q2 UnderexcLimIEEEUEL2C double UEL lookup table reactive power (third point) (Q2). Typical value = -0,28.
q5 UnderexcLimIEEEUEL2C double UEL lookup table reactive power (sixth point) (Q5).
vuelmax2 UnderexcLimIEEEUEL2C double UEL maximum output (Vuelmax2). Typical value = 0.
q3 UnderexcLimIEEEUEL2C double UEL lookup table reactive power (fourth point) (Q3). Typical value = -0,21.
vulmax UnderexcLimIEEEUEL2C double UEL PI control maximum output (Vulmax). Typical value = 0,25.
q1 UnderexcLimIEEEUEL2C double UEL lookup table reactive power (second point) (Q1). Typical value = -0,31.
p5 UnderexcLimIEEEUEL2C double UEL lookup table real power (sixth point) (P5).
tu2 UnderexcLimIEEEUEL2C double UEL denominator (lag) time constant (first block) (Tu2) (>=0). Typical value = 0.
kfix UnderexcLimIEEEUEL2C double UEL fixed gain reduction factor (Kfix). Typical value = 1.
kfb UnderexcLimIEEEUEL2C double UEL gain (Kfb). It is specific for the application of the IEEE UEL2C model in conjunction with the IEEE ST7C.
kui UnderexcLimIEEEUEL2C double UEL integral gain (Kui). Typical value = 0,5.
kuf UnderexcLimIEEEUEL2C double UEL excitation system stabilizer gain (Kuf). Typical value = 0.
vuelmin2 UnderexcLimIEEEUEL2C double UEL minimum output (Vuelmin2). Typical value = 0.
tu3 UnderexcLimIEEEUEL2C double UEL numerator (lead) time constant (second block) (Tu3) (>=0). Typical value = 0.
tadj UnderexcLimIEEEUEL2C double UEL adjustable gain reduction time constant (Tadj) (>=0). Typical value = 3.
tuv UnderexcLimIEEEUEL2C double UEL voltage filter time constant (Tuv) (>=0). Typical value = 5.
tup UnderexcLimIEEEUEL2C double UEL real power filter time constant (Tup) (>=0). Typical value = 5.
kul UnderexcLimIEEEUEL2C double UEL proportional gain (Kul). Typical value = 0,8.
vulmin UnderexcLimIEEEUEL2C double UEL PI control minimum output (Vulmin). Typical value = 0.
ExcitationSystemDynamics UnderexcitationLimiterDynamics ExcitationSystemDynamics Excitation system model with which this underexcitation limiter model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

UnderexcLimX1

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<UnderexcLimX1> rdf:type rdfs:Class ;
	rdfs:label "UnderexcLimX1"@en ;
	rdfs:subClassOf <UnderexcitationLimiterDynamics> .
<UnderexcLimX1.km> rdf:type rdfs:Property ;
	rdfs:label "km"@en ;
	rdfs:domain <UnderexcLimX1> ;
	rdfs:range xsd:double .
<UnderexcLimX1.k> rdf:type rdfs:Property ;
	rdfs:label "k"@en ;
	rdfs:domain <UnderexcLimX1> ;
	rdfs:range xsd:double .
<UnderexcLimX1.melmax> rdf:type rdfs:Property ;
	rdfs:label "melmax"@en ;
	rdfs:domain <UnderexcLimX1> ;
	rdfs:range xsd:double .
<UnderexcLimX1.tf2> rdf:type rdfs:Property ;
	rdfs:label "tf2"@en ;
	rdfs:domain <UnderexcLimX1> ;
	rdfs:range xsd:double .
<UnderexcLimX1.tm> rdf:type rdfs:Property ;
	rdfs:label "tm"@en ;
	rdfs:domain <UnderexcLimX1> ;
	rdfs:range xsd:double .
<UnderexcLimX1.kf2> rdf:type rdfs:Property ;
	rdfs:label "kf2"@en ;
	rdfs:domain <UnderexcLimX1> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1> <http://www.w3.org/2000/01/rdf-schema#label> "UnderexcLimX1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.km> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.km> <http://www.w3.org/2000/01/rdf-schema#label> "km"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.km> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.km> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.k> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.k> <http://www.w3.org/2000/01/rdf-schema#label> "k"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.k> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.k> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.melmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.melmax> <http://www.w3.org/2000/01/rdf-schema#label> "melmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.melmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.melmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.tf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.tf2> <http://www.w3.org/2000/01/rdf-schema#label> "tf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.tf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.tf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.tm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.tm> <http://www.w3.org/2000/01/rdf-schema#label> "tm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.tm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.tm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.kf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.kf2> <http://www.w3.org/2000/01/rdf-schema#label> "kf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.kf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX1.kf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: UnderexcitationLimiterDynamics » DynamicsFunctionBlock » IdentifiedObject

Allis-Chalmers minimum excitation limiter.

Property Domain Range Comment
km UnderexcLimX1 double Minimum excitation limit gain (KM).
k UnderexcLimX1 double Minimum excitation limit slope (K) (> 0).
melmax UnderexcLimX1 double Minimum excitation limit value (MELMAX).
tf2 UnderexcLimX1 double Differential time constant (TF2) (>= 0).
tm UnderexcLimX1 double Minimum excitation limit time constant (TM) (>= 0).
kf2 UnderexcLimX1 double Differential gain (KF2).
ExcitationSystemDynamics UnderexcitationLimiterDynamics ExcitationSystemDynamics Excitation system model with which this underexcitation limiter model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

UnderexcLimX2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<UnderexcLimX2> rdf:type rdfs:Class ;
	rdfs:label "UnderexcLimX2"@en ;
	rdfs:subClassOf <UnderexcitationLimiterDynamics> .
<UnderexcLimX2.tm> rdf:type rdfs:Property ;
	rdfs:label "tm"@en ;
	rdfs:domain <UnderexcLimX2> ;
	rdfs:range xsd:double .
<UnderexcLimX2.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <UnderexcLimX2> ;
	rdfs:range xsd:double .
<UnderexcLimX2.tf2> rdf:type rdfs:Property ;
	rdfs:label "tf2"@en ;
	rdfs:domain <UnderexcLimX2> ;
	rdfs:range xsd:double .
<UnderexcLimX2.melmax> rdf:type rdfs:Property ;
	rdfs:label "melmax"@en ;
	rdfs:domain <UnderexcLimX2> ;
	rdfs:range xsd:double .
<UnderexcLimX2.kf2> rdf:type rdfs:Property ;
	rdfs:label "kf2"@en ;
	rdfs:domain <UnderexcLimX2> ;
	rdfs:range xsd:double .
<UnderexcLimX2.km> rdf:type rdfs:Property ;
	rdfs:label "km"@en ;
	rdfs:domain <UnderexcLimX2> ;
	rdfs:range xsd:double .
<UnderexcLimX2.qo> rdf:type rdfs:Property ;
	rdfs:label "qo"@en ;
	rdfs:domain <UnderexcLimX2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2> <http://www.w3.org/2000/01/rdf-schema#label> "UnderexcLimX2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.tm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.tm> <http://www.w3.org/2000/01/rdf-schema#label> "tm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.tm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.tm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.tf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.tf2> <http://www.w3.org/2000/01/rdf-schema#label> "tf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.tf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.tf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.melmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.melmax> <http://www.w3.org/2000/01/rdf-schema#label> "melmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.melmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.melmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.kf2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.kf2> <http://www.w3.org/2000/01/rdf-schema#label> "kf2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.kf2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.kf2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.km> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.km> <http://www.w3.org/2000/01/rdf-schema#label> "km"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.km> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.km> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.qo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.qo> <http://www.w3.org/2000/01/rdf-schema#label> "qo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.qo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcLimX2.qo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: UnderexcitationLimiterDynamics » DynamicsFunctionBlock » IdentifiedObject

Westinghouse minimum excitation limiter.

Property Domain Range Comment
tm UnderexcLimX2 double Minimum excitation limit time constant (TM) (>= 0).
r UnderexcLimX2 double Excitation radius (R).
tf2 UnderexcLimX2 double Differential time constant (TF2) (>= 0).
melmax UnderexcLimX2 double Minimum excitation limit value (MELMAX).
kf2 UnderexcLimX2 double Differential gain (KF2).
km UnderexcLimX2 double Minimum excitation limit gain (KM).
qo UnderexcLimX2 double Excitation centre setting (QO).
ExcitationSystemDynamics UnderexcitationLimiterDynamics ExcitationSystemDynamics Excitation system model with which this underexcitation limiter model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

UnderexcitationLimiterDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<UnderexcitationLimiterDynamics> rdf:type rdfs:Class ;
	rdfs:label "UnderexcitationLimiterDynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<UnderexcitationLimiterDynamics.ExcitationSystemDynamics> rdf:type rdfs:Property ;
	rdfs:label "ExcitationSystemDynamics"@en ;
	rdfs:domain <UnderexcitationLimiterDynamics> ;
	rdfs:range <ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "UnderexcitationLimiterDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterDynamics.ExcitationSystemDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterDynamics.ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "ExcitationSystemDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterDynamics.ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterDynamics.ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Underexcitation limiter function block whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
ExcitationSystemDynamics UnderexcitationLimiterDynamics ExcitationSystemDynamics Excitation system model with which this underexcitation limiter model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

UnderexcitationLimiterUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<UnderexcitationLimiterUserDefined> rdf:type rdfs:Class ;
	rdfs:label "UnderexcitationLimiterUserDefined"@en ;
	rdfs:subClassOf <UnderexcitationLimiterDynamics> .
<UnderexcitationLimiterUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <UnderexcitationLimiterUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "UnderexcitationLimiterUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#UnderexcitationLimiterUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: UnderexcitationLimiterDynamics » DynamicsFunctionBlock » IdentifiedObject

Underexcitation limiter function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary UnderexcitationLimiterUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
ExcitationSystemDynamics UnderexcitationLimiterDynamics ExcitationSystemDynamics Excitation system model with which this underexcitation limiter model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

VAdjIEEE

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VAdjIEEE> rdf:type rdfs:Class ;
	rdfs:label "VAdjIEEE"@en ;
	rdfs:subClassOf <VoltageAdjusterDynamics> .
<VAdjIEEE.vadjf> rdf:type rdfs:Property ;
	rdfs:label "vadjf"@en ;
	rdfs:domain <VAdjIEEE> ;
	rdfs:range xsd:double .
<VAdjIEEE.taoff> rdf:type rdfs:Property ;
	rdfs:label "taoff"@en ;
	rdfs:domain <VAdjIEEE> ;
	rdfs:range xsd:double .
<VAdjIEEE.taon> rdf:type rdfs:Property ;
	rdfs:label "taon"@en ;
	rdfs:domain <VAdjIEEE> ;
	rdfs:range xsd:double .
<VAdjIEEE.vadjmin> rdf:type rdfs:Property ;
	rdfs:label "vadjmin"@en ;
	rdfs:domain <VAdjIEEE> ;
	rdfs:range xsd:double .
<VAdjIEEE.vadjmax> rdf:type rdfs:Property ;
	rdfs:label "vadjmax"@en ;
	rdfs:domain <VAdjIEEE> ;
	rdfs:range xsd:double .
<VAdjIEEE.adjslew> rdf:type rdfs:Property ;
	rdfs:label "adjslew"@en ;
	rdfs:domain <VAdjIEEE> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE> <http://www.w3.org/2000/01/rdf-schema#label> "VAdjIEEE"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageAdjusterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.vadjf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.vadjf> <http://www.w3.org/2000/01/rdf-schema#label> "vadjf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.vadjf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.vadjf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.taoff> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.taoff> <http://www.w3.org/2000/01/rdf-schema#label> "taoff"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.taoff> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.taoff> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.taon> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.taon> <http://www.w3.org/2000/01/rdf-schema#label> "taon"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.taon> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.taon> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.vadjmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.vadjmin> <http://www.w3.org/2000/01/rdf-schema#label> "vadjmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.vadjmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.vadjmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.vadjmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.vadjmax> <http://www.w3.org/2000/01/rdf-schema#label> "vadjmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.vadjmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.vadjmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.adjslew> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.adjslew> <http://www.w3.org/2000/01/rdf-schema#label> "adjslew"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.adjslew> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE.adjslew> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: VoltageAdjusterDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE voltage adjuster which is used to represent the voltage adjuster in either a power factor or VAr control system. Reference: IEEE 421.5-2005, 11.1.

Property Domain Range Comment
vadjf VAdjIEEE double Set high to provide a continuous raise or lower (VADJF).
taoff VAdjIEEE double Time that adjuster pulses are off (TAOFF) (>= 0). Typical value = 0,5.
taon VAdjIEEE double Time that adjuster pulses are on (TAON) (>= 0). Typical value = 0,1.
vadjmin VAdjIEEE double Minimum output of the adjuster (VADJMIN) (< VAdjIEEE.vadjmax). Typical value = 0,9.
vadjmax VAdjIEEE double Maximum output of the adjuster (VADJMAX) (> VAdjIEEE.vadjmin). Typical value = 1,1.
adjslew VAdjIEEE double Rate at which output of adjuster changes (ADJ_SLEW). Unit = s / PU. Typical value = 300.
PFVArControllerType1Dynamics VoltageAdjusterDynamics PFVArControllerType1Dynamics Power factor or VAr controller type 1 model with which this voltage adjuster is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

VAdjIEEE2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VAdjIEEE2> rdf:type rdfs:Class ;
	rdfs:label "VAdjIEEE2"@en ;
	rdfs:subClassOf <VoltageAdjusterDynamics> .
<VAdjIEEE2.ton> rdf:type rdfs:Property ;
	rdfs:label "ton"@en ;
	rdfs:domain <VAdjIEEE2> ;
	rdfs:range xsd:double .
<VAdjIEEE2.tslew> rdf:type rdfs:Property ;
	rdfs:label "tslew"@en ;
	rdfs:domain <VAdjIEEE2> ;
	rdfs:range xsd:double .
<VAdjIEEE2.vrefmax> rdf:type rdfs:Property ;
	rdfs:label "vrefmax"@en ;
	rdfs:domain <VAdjIEEE2> ;
	rdfs:range xsd:double .
<VAdjIEEE2.toff> rdf:type rdfs:Property ;
	rdfs:label "toff"@en ;
	rdfs:domain <VAdjIEEE2> ;
	rdfs:range xsd:double .
<VAdjIEEE2.vrefmin> rdf:type rdfs:Property ;
	rdfs:label "vrefmin"@en ;
	rdfs:domain <VAdjIEEE2> ;
	rdfs:range xsd:double .
<VAdjIEEE2.vadj> rdf:type rdfs:Property ;
	rdfs:label "vadj"@en ;
	rdfs:domain <VAdjIEEE2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2> <http://www.w3.org/2000/01/rdf-schema#label> "VAdjIEEE2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageAdjusterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.ton> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.ton> <http://www.w3.org/2000/01/rdf-schema#label> "ton"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.ton> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.ton> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.tslew> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.tslew> <http://www.w3.org/2000/01/rdf-schema#label> "tslew"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.tslew> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.tslew> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.vrefmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.vrefmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrefmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.vrefmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.vrefmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.toff> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.toff> <http://www.w3.org/2000/01/rdf-schema#label> "toff"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.toff> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.toff> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.vrefmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.vrefmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrefmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.vrefmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.vrefmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.vadj> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.vadj> <http://www.w3.org/2000/01/rdf-schema#label> "vadj"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.vadj> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VAdjIEEE2.vadj> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: VoltageAdjusterDynamics » DynamicsFunctionBlock » IdentifiedObject

IEEE 421.5-2016 Voltage reference adjuster model. It is is used to represent the voltage adjuster in either a power factor or var control system represented by a Type 1 model.

Reference: IEEE 421.5-2016, 13.7.

Property Domain Range Comment
ton VAdjIEEE2 double Voltage adjuster pulse generator time on (Ton) (>=0). Typical value = 0,1.
tslew VAdjIEEE2 double Voltage adjuster travel time (Tslew) (>=0). Typical value = 300.
vrefmax VAdjIEEE2 double Voltage adjuster maximum output (Vrefmax). Typical value = 1,1.
toff VAdjIEEE2 double Voltage adjuster pulse generator time off (Toff) (>=0). Typical value = 0,5.
vrefmin VAdjIEEE2 double Voltage adjuster minimum output (Vrefmin). Typical value = 0,9.
vadj VAdjIEEE2 double Voltage adjuster bypass of pulse generator (Vadj). Typical value = 0.
PFVArControllerType1Dynamics VoltageAdjusterDynamics PFVArControllerType1Dynamics Power factor or VAr controller type 1 model with which this voltage adjuster is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

VCompIEEEType1

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VCompIEEEType1> rdf:type rdfs:Class ;
	rdfs:label "VCompIEEEType1"@en ;
	rdfs:subClassOf <VoltageCompensatorDynamics> .
<VCompIEEEType1.xc> rdf:type rdfs:Property ;
	rdfs:label "xc"@en ;
	rdfs:domain <VCompIEEEType1> ;
	rdfs:range xsd:double .
<VCompIEEEType1.rc> rdf:type rdfs:Property ;
	rdfs:label "rc"@en ;
	rdfs:domain <VCompIEEEType1> ;
	rdfs:range xsd:double .
<VCompIEEEType1.tr> rdf:type rdfs:Property ;
	rdfs:label "tr"@en ;
	rdfs:domain <VCompIEEEType1> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType1> <http://www.w3.org/2000/01/rdf-schema#label> "VCompIEEEType1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageCompensatorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType1.xc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType1.xc> <http://www.w3.org/2000/01/rdf-schema#label> "xc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType1.xc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType1.xc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType1.rc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType1.rc> <http://www.w3.org/2000/01/rdf-schema#label> "rc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType1.rc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType1.rc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType1.tr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType1.tr> <http://www.w3.org/2000/01/rdf-schema#label> "tr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType1.tr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType1.tr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: VoltageCompensatorDynamics » DynamicsFunctionBlock » IdentifiedObject

Terminal voltage transducer and load compensator (Type 1). This model is common to all excitation system models described in the IEEE Standard. Parameter details: - If Rc and Xc are set to zero, the load compensation is not employed and the behaviour is as a simple sensing circuit.

Property Domain Range Comment
xc VCompIEEEType1 double Reactive component of compensation of a generator (Xc) (>= 0).
rc VCompIEEEType1 double Resistive component of compensation of a generator (Rc) (>= 0).
tr VCompIEEEType1 double Time constant which is used for the combined voltage sensing and compensation signal (Tr) (>= 0).
ExcitationSystemDynamics VoltageCompensatorDynamics ExcitationSystemDynamics Excitation system model with which this voltage compensator is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

VCompIEEEType2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VCompIEEEType2> rdf:type rdfs:Class ;
	rdfs:label "VCompIEEEType2"@en ;
	rdfs:subClassOf <VoltageCompensatorDynamics> .
<VCompIEEEType2.tr> rdf:type rdfs:Property ;
	rdfs:label "tr"@en ;
	rdfs:domain <VCompIEEEType2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType2> <http://www.w3.org/2000/01/rdf-schema#label> "VCompIEEEType2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageCompensatorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType2.tr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType2.tr> <http://www.w3.org/2000/01/rdf-schema#label> "tr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType2.tr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VCompIEEEType2.tr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: VoltageCompensatorDynamics » DynamicsFunctionBlock » IdentifiedObject

Terminal voltage transducer and load compensator (Type 2). This model is designed to cover the following types of compensation:

Reference: IEEE 421.5-2005, 4 and IEEE 421.5-2016, 5.
Property Domain Range Comment
tr VCompIEEEType2 double Time constant which is used for the combined voltage sensing and compensation signal (Tr) (>= 0).
ExcitationSystemDynamics VoltageCompensatorDynamics ExcitationSystemDynamics Excitation system model with which this voltage compensator is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

VSCDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VSCDynamics> rdf:type rdfs:Class ;
	rdfs:label "VSCDynamics"@en ;
	rdfs:subClassOf <HVDCDynamics> .
<VSCDynamics.VsConverter> rdf:type rdfs:Property ;
	rdfs:label "VsConverter"@en ;
	rdfs:domain <VSCDynamics> ;
	rdfs:range <VsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VSCDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VSCDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "VSCDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VSCDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#HVDCDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VSCDynamics.VsConverter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VSCDynamics.VsConverter> <http://www.w3.org/2000/01/rdf-schema#label> "VsConverter"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VSCDynamics.VsConverter> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VSCDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VSCDynamics.VsConverter> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> .

Sub-Class Of: HVDCDynamics » DynamicsFunctionBlock » IdentifiedObject

VSC function block whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
VsConverter VSCDynamics VsConverter Voltage source converter to which voltage source converter dynamics model applies.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

VSCUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VSCUserDefined> rdf:type rdfs:Class ;
	rdfs:label "VSCUserDefined"@en ;
	rdfs:subClassOf <VSCDynamics> .
<VSCUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <VSCUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VSCUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VSCUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "VSCUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VSCUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#VSCDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VSCUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VSCUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VSCUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VSCUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VSCUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: VSCDynamics » HVDCDynamics » DynamicsFunctionBlock » IdentifiedObject

Voltage source converter (VSC) function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary VSCUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
VsConverter VSCDynamics VsConverter Voltage source converter to which voltage source converter dynamics model applies.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

VoltVarSettings

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VoltVarSettings> rdf:type rdfs:Class ;
	rdfs:label "VoltVarSettings"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<VoltVarSettings.curveQ3> rdf:type rdfs:Property ;
	rdfs:label "curveQ3"@en ;
	rdfs:domain <VoltVarSettings> ;
	rdfs:range xsd:double .
<VoltVarSettings.olrt> rdf:type rdfs:Property ;
	rdfs:label "olrt"@en ;
	rdfs:domain <VoltVarSettings> ;
	rdfs:range xsd:double .
<VoltVarSettings.curveQ2> rdf:type rdfs:Property ;
	rdfs:label "curveQ2"@en ;
	rdfs:domain <VoltVarSettings> ;
	rdfs:range xsd:double .
<VoltVarSettings.curveQ1> rdf:type rdfs:Property ;
	rdfs:label "curveQ1"@en ;
	rdfs:domain <VoltVarSettings> ;
	rdfs:range xsd:double .
<VoltVarSettings.enabled> rdf:type rdfs:Property ;
	rdfs:label "enabled"@en ;
	rdfs:domain <VoltVarSettings> ;
	rdfs:range xsd:boolean .
<VoltVarSettings.curveQ4> rdf:type rdfs:Property ;
	rdfs:label "curveQ4"@en ;
	rdfs:domain <VoltVarSettings> ;
	rdfs:range xsd:double .
<VoltVarSettings.curveV2> rdf:type rdfs:Property ;
	rdfs:label "curveV2"@en ;
	rdfs:domain <VoltVarSettings> ;
	rdfs:range xsd:double .
<VoltVarSettings.vRefAutoModeEnabled> rdf:type rdfs:Property ;
	rdfs:label "vRefAutoModeEnabled"@en ;
	rdfs:domain <VoltVarSettings> ;
	rdfs:range xsd:boolean .
<VoltVarSettings.curveV4> rdf:type rdfs:Property ;
	rdfs:label "curveV4"@en ;
	rdfs:domain <VoltVarSettings> ;
	rdfs:range xsd:double .
<VoltVarSettings.vRef> rdf:type rdfs:Property ;
	rdfs:label "vRef"@en ;
	rdfs:domain <VoltVarSettings> ;
	rdfs:range xsd:double .
<VoltVarSettings.curveV3> rdf:type rdfs:Property ;
	rdfs:label "curveV3"@en ;
	rdfs:domain <VoltVarSettings> ;
	rdfs:range xsd:double .
<VoltVarSettings.vRefOlrt> rdf:type rdfs:Property ;
	rdfs:label "vRefOlrt"@en ;
	rdfs:domain <VoltVarSettings> ;
	rdfs:range xsd:double .
<VoltVarSettings.curveV1> rdf:type rdfs:Property ;
	rdfs:label "curveV1"@en ;
	rdfs:domain <VoltVarSettings> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings> <http://www.w3.org/2000/01/rdf-schema#label> "VoltVarSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveQ3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveQ3> <http://www.w3.org/2000/01/rdf-schema#label> "curveQ3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveQ3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveQ3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.olrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.olrt> <http://www.w3.org/2000/01/rdf-schema#label> "olrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.olrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.olrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveQ2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveQ2> <http://www.w3.org/2000/01/rdf-schema#label> "curveQ2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveQ2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveQ2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveQ1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveQ1> <http://www.w3.org/2000/01/rdf-schema#label> "curveQ1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveQ1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveQ1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.enabled> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.enabled> <http://www.w3.org/2000/01/rdf-schema#label> "enabled"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.enabled> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.enabled> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveQ4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveQ4> <http://www.w3.org/2000/01/rdf-schema#label> "curveQ4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveQ4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveQ4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveV2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveV2> <http://www.w3.org/2000/01/rdf-schema#label> "curveV2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveV2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveV2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.vRefAutoModeEnabled> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.vRefAutoModeEnabled> <http://www.w3.org/2000/01/rdf-schema#label> "vRefAutoModeEnabled"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.vRefAutoModeEnabled> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.vRefAutoModeEnabled> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveV4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveV4> <http://www.w3.org/2000/01/rdf-schema#label> "curveV4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveV4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveV4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.vRef> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.vRef> <http://www.w3.org/2000/01/rdf-schema#label> "vRef"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.vRef> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.vRef> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveV3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveV3> <http://www.w3.org/2000/01/rdf-schema#label> "curveV3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveV3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveV3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.vRefOlrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.vRefOlrt> <http://www.w3.org/2000/01/rdf-schema#label> "vRefOlrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.vRefOlrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.vRefOlrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveV1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveV1> <http://www.w3.org/2000/01/rdf-schema#label> "curveV1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveV1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltVarSettings.curveV1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Volt Var Settings.

Reference: IEEE1547-2018.

Property Domain Range Comment
curveQ3 VoltVarSettings double VArs at V3. Per unit value based on NP_Q_MAX_INJ or NP_Q_MAX_ABS. Negative signs should not be used but if present, indicates absorbing VAr. (QV_CURVE_Q3). Typical value = 0.
olrt VoltVarSettings double Volt-VAr open loop response time (QV_OLRT) (>=0). Typical value = 5.
curveQ2 VoltVarSettings double VArs at V2. Per unit value based on NP_Q_MAX_INJ or NP_Q_MAX_ABS. Negative signs should not be used but if present, indicates absorbing VAr. (QV_CURVE_Q2). Typical value = 0.
curveQ1 VoltVarSettings double VArs at V1. Per unit value based on NP_Q_MAX_INJ or NP_Q_MAX_ABS. Negative signs should not be used but if present, indicates absorbing VAr. (QV_CURVE_Q1). Typical value = 0,44.
enabled VoltVarSettings boolean Enables Volt-Var settings. It is specified by the area electric power system operator (QV_MODE_ENABLE). True means enabled. False meand disabled. Typical value = false.
curveQ4 VoltVarSettings double VArs at V4. Per unit value based on NP_Q_MAX_INJ or NP_Q_MAX_ABS. Negative signs should not be used but if present, indicates absorbing VAr. (QV_CURVE_Q4). Typical value = -0,44.
curveV2 VoltVarSettings double Undervoltage magnitude where VArs are at minimum. Per unit value based on NP_AC_V_NOM (voltage base) (QV_CURVE_V2). Typical value = 0,98.
vRefAutoModeEnabled VoltVarSettings boolean Enables Volt-Var settings auto mode. It is specified by the area electric power system operator (QV_VREF_AUTO_MODE). True means enabled. False meand disabled. Typical value = true.
curveV4 VoltVarSettings double Overvoltage magnitude where VArs are at minimum. Per unit value based on NP_AC_V_NOM (voltage base) (QV_CURVE_V4). Typical value = 1,08.
vRef VoltVarSettings double Per unit value based on NP_AC_V_NOM (voltage base) (QV_VREF). Typical value = 1.
curveV3 VoltVarSettings double Overvoltage magnitude where VArs are at minimum. Per unit value based on NP_AC_V_NOM (voltage base) (QV_CURVE_V3). Typical value = 1,02.
vRefOlrt VoltVarSettings double Vref time constant in seconds as specified by the area EPS operator (QV_VREF_OLRT) (>=0).
curveV1 VoltVarSettings double Undervoltage magnitude where VArs are at maximum. Per unit value based on NP_AC_V_NOM (voltage base) (QV_CURVE_V1). Typical value = 0,92.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

VoltWattSettings

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VoltWattSettings> rdf:type rdfs:Class ;
	rdfs:label "VoltWattSettings"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<VoltWattSettings.curveP1> rdf:type rdfs:Property ;
	rdfs:label "curveP1"@en ;
	rdfs:domain <VoltWattSettings> ;
	rdfs:range xsd:double .
<VoltWattSettings.curveP2gen> rdf:type rdfs:Property ;
	rdfs:label "curveP2gen"@en ;
	rdfs:domain <VoltWattSettings> ;
	rdfs:range xsd:double .
<VoltWattSettings.enabled> rdf:type rdfs:Property ;
	rdfs:label "enabled"@en ;
	rdfs:domain <VoltWattSettings> ;
	rdfs:range xsd:boolean .
<VoltWattSettings.curveV2> rdf:type rdfs:Property ;
	rdfs:label "curveV2"@en ;
	rdfs:domain <VoltWattSettings> ;
	rdfs:range xsd:double .
<VoltWattSettings.curveP2load> rdf:type rdfs:Property ;
	rdfs:label "curveP2load"@en ;
	rdfs:domain <VoltWattSettings> ;
	rdfs:range xsd:double .
<VoltWattSettings.curveV1> rdf:type rdfs:Property ;
	rdfs:label "curveV1"@en ;
	rdfs:domain <VoltWattSettings> ;
	rdfs:range xsd:double .
<VoltWattSettings.olrt> rdf:type rdfs:Property ;
	rdfs:label "olrt"@en ;
	rdfs:domain <VoltWattSettings> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings> <http://www.w3.org/2000/01/rdf-schema#label> "VoltWattSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.curveP1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.curveP1> <http://www.w3.org/2000/01/rdf-schema#label> "curveP1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.curveP1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.curveP1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.curveP2gen> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.curveP2gen> <http://www.w3.org/2000/01/rdf-schema#label> "curveP2gen"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.curveP2gen> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.curveP2gen> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.enabled> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.enabled> <http://www.w3.org/2000/01/rdf-schema#label> "enabled"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.enabled> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.enabled> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.curveV2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.curveV2> <http://www.w3.org/2000/01/rdf-schema#label> "curveV2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.curveV2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.curveV2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.curveP2load> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.curveP2load> <http://www.w3.org/2000/01/rdf-schema#label> "curveP2load"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.curveP2load> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.curveP2load> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.curveV1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.curveV1> <http://www.w3.org/2000/01/rdf-schema#label> "curveV1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.curveV1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.curveV1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.olrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.olrt> <http://www.w3.org/2000/01/rdf-schema#label> "olrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.olrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltWattSettings.olrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Volt Watt Settings.

Reference: IEEE1547-2018.

Property Domain Range Comment
curveP1 VoltWattSettings double Active power level at V1 (PV_CURVE_P1). Per unit value based on NP_P_MAX_CHARGE. Typical value = 1.
curveP2gen VoltWattSettings double Minimum active power generating at V2 (PV_CURVE_P2_GEN). The lesser of 0.2*Prated or Pmin. Per unit value based on NP_P_MAX. Typical value = Pmin.
enabled VoltWattSettings boolean Voltage-active power mode enable (PV_MODE_ENABLE). True means enabled. False means disabled. Typical value = false.
curveV2 VoltWattSettings double Upper voltager for maximum power reduction (PV_CURVE_V2). Per unit value based on NP_AC_V_NOM (voltage base). Typical value = 1,1.
curveP2load VoltWattSettings double Applicable to DER which can generate and absorb active power (PV_CURVE_P2_LOAD). Per unit Value based on NP_P_MAX_CHARGE. Negative values indicate active power load. Indicates maximum active power absorption. Typical value = 0.
curveV1 VoltWattSettings double Upper start voltage for power reduction (PV_CURVE_V1). Per unit value based on NP_AC_V_NOM (voltage base). Typical value = 1,06.
olrt VoltWattSettings double P(V) open loop response time setting (PV_OLRT) (>=0). Typical value = 10.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

VoltageAdjusterDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VoltageAdjusterDynamics> rdf:type rdfs:Class ;
	rdfs:label "VoltageAdjusterDynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<VoltageAdjusterDynamics.PFVArControllerType1Dynamics> rdf:type rdfs:Property ;
	rdfs:label "PFVArControllerType1Dynamics"@en ;
	rdfs:domain <VoltageAdjusterDynamics> ;
	rdfs:range <PFVArControllerType1Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageAdjusterDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageAdjusterDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "VoltageAdjusterDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageAdjusterDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageAdjusterDynamics.PFVArControllerType1Dynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageAdjusterDynamics.PFVArControllerType1Dynamics> <http://www.w3.org/2000/01/rdf-schema#label> "PFVArControllerType1Dynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageAdjusterDynamics.PFVArControllerType1Dynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageAdjusterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageAdjusterDynamics.PFVArControllerType1Dynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PFVArControllerType1Dynamics> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Voltage adjuster function block whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
PFVArControllerType1Dynamics VoltageAdjusterDynamics PFVArControllerType1Dynamics Power factor or VAr controller type 1 model with which this voltage adjuster is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

VoltageAdjusterUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VoltageAdjusterUserDefined> rdf:type rdfs:Class ;
	rdfs:label "VoltageAdjusterUserDefined"@en ;
	rdfs:subClassOf <VoltageAdjusterDynamics> .
<VoltageAdjusterUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <VoltageAdjusterUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageAdjusterUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageAdjusterUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "VoltageAdjusterUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageAdjusterUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageAdjusterDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageAdjusterUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageAdjusterUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageAdjusterUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageAdjusterUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageAdjusterUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: VoltageAdjusterDynamics » DynamicsFunctionBlock » IdentifiedObject

Voltage adjuster function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary VoltageAdjusterUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
PFVArControllerType1Dynamics VoltageAdjusterDynamics PFVArControllerType1Dynamics Power factor or VAr controller type 1 model with which this voltage adjuster is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

VoltageCompensatorDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VoltageCompensatorDynamics> rdf:type rdfs:Class ;
	rdfs:label "VoltageCompensatorDynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<VoltageCompensatorDynamics.ExcitationSystemDynamics> rdf:type rdfs:Property ;
	rdfs:label "ExcitationSystemDynamics"@en ;
	rdfs:domain <VoltageCompensatorDynamics> ;
	rdfs:range <ExcitationSystemDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageCompensatorDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageCompensatorDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "VoltageCompensatorDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageCompensatorDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageCompensatorDynamics.ExcitationSystemDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageCompensatorDynamics.ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "ExcitationSystemDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageCompensatorDynamics.ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageCompensatorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageCompensatorDynamics.ExcitationSystemDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExcitationSystemDynamics> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Voltage compensator function block whose behaviour is described by reference to a standard model or by definition of a user-defined model.

Property Domain Range Comment
ExcitationSystemDynamics VoltageCompensatorDynamics ExcitationSystemDynamics Excitation system model with which this voltage compensator is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

VoltageCompensatorUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VoltageCompensatorUserDefined> rdf:type rdfs:Class ;
	rdfs:label "VoltageCompensatorUserDefined"@en ;
	rdfs:subClassOf <VoltageCompensatorDynamics> .
<VoltageCompensatorUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <VoltageCompensatorUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageCompensatorUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageCompensatorUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "VoltageCompensatorUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageCompensatorUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageCompensatorDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageCompensatorUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageCompensatorUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageCompensatorUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageCompensatorUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageCompensatorUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: VoltageCompensatorDynamics » DynamicsFunctionBlock » IdentifiedObject

Voltage compensator function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary VoltageCompensatorUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
ExcitationSystemDynamics VoltageCompensatorDynamics ExcitationSystemDynamics Excitation system model with which this voltage compensator is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

VoltageTripSettings

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VoltageTripSettings> rdf:type rdfs:Class ;
	rdfs:label "VoltageTripSettings"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<VoltageTripSettings.ov2TripT> rdf:type rdfs:Property ;
	rdfs:label "ov2TripT"@en ;
	rdfs:domain <VoltageTripSettings> ;
	rdfs:range xsd:double .
<VoltageTripSettings.uv1TripT> rdf:type rdfs:Property ;
	rdfs:label "uv1TripT"@en ;
	rdfs:domain <VoltageTripSettings> ;
	rdfs:range xsd:double .
<VoltageTripSettings.uv1TripV> rdf:type rdfs:Property ;
	rdfs:label "uv1TripV"@en ;
	rdfs:domain <VoltageTripSettings> ;
	rdfs:range xsd:double .
<VoltageTripSettings.ov1TripT> rdf:type rdfs:Property ;
	rdfs:label "ov1TripT"@en ;
	rdfs:domain <VoltageTripSettings> ;
	rdfs:range xsd:double .
<VoltageTripSettings.ov2TripV> rdf:type rdfs:Property ;
	rdfs:label "ov2TripV"@en ;
	rdfs:domain <VoltageTripSettings> ;
	rdfs:range xsd:double .
<VoltageTripSettings.ov1TripV> rdf:type rdfs:Property ;
	rdfs:label "ov1TripV"@en ;
	rdfs:domain <VoltageTripSettings> ;
	rdfs:range xsd:double .
<VoltageTripSettings.uv2TripV> rdf:type rdfs:Property ;
	rdfs:label "uv2TripV"@en ;
	rdfs:domain <VoltageTripSettings> ;
	rdfs:range xsd:double .
<VoltageTripSettings.uv2TripT> rdf:type rdfs:Property ;
	rdfs:label "uv2TripT"@en ;
	rdfs:domain <VoltageTripSettings> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings> <http://www.w3.org/2000/01/rdf-schema#label> "VoltageTripSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.ov2TripT> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.ov2TripT> <http://www.w3.org/2000/01/rdf-schema#label> "ov2TripT"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.ov2TripT> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.ov2TripT> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.uv1TripT> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.uv1TripT> <http://www.w3.org/2000/01/rdf-schema#label> "uv1TripT"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.uv1TripT> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.uv1TripT> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.uv1TripV> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.uv1TripV> <http://www.w3.org/2000/01/rdf-schema#label> "uv1TripV"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.uv1TripV> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.uv1TripV> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.ov1TripT> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.ov1TripT> <http://www.w3.org/2000/01/rdf-schema#label> "ov1TripT"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.ov1TripT> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.ov1TripT> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.ov2TripV> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.ov2TripV> <http://www.w3.org/2000/01/rdf-schema#label> "ov2TripV"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.ov2TripV> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.ov2TripV> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.ov1TripV> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.ov1TripV> <http://www.w3.org/2000/01/rdf-schema#label> "ov1TripV"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.ov1TripV> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.ov1TripV> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.uv2TripV> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.uv2TripV> <http://www.w3.org/2000/01/rdf-schema#label> "uv2TripV"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.uv2TripV> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.uv2TripV> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.uv2TripT> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.uv2TripT> <http://www.w3.org/2000/01/rdf-schema#label> "uv2TripT"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.uv2TripT> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageTripSettings.uv2TripT> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Voltage Trip Settings.

Reference: IEEE1547-2018.

Property Domain Range Comment
ov2TripT VoltageTripSettings double Must trip duration (OV2_TRIP_T) (>=0). Typical value = 0,16.
uv1TripT VoltageTripSettings double Must trip duration (UV1_TRIP_T) (>=0). Typical value = 21.
uv1TripV VoltageTripSettings double Must trip magnitude (UV1_TRIP_V). Per unit value based on NP_AC_V_NOM (voltage base). Typical value = 0,88.
ov1TripT VoltageTripSettings double Must trip duration (OV1_TRIP_T) (>=0). Typical value = 13.
ov2TripV VoltageTripSettings double Must trip magnitude (OV2_TRIP_V). Per unit value based on NP_AC_V_NOM (voltage base). Typical value = 1,2.
ov1TripV VoltageTripSettings double Must trip magnitude (OV1_TRIP_V). Per unit value based on NP_AC_V_NOM (voltage base). Typical value = 1,1.
uv2TripV VoltageTripSettings double Must trip magnitude (UV2_TRIP_V). Per unit value based on NP_AC_V_NOM (voltage base). Typical value = 0,5.
uv2TripT VoltageTripSettings double Must trip duration (UV2_TRIP_T) (>=0). Typical value = 2.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

VsConverter

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VsConverter> rdf:type rdfs:Class ;
	rdfs:label "VsConverter"@en ;
	rdfs:subClassOf <ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> <http://www.w3.org/2000/01/rdf-schema#label> "VsConverter"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .

Sub-Class Of: ACDCConverter » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

DC side of the voltage source converter (VSC).

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WattVarSettings

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WattVarSettings> rdf:type rdfs:Class ;
	rdfs:label "WattVarSettings"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WattVarSettings.curveQ1gen> rdf:type rdfs:Property ;
	rdfs:label "curveQ1gen"@en ;
	rdfs:domain <WattVarSettings> ;
	rdfs:range xsd:double .
<WattVarSettings.curveP1load> rdf:type rdfs:Property ;
	rdfs:label "curveP1load"@en ;
	rdfs:domain <WattVarSettings> ;
	rdfs:range xsd:double .
<WattVarSettings.curveQ3load> rdf:type rdfs:Property ;
	rdfs:label "curveQ3load"@en ;
	rdfs:domain <WattVarSettings> ;
	rdfs:range xsd:double .
<WattVarSettings.curveQ2load> rdf:type rdfs:Property ;
	rdfs:label "curveQ2load"@en ;
	rdfs:domain <WattVarSettings> ;
	rdfs:range xsd:double .
<WattVarSettings.curveP3gen> rdf:type rdfs:Property ;
	rdfs:label "curveP3gen"@en ;
	rdfs:domain <WattVarSettings> ;
	rdfs:range xsd:double .
<WattVarSettings.curveP3load> rdf:type rdfs:Property ;
	rdfs:label "curveP3load"@en ;
	rdfs:domain <WattVarSettings> ;
	rdfs:range xsd:double .
<WattVarSettings.curveP1gen> rdf:type rdfs:Property ;
	rdfs:label "curveP1gen"@en ;
	rdfs:domain <WattVarSettings> ;
	rdfs:range xsd:double .
<WattVarSettings.curveQ1load> rdf:type rdfs:Property ;
	rdfs:label "curveQ1load"@en ;
	rdfs:domain <WattVarSettings> ;
	rdfs:range xsd:double .
<WattVarSettings.curveP2load> rdf:type rdfs:Property ;
	rdfs:label "curveP2load"@en ;
	rdfs:domain <WattVarSettings> ;
	rdfs:range xsd:double .
<WattVarSettings.enabled> rdf:type rdfs:Property ;
	rdfs:label "enabled"@en ;
	rdfs:domain <WattVarSettings> ;
	rdfs:range xsd:boolean .
<WattVarSettings.curveQ3gen> rdf:type rdfs:Property ;
	rdfs:label "curveQ3gen"@en ;
	rdfs:domain <WattVarSettings> ;
	rdfs:range xsd:double .
<WattVarSettings.curveP2gen> rdf:type rdfs:Property ;
	rdfs:label "curveP2gen"@en ;
	rdfs:domain <WattVarSettings> ;
	rdfs:range xsd:double .
<WattVarSettings.curveQ2gen> rdf:type rdfs:Property ;
	rdfs:label "curveQ2gen"@en ;
	rdfs:domain <WattVarSettings> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings> <http://www.w3.org/2000/01/rdf-schema#label> "WattVarSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ1gen> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ1gen> <http://www.w3.org/2000/01/rdf-schema#label> "curveQ1gen"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ1gen> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ1gen> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP1load> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP1load> <http://www.w3.org/2000/01/rdf-schema#label> "curveP1load"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP1load> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP1load> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ3load> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ3load> <http://www.w3.org/2000/01/rdf-schema#label> "curveQ3load"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ3load> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ3load> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ2load> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ2load> <http://www.w3.org/2000/01/rdf-schema#label> "curveQ2load"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ2load> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ2load> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP3gen> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP3gen> <http://www.w3.org/2000/01/rdf-schema#label> "curveP3gen"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP3gen> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP3gen> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP3load> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP3load> <http://www.w3.org/2000/01/rdf-schema#label> "curveP3load"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP3load> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP3load> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP1gen> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP1gen> <http://www.w3.org/2000/01/rdf-schema#label> "curveP1gen"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP1gen> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP1gen> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ1load> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ1load> <http://www.w3.org/2000/01/rdf-schema#label> "curveQ1load"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ1load> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ1load> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP2load> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP2load> <http://www.w3.org/2000/01/rdf-schema#label> "curveP2load"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP2load> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP2load> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.enabled> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.enabled> <http://www.w3.org/2000/01/rdf-schema#label> "enabled"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.enabled> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.enabled> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ3gen> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ3gen> <http://www.w3.org/2000/01/rdf-schema#label> "curveQ3gen"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ3gen> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ3gen> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP2gen> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP2gen> <http://www.w3.org/2000/01/rdf-schema#label> "curveP2gen"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP2gen> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveP2gen> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ2gen> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ2gen> <http://www.w3.org/2000/01/rdf-schema#label> "curveQ2gen"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ2gen> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WattVarSettings.curveQ2gen> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Watt Var Settings.

Reference: IEEE1547-2018.

Property Domain Range Comment
curveQ1gen WattVarSettings double Lower reactive power while generating (QP_CURVE_Q1_GEN). Per unit value based on NP_Q_MAX_INJ or NP_Q_MAX_ABS. Negative signs should not be used but if present, indicates absorbing VAr. Typical value = 0.
curveP1load WattVarSettings double Lower active power (absorbing) (QP_CURVE_P1_LOAD). Per unit value based on NP_P_MAX_CHARGE. Typical value = -0,2.
curveQ3load WattVarSettings double Lower reactive power while absorbing (QP_CURVE_Q3_LOAD). Per unit value based on NP_Q_MAX_INJ or NP_Q_MAX_ABS. Negative signs should not be used but if present, indicates absorbing VAr. Typical value = 0,44.
curveQ2load WattVarSettings double Medium reactive power while absorbing (QP_CURVE_Q2_LOAD). Per unit value based on NP_Q_MAX_INJ or NP_Q_MAX_ABS. Negative signs should not be used but if present, indicates absorbing VAr.. Typical value = 0.
curveP3gen WattVarSettings double Maximum active power (generating) (QP_CURVE_P3_GEN). Per unit value based on NP_P_MAX. Typical value = 1.
curveP3load WattVarSettings double Maximum active power (absorbing) (QP_CURVE_P3_LOAD). Per unit value based on NP_P_MAX_CHARGE. Typical value = -1.
curveP1gen WattVarSettings double Lower active power (generating) (QP_CURVE_P1_GEN). Per unit value based on NP_P_MAX. Typical value = 0,2.
curveQ1load WattVarSettings double Maximum reactive power while absorbing (QP_CURVE_Q1_LOAD). Per unit value based on NP_Q_MAX_INJ or NP_Q_MAX_ABS. Negative signs should not be used but if present, indicates absorbing VAr. Typical value = 0.
curveP2load WattVarSettings double Medium active power (absorbing) (QP_CURVE_P2_LOAD). Per unit value based on NP_P_MAX_CHARGE. Typical value = -0,5.
enabled WattVarSettings boolean This function is deactivated by request from the area electric power system operator (QP_MODE_ENABLE). True means enabled. False means disabled. Typical value = false.
curveQ3gen WattVarSettings double Maximum reactive power while generating (QP_CURVE_Q3_GEN). Per unit value based on NP_Q_MAX_INJ or NP_Q_MAX_ABS. Negative signs should not be used but if present, indicates absorbing VAr. Typical value = -0,44.
curveP2gen WattVarSettings double Medium active power (generating) (QP_CURVE_P2_GEN). Per unit value based on NP_P_MAX. Typical value = 0,5.
curveQ2gen WattVarSettings double Medium reactive power while generating (QP_CURVE_Q2_GEN). Per unit value based on NP_Q_MAX_INJ or NP_Q_MAX_ABS. Negative signs should not be used but if present, indicates absorbing VAr. Typical value = 0.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccBESS

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccBESS> rdf:type rdfs:Class ;
	rdfs:label "WeccBESS"@en ;
	rdfs:subClassOf <WeccDynamics> .
<WeccBESS.dischargeTime> rdf:type rdfs:Property ;
	rdfs:label "dischargeTime"@en ;
	rdfs:domain <WeccBESS> ;
	rdfs:range xsd:double .
<WeccBESS.WeccREGCA> rdf:type rdfs:Property ;
	rdfs:label "WeccREGCA"@en ;
	rdfs:domain <WeccBESS> ;
	rdfs:range <WeccREGCA> .
<WeccBESS.initialStateOfCharge> rdf:type rdfs:Property ;
	rdfs:label "initialStateOfCharge"@en ;
	rdfs:domain <WeccBESS> ;
	rdfs:range xsd:double .
<WeccBESS.maxStateOfCharge> rdf:type rdfs:Property ;
	rdfs:label "maxStateOfCharge"@en ;
	rdfs:domain <WeccBESS> ;
	rdfs:range xsd:double .
<WeccBESS.minStateOfCharge> rdf:type rdfs:Property ;
	rdfs:label "minStateOfCharge"@en ;
	rdfs:domain <WeccBESS> ;
	rdfs:range xsd:double .
<WeccBESS.WeccREECC> rdf:type rdfs:Property ;
	rdfs:label "WeccREECC"@en ;
	rdfs:domain <WeccBESS> ;
	rdfs:range <WeccREECC> .
<WeccBESS.ipmin> rdf:type rdfs:Property ;
	rdfs:label "ipmin"@en ;
	rdfs:domain <WeccBESS> ;
	rdfs:range xsd:double .
<WeccBESS.WeccREPCA> rdf:type rdfs:Property ;
	rdfs:label "WeccREPCA"@en ;
	rdfs:domain <WeccBESS> ;
	rdfs:range <WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS> <http://www.w3.org/2000/01/rdf-schema#label> "WeccBESS"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.dischargeTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.dischargeTime> <http://www.w3.org/2000/01/rdf-schema#label> "dischargeTime"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.dischargeTime> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.dischargeTime> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.WeccREGCA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.WeccREGCA> <http://www.w3.org/2000/01/rdf-schema#label> "WeccREGCA"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.WeccREGCA> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.WeccREGCA> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.initialStateOfCharge> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.initialStateOfCharge> <http://www.w3.org/2000/01/rdf-schema#label> "initialStateOfCharge"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.initialStateOfCharge> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.initialStateOfCharge> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.maxStateOfCharge> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.maxStateOfCharge> <http://www.w3.org/2000/01/rdf-schema#label> "maxStateOfCharge"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.maxStateOfCharge> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.maxStateOfCharge> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.minStateOfCharge> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.minStateOfCharge> <http://www.w3.org/2000/01/rdf-schema#label> "minStateOfCharge"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.minStateOfCharge> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.minStateOfCharge> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.WeccREECC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.WeccREECC> <http://www.w3.org/2000/01/rdf-schema#label> "WeccREECC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.WeccREECC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.WeccREECC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.ipmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.ipmin> <http://www.w3.org/2000/01/rdf-schema#label> "ipmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.ipmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.ipmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.WeccREPCA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.WeccREPCA> <http://www.w3.org/2000/01/rdf-schema#label> "WeccREPCA"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.WeccREPCA> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccBESS.WeccREPCA> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC dynamics models related to battery energy storage systems (BESS).

Property Domain Range Comment
dischargeTime WeccBESS double Discharge time (T) of the BESS. Typical value = 14400.
WeccREGCA WeccBESS WeccREGCA The model that is associated with the batery storage system.
initialStateOfCharge WeccBESS double Initial state of charge (SOCini) on the battery. It is a user entered value. 1 per unit means fully charged and 0 per unit means fully discharged. Typical value = 0,5.
maxStateOfCharge WeccBESS double Maximum allowable state of charge (SOCmax). By definition the maximum value would be 1, however, it may be set to smaller values (e.g. 0,8) to represent manufacturer requirements that the BESS always remain at or below a certain charging level. Typical value = 0,8.
minStateOfCharge WeccBESS double Minimum allowable state of charge (SOCmin). By definition the minimum value would be 0, however, it may be set to larger values (e.g. 0,2) to represent manufacturer requirements that the BESS always remain at or above a certain charging level. Typical value = 0,2.
WeccREECC WeccBESS WeccREECC The model that is associated with the batery storage system.
ipmin WeccBESS double Active current lower limit (Ipmin). It should take on the negative value of Ipmax to allow for charging as well as discharging. Typical value = -1,33.
WeccREPCA WeccBESS WeccREPCA The model that is associated with the batery storage system.
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccDERA

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccDERA> rdf:type rdfs:Class ;
	rdfs:label "WeccDERA"@en ;
	rdfs:subClassOf <WeccDynamics> .
<WeccDERA.tvl0> rdf:type rdfs:Property ;
	rdfs:label "tvl0"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.dup> rdf:type rdfs:Property ;
	rdfs:label "dup"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.femax> rdf:type rdfs:Property ;
	rdfs:label "femax"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.typeflag> rdf:type rdfs:Property ;
	rdfs:label "typeflag"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:boolean .
<WeccDERA.tfl> rdf:type rdfs:Property ;
	rdfs:label "tfl"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.ftripflag> rdf:type rdfs:Property ;
	rdfs:label "ftripflag"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:boolean .
<WeccDERA.iql1> rdf:type rdfs:Property ;
	rdfs:label "iql1"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.tvh0> rdf:type rdfs:Property ;
	rdfs:label "tvh0"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.vl0> rdf:type rdfs:Property ;
	rdfs:label "vl0"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.vh1> rdf:type rdfs:Property ;
	rdfs:label "vh1"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.iqh1> rdf:type rdfs:Property ;
	rdfs:label "iqh1"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.vh0> rdf:type rdfs:Property ;
	rdfs:label "vh0"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.ddn> rdf:type rdfs:Property ;
	rdfs:label "ddn"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.kqv> rdf:type rdfs:Property ;
	rdfs:label "kqv"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.tpord> rdf:type rdfs:Property ;
	rdfs:label "tpord"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.tvh1> rdf:type rdfs:Property ;
	rdfs:label "tvh1"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.dPmin> rdf:type rdfs:Property ;
	rdfs:label "dPmin"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.trv> rdf:type rdfs:Property ;
	rdfs:label "trv"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.vref0> rdf:type rdfs:Property ;
	rdfs:label "vref0"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.kpg> rdf:type rdfs:Property ;
	rdfs:label "kpg"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.kig> rdf:type rdfs:Property ;
	rdfs:label "kig"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.pfFlag> rdf:type rdfs:Property ;
	rdfs:label "pfFlag"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:boolean .
<WeccDERA.vrfrac> rdf:type rdfs:Property ;
	rdfs:label "vrfrac"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.dbd1> rdf:type rdfs:Property ;
	rdfs:label "dbd1"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.tiq> rdf:type rdfs:Property ;
	rdfs:label "tiq"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.fdbd1> rdf:type rdfs:Property ;
	rdfs:label "fdbd1"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.dbd2> rdf:type rdfs:Property ;
	rdfs:label "dbd2"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.femin> rdf:type rdfs:Property ;
	rdfs:label "femin"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.vpr> rdf:type rdfs:Property ;
	rdfs:label "vpr"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.fl> rdf:type rdfs:Property ;
	rdfs:label "fl"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.xe> rdf:type rdfs:Property ;
	rdfs:label "xe"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.fdbd2> rdf:type rdfs:Property ;
	rdfs:label "fdbd2"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.trf> rdf:type rdfs:Property ;
	rdfs:label "trf"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.vl1> rdf:type rdfs:Property ;
	rdfs:label "vl1"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.tfh> rdf:type rdfs:Property ;
	rdfs:label "tfh"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.freqFlag> rdf:type rdfs:Property ;
	rdfs:label "freqFlag"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:boolean .
<WeccDERA.vtripflag> rdf:type rdfs:Property ;
	rdfs:label "vtripflag"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:boolean .
<WeccDERA.dPmax> rdf:type rdfs:Property ;
	rdfs:label "dPmax"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.tv> rdf:type rdfs:Property ;
	rdfs:label "tv"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.rrpwr> rdf:type rdfs:Property ;
	rdfs:label "rrpwr"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.pqflag> rdf:type rdfs:Property ;
	rdfs:label "pqflag"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:boolean .
<WeccDERA.fh> rdf:type rdfs:Property ;
	rdfs:label "fh"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.imax> rdf:type rdfs:Property ;
	rdfs:label "imax"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<WeccDERA.tvl1> rdf:type rdfs:Property ;
	rdfs:label "tvl1"@en ;
	rdfs:domain <WeccDERA> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> <http://www.w3.org/2000/01/rdf-schema#label> "WeccDERA"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tvl0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tvl0> <http://www.w3.org/2000/01/rdf-schema#label> "tvl0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tvl0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tvl0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.dup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.dup> <http://www.w3.org/2000/01/rdf-schema#label> "dup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.dup> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.dup> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.femax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.femax> <http://www.w3.org/2000/01/rdf-schema#label> "femax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.femax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.femax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.typeflag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.typeflag> <http://www.w3.org/2000/01/rdf-schema#label> "typeflag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.typeflag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.typeflag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tfl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tfl> <http://www.w3.org/2000/01/rdf-schema#label> "tfl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tfl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tfl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.ftripflag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.ftripflag> <http://www.w3.org/2000/01/rdf-schema#label> "ftripflag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.ftripflag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.ftripflag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.iql1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.iql1> <http://www.w3.org/2000/01/rdf-schema#label> "iql1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.iql1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.iql1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tvh0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tvh0> <http://www.w3.org/2000/01/rdf-schema#label> "tvh0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tvh0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tvh0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vl0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vl0> <http://www.w3.org/2000/01/rdf-schema#label> "vl0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vl0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vl0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vh1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vh1> <http://www.w3.org/2000/01/rdf-schema#label> "vh1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vh1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vh1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.iqh1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.iqh1> <http://www.w3.org/2000/01/rdf-schema#label> "iqh1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.iqh1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.iqh1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vh0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vh0> <http://www.w3.org/2000/01/rdf-schema#label> "vh0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vh0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vh0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.ddn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.ddn> <http://www.w3.org/2000/01/rdf-schema#label> "ddn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.ddn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.ddn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.kqv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.kqv> <http://www.w3.org/2000/01/rdf-schema#label> "kqv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.kqv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.kqv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tpord> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tpord> <http://www.w3.org/2000/01/rdf-schema#label> "tpord"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tpord> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tpord> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tvh1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tvh1> <http://www.w3.org/2000/01/rdf-schema#label> "tvh1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tvh1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tvh1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.dPmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.dPmin> <http://www.w3.org/2000/01/rdf-schema#label> "dPmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.dPmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.dPmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.trv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.trv> <http://www.w3.org/2000/01/rdf-schema#label> "trv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.trv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.trv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vref0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vref0> <http://www.w3.org/2000/01/rdf-schema#label> "vref0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vref0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vref0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.kpg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.kpg> <http://www.w3.org/2000/01/rdf-schema#label> "kpg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.kpg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.kpg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.kig> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.kig> <http://www.w3.org/2000/01/rdf-schema#label> "kig"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.kig> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.kig> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.pfFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.pfFlag> <http://www.w3.org/2000/01/rdf-schema#label> "pfFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.pfFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.pfFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vrfrac> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vrfrac> <http://www.w3.org/2000/01/rdf-schema#label> "vrfrac"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vrfrac> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vrfrac> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.dbd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.dbd1> <http://www.w3.org/2000/01/rdf-schema#label> "dbd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.dbd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.dbd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tiq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tiq> <http://www.w3.org/2000/01/rdf-schema#label> "tiq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tiq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tiq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.fdbd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.fdbd1> <http://www.w3.org/2000/01/rdf-schema#label> "fdbd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.fdbd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.fdbd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.dbd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.dbd2> <http://www.w3.org/2000/01/rdf-schema#label> "dbd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.dbd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.dbd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.femin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.femin> <http://www.w3.org/2000/01/rdf-schema#label> "femin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.femin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.femin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vpr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vpr> <http://www.w3.org/2000/01/rdf-schema#label> "vpr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vpr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vpr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.fl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.fl> <http://www.w3.org/2000/01/rdf-schema#label> "fl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.fl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.fl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.xe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.xe> <http://www.w3.org/2000/01/rdf-schema#label> "xe"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.xe> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.xe> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.fdbd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.fdbd2> <http://www.w3.org/2000/01/rdf-schema#label> "fdbd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.fdbd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.fdbd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.trf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.trf> <http://www.w3.org/2000/01/rdf-schema#label> "trf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.trf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.trf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vl1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vl1> <http://www.w3.org/2000/01/rdf-schema#label> "vl1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vl1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vl1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tfh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tfh> <http://www.w3.org/2000/01/rdf-schema#label> "tfh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tfh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tfh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.freqFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.freqFlag> <http://www.w3.org/2000/01/rdf-schema#label> "freqFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.freqFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.freqFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vtripflag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vtripflag> <http://www.w3.org/2000/01/rdf-schema#label> "vtripflag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vtripflag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.vtripflag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.dPmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.dPmax> <http://www.w3.org/2000/01/rdf-schema#label> "dPmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.dPmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.dPmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tv> <http://www.w3.org/2000/01/rdf-schema#label> "tv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.rrpwr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.rrpwr> <http://www.w3.org/2000/01/rdf-schema#label> "rrpwr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.rrpwr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.rrpwr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.pqflag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.pqflag> <http://www.w3.org/2000/01/rdf-schema#label> "pqflag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.pqflag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.pqflag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.fh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.fh> <http://www.w3.org/2000/01/rdf-schema#label> "fh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.fh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.fh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.imax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.imax> <http://www.w3.org/2000/01/rdf-schema#label> "imax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.imax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.imax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tvl1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tvl1> <http://www.w3.org/2000/01/rdf-schema#label> "tvl1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tvl1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERA.tvl1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC Distributed Energy Resources Model.

Reference: The New Aggregated Distributed Energy Resources (der_a) Model for Transmission Planning Studies: 2019 Update, EPRI, Palo Alto, CA: 2019, 3002015320.

Property Domain Range Comment
tvl0 WeccDERA double Timer for low voltage break-point 0 (vl0) (tvl0) (>=0). Typical value = 0,05.
dup WeccDERA double Frequency control droop gain (up-side) (Dup) (>=0). Typical value = 0.
femax WeccDERA double Frequency control maximum error (femax) (>=0). Typical value = 99.
pmin WeccDERA double Minimum power (Pmin). Typical value = 0.
typeflag WeccDERA boolean Unit type: 0 (false) = Generator, 1 (true) = Storage (typeflag). Typical value = 0 (false).
tfl WeccDERA double Timer for low frequency break-point (fl) cut-out (tfl) (>=0). Typical value = 7,1.
ftripflag WeccDERA boolean Frequency tripping: 0 = disabled, 1 = enabled (Ftripflag). Typical value = 1.
iql1 WeccDERA double Minimum limit of reactive current injection (Iql1). Typical value = -1.
tvh0 WeccDERA double Timer for high voltage break-point 0 (vh0) (tvh0) (>=0). Typical value = 0,05.
vl0 WeccDERA double Voltage break-point for low voltage cut-out (vl0). Typical value = 0,5.
vh1 WeccDERA double Voltage break-point for high voltage cut-out (vh1). Typical value = 1,05.
iqh1 WeccDERA double Maximum limit of reactive current injection (Iqh1). Typical value = 1.
vh0 WeccDERA double Voltage break-point for high voltage cut-out (vh0). Typical value = 1,2.
ddn WeccDERA double Frequency control droop gain (down-side) (Ddn) (>=0). Typical value = 20.
kqv WeccDERA double Proportional voltage control gain (Kqv). Typical value = 5.
tpord WeccDERA double Power order time constant (Tpord) (>=0). Typical value = 0,02.
tp WeccDERA double Transducer time constant power measurement (Tp) (>=0). Typical value = 0,02.
tvh1 WeccDERA double Timer for high voltage break-point 1 (vh1) (tvh1) (>=0). Typical value = 2.
dPmin WeccDERA double Minimum power ramp rate (down) (dPmin) (<0). Typical value = -0,5.
trv WeccDERA double Transducer time constant voltage measurement (Trv) (>=0). Typical value = 0,02.
vref0 WeccDERA double Voltage reference set-point(>0; if<=0: Vref=Vt) (Vref0). Typical value = -1.
kpg WeccDERA double Active power control proportional gain (Kpg). Typical value = 0,1.
kig WeccDERA double Active power control integral gain (Kig). Typical value = 10.
pfFlag WeccDERA boolean Control flag: 0 = Q control, 1 = power factor ctrl. (PfFlag). Typical value = 1.
vrfrac WeccDERA double Fraction (0…1) that recovers after voltage recovery (Vrfrac). Typical value = 0,7.
dbd1 WeccDERA double Lower voltage deadband (over-voltage) (dbd1) (<=0). Typical value = -0,05.
pmax WeccDERA double Maximum power (Pmax). Typical value = 1,1.
tiq WeccDERA double Q control time constant (Tiq) (>=0). Typical value = 0,02.
fdbd1 WeccDERA double Lower frequency control deadband (over-frequency) (fdbd1) (<=0). Typical value = -0,0006.
tg WeccDERA double Current control time constant (Tg) (>=0). Typical value = 0,02.
dbd2 WeccDERA double Upper voltage deadband (under-voltage) (dbd2) (>=0). Typical value = 0,05.
femin WeccDERA double Frequency control minimum error (femin) (<=0). Typical value = -99.
vpr WeccDERA double Minimum voltage to disable frequency tripping (Vpr). Typical value = 0,8.
fl WeccDERA double Frequency break-point for low frequency cut-out, values > 10 interpreted as Hz (fl). Typical value = 59,93.
xe WeccDERA double Source impedance reactive (Xe) (>0). Typical value = 0,25.
fdbd2 WeccDERA double Upper frequency control deadband (under-frequency) (fdbd2) (>=0). Typical value = 0,0006.
trf WeccDERA double Transducer time constant frequency measurement (Trf) (>=0,02). Typical value = 0,1.
vl1 WeccDERA double Voltage break-point for low voltage cut-out (vl1). Typical value = 0,88.
tfh WeccDERA double Timer for high frequency break-point (fh) cut-out (tfh) (>=0). Typical value = 7,1.
freqFlag WeccDERA boolean Frequency control flag: 0=disabled, 1=enabled (Freq_flag). Typical value = 1.
vtripflag WeccDERA boolean Voltage tripping: 0 (false) = disabled, 1 (true) = enabled (Vtripflag). Typical value = 1 (true).
dPmax WeccDERA double Maximum power ramp rate (up) (dPmax) (>0). Typical value = 0,5.
tv WeccDERA double Time constant on output of voltage cut-out (Tv) (>=0). Typical value = 0,02.
rrpwr WeccDERA double Maximum power rise ramp rate following a fault (rrpwr) (>0). Typical value = 0,5.
pqflag WeccDERA boolean Priority for current limit: 0 = Q priority, 1 = P priority (Pqflag). Typical value = 0.
fh WeccDERA double Frequency break-point for high frequency cut-out, values > 10 interpreted as Hz (fh). Typical value = 60,07.
imax WeccDERA double Maximum converter current (Imax). Typical value = 1,2.
tvl1 WeccDERA double Timer for low voltage break-point 1 (vl1) (tvl1) (>=0). Typical value = 2.
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccDERApvmod

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccDERApvmod> rdf:type rdfs:Class ;
	rdfs:label "WeccDERApvmod"@en ;
	rdfs:subClassOf <WeccDynamics> .
<WeccDERApvmod.kiv> rdf:type rdfs:Property ;
	rdfs:label "kiv"@en ;
	rdfs:domain <WeccDERApvmod> ;
	rdfs:range xsd:double .
<WeccDERApvmod.tdb> rdf:type rdfs:Property ;
	rdfs:label "tdb"@en ;
	rdfs:domain <WeccDERApvmod> ;
	rdfs:range xsd:double .
<WeccDERApvmod.vdip> rdf:type rdfs:Property ;
	rdfs:label "vdip"@en ;
	rdfs:domain <WeccDERApvmod> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERApvmod> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERApvmod> <http://www.w3.org/2000/01/rdf-schema#label> "WeccDERApvmod"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERApvmod> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERApvmod.kiv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERApvmod.kiv> <http://www.w3.org/2000/01/rdf-schema#label> "kiv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERApvmod.kiv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERApvmod> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERApvmod.kiv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERApvmod.tdb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERApvmod.tdb> <http://www.w3.org/2000/01/rdf-schema#label> "tdb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERApvmod.tdb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERApvmod> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERApvmod.tdb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERApvmod.vdip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERApvmod.vdip> <http://www.w3.org/2000/01/rdf-schema#label> "vdip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERApvmod.vdip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERApvmod> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDERApvmod.vdip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

Modified WECC Distributed Energy Resources Model.

Property Domain Range Comment
kiv WeccDERApvmod double Integral control for dynamic voltage support under abnormal voltage conditions (Kiv). Typical value = 0.
tdb WeccDERApvmod double Time to hold dynamic voltage support following abnormal voltage conditions (Tdb). Typical value = 5.
vdip WeccDERApvmod double Trigger voltage for dynamic voltage support under abnormal voltage conditions (Vdip). Typical value = 0,8.
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccDynamics> rdf:type rdfs:Class ;
	rdfs:label "WeccDynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<WeccDynamics.PowerElectronicsConnection> rdf:type rdfs:Property ;
	rdfs:label "PowerElectronicsConnection"@en ;
	rdfs:domain <WeccDynamics> ;
	rdfs:range <PowerElectronicsConnection> .
<WeccDynamics.AsynchronousMachine> rdf:type rdfs:Property ;
	rdfs:label "AsynchronousMachine"@en ;
	rdfs:domain <WeccDynamics> ;
	rdfs:range <AsynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "WeccDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics.PowerElectronicsConnection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics.PowerElectronicsConnection> <http://www.w3.org/2000/01/rdf-schema#label> "PowerElectronicsConnection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics.PowerElectronicsConnection> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics.PowerElectronicsConnection> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics.AsynchronousMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics.AsynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#label> "AsynchronousMachine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics.AsynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics.AsynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Parent class supporting relationships to WECC standard models.

Property Domain Range Comment
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccDynamicsLookupTable

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccDynamicsLookupTable> rdf:type rdfs:Class ;
	rdfs:label "WeccDynamicsLookupTable"@en .
<WeccDynamicsLookupTable.sequence> rdf:type rdfs:Property ;
	rdfs:label "sequence"@en ;
	rdfs:domain <WeccDynamicsLookupTable> ;
	rdfs:range xsd:integer .
<WeccDynamicsLookupTable.output> rdf:type rdfs:Property ;
	rdfs:label "output"@en ;
	rdfs:domain <WeccDynamicsLookupTable> ;
	rdfs:range xsd:double .
<WeccDynamicsLookupTable.lookupTableFunctionType> rdf:type rdfs:Property ;
	rdfs:label "lookupTableFunctionType"@en ;
	rdfs:domain <WeccDynamicsLookupTable> ;
	rdfs:range xsd:string .
<WeccDynamicsLookupTable.input> rdf:type rdfs:Property ;
	rdfs:label "input"@en ;
	rdfs:domain <WeccDynamicsLookupTable> ;
	rdfs:range xsd:double .
<WeccDynamicsLookupTable.WeccWT2E> rdf:type rdfs:Property ;
	rdfs:label "WeccWT2E"@en ;
	rdfs:domain <WeccDynamicsLookupTable> ;
	rdfs:range <WeccWT2E> .
<WeccDynamicsLookupTable.WeccWTGTRQA> rdf:type rdfs:Property ;
	rdfs:label "WeccWTGTRQA"@en ;
	rdfs:domain <WeccDynamicsLookupTable> ;
	rdfs:range <WeccWTGTRQA> .
<WeccDynamicsLookupTable.WeccWT1PB> rdf:type rdfs:Property ;
	rdfs:label "WeccWT1PB"@en ;
	rdfs:domain <WeccDynamicsLookupTable> ;
	rdfs:range <WeccWT1PB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable> <http://www.w3.org/2000/01/rdf-schema#label> "WeccDynamicsLookupTable"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.sequence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.sequence> <http://www.w3.org/2000/01/rdf-schema#label> "sequence"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.sequence> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.sequence> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.output> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.output> <http://www.w3.org/2000/01/rdf-schema#label> "output"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.output> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.output> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.lookupTableFunctionType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.lookupTableFunctionType> <http://www.w3.org/2000/01/rdf-schema#label> "lookupTableFunctionType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.lookupTableFunctionType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.lookupTableFunctionType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.input> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.input> <http://www.w3.org/2000/01/rdf-schema#label> "input"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.input> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.input> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.WeccWT2E> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.WeccWT2E> <http://www.w3.org/2000/01/rdf-schema#label> "WeccWT2E"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.WeccWT2E> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.WeccWT2E> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.WeccWTGTRQA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.WeccWTGTRQA> <http://www.w3.org/2000/01/rdf-schema#label> "WeccWTGTRQA"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.WeccWTGTRQA> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.WeccWTGTRQA> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.WeccWT1PB> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.WeccWT1PB> <http://www.w3.org/2000/01/rdf-schema#label> "WeccWT1PB"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.WeccWT1PB> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamicsLookupTable.WeccWT1PB> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB> .
Property Domain Range Comment
sequence WeccDynamicsLookupTable integer Sequence numbers of the pairs of the input (x) and the output (y) of the lookup table function.
output WeccDynamicsLookupTable double Output value (y) for the lookup table function.
lookupTableFunctionType WeccDynamicsLookupTable string Type of the lookup table function.
input WeccDynamicsLookupTable double Input value (x) for the lookup table function.
WeccWT2E WeccDynamicsLookupTable WeccWT2E The external resistance controller with which this dynamics lookup table is associated.
WeccWTGTRQA WeccDynamicsLookupTable WeccWTGTRQA The torque controller with which this dynamics lookup table is associated.
WeccWT1PB WeccDynamicsLookupTable WeccWT1PB The pitch controller with which this dynamics lookup table is associated.

WeccPVD1

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccPVD1> rdf:type rdfs:Class ;
	rdfs:label "WeccPVD1"@en ;
	rdfs:subClassOf <WeccDynamics> .
<WeccPVD1.vt1> rdf:type rdfs:Property ;
	rdfs:label "vt1"@en ;
	rdfs:domain <WeccPVD1> ;
	rdfs:range xsd:double .
<WeccPVD1.frRecov> rdf:type rdfs:Property ;
	rdfs:label "frRecov"@en ;
	rdfs:domain <WeccPVD1> ;
	rdfs:range xsd:double .
<WeccPVD1.fdbd> rdf:type rdfs:Property ;
	rdfs:label "fdbd"@en ;
	rdfs:domain <WeccPVD1> ;
	rdfs:range xsd:double .
<WeccPVD1.vt2> rdf:type rdfs:Property ;
	rdfs:label "vt2"@en ;
	rdfs:domain <WeccPVD1> ;
	rdfs:range xsd:double .
<WeccPVD1.ft3> rdf:type rdfs:Property ;
	rdfs:label "ft3"@en ;
	rdfs:domain <WeccPVD1> ;
	rdfs:range xsd:double .
<WeccPVD1.qmin> rdf:type rdfs:Property ;
	rdfs:label "qmin"@en ;
	rdfs:domain <WeccPVD1> ;
	rdfs:range xsd:double .
<WeccPVD1.vrRecov> rdf:type rdfs:Property ;
	rdfs:label "vrRecov"@en ;
	rdfs:domain <WeccPVD1> ;
	rdfs:range xsd:double .
<WeccPVD1.xc> rdf:type rdfs:Property ;
	rdfs:label "xc"@en ;
	rdfs:domain <WeccPVD1> ;
	rdfs:range xsd:double .
<WeccPVD1.qmax> rdf:type rdfs:Property ;
	rdfs:label "qmax"@en ;
	rdfs:domain <WeccPVD1> ;
	rdfs:range xsd:double .
<WeccPVD1.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <WeccPVD1> ;
	rdfs:range xsd:double .
<WeccPVD1.ft1> rdf:type rdfs:Property ;
	rdfs:label "ft1"@en ;
	rdfs:domain <WeccPVD1> ;
	rdfs:range xsd:double .
<WeccPVD1.v0> rdf:type rdfs:Property ;
	rdfs:label "v0"@en ;
	rdfs:domain <WeccPVD1> ;
	rdfs:range xsd:double .
<WeccPVD1.v1> rdf:type rdfs:Property ;
	rdfs:label "v1"@en ;
	rdfs:domain <WeccPVD1> ;
	rdfs:range xsd:double .
<WeccPVD1.pqFlag> rdf:type rdfs:Property ;
	rdfs:label "pqFlag"@en ;
	rdfs:domain <WeccPVD1> ;
	rdfs:range xsd:boolean .
<WeccPVD1.vt0> rdf:type rdfs:Property ;
	rdfs:label "vt0"@en ;
	rdfs:domain <WeccPVD1> ;
	rdfs:range xsd:double .
<WeccPVD1.ft2> rdf:type rdfs:Property ;
	rdfs:label "ft2"@en ;
	rdfs:domain <WeccPVD1> ;
	rdfs:range xsd:double .
<WeccPVD1.imax> rdf:type rdfs:Property ;
	rdfs:label "imax"@en ;
	rdfs:domain <WeccPVD1> ;
	rdfs:range xsd:double .
<WeccPVD1.vt3> rdf:type rdfs:Property ;
	rdfs:label "vt3"@en ;
	rdfs:domain <WeccPVD1> ;
	rdfs:range xsd:double .
<WeccPVD1.ft0> rdf:type rdfs:Property ;
	rdfs:label "ft0"@en ;
	rdfs:domain <WeccPVD1> ;
	rdfs:range xsd:double .
<WeccPVD1.dqdv> rdf:type rdfs:Property ;
	rdfs:label "dqdv"@en ;
	rdfs:domain <WeccPVD1> ;
	rdfs:range xsd:double .
<WeccPVD1.ddn> rdf:type rdfs:Property ;
	rdfs:label "ddn"@en ;
	rdfs:domain <WeccPVD1> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> <http://www.w3.org/2000/01/rdf-schema#label> "WeccPVD1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.vt1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.vt1> <http://www.w3.org/2000/01/rdf-schema#label> "vt1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.vt1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.vt1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.frRecov> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.frRecov> <http://www.w3.org/2000/01/rdf-schema#label> "frRecov"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.frRecov> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.frRecov> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.fdbd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.fdbd> <http://www.w3.org/2000/01/rdf-schema#label> "fdbd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.fdbd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.fdbd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.vt2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.vt2> <http://www.w3.org/2000/01/rdf-schema#label> "vt2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.vt2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.vt2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.ft3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.ft3> <http://www.w3.org/2000/01/rdf-schema#label> "ft3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.ft3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.ft3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.qmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.qmin> <http://www.w3.org/2000/01/rdf-schema#label> "qmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.qmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.qmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.vrRecov> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.vrRecov> <http://www.w3.org/2000/01/rdf-schema#label> "vrRecov"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.vrRecov> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.vrRecov> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.xc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.xc> <http://www.w3.org/2000/01/rdf-schema#label> "xc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.xc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.xc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.qmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.qmax> <http://www.w3.org/2000/01/rdf-schema#label> "qmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.qmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.qmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.ft1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.ft1> <http://www.w3.org/2000/01/rdf-schema#label> "ft1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.ft1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.ft1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.v0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.v0> <http://www.w3.org/2000/01/rdf-schema#label> "v0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.v0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.v0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.v1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.v1> <http://www.w3.org/2000/01/rdf-schema#label> "v1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.v1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.v1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.pqFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.pqFlag> <http://www.w3.org/2000/01/rdf-schema#label> "pqFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.pqFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.pqFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.vt0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.vt0> <http://www.w3.org/2000/01/rdf-schema#label> "vt0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.vt0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.vt0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.ft2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.ft2> <http://www.w3.org/2000/01/rdf-schema#label> "ft2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.ft2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.ft2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.imax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.imax> <http://www.w3.org/2000/01/rdf-schema#label> "imax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.imax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.imax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.vt3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.vt3> <http://www.w3.org/2000/01/rdf-schema#label> "vt3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.vt3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.vt3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.ft0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.ft0> <http://www.w3.org/2000/01/rdf-schema#label> "ft0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.ft0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.ft0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.dqdv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.dqdv> <http://www.w3.org/2000/01/rdf-schema#label> "dqdv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.dqdv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.dqdv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.ddn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.ddn> <http://www.w3.org/2000/01/rdf-schema#label> "ddn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.ddn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccPVD1.ddn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC Distributed and Small PV Plants Model. It is no longer recommended for use and WeccDERA should be used instead. This model is included in this document for supporting existing implementations that did not migrate to WeccDERA model.

Reference: WECC PV Power Plant Dynamic Modeling Guide 2014, 4.3.

Property Domain Range Comment
vt1 WeccPVD1 double Voltage tripping response curve point 1 (Vt1). Typical value = 0,9.
frRecov WeccPVD1 double Amount of generation to reconnect after frequency disconnection (0…1) (fr_recov). Typical value = 1.
fdbd WeccPVD1 double Frequency deadband over frequency response (fdbd). Typical value = -99.
vt2 WeccPVD1 double Voltage tripping response curve point 2 (Vt2). Typical value = 1,1.
ft3 WeccPVD1 double Frequency tripping response curve point 3 (Ft3). Typical value = 1,01.
qmin WeccPVD1 double Minimum reactive power (Qmn). Typical value = -0,328.
vrRecov WeccPVD1 double Amount of generation to reconnect after voltage disconnection (0…1) (vr_recov). Typical value = 1.
xc WeccPVD1 double Line drop compensation reactance (Xc). Typical value = 0.
qmax WeccPVD1 double Maximum reactive power (Qmx). Typical value = 0,328.
tg WeccPVD1 double Inverter current regulator time constant (Tg) (>=0). Typical value = 0,02.
ft1 WeccPVD1 double Frequency tripping response curve point 1 (Ft1). Typical value = 0,995.
v0 WeccPVD1 double Low voltage threshold for Volt/Var Control (v0). Typical value = 0,9.
v1 WeccPVD1 double High voltage threshold for Volt/Var Control (v1). Typical value = 1,1.
pqFlag WeccPVD1 boolean Priority on current limit flag: 1 (true) =P priority; 0 (false) =Q priority (PqFlag). Typical value = 1 (true).
vt0 WeccPVD1 double Voltage tripping response curve point 0 (Vt0). Typical value = 0,88.
ft2 WeccPVD1 double Frequency tripping response curve point 2 (Ft2). Typical value = 1005.
imax WeccPVD1 double Maximum allowable total converter current (Imax). Typical value = 1,1.
vt3 WeccPVD1 double Voltage tripping response curve point 3 (Vt3). Typical value = 1,2.
ft0 WeccPVD1 double Frequency tripping response curve point 0 (Ft0). Typical value = 0,99.
dqdv WeccPVD1 double Voltage/Var droop compensation (dqdv). Typical value = 0.
ddn WeccPVD1 double Down regulation droop [p.u. Power/p.u. Frequency] (Ddn). Typical value = 0.
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccREEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccREEC> rdf:type rdfs:Class ;
	rdfs:label "WeccREEC"@en ;
	rdfs:subClassOf <WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREEC> <http://www.w3.org/2000/01/rdf-schema#label> "WeccREEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC PQ Controller and Current Limit Logic.

Property Domain Range Comment
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccREECA

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccREECA> rdf:type rdfs:Class ;
	rdfs:label "WeccREECA"@en ;
	rdfs:subClassOf <WeccREEC> .
<WeccREECA.vdi1v1> rdf:type rdfs:Property ;
	rdfs:label "vdi1v1"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vdi2i3> rdf:type rdfs:Property ;
	rdfs:label "vdi2i3"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vdi2i2> rdf:type rdfs:Property ;
	rdfs:label "vdi2i2"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vmax> rdf:type rdfs:Property ;
	rdfs:label "vmax"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.dPmin> rdf:type rdfs:Property ;
	rdfs:label "dPmin"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vFlag> rdf:type rdfs:Property ;
	rdfs:label "vFlag"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:boolean .
<WeccREECA.iqh1> rdf:type rdfs:Property ;
	rdfs:label "iqh1"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.kvi> rdf:type rdfs:Property ;
	rdfs:label "kvi"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vdi1v2> rdf:type rdfs:Property ;
	rdfs:label "vdi1v2"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.imax> rdf:type rdfs:Property ;
	rdfs:label "imax"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vdi2v4> rdf:type rdfs:Property ;
	rdfs:label "vdi2v4"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vref0> rdf:type rdfs:Property ;
	rdfs:label "vref0"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vdi1v3> rdf:type rdfs:Property ;
	rdfs:label "vdi1v3"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vref1> rdf:type rdfs:Property ;
	rdfs:label "vref1"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.kvp> rdf:type rdfs:Property ;
	rdfs:label "kvp"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.pFlag> rdf:type rdfs:Property ;
	rdfs:label "pFlag"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:boolean .
<WeccREECA.thld2> rdf:type rdfs:Property ;
	rdfs:label "thld2"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.qFlag> rdf:type rdfs:Property ;
	rdfs:label "qFlag"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:boolean .
<WeccREECA.qmax> rdf:type rdfs:Property ;
	rdfs:label "qmax"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vdi2v3> rdf:type rdfs:Property ;
	rdfs:label "vdi2v3"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.tiq> rdf:type rdfs:Property ;
	rdfs:label "tiq"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vdi1i2> rdf:type rdfs:Property ;
	rdfs:label "vdi1i2"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.kqi> rdf:type rdfs:Property ;
	rdfs:label "kqi"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vdi2i1> rdf:type rdfs:Property ;
	rdfs:label "vdi2i1"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.iqfrz> rdf:type rdfs:Property ;
	rdfs:label "iqfrz"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vdi2v2> rdf:type rdfs:Property ;
	rdfs:label "vdi2v2"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.thld> rdf:type rdfs:Property ;
	rdfs:label "thld"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.qmin> rdf:type rdfs:Property ;
	rdfs:label "qmin"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vup> rdf:type rdfs:Property ;
	rdfs:label "vup"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vdi1i4> rdf:type rdfs:Property ;
	rdfs:label "vdi1i4"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.pfFlag> rdf:type rdfs:Property ;
	rdfs:label "pfFlag"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:boolean .
<WeccREECA.pqFlag> rdf:type rdfs:Property ;
	rdfs:label "pqFlag"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:boolean .
<WeccREECA.iql1> rdf:type rdfs:Property ;
	rdfs:label "iql1"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.db2> rdf:type rdfs:Property ;
	rdfs:label "db2"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.dPmax> rdf:type rdfs:Property ;
	rdfs:label "dPmax"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.kqv> rdf:type rdfs:Property ;
	rdfs:label "kqv"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.trv> rdf:type rdfs:Property ;
	rdfs:label "trv"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vdi2v1> rdf:type rdfs:Property ;
	rdfs:label "vdi2v1"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vdi1i3> rdf:type rdfs:Property ;
	rdfs:label "vdi1i3"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.db1> rdf:type rdfs:Property ;
	rdfs:label "db1"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vmin> rdf:type rdfs:Property ;
	rdfs:label "vmin"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vdip> rdf:type rdfs:Property ;
	rdfs:label "vdip"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.kqp> rdf:type rdfs:Property ;
	rdfs:label "kqp"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.tpord> rdf:type rdfs:Property ;
	rdfs:label "tpord"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vdi1v4> rdf:type rdfs:Property ;
	rdfs:label "vdi1v4"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vdi1i1> rdf:type rdfs:Property ;
	rdfs:label "vdi1i1"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<WeccREECA.vdi2i4> rdf:type rdfs:Property ;
	rdfs:label "vdi2i4"@en ;
	rdfs:domain <WeccREECA> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> <http://www.w3.org/2000/01/rdf-schema#label> "WeccREECA"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1v1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1v1> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1v1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1v1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1v1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2i3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2i3> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2i3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2i3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2i3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2i2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2i2> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2i2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2i2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2i2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.dPmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.dPmin> <http://www.w3.org/2000/01/rdf-schema#label> "dPmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.dPmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.dPmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vFlag> <http://www.w3.org/2000/01/rdf-schema#label> "vFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.iqh1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.iqh1> <http://www.w3.org/2000/01/rdf-schema#label> "iqh1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.iqh1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.iqh1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.kvi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.kvi> <http://www.w3.org/2000/01/rdf-schema#label> "kvi"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.kvi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.kvi> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1v2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1v2> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1v2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1v2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1v2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.imax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.imax> <http://www.w3.org/2000/01/rdf-schema#label> "imax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.imax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.imax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2v4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2v4> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2v4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2v4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2v4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vref0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vref0> <http://www.w3.org/2000/01/rdf-schema#label> "vref0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vref0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vref0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1v3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1v3> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1v3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1v3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1v3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vref1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vref1> <http://www.w3.org/2000/01/rdf-schema#label> "vref1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vref1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vref1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.kvp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.kvp> <http://www.w3.org/2000/01/rdf-schema#label> "kvp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.kvp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.kvp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.pFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.pFlag> <http://www.w3.org/2000/01/rdf-schema#label> "pFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.pFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.pFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.thld2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.thld2> <http://www.w3.org/2000/01/rdf-schema#label> "thld2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.thld2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.thld2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.qFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.qFlag> <http://www.w3.org/2000/01/rdf-schema#label> "qFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.qFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.qFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.qmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.qmax> <http://www.w3.org/2000/01/rdf-schema#label> "qmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.qmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.qmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2v3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2v3> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2v3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2v3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2v3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.tiq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.tiq> <http://www.w3.org/2000/01/rdf-schema#label> "tiq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.tiq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.tiq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1i2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1i2> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1i2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1i2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1i2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.kqi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.kqi> <http://www.w3.org/2000/01/rdf-schema#label> "kqi"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.kqi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.kqi> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2i1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2i1> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2i1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2i1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2i1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.iqfrz> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.iqfrz> <http://www.w3.org/2000/01/rdf-schema#label> "iqfrz"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.iqfrz> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.iqfrz> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2v2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2v2> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2v2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2v2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2v2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.thld> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.thld> <http://www.w3.org/2000/01/rdf-schema#label> "thld"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.thld> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.thld> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.qmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.qmin> <http://www.w3.org/2000/01/rdf-schema#label> "qmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.qmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.qmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vup> <http://www.w3.org/2000/01/rdf-schema#label> "vup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vup> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vup> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1i4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1i4> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1i4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1i4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1i4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.pfFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.pfFlag> <http://www.w3.org/2000/01/rdf-schema#label> "pfFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.pfFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.pfFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.pqFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.pqFlag> <http://www.w3.org/2000/01/rdf-schema#label> "pqFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.pqFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.pqFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.iql1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.iql1> <http://www.w3.org/2000/01/rdf-schema#label> "iql1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.iql1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.iql1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.db2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.db2> <http://www.w3.org/2000/01/rdf-schema#label> "db2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.db2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.db2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.dPmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.dPmax> <http://www.w3.org/2000/01/rdf-schema#label> "dPmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.dPmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.dPmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.kqv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.kqv> <http://www.w3.org/2000/01/rdf-schema#label> "kqv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.kqv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.kqv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.trv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.trv> <http://www.w3.org/2000/01/rdf-schema#label> "trv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.trv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.trv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2v1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2v1> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2v1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2v1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2v1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1i3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1i3> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1i3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1i3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1i3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.db1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.db1> <http://www.w3.org/2000/01/rdf-schema#label> "db1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.db1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.db1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdip> <http://www.w3.org/2000/01/rdf-schema#label> "vdip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.kqp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.kqp> <http://www.w3.org/2000/01/rdf-schema#label> "kqp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.kqp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.kqp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.tpord> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.tpord> <http://www.w3.org/2000/01/rdf-schema#label> "tpord"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.tpord> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.tpord> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1v4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1v4> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1v4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1v4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1v4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1i1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1i1> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1i1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1i1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi1i1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2i4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2i4> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2i4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2i4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECA.vdi2i4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WeccREEC » WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC PQ Controller and Current Limit Logic.

Reference: Model User Guide for Generic Renewable Energy System Models, EPRI, Palo Alto, CA: 2018, 3002014083.

Property Domain Range Comment
vdi1v1 WeccREECA double Point 1 voltage of a piecewise linear curve made up of four pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
vdi2i3 WeccREECA double Point 3 active current of a piecewise linear curve made up of four pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
pmax WeccREECA double Maximum power reference (Pmax). Typical value = 1.
vdi2i2 WeccREECA double Point 2 active current of a piecewise linear curve made up of four pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
vmax WeccREECA double Voltage control maximum (Vmax). Typical value = 1,1.
dPmin WeccREECA double Ramp rate on power reference (dPmin). Typical value = -2.
vFlag WeccREECA boolean Voltage control flag: 1 (true) = Q control, 0 (false) = voltage control (VFlag). Typical value = 1 (true).
iqh1 WeccREECA double Maximum limit of reactive current injection (Iqh1). Typical value = 1,44.
kvi WeccREECA double Integral gain (Kvi). Typical value = 0,7.
vdi1v2 WeccREECA double Point 2 voltage of a piecewise linear curve made up of four pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
imax WeccREECA double Maximum converter current limit (Imax). Typical value = 1,3.
vdi2v4 WeccREECA double Point 4 voltage of a piecewise linear curve made up of four pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
pmin WeccREECA double Minimum power reference (Pmin). Typical value = 0.
vref0 WeccREECA double Reference voltage, enter 0 for terminal voltage (Vref0). Typical value = 0.
vdi1v3 WeccREECA double Point 3 voltage of a piecewise linear curve made up of four pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
vref1 WeccREECA double User-defined reference/bias on inner-loop voltage control (Vref1). Typical value = 0.
kvp WeccREECA double Proportional gain (Kvp). Typical value = 1.
pFlag WeccREECA boolean Power control flag: 0 (false) = P reference, 1 (true) = Speed reference (PFlag). Typical value = 1 (true).
thld2 WeccREECA double Ipcmd_max delay after fault (Thld2) (>=0). Typical value = 0.
qFlag WeccREECA boolean Q control flag: 1 (true) = voltage/Q, 0 (false) = constant power factor or Q control (QFlag). Typical value = 0 (false).
qmax WeccREECA double Reactive power limit maximum (Qmax). Typical value = 0,436.
vdi2v3 WeccREECA double Point 3 voltage of a piecewise linear curve made up of four pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
tiq WeccREECA double Time constant on lag delay (Tiq) (>=0). Typical value = 0,01.
vdi1i2 WeccREECA double Point 2 reactive current of a piecewise linear curve made up of four pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
kqi WeccREECA double Integral gain (Kqi). Typical value = 0,7.
vdi2i1 WeccREECA double Point 1 active current of a piecewise linear curve made up of four pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
iqfrz WeccREECA double Value at which injection is held after voltage dip (Iq_frz). Typical value = 0.
vdi2v2 WeccREECA double Point 2 voltage of a piecewise linear curve made up of four pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
thld WeccREECA double Reactive current injection delay after voltage dip (Thld) (>=0). Typical value = 0.
qmin WeccREECA double Reactive power limit minimum (Qmin). Typical value = -0,436.
vup WeccREECA double Overvoltage condition trigger voltage (Vup). Typical value = 1,1.
vdi1i4 WeccREECA double Point 4 reactive current of a piecewise linear curve made up of four pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
pfFlag WeccREECA boolean Power factor flag: 1 (true) = pf control, 0 (false) = Q control (PfFlag). Typical value = 0 (false).
pqFlag WeccREECA boolean Priority flag on current limit: 1 (true) = P, 0 (false) = Q priority (PqFlag). Typical value = 0 (false).
iql1 WeccREECA double Minimum limit of reactive current injection (Iql1). Typical value = -1,44.
db2 WeccREECA double Voltage deadband for undervoltage iq injection (db2). Typical value = 0,05.
dPmax WeccREECA double Ramp rate on power reference (dPmax). Typical value = 2.
tp WeccREECA double Filter time constant for power measurement (Tp) (>=0). Typical value = 0,05.
kqv WeccREECA double Gain for reactive current injection during fault (Kqv). Typical value = 2.
trv WeccREECA double Filter time constant for voltage measurements (Trv) (>=0). Typical value = 0,01.
vdi2v1 WeccREECA double Point 1 voltage of a piecewise linear curve made up of four pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
vdi1i3 WeccREECA double Point 3 reactive current of a piecewise linear curve made up of four pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
db1 WeccREECA double Voltage deadband for overvoltage iq injection (db1). Typical value = -0,05.
vmin WeccREECA double Voltage control minimum (Vmin). Typical value = 0,9.
vdip WeccREECA double Undervoltage condition trigger voltage (Vdip). Typical value = 0,9.
kqp WeccREECA double Proportional gain (Kqp). Typical value = 1.
tpord WeccREECA double Time constant (Tpord) (>=0). Typical value = 0,01.
vdi1v4 WeccREECA double Point 4 voltage of a piecewise linear curve made up of four pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
vdi1i1 WeccREECA double Point 1 reactive current of a piecewise linear curve made up of four pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
vdi2i4 WeccREECA double Point 4 active current of a piecewise linear curve made up of four pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccREECB

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccREECB> rdf:type rdfs:Class ;
	rdfs:label "WeccREECB"@en ;
	rdfs:subClassOf <WeccREEC> .
<WeccREECB.tpord> rdf:type rdfs:Property ;
	rdfs:label "tpord"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.kqv> rdf:type rdfs:Property ;
	rdfs:label "kqv"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.vFlag> rdf:type rdfs:Property ;
	rdfs:label "vFlag"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:boolean .
<WeccREECB.db1> rdf:type rdfs:Property ;
	rdfs:label "db1"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.iql1> rdf:type rdfs:Property ;
	rdfs:label "iql1"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.kvi> rdf:type rdfs:Property ;
	rdfs:label "kvi"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.db2> rdf:type rdfs:Property ;
	rdfs:label "db2"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.imax> rdf:type rdfs:Property ;
	rdfs:label "imax"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.pfFlag> rdf:type rdfs:Property ;
	rdfs:label "pfFlag"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:boolean .
<WeccREECB.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.kqp> rdf:type rdfs:Property ;
	rdfs:label "kqp"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.vmax> rdf:type rdfs:Property ;
	rdfs:label "vmax"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.vup> rdf:type rdfs:Property ;
	rdfs:label "vup"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.iqh1> rdf:type rdfs:Property ;
	rdfs:label "iqh1"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.qFlag> rdf:type rdfs:Property ;
	rdfs:label "qFlag"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:boolean .
<WeccREECB.trv> rdf:type rdfs:Property ;
	rdfs:label "trv"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.vref0> rdf:type rdfs:Property ;
	rdfs:label "vref0"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.vmin> rdf:type rdfs:Property ;
	rdfs:label "vmin"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.kvp> rdf:type rdfs:Property ;
	rdfs:label "kvp"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.tiq> rdf:type rdfs:Property ;
	rdfs:label "tiq"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.qmax> rdf:type rdfs:Property ;
	rdfs:label "qmax"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.dPmax> rdf:type rdfs:Property ;
	rdfs:label "dPmax"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.vdip> rdf:type rdfs:Property ;
	rdfs:label "vdip"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.qmin> rdf:type rdfs:Property ;
	rdfs:label "qmin"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.pqFlag> rdf:type rdfs:Property ;
	rdfs:label "pqFlag"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:boolean .
<WeccREECB.dPmin> rdf:type rdfs:Property ;
	rdfs:label "dPmin"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<WeccREECB.kqi> rdf:type rdfs:Property ;
	rdfs:label "kqi"@en ;
	rdfs:domain <WeccREECB> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> <http://www.w3.org/2000/01/rdf-schema#label> "WeccREECB"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.tpord> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.tpord> <http://www.w3.org/2000/01/rdf-schema#label> "tpord"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.tpord> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.tpord> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.kqv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.kqv> <http://www.w3.org/2000/01/rdf-schema#label> "kqv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.kqv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.kqv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vFlag> <http://www.w3.org/2000/01/rdf-schema#label> "vFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.db1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.db1> <http://www.w3.org/2000/01/rdf-schema#label> "db1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.db1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.db1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.iql1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.iql1> <http://www.w3.org/2000/01/rdf-schema#label> "iql1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.iql1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.iql1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.kvi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.kvi> <http://www.w3.org/2000/01/rdf-schema#label> "kvi"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.kvi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.kvi> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.db2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.db2> <http://www.w3.org/2000/01/rdf-schema#label> "db2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.db2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.db2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.imax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.imax> <http://www.w3.org/2000/01/rdf-schema#label> "imax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.imax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.imax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.pfFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.pfFlag> <http://www.w3.org/2000/01/rdf-schema#label> "pfFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.pfFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.pfFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.kqp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.kqp> <http://www.w3.org/2000/01/rdf-schema#label> "kqp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.kqp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.kqp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vup> <http://www.w3.org/2000/01/rdf-schema#label> "vup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vup> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vup> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.iqh1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.iqh1> <http://www.w3.org/2000/01/rdf-schema#label> "iqh1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.iqh1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.iqh1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.qFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.qFlag> <http://www.w3.org/2000/01/rdf-schema#label> "qFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.qFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.qFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.trv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.trv> <http://www.w3.org/2000/01/rdf-schema#label> "trv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.trv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.trv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vref0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vref0> <http://www.w3.org/2000/01/rdf-schema#label> "vref0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vref0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vref0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.kvp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.kvp> <http://www.w3.org/2000/01/rdf-schema#label> "kvp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.kvp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.kvp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.tiq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.tiq> <http://www.w3.org/2000/01/rdf-schema#label> "tiq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.tiq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.tiq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.qmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.qmax> <http://www.w3.org/2000/01/rdf-schema#label> "qmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.qmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.qmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.dPmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.dPmax> <http://www.w3.org/2000/01/rdf-schema#label> "dPmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.dPmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.dPmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vdip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vdip> <http://www.w3.org/2000/01/rdf-schema#label> "vdip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vdip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.vdip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.qmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.qmin> <http://www.w3.org/2000/01/rdf-schema#label> "qmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.qmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.qmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.pqFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.pqFlag> <http://www.w3.org/2000/01/rdf-schema#label> "pqFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.pqFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.pqFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.dPmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.dPmin> <http://www.w3.org/2000/01/rdf-schema#label> "dPmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.dPmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.dPmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.kqi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.kqi> <http://www.w3.org/2000/01/rdf-schema#label> "kqi"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.kqi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECB.kqi> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WeccREEC » WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC PQ Controller and Current Limit Logic. A simplified version of the electrical controls, which was previously used for PV plants but is no longer recommended.

Reference: Model User Guide for Generic Renewable Energy System Models, EPRI, Palo Alto, CA: 2018, 3002014083.

Property Domain Range Comment
tpord WeccREECB double Time constant (Tpord) (>=0). Typical value = 0,02.
kqv WeccREECB double Gain for reactive current injection during fault (Kqv). Typical value = 2.
vFlag WeccREECB boolean Voltage control flag: 1 (true) = Q control, 0 (false) = voltage control (VFlag). Typical value = 1 (true).
db1 WeccREECB double Voltage deadband for overvoltage iq injection (db1). Typical value = -0,05.
iql1 WeccREECB double Minimum limit of reactive current injection (Iql1). Typical value = -1,44.
kvi WeccREECB double Integral gain (Kvi). Typical value = 0,7.
db2 WeccREECB double Voltage deadband for undervoltage iq injection (db2). Typical value = 0,05.
imax WeccREECB double Max. allowable total converter current limit (Imax). Typical value = 1,3.
pfFlag WeccREECB boolean Power factor flag: 1 (true) = pf control, 0 (false) = Q control (PfFlag). Typical value = 0 (false).
tp WeccREECB double Filter time constant for el. power measurement (Tp) (>=0). Typical value = 0,02.
kqp WeccREECB double Proportional gain (Kqp). Typical value = 1.
vmax WeccREECB double Voltage control maximum (Vmax). Typical value = 1,1.
vup WeccREECB double Overvoltage condition trigger voltage (Vup). Typical value = 1,1.
iqh1 WeccREECB double Maximum limit of reactive current injection (Iqh1). Typical value = 1,44.
qFlag WeccREECB boolean Q control flag: 1 (true) = voltage/Q, 0 (false) = constant power factor or Q control. (QFlag). Typical value = 0 (false).
trv WeccREECB double Filter time constant for voltage measurements (Trv) (>=0). Typical value = 0,02.
vref0 WeccREECB double Reference voltage, enter 0 for terminal voltage (Vref0). Typical value = 0.
pmax WeccREECB double Maximum power reference (Pmax). Typical value = 1.
vmin WeccREECB double Voltage control minimum (Vmin). Typical value = 0,9.
kvp WeccREECB double Proportional gain (Kvp). Typical value = 1.
tiq WeccREECB double Time constant on lag delay (Tiq) (>=0). Typical value = 0,02.
qmax WeccREECB double Reactive power limit maximum (Qmax). Typical value = 0,43.
dPmax WeccREECB double Ramp rate on power reference (dPmax). Typical value = 999.
vdip WeccREECB double Undervoltage condition trigger voltage (Vdip). Typical value = 0,9.
qmin WeccREECB double Reactive power limit minimum (Qmin). Typical value = -0,43.
pqFlag WeccREECB boolean Priority flag on current limit: 1 (true) = P, 0 (false) = Q priority (PqFlag). Typical value = 0 (false).
dPmin WeccREECB double Ramp rate on power reference (dPmin). Typical value = -999.
pmin WeccREECB double Minimum power reference (Pmin). Typical value = 0.
kqi WeccREECB double Integral gain (Kqi). Typical value = 0,7.
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccREECC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccREECC> rdf:type rdfs:Class ;
	rdfs:label "WeccREECC"@en ;
	rdfs:subClassOf <WeccREEC> .
<WeccREECC.vdi1v3> rdf:type rdfs:Property ;
	rdfs:label "vdi1v3"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.vdi2v4> rdf:type rdfs:Property ;
	rdfs:label "vdi2v4"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.soc0> rdf:type rdfs:Property ;
	rdfs:label "soc0"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.kqv> rdf:type rdfs:Property ;
	rdfs:label "kqv"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.vdi1i1> rdf:type rdfs:Property ;
	rdfs:label "vdi1i1"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.dPmin> rdf:type rdfs:Property ;
	rdfs:label "dPmin"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.tiq> rdf:type rdfs:Property ;
	rdfs:label "tiq"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.vdi1v1> rdf:type rdfs:Property ;
	rdfs:label "vdi1v1"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.qmax> rdf:type rdfs:Property ;
	rdfs:label "qmax"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.dPmax> rdf:type rdfs:Property ;
	rdfs:label "dPmax"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.qmin> rdf:type rdfs:Property ;
	rdfs:label "qmin"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.vdi2i2> rdf:type rdfs:Property ;
	rdfs:label "vdi2i2"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.trv> rdf:type rdfs:Property ;
	rdfs:label "trv"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.t> rdf:type rdfs:Property ;
	rdfs:label "t"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.vFlag> rdf:type rdfs:Property ;
	rdfs:label "vFlag"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:boolean .
<WeccREECC.vdi2v2> rdf:type rdfs:Property ;
	rdfs:label "vdi2v2"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.iqh1> rdf:type rdfs:Property ;
	rdfs:label "iqh1"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.vdi2i4> rdf:type rdfs:Property ;
	rdfs:label "vdi2i4"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.db1> rdf:type rdfs:Property ;
	rdfs:label "db1"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.vmin> rdf:type rdfs:Property ;
	rdfs:label "vmin"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.imax> rdf:type rdfs:Property ;
	rdfs:label "imax"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.vdi1i2> rdf:type rdfs:Property ;
	rdfs:label "vdi1i2"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.vdi1i3> rdf:type rdfs:Property ;
	rdfs:label "vdi1i3"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.iql1> rdf:type rdfs:Property ;
	rdfs:label "iql1"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.vref0> rdf:type rdfs:Property ;
	rdfs:label "vref0"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.kvi> rdf:type rdfs:Property ;
	rdfs:label "kvi"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.kvp> rdf:type rdfs:Property ;
	rdfs:label "kvp"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.vdi2i3> rdf:type rdfs:Property ;
	rdfs:label "vdi2i3"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.vdi1v4> rdf:type rdfs:Property ;
	rdfs:label "vdi1v4"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.scomin> rdf:type rdfs:Property ;
	rdfs:label "scomin"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.scomax> rdf:type rdfs:Property ;
	rdfs:label "scomax"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.vdi1v2> rdf:type rdfs:Property ;
	rdfs:label "vdi1v2"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.vmax> rdf:type rdfs:Property ;
	rdfs:label "vmax"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.vdip> rdf:type rdfs:Property ;
	rdfs:label "vdip"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.kqp> rdf:type rdfs:Property ;
	rdfs:label "kqp"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.vdi1i4> rdf:type rdfs:Property ;
	rdfs:label "vdi1i4"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.vdi2v3> rdf:type rdfs:Property ;
	rdfs:label "vdi2v3"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.kqi> rdf:type rdfs:Property ;
	rdfs:label "kqi"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.pqFlag> rdf:type rdfs:Property ;
	rdfs:label "pqFlag"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:boolean .
<WeccREECC.tpord> rdf:type rdfs:Property ;
	rdfs:label "tpord"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.vup> rdf:type rdfs:Property ;
	rdfs:label "vup"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.qFlag> rdf:type rdfs:Property ;
	rdfs:label "qFlag"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:boolean .
<WeccREECC.db2> rdf:type rdfs:Property ;
	rdfs:label "db2"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.vdi2v1> rdf:type rdfs:Property ;
	rdfs:label "vdi2v1"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.vdi2i1> rdf:type rdfs:Property ;
	rdfs:label "vdi2i1"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:double .
<WeccREECC.pfFlag> rdf:type rdfs:Property ;
	rdfs:label "pfFlag"@en ;
	rdfs:domain <WeccREECC> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> <http://www.w3.org/2000/01/rdf-schema#label> "WeccREECC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1v3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1v3> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1v3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1v3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1v3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2v4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2v4> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2v4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2v4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2v4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.soc0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.soc0> <http://www.w3.org/2000/01/rdf-schema#label> "soc0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.soc0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.soc0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.kqv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.kqv> <http://www.w3.org/2000/01/rdf-schema#label> "kqv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.kqv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.kqv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1i1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1i1> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1i1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1i1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1i1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.dPmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.dPmin> <http://www.w3.org/2000/01/rdf-schema#label> "dPmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.dPmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.dPmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.tiq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.tiq> <http://www.w3.org/2000/01/rdf-schema#label> "tiq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.tiq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.tiq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1v1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1v1> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1v1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1v1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1v1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.qmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.qmax> <http://www.w3.org/2000/01/rdf-schema#label> "qmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.qmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.qmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.dPmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.dPmax> <http://www.w3.org/2000/01/rdf-schema#label> "dPmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.dPmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.dPmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.qmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.qmin> <http://www.w3.org/2000/01/rdf-schema#label> "qmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.qmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.qmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2i2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2i2> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2i2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2i2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2i2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.trv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.trv> <http://www.w3.org/2000/01/rdf-schema#label> "trv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.trv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.trv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.t> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.t> <http://www.w3.org/2000/01/rdf-schema#label> "t"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.t> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.t> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vFlag> <http://www.w3.org/2000/01/rdf-schema#label> "vFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2v2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2v2> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2v2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2v2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2v2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.iqh1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.iqh1> <http://www.w3.org/2000/01/rdf-schema#label> "iqh1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.iqh1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.iqh1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2i4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2i4> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2i4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2i4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2i4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.db1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.db1> <http://www.w3.org/2000/01/rdf-schema#label> "db1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.db1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.db1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.imax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.imax> <http://www.w3.org/2000/01/rdf-schema#label> "imax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.imax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.imax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1i2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1i2> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1i2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1i2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1i2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1i3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1i3> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1i3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1i3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1i3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.iql1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.iql1> <http://www.w3.org/2000/01/rdf-schema#label> "iql1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.iql1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.iql1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vref0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vref0> <http://www.w3.org/2000/01/rdf-schema#label> "vref0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vref0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vref0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.kvi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.kvi> <http://www.w3.org/2000/01/rdf-schema#label> "kvi"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.kvi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.kvi> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.kvp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.kvp> <http://www.w3.org/2000/01/rdf-schema#label> "kvp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.kvp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.kvp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2i3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2i3> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2i3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2i3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2i3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1v4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1v4> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1v4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1v4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1v4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.scomin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.scomin> <http://www.w3.org/2000/01/rdf-schema#label> "scomin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.scomin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.scomin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.scomax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.scomax> <http://www.w3.org/2000/01/rdf-schema#label> "scomax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.scomax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.scomax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1v2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1v2> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1v2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1v2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1v2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdip> <http://www.w3.org/2000/01/rdf-schema#label> "vdip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.kqp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.kqp> <http://www.w3.org/2000/01/rdf-schema#label> "kqp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.kqp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.kqp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1i4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1i4> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1i4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1i4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi1i4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2v3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2v3> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2v3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2v3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2v3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.kqi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.kqi> <http://www.w3.org/2000/01/rdf-schema#label> "kqi"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.kqi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.kqi> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.pqFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.pqFlag> <http://www.w3.org/2000/01/rdf-schema#label> "pqFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.pqFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.pqFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.tpord> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.tpord> <http://www.w3.org/2000/01/rdf-schema#label> "tpord"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.tpord> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.tpord> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vup> <http://www.w3.org/2000/01/rdf-schema#label> "vup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vup> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vup> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.qFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.qFlag> <http://www.w3.org/2000/01/rdf-schema#label> "qFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.qFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.qFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.db2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.db2> <http://www.w3.org/2000/01/rdf-schema#label> "db2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.db2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.db2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2v1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2v1> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2v1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2v1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2v1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2i1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2i1> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2i1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2i1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.vdi2i1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.pfFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.pfFlag> <http://www.w3.org/2000/01/rdf-schema#label> "pfFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.pfFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECC.pfFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: WeccREEC » WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC PQ Controller and Current Limit Logic.

Reference: Model User Guide for Generic Renewable Energy System Models, EPRI, Palo Alto, CA: 2018, 3002014083.

Property Domain Range Comment
vdi1v3 WeccREECC double Point 3 voltage of a piecewise linear curve made up of four pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
vdi2v4 WeccREECC double Point 4 voltage of a piecewise linear curve made up of four pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
soc0 WeccREECC double Initial state of charge (SOC0). Typical value = 0,5.
kqv WeccREECC double Gain for reactive current injection during fault (Kqv). Typical value = 2.
vdi1i1 WeccREECC double Point 1 reactive current of a piecewise linear curve made up of four pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
dPmin WeccREECC double Ramp rate on power reference (dPmin). Typical value = -2.
tiq WeccREECC double Time constant on lag delay (Tiq) (>=0). Typical value = 0,01.
vdi1v1 WeccREECC double Point 1 voltage of a piecewise linear curve made up of four pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
qmax WeccREECC double Reactive power limit maximum (Qmax). Typical value = 0,436.
dPmax WeccREECC double Ramp rate on power reference (dPmax). Typical value = 2.
qmin WeccREECC double Reactive power limit minimum (Qmin). Typical value = -0,436.
vdi2i2 WeccREECC double Point 2 active current of a piecewise linear curve made up of four pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
trv WeccREECC double Filter time constant for voltage measurements (Trv) (>=0). Typical value = 0,01.
t WeccREECC double Discharge time (T) (>=0). Typical value = 9999.
vFlag WeccREECC boolean Voltage control flag: 1 (true) = Q control, 0 (false) = voltage control (VFlag). Typical value = 1 (true).
vdi2v2 WeccREECC double Point 2 voltage of a piecewise linear curve made up of four pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
iqh1 WeccREECC double Maximum limit of reactive current injection (Iqh1). Typical value = 1,44.
vdi2i4 WeccREECC double Point 4 active current of a piecewise linear curve made up of four pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
db1 WeccREECC double Voltage deadband for overvoltage iq injection (db1). Typical value = -0,05.
pmin WeccREECC double Minimum power reference (Pmin). Typical value = -1.
tp WeccREECC double Filter time constant for power measurement (Tp) (>=0). Typical value = 0,05.
vmin WeccREECC double Voltage control minimum (Vmin). Typical value = 0,9.
imax WeccREECC double Maximum converter current limit (Imax). Typical value = 1,3.
vdi1i2 WeccREECC double Point 2 reactive current of a piecewise linear curve made up of four pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
pmax WeccREECC double Maximum power reference (Pmax). Typical value = 1.
vdi1i3 WeccREECC double Point 3 reactive current of a piecewise linear curve made up of four pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
iql1 WeccREECC double Minimum limit of reactive current injection (Iql1). Typical value = -1,44.
vref0 WeccREECC double Reference voltage, enter 0 for terminal voltage (Vref0). Typical value = 0.
kvi WeccREECC double Integral gain (Kvi). Typical value = 0,7.
kvp WeccREECC double Proportional gain (Kvp). Typical value = 1.
vdi2i3 WeccREECC double Point 3 active current of a piecewise linear curve made up of four pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
vdi1v4 WeccREECC double Point 4 voltage of a piecewise linear curve made up of four pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
scomin WeccREECC double Mininum allowable state of charge (SCOmin). Typical value = 0.
scomax WeccREECC double Maximum allowable state of charge (SCOmax). Typical value = 1.
vdi1v2 WeccREECC double Point 2 voltage of a piecewise linear curve made up of four pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
vmax WeccREECC double Voltage control maximum (Vmax). Typical value = 1,1.
vdip WeccREECC double Undervoltage condition trigger voltage (Vdip). Typical value = 0,9.
kqp WeccREECC double Proportional gain (Kqp). Typical value = 1.
vdi1i4 WeccREECC double Point 4 reactive current of a piecewise linear curve made up of four pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
vdi2v3 WeccREECC double Point 3 voltage of a piecewise linear curve made up of four pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
kqi WeccREECC double Integral gain (Kqi). Typical value = 0,7.
pqFlag WeccREECC boolean Priority flag on current limit: 1 (true) = P, 0 (false) = Q priority (PqFlag). Typical value = 0 (false).
tpord WeccREECC double Time constant (Tpord) (>=0). Typical value = 0,01.
vup WeccREECC double Overvoltage condition trigger voltage (Vup). Typical value = 1,1.
qFlag WeccREECC boolean Q control flag: 1 (true) = voltage/Q, 0 (false) = constant power factor or Q control (QFlag). Typical value = 0 (false).
db2 WeccREECC double Voltage deadband for undervoltage iq injection (db2). Typical value = 0,05.
vdi2v1 WeccREECC double Point 1 voltage of a piecewise linear curve made up of four pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
vdi2i1 WeccREECC double Point 1 active current of a piecewise linear curve made up of four pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
pfFlag WeccREECC boolean Power factor flag: 1 (true) = pf control, 0 (false) = Q control (PfFlag). Typical value = 0 (false).
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccREECD

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccREECD> rdf:type rdfs:Class ;
	rdfs:label "WeccREECD"@en ;
	rdfs:subClassOf <WeccDynamics> .
<WeccREECD.vblkl> rdf:type rdfs:Property ;
	rdfs:label "vblkl"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi1i4> rdf:type rdfs:Property ;
	rdfs:label "vdi1i4"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.kvp> rdf:type rdfs:Property ;
	rdfs:label "kvp"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi1i6> rdf:type rdfs:Property ;
	rdfs:label "vdi1i6"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.xc> rdf:type rdfs:Property ;
	rdfs:label "xc"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.thld2> rdf:type rdfs:Property ;
	rdfs:label "thld2"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.pFlag> rdf:type rdfs:Property ;
	rdfs:label "pFlag"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:boolean .
<WeccREECD.pfFlag> rdf:type rdfs:Property ;
	rdfs:label "pfFlag"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:boolean .
<WeccREECD.iqh1> rdf:type rdfs:Property ;
	rdfs:label "iqh1"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi2v1> rdf:type rdfs:Property ;
	rdfs:label "vdi2v1"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi1v5> rdf:type rdfs:Property ;
	rdfs:label "vdi1v5"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi2v5> rdf:type rdfs:Property ;
	rdfs:label "vdi2v5"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.qFlag> rdf:type rdfs:Property ;
	rdfs:label "qFlag"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:boolean .
<WeccREECD.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.qmin> rdf:type rdfs:Property ;
	rdfs:label "qmin"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi1i7> rdf:type rdfs:Property ;
	rdfs:label "vdi1i7"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi1i9> rdf:type rdfs:Property ;
	rdfs:label "vdi1i9"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.dPmax> rdf:type rdfs:Property ;
	rdfs:label "dPmax"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi1i10> rdf:type rdfs:Property ;
	rdfs:label "vdi1i10"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi1i2> rdf:type rdfs:Property ;
	rdfs:label "vdi1i2"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.db2> rdf:type rdfs:Property ;
	rdfs:label "db2"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vmax> rdf:type rdfs:Property ;
	rdfs:label "vmax"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.qvmax> rdf:type rdfs:Property ;
	rdfs:label "qvmax"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vref0> rdf:type rdfs:Property ;
	rdfs:label "vref0"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi2v3> rdf:type rdfs:Property ;
	rdfs:label "vdi2v3"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdip> rdf:type rdfs:Property ;
	rdfs:label "vdip"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi2i8> rdf:type rdfs:Property ;
	rdfs:label "vdi2i8"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi1v8> rdf:type rdfs:Property ;
	rdfs:label "vdi1v8"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.ke> rdf:type rdfs:Property ;
	rdfs:label "ke"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.imax> rdf:type rdfs:Property ;
	rdfs:label "imax"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi2i4> rdf:type rdfs:Property ;
	rdfs:label "vdi2i4"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi1i3> rdf:type rdfs:Property ;
	rdfs:label "vdi1i3"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.tpord> rdf:type rdfs:Property ;
	rdfs:label "tpord"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi1i8> rdf:type rdfs:Property ;
	rdfs:label "vdi1i8"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vcmpflag> rdf:type rdfs:Property ;
	rdfs:label "vcmpflag"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:boolean .
<WeccREECD.vblkh> rdf:type rdfs:Property ;
	rdfs:label "vblkh"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vmin> rdf:type rdfs:Property ;
	rdfs:label "vmin"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.rc> rdf:type rdfs:Property ;
	rdfs:label "rc"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.qmax> rdf:type rdfs:Property ;
	rdfs:label "qmax"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi2v4> rdf:type rdfs:Property ;
	rdfs:label "vdi2v4"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi2i5> rdf:type rdfs:Property ;
	rdfs:label "vdi2i5"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vup> rdf:type rdfs:Property ;
	rdfs:label "vup"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi1v6> rdf:type rdfs:Property ;
	rdfs:label "vdi1v6"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi2v10> rdf:type rdfs:Property ;
	rdfs:label "vdi2v10"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.qvmin> rdf:type rdfs:Property ;
	rdfs:label "qvmin"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi2v6> rdf:type rdfs:Property ;
	rdfs:label "vdi2v6"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.thld> rdf:type rdfs:Property ;
	rdfs:label "thld"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi1v3> rdf:type rdfs:Property ;
	rdfs:label "vdi1v3"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.db1> rdf:type rdfs:Property ;
	rdfs:label "db1"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vFlag> rdf:type rdfs:Property ;
	rdfs:label "vFlag"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:boolean .
<WeccREECD.vdi2i9> rdf:type rdfs:Property ;
	rdfs:label "vdi2i9"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi1v4> rdf:type rdfs:Property ;
	rdfs:label "vdi1v4"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi2v7> rdf:type rdfs:Property ;
	rdfs:label "vdi2v7"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.dPmin> rdf:type rdfs:Property ;
	rdfs:label "dPmin"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi1v9> rdf:type rdfs:Property ;
	rdfs:label "vdi1v9"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.kqp> rdf:type rdfs:Property ;
	rdfs:label "kqp"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi2v2> rdf:type rdfs:Property ;
	rdfs:label "vdi2v2"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.kvi> rdf:type rdfs:Property ;
	rdfs:label "kvi"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi2v8> rdf:type rdfs:Property ;
	rdfs:label "vdi2v8"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi2i2> rdf:type rdfs:Property ;
	rdfs:label "vdi2i2"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.tbld> rdf:type rdfs:Property ;
	rdfs:label "tbld"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vref1> rdf:type rdfs:Property ;
	rdfs:label "vref1"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi1v1> rdf:type rdfs:Property ;
	rdfs:label "vdi1v1"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.trv> rdf:type rdfs:Property ;
	rdfs:label "trv"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.pqFlag> rdf:type rdfs:Property ;
	rdfs:label "pqFlag"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:boolean .
<WeccREECD.vdi1v7> rdf:type rdfs:Property ;
	rdfs:label "vdi1v7"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.kqv> rdf:type rdfs:Property ;
	rdfs:label "kqv"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.iqfrz> rdf:type rdfs:Property ;
	rdfs:label "iqfrz"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double ;
	rdf:type rdfs:Property ;
	rdfs:label "iqfrz"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.iql1> rdf:type rdfs:Property ;
	rdfs:label "iql1"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi1i5> rdf:type rdfs:Property ;
	rdfs:label "vdi1i5"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi1i1> rdf:type rdfs:Property ;
	rdfs:label "vdi1i1"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi1v2> rdf:type rdfs:Property ;
	rdfs:label "vdi1v2"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi1v10> rdf:type rdfs:Property ;
	rdfs:label "vdi1v10"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.tr1> rdf:type rdfs:Property ;
	rdfs:label "tr1"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.tblkDelay> rdf:type rdfs:Property ;
	rdfs:label "tblkDelay"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi2i6> rdf:type rdfs:Property ;
	rdfs:label "vdi2i6"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.kqi> rdf:type rdfs:Property ;
	rdfs:label "kqi"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.tiq> rdf:type rdfs:Property ;
	rdfs:label "tiq"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi2i1> rdf:type rdfs:Property ;
	rdfs:label "vdi2i1"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi2i10> rdf:type rdfs:Property ;
	rdfs:label "vdi2i10"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi2v9> rdf:type rdfs:Property ;
	rdfs:label "vdi2v9"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi2i7> rdf:type rdfs:Property ;
	rdfs:label "vdi2i7"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.vdi2i3> rdf:type rdfs:Property ;
	rdfs:label "vdi2i3"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<WeccREECD.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <WeccREECD> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> <http://www.w3.org/2000/01/rdf-schema#label> "WeccREECD"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vblkl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vblkl> <http://www.w3.org/2000/01/rdf-schema#label> "vblkl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vblkl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vblkl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i4> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1i4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kvp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kvp> <http://www.w3.org/2000/01/rdf-schema#label> "kvp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kvp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kvp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i6> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1i6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.xc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.xc> <http://www.w3.org/2000/01/rdf-schema#label> "xc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.xc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.xc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.thld2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.thld2> <http://www.w3.org/2000/01/rdf-schema#label> "thld2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.thld2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.thld2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.pFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.pFlag> <http://www.w3.org/2000/01/rdf-schema#label> "pFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.pFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.pFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.pfFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.pfFlag> <http://www.w3.org/2000/01/rdf-schema#label> "pfFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.pfFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.pfFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.iqh1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.iqh1> <http://www.w3.org/2000/01/rdf-schema#label> "iqh1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.iqh1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.iqh1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v1> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2v1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v5> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1v5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v5> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2v5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.qFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.qFlag> <http://www.w3.org/2000/01/rdf-schema#label> "qFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.qFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.qFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.qmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.qmin> <http://www.w3.org/2000/01/rdf-schema#label> "qmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.qmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.qmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i7> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1i7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i9> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1i9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.dPmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.dPmax> <http://www.w3.org/2000/01/rdf-schema#label> "dPmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.dPmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.dPmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i10> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1i10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i2> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1i2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.db2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.db2> <http://www.w3.org/2000/01/rdf-schema#label> "db2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.db2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.db2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vmax> <http://www.w3.org/2000/01/rdf-schema#label> "vmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.qvmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.qvmax> <http://www.w3.org/2000/01/rdf-schema#label> "qvmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.qvmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.qvmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vref0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vref0> <http://www.w3.org/2000/01/rdf-schema#label> "vref0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vref0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vref0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v3> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2v3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdip> <http://www.w3.org/2000/01/rdf-schema#label> "vdip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i8> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2i8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v8> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1v8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.ke> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.ke> <http://www.w3.org/2000/01/rdf-schema#label> "ke"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.ke> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.ke> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.imax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.imax> <http://www.w3.org/2000/01/rdf-schema#label> "imax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.imax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.imax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i4> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2i4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i3> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1i3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tpord> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tpord> <http://www.w3.org/2000/01/rdf-schema#label> "tpord"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tpord> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tpord> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i8> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1i8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vcmpflag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vcmpflag> <http://www.w3.org/2000/01/rdf-schema#label> "vcmpflag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vcmpflag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vcmpflag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vblkh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vblkh> <http://www.w3.org/2000/01/rdf-schema#label> "vblkh"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vblkh> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vblkh> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vmin> <http://www.w3.org/2000/01/rdf-schema#label> "vmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.rc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.rc> <http://www.w3.org/2000/01/rdf-schema#label> "rc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.rc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.rc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.qmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.qmax> <http://www.w3.org/2000/01/rdf-schema#label> "qmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.qmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.qmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v4> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2v4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i5> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2i5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vup> <http://www.w3.org/2000/01/rdf-schema#label> "vup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vup> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vup> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v6> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1v6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v10> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2v10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.qvmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.qvmin> <http://www.w3.org/2000/01/rdf-schema#label> "qvmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.qvmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.qvmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v6> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2v6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.thld> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.thld> <http://www.w3.org/2000/01/rdf-schema#label> "thld"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.thld> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.thld> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v3> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1v3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.db1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.db1> <http://www.w3.org/2000/01/rdf-schema#label> "db1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.db1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.db1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vFlag> <http://www.w3.org/2000/01/rdf-schema#label> "vFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i9> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2i9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v4> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1v4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v7> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2v7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.dPmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.dPmin> <http://www.w3.org/2000/01/rdf-schema#label> "dPmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.dPmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.dPmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v9> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1v9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kqp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kqp> <http://www.w3.org/2000/01/rdf-schema#label> "kqp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kqp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kqp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v2> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2v2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kvi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kvi> <http://www.w3.org/2000/01/rdf-schema#label> "kvi"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kvi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kvi> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v8> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2v8"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v8> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v8> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i2> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2i2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tbld> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tbld> <http://www.w3.org/2000/01/rdf-schema#label> "tbld"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tbld> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tbld> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vref1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vref1> <http://www.w3.org/2000/01/rdf-schema#label> "vref1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vref1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vref1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v1> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1v1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.trv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.trv> <http://www.w3.org/2000/01/rdf-schema#label> "trv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.trv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.trv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.pqFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.pqFlag> <http://www.w3.org/2000/01/rdf-schema#label> "pqFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.pqFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.pqFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v7> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1v7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kqv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kqv> <http://www.w3.org/2000/01/rdf-schema#label> "kqv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kqv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kqv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.iqfrz> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.iqfrz> <http://www.w3.org/2000/01/rdf-schema#label> "iqfrz"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.iqfrz> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.iqfrz> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.iqfrz> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.iqfrz> <http://www.w3.org/2000/01/rdf-schema#label> "iqfrz"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.iqfrz> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.iqfrz> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.iql1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.iql1> <http://www.w3.org/2000/01/rdf-schema#label> "iql1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.iql1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.iql1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i5> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1i5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i1> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1i1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1i1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v2> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1v2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v10> <http://www.w3.org/2000/01/rdf-schema#label> "vdi1v10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi1v10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tr1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tr1> <http://www.w3.org/2000/01/rdf-schema#label> "tr1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tr1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tr1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tblkDelay> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tblkDelay> <http://www.w3.org/2000/01/rdf-schema#label> "tblkDelay"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tblkDelay> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tblkDelay> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i6> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2i6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kqi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kqi> <http://www.w3.org/2000/01/rdf-schema#label> "kqi"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kqi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kqi> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tiq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tiq> <http://www.w3.org/2000/01/rdf-schema#label> "tiq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tiq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.tiq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i1> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2i1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i10> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2i10"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i10> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i10> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v9> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2v9"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v9> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2v9> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i7> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2i7"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i7> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i7> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i3> <http://www.w3.org/2000/01/rdf-schema#label> "vdi2i3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.vdi2i3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREECD.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC PQ Controller and Current Limit Logic (REEC_D).

Reference: WECC REMWG, Proposal for new features for the renewable energy system generic models, 2021.

Property Domain Range Comment
vblkl WeccREECD double Voltage below which the converter is blocked (i.e. Iq = Ip = 0).
vdi1i4 WeccREECD double Point 4 reactive current of a piecewise linear curve made up of ten pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
kvp WeccREECD double Proportional gain (Kvp). Typical value = 1.
vdi1i6 WeccREECD double Point 6 reactive current of a piecewise linear curve made up of ten pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
xc WeccREECD double Current-compensation reactance (Xc). Typical range from 0,01 to 0,12.
thld2 WeccREECD double Ipcmd_max delay after fault (Thld2) (>=0). Typical value = 0.
pFlag WeccREECD boolean Power control flag: 0 (false) = P reference, 1 (true) = Speed ref. (PFlag). Typical value = 1 (true).
pfFlag WeccREECD boolean Power factor flag: 1 (true) = pf control, 0 (false) = Q control (PfFlag). Typical value = 0 (false).
iqh1 WeccREECD double Maximum limit of reactive current injection (Iqh1). Typical value = 1,44.
vdi2v1 WeccREECD double Point 1 voltage of a piecewise linear curve made up of ten pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
vdi1v5 WeccREECD double Point 5 voltage of a piecewise linear curve made up of ten pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
vdi2v5 WeccREECD double Point 5 voltage of a piecewise linear curve made up of ten pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
qFlag WeccREECD boolean Q control flag: 1 (true) = voltage/Q, 0 (false) = const. pf or Q ctrl. (QFlag). Typical value = 0 (false).
pmin WeccREECD double Minimum power reference (Pmin). Typical value = 0.
qmin WeccREECD double Reactive power limit minimum (Qmin). Typical value = -0,436.
vdi1i7 WeccREECD double Point 7 reactive current of a piecewise linear curve made up of ten pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
vdi1i9 WeccREECD double Point 9 reactive current of a piecewise linear curve made up of ten pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
dPmax WeccREECD double Ramp rate on power reference (dPmax). Typical value = 2.
vdi1i10 WeccREECD double Point 10 reactive current of a piecewise linear curve made up of ten pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
vdi1i2 WeccREECD double Point 2 reactive current of a piecewise linear curve made up of ten pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
db2 WeccREECD double Voltage deadband for undervoltage iq injection (db2). Typical value = 0,05.
vmax WeccREECD double Voltage control maximum (Vmax). Typical value = 1,1.
qvmax WeccREECD double The maximum value of the incoming Qext or Vext.
vref0 WeccREECD double Reference voltage, enter 0 for terminal voltage (Vref0). Typical value = 0.
vdi2v3 WeccREECD double Point 3 voltage of a piecewise linear curve made up of ten pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
vdip WeccREECD double Undervoltage condition trigger voltage (Vdip). Typical value = 0,9.
vdi2i8 WeccREECD double Point 8 active current of a piecewise linear curve made up of ten pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
vdi1v8 WeccREECD double Point 8 voltage of a piecewise linear curve made up of ten pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
ke WeccREECD double Scaling on Ipmin; set to 0 for a generator, set to a value between 0 and 1 for a storage device, as appropriate.
imax WeccREECD double Maximum converter current limit (Imax). Typical value = 1,3.
vdi2i4 WeccREECD double Point 4 active current of a piecewise linear curve made up of ten pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
vdi1i3 WeccREECD double Point 3 reactive current of a piecewise linear curve made up of ten pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
tpord WeccREECD double Time constant (Tpord) (>=0). Typical value = 0,01.
vdi1i8 WeccREECD double Point 8 reactive current of a piecewise linear curve made up of ten pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
vcmpflag WeccREECD boolean 1 (true) – use current compensation, 0 (false) – use reactive droop
vblkh WeccREECD double Voltage above which the converter is blocked (i.e. Iq = Ip = 0).
vmin WeccREECD double Voltage control minimum (Vmin). Typical value = 0,9.
rc WeccREECD double Current-compensation resistance (rc). Typical range from 0 to 0,02.
qmax WeccREECD double Reactive power limit maximum (Qmax). Typical value = 0,436.
vdi2v4 WeccREECD double Point 4 voltage of a piecewise linear curve made up of ten pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
vdi2i5 WeccREECD double Point 5 active current of a piecewise linear curve made up of ten pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
vup WeccREECD double Overvoltage condition trigger voltage (Vup). Typical value = 1,1.
vdi1v6 WeccREECD double Point 6 voltage of a piecewise linear curve made up of ten pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
vdi2v10 WeccREECD double Point 10 voltage of a piecewise linear curve made up of ten pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
qvmin WeccREECD double The minimum value of the incoming Qext or Vext.
vdi2v6 WeccREECD double Point 6 voltage of a piecewise linear curve made up of ten pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
thld WeccREECD double Reactive current injection delay after voltage dip (Thld) (>=0). Typical value = 0.
vdi1v3 WeccREECD double Point 3 voltage of a piecewise linear curve made up of ten pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
db1 WeccREECD double Voltage deadband for overvoltage iq injection (db1). Typical value = -0,05.
vFlag WeccREECD boolean Voltage control flag: 1 (true) = Q ctrl., 0 (false) = voltage control (VFlag). Typical value = 1 (true).
vdi2i9 WeccREECD double Point 9 active current of a piecewise linear curve made up of ten pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
vdi1v4 WeccREECD double Point 4 voltage of a piecewise linear curve made up of ten pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
vdi2v7 WeccREECD double Point 7 voltage of a piecewise linear curve made up of ten pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
dPmin WeccREECD double Ramp rate on power reference (dPmin). Typical value = -2.
vdi1v9 WeccREECD double Point 9 voltage of a piecewise linear curve made up of ten pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
kqp WeccREECD double Proportional gain (Kqp). Typical value = 1.
vdi2v2 WeccREECD double Point 2 voltage of a piecewise linear curve made up of ten pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
kvi WeccREECD double Integral gain (Kvi). Typical value = 0,7.
vdi2v8 WeccREECD double Point 8 voltage of a piecewise linear curve made up of ten pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
vdi2i2 WeccREECD double Point 2 active current of a piecewise linear curve made up of ten pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
tbld WeccREECD double Time for which reactive-current command is frozen after a voltage-dip (Tbld). If positive then Iqcmd is frozen to its final value during the voltage-dip. If negative then Iqcmd is frozen to Iqfrz. Typical value = 0.
vref1 WeccREECD double User-defined ref./bias on inner-loop voltage ctrl. (Vref1). Typical value = 0.
vdi1v1 WeccREECD double Point 1 voltage of a piecewise linear curve made up of ten pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
trv WeccREECD double Filter time constant for voltage measurements (Trv) (>=0). Typical value = 0,01.
pqFlag WeccREECD boolean Priority flag on current limit: 1 (true) = P, 0 (false) = Q priority (PqFlag). Typical value = 0 (false).
vdi1v7 WeccREECD double Point 7 voltage of a piecewise linear curve made up of ten pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
kqv WeccREECD double Gain for reactive current injection during fault (Kqv). Typical value = 2.
iqfrz WeccREECD double Value at which injection is held after voltage dip (Iq_frz). Typical value = 0.
iqfrz WeccREECD double Value to which reactive-current command is frozen after a voltage-dip (Iqfrz). Typical value = 0.
iql1 WeccREECD double Minimum limit of reactive current injection (Iql1). Typical value = -1,44.
tp WeccREECD double Filter time constant for power measurement (Tp) (>=0). Typical value = 0,05.
vdi1i5 WeccREECD double Point 5 reactive current of a piecewise linear curve made up of ten pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
vdi1i1 WeccREECD double Point 1 reactive current of a piecewise linear curve made up of ten pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
vdi1v2 WeccREECD double Point 2 voltage of a piecewise linear curve made up of ten pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
vdi1v10 WeccREECD double Point 10 voltage of a piecewise linear curve made up of ten pairs of V and I values and defines the reactive current limits in relation to value of voltage (vdl1).
tr1 WeccREECD double Filter time constant for voltage measurement (Tr1) (>=0). Typical range from 0,02 to 0,05.
tblkDelay WeccREECD double The time delay following blocking of the converter after which the converter is released from being blocked.
vdi2i6 WeccREECD double Point 6 active current of a piecewise linear curve made up of ten pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
kqi WeccREECD double Integral gain (Kqi). Typical value = 0,7.
pmax WeccREECD double Maximum power reference (Pmax). Typical value = 1.
tiq WeccREECD double Time constant on lag delay (Tiq) (>=0). Typical value = 0,01.
vdi2i1 WeccREECD double Point 1 active current of a piecewise linear curve made up of ten pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
vdi2i10 WeccREECD double Point 10 active current of a piecewise linear curve made up of ten pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
vdi2v9 WeccREECD double Point 9 voltage of a piecewise linear curve made up of ten pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
vdi2i7 WeccREECD double Point 7 active current of a piecewise linear curve made up of ten pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
vdi2i3 WeccREECD double Point 3 active current of a piecewise linear curve made up of ten pairs of V and I values and defines the active current limits in relation to value of voltage (vdl2).
kc WeccREECD double Reactive-current compensation gain (Kc). Typical range from 0,01 to 0,05.
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccREGCA

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccREGCA> rdf:type rdfs:Class ;
	rdfs:label "WeccREGCA"@en ;
	rdfs:subClassOf <WeccDynamics> .
<WeccREGCA.iolim> rdf:type rdfs:Property ;
	rdfs:label "iolim"@en ;
	rdfs:domain <WeccREGCA> ;
	rdfs:range xsd:double .
<WeccREGCA.ivpnt0> rdf:type rdfs:Property ;
	rdfs:label "ivpnt0"@en ;
	rdfs:domain <WeccREGCA> ;
	rdfs:range xsd:double .
<WeccREGCA.tfltr> rdf:type rdfs:Property ;
	rdfs:label "tfltr"@en ;
	rdfs:domain <WeccREGCA> ;
	rdfs:range xsd:double .
<WeccREGCA.ivpnt1> rdf:type rdfs:Property ;
	rdfs:label "ivpnt1"@en ;
	rdfs:domain <WeccREGCA> ;
	rdfs:range xsd:double .
<WeccREGCA.iqrmax> rdf:type rdfs:Property ;
	rdfs:label "iqrmax"@en ;
	rdfs:domain <WeccREGCA> ;
	rdfs:range xsd:double .
<WeccREGCA.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <WeccREGCA> ;
	rdfs:range xsd:double .
<WeccREGCA.ivpl1> rdf:type rdfs:Property ;
	rdfs:label "ivpl1"@en ;
	rdfs:domain <WeccREGCA> ;
	rdfs:range xsd:double .
<WeccREGCA.zerox> rdf:type rdfs:Property ;
	rdfs:label "zerox"@en ;
	rdfs:domain <WeccREGCA> ;
	rdfs:range xsd:double .
<WeccREGCA.volim> rdf:type rdfs:Property ;
	rdfs:label "volim"@en ;
	rdfs:domain <WeccREGCA> ;
	rdfs:range xsd:double .
<WeccREGCA.rrpwr> rdf:type rdfs:Property ;
	rdfs:label "rrpwr"@en ;
	rdfs:domain <WeccREGCA> ;
	rdfs:range xsd:double .
<WeccREGCA.khv> rdf:type rdfs:Property ;
	rdfs:label "khv"@en ;
	rdfs:domain <WeccREGCA> ;
	rdfs:range xsd:double .
<WeccREGCA.brkpt> rdf:type rdfs:Property ;
	rdfs:label "brkpt"@en ;
	rdfs:domain <WeccREGCA> ;
	rdfs:range xsd:double .
<WeccREGCA.ivplsw> rdf:type rdfs:Property ;
	rdfs:label "ivplsw"@en ;
	rdfs:domain <WeccREGCA> ;
	rdfs:range xsd:boolean .
<WeccREGCA.iqrmin> rdf:type rdfs:Property ;
	rdfs:label "iqrmin"@en ;
	rdfs:domain <WeccREGCA> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA> <http://www.w3.org/2000/01/rdf-schema#label> "WeccREGCA"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.iolim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.iolim> <http://www.w3.org/2000/01/rdf-schema#label> "iolim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.iolim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.iolim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.ivpnt0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.ivpnt0> <http://www.w3.org/2000/01/rdf-schema#label> "ivpnt0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.ivpnt0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.ivpnt0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.tfltr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.tfltr> <http://www.w3.org/2000/01/rdf-schema#label> "tfltr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.tfltr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.tfltr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.ivpnt1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.ivpnt1> <http://www.w3.org/2000/01/rdf-schema#label> "ivpnt1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.ivpnt1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.ivpnt1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.iqrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.iqrmax> <http://www.w3.org/2000/01/rdf-schema#label> "iqrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.iqrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.iqrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.ivpl1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.ivpl1> <http://www.w3.org/2000/01/rdf-schema#label> "ivpl1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.ivpl1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.ivpl1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.zerox> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.zerox> <http://www.w3.org/2000/01/rdf-schema#label> "zerox"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.zerox> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.zerox> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.volim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.volim> <http://www.w3.org/2000/01/rdf-schema#label> "volim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.volim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.volim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.rrpwr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.rrpwr> <http://www.w3.org/2000/01/rdf-schema#label> "rrpwr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.rrpwr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.rrpwr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.khv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.khv> <http://www.w3.org/2000/01/rdf-schema#label> "khv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.khv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.khv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.brkpt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.brkpt> <http://www.w3.org/2000/01/rdf-schema#label> "brkpt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.brkpt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.brkpt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.ivplsw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.ivplsw> <http://www.w3.org/2000/01/rdf-schema#label> "ivplsw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.ivplsw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.ivplsw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.iqrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.iqrmin> <http://www.w3.org/2000/01/rdf-schema#label> "iqrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.iqrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCA.iqrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC Generator-Converter Model.

Reference: Model User Guide for Generic Renewable Energy System Models, EPRI, Palo Alto, CA: 2018, 3002014083.

Property Domain Range Comment
iolim WeccREGCA double Current limit for high voltage clamp logic (Iolim). Typical value = -1,1.
ivpnt0 WeccREGCA double Minimum low voltage active current breakpoint (lvpnt0). Typical value = 0,4.
tfltr WeccREGCA double Voltage filter time constant (Tfltr) (>=0). Typical value = 0,02.
ivpnt1 WeccREGCA double Maximum low voltage active current breakpoint (lvpnt1). Typical value = 0,8.
iqrmax WeccREGCA double Maximum reactive current rate limit (Iqrmax). Typical value = 999.
tg WeccREGCA double Converter time constant (Tg) (>=0). Typical value = 0,02.
ivpl1 WeccREGCA double LVPL gain breakpoint [pu current/pu voltage] (lvpl1). Typical value = 1,22.
zerox WeccREGCA double LVPL zero crossing (zerox). Typical value = 0,4.
volim WeccREGCA double Voltage limit for high voltage clamp logic (Volim). Typical value = 1,2.
rrpwr WeccREGCA double Active current rate limit (rrpwr). Typical value = 10.
khv WeccREGCA double High voltage clamp logic accelerator factor (Khv). Typical value = 0,7.
brkpt WeccREGCA double LVPL breakpoint (brkpt). Typical value = 0,9.
ivplsw WeccREGCA boolean Low voltage power logic switch: 1 (true) -Curve/0-Zero (Lvplsw). Typical value = 1 (true).
iqrmin WeccREGCA double Minimum reactive current rate limit (Iqrmin). Typical value = -999.
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccREGCB

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccREGCB> rdf:type rdfs:Class ;
	rdfs:label "WeccREGCB"@en ;
	rdfs:subClassOf <WeccDynamics> .
<WeccREGCB.re> rdf:type rdfs:Property ;
	rdfs:label "re"@en ;
	rdfs:domain <WeccREGCB> ;
	rdfs:range xsd:double .
<WeccREGCB.rrpwr> rdf:type rdfs:Property ;
	rdfs:label "rrpwr"@en ;
	rdfs:domain <WeccREGCB> ;
	rdfs:range xsd:double .
<WeccREGCB.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <WeccREGCB> ;
	rdfs:range xsd:double .
<WeccREGCB.iqrmax> rdf:type rdfs:Property ;
	rdfs:label "iqrmax"@en ;
	rdfs:domain <WeccREGCB> ;
	rdfs:range xsd:double .
<WeccREGCB.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <WeccREGCB> ;
	rdfs:range xsd:double .
<WeccREGCB.iqrmin> rdf:type rdfs:Property ;
	rdfs:label "iqrmin"@en ;
	rdfs:domain <WeccREGCB> ;
	rdfs:range xsd:double .
<WeccREGCB.tfltr> rdf:type rdfs:Property ;
	rdfs:label "tfltr"@en ;
	rdfs:domain <WeccREGCB> ;
	rdfs:range xsd:double .
<WeccREGCB.pqflag> rdf:type rdfs:Property ;
	rdfs:label "pqflag"@en ;
	rdfs:domain <WeccREGCB> ;
	rdfs:range xsd:boolean .
<WeccREGCB.rateFlag> rdf:type rdfs:Property ;
	rdfs:label "rateFlag"@en ;
	rdfs:domain <WeccREGCB> ;
	rdfs:range xsd:boolean .
<WeccREGCB.xe> rdf:type rdfs:Property ;
	rdfs:label "xe"@en ;
	rdfs:domain <WeccREGCB> ;
	rdfs:range xsd:double .
<WeccREGCB.imax> rdf:type rdfs:Property ;
	rdfs:label "imax"@en ;
	rdfs:domain <WeccREGCB> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB> <http://www.w3.org/2000/01/rdf-schema#label> "WeccREGCB"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.re> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.re> <http://www.w3.org/2000/01/rdf-schema#label> "re"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.re> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.re> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.rrpwr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.rrpwr> <http://www.w3.org/2000/01/rdf-schema#label> "rrpwr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.rrpwr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.rrpwr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.iqrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.iqrmax> <http://www.w3.org/2000/01/rdf-schema#label> "iqrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.iqrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.iqrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.iqrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.iqrmin> <http://www.w3.org/2000/01/rdf-schema#label> "iqrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.iqrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.iqrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.tfltr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.tfltr> <http://www.w3.org/2000/01/rdf-schema#label> "tfltr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.tfltr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.tfltr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.pqflag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.pqflag> <http://www.w3.org/2000/01/rdf-schema#label> "pqflag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.pqflag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.pqflag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.rateFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.rateFlag> <http://www.w3.org/2000/01/rdf-schema#label> "rateFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.rateFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.rateFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.xe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.xe> <http://www.w3.org/2000/01/rdf-schema#label> "xe"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.xe> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.xe> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.imax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.imax> <http://www.w3.org/2000/01/rdf-schema#label> "imax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.imax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCB.imax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC Generator/Converter model (REGC_B) which is an extension of the REGC_A model by changing the network interface between the generator/converter model from a current-source to a voltage-source.

Reference: WECC REMWG, Proposal for new features for the renewable energy system generic models, 2021.

Property Domain Range Comment
re WeccREGCB double Source resistance (Re). Typically set to 0. Typical range from 0 to 0,01.
rrpwr WeccREGCB double Rate at which active current (power) recovers after a fault (rrpwr). Typical range from 1 to 20.
te WeccREGCB double Emulated delay in converter controls (Te) (>=0). Typical range from 0 to 0,02.
iqrmax WeccREGCB double Rate at which reactive current recovers after a fault when the initial reactive power output (Qgeno) of the unit is greater than zero (Iqrmax). Typically disabled by setting to 999. Typical range from 1 to 999.
tg WeccREGCB double Emulated delay in converter controls (Tg) (>0). At minimum shall be set to 4 × integration time step. Typical range from 0,02 to 0,05.
iqrmin WeccREGCB double Rate at which reactive current recovers after a fault when the initial reactive power output (Qgeno) of the unit is less than zero (Iqrmin). Typically disabled by setting to -999. Typical range from -1 to -999.
tfltr WeccREGCB double Filter time constant for voltage measurement (Tfltr) (>=0). Typical range from 0,02 to 0,05.
pqflag WeccREGCB boolean 1 (true)– P priority and 0 (false) – Q priority on the current limits.
rateFlag WeccREGCB boolean 0 (false) – rrpwr represents active-current ramp rate; 1 (true) – rrpwr represents active-power ramp rate. Typical value = 0 (false).
xe WeccREGCB double Source reactance (Xe). Typical range from 0,05 to 0,2.
imax WeccREGCB double Maximum current rating of the converter (Imax). Typical range from 1,1 to 1,4.
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccREGCC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccREGCC> rdf:type rdfs:Class ;
	rdfs:label "WeccREGCC"@en ;
	rdfs:subClassOf <WeccDynamics> .
<WeccREGCC.kip> rdf:type rdfs:Property ;
	rdfs:label "kip"@en ;
	rdfs:domain <WeccREGCC> ;
	rdfs:range xsd:double .
<WeccREGCC.wmax> rdf:type rdfs:Property ;
	rdfs:label "wmax"@en ;
	rdfs:domain <WeccREGCC> ;
	rdfs:range xsd:double .
<WeccREGCC.kii> rdf:type rdfs:Property ;
	rdfs:label "kii"@en ;
	rdfs:domain <WeccREGCC> ;
	rdfs:range xsd:double .
<WeccREGCC.rateFlag> rdf:type rdfs:Property ;
	rdfs:label "rateFlag"@en ;
	rdfs:domain <WeccREGCC> ;
	rdfs:range xsd:boolean .
<WeccREGCC.imax> rdf:type rdfs:Property ;
	rdfs:label "imax"@en ;
	rdfs:domain <WeccREGCC> ;
	rdfs:range xsd:double .
<WeccREGCC.iqrmin> rdf:type rdfs:Property ;
	rdfs:label "iqrmin"@en ;
	rdfs:domain <WeccREGCC> ;
	rdfs:range xsd:double .
<WeccREGCC.kppll> rdf:type rdfs:Property ;
	rdfs:label "kppll"@en ;
	rdfs:domain <WeccREGCC> ;
	rdfs:range xsd:double .
<WeccREGCC.re> rdf:type rdfs:Property ;
	rdfs:label "re"@en ;
	rdfs:domain <WeccREGCC> ;
	rdfs:range xsd:double .
<WeccREGCC.wmin> rdf:type rdfs:Property ;
	rdfs:label "wmin"@en ;
	rdfs:domain <WeccREGCC> ;
	rdfs:range xsd:double .
<WeccREGCC.te> rdf:type rdfs:Property ;
	rdfs:label "te"@en ;
	rdfs:domain <WeccREGCC> ;
	rdfs:range xsd:double .
<WeccREGCC.iqrmax> rdf:type rdfs:Property ;
	rdfs:label "iqrmax"@en ;
	rdfs:domain <WeccREGCC> ;
	rdfs:range xsd:double .
<WeccREGCC.kipll> rdf:type rdfs:Property ;
	rdfs:label "kipll"@en ;
	rdfs:domain <WeccREGCC> ;
	rdfs:range xsd:double .
<WeccREGCC.rrpwr> rdf:type rdfs:Property ;
	rdfs:label "rrpwr"@en ;
	rdfs:domain <WeccREGCC> ;
	rdfs:range xsd:double .
<WeccREGCC.tfltr> rdf:type rdfs:Property ;
	rdfs:label "tfltr"@en ;
	rdfs:domain <WeccREGCC> ;
	rdfs:range xsd:double .
<WeccREGCC.xe> rdf:type rdfs:Property ;
	rdfs:label "xe"@en ;
	rdfs:domain <WeccREGCC> ;
	rdfs:range xsd:double .
<WeccREGCC.pqflag> rdf:type rdfs:Property ;
	rdfs:label "pqflag"@en ;
	rdfs:domain <WeccREGCC> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC> <http://www.w3.org/2000/01/rdf-schema#label> "WeccREGCC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.kip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.kip> <http://www.w3.org/2000/01/rdf-schema#label> "kip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.kip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.kip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.wmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.wmax> <http://www.w3.org/2000/01/rdf-schema#label> "wmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.wmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.wmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.kii> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.kii> <http://www.w3.org/2000/01/rdf-schema#label> "kii"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.kii> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.kii> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.rateFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.rateFlag> <http://www.w3.org/2000/01/rdf-schema#label> "rateFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.rateFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.rateFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.imax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.imax> <http://www.w3.org/2000/01/rdf-schema#label> "imax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.imax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.imax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.iqrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.iqrmin> <http://www.w3.org/2000/01/rdf-schema#label> "iqrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.iqrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.iqrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.kppll> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.kppll> <http://www.w3.org/2000/01/rdf-schema#label> "kppll"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.kppll> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.kppll> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.re> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.re> <http://www.w3.org/2000/01/rdf-schema#label> "re"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.re> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.re> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.wmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.wmin> <http://www.w3.org/2000/01/rdf-schema#label> "wmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.wmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.wmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.te> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.te> <http://www.w3.org/2000/01/rdf-schema#label> "te"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.te> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.te> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.iqrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.iqrmax> <http://www.w3.org/2000/01/rdf-schema#label> "iqrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.iqrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.iqrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.kipll> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.kipll> <http://www.w3.org/2000/01/rdf-schema#label> "kipll"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.kipll> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.kipll> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.rrpwr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.rrpwr> <http://www.w3.org/2000/01/rdf-schema#label> "rrpwr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.rrpwr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.rrpwr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.tfltr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.tfltr> <http://www.w3.org/2000/01/rdf-schema#label> "tfltr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.tfltr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.tfltr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.xe> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.xe> <http://www.w3.org/2000/01/rdf-schema#label> "xe"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.xe> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.xe> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.pqflag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.pqflag> <http://www.w3.org/2000/01/rdf-schema#label> "pqflag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.pqflag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREGCC.pqflag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC Generator/Converter model (REGC_C) which is an alternative of the REGC_B model. This model is an advanced draft which is expected to be finalised by WECC.

Reference: WECC REMWG, Proposal for new features for the renewable energy system generic models, 2021.

Property Domain Range Comment
kip WeccREGCC double Proportional-gain of the inner-current control loop (Kip). Typical range from 1 to 10.
wmax WeccREGCC double Upper limit on the PLL (wmax)
kii WeccREGCC double Integral-gain of the inner-current control loop (Kii). Typical range from 20 to 100.
rateFlag WeccREGCC boolean 0 (false) – rrpwr represents active-current ramp rate; 1 (true) – rrpwr represents active-power ramp rate. Typical value = 0 (false).
imax WeccREGCC double Maximum current rating of the converter (Imax). Typical range from 1,1 to 1,4.
iqrmin WeccREGCC double Rate at which reactive current recovers after a fault when the initial reactive power output (Qgeno) of the unit is less than zero (Iqrmin). Typically disabled by setting to -999. Typical range from -1 to -999.
kppll WeccREGCC double Proportional-gain of the PLL (Kppll). Typical range from 1 to 10.
re WeccREGCC double Source resistance (Re). Typically set to 0. Typical range from 0 to 0,01.
wmin WeccREGCC double Lower limit on the PLL (wmin)
te WeccREGCC double Emulated delay in converter controls (Te) (>=0). Typical range from 0 to 0,02.
iqrmax WeccREGCC double Rate at which reactive current recovers after a fault when the initial reactive power output (Qgeno) of the unit is greater than zero (Iqrmax). Typically disabled by setting to 999. Typical range from 1 to 999.
kipll WeccREGCC double Integral-gain of the PLL (Kipll). Typical range from 500 to 3000.
rrpwr WeccREGCC double Rate at which active current (power) recovers after a fault (rrpwr). Typical range from 1 to 20.
tfltr WeccREGCC double Filter time constant for voltage measurement (Tfltr) (>=0). Typical range from 0,02 to 0,05.
xe WeccREGCC double Source reactance (Xe). Typical range from 0,05 to 0,2.
pqflag WeccREGCC boolean 1 (true)– P priority and 0 (false) – Q priority on the current limits.
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccREPCA

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccREPCA> rdf:type rdfs:Class ;
	rdfs:label "WeccREPCA"@en ;
	rdfs:subClassOf <WeccDynamics> .
<WeccREPCA.emax> rdf:type rdfs:Property ;
	rdfs:label "emax"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.tft> rdf:type rdfs:Property ;
	rdfs:label "tft"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.vfrz> rdf:type rdfs:Property ;
	rdfs:label "vfrz"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.db> rdf:type rdfs:Property ;
	rdfs:label "db"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.femin> rdf:type rdfs:Property ;
	rdfs:label "femin"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.fdbd1> rdf:type rdfs:Property ;
	rdfs:label "fdbd1"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.pmax> rdf:type rdfs:Property ;
	rdfs:label "pmax"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.xc> rdf:type rdfs:Property ;
	rdfs:label "xc"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.femax> rdf:type rdfs:Property ;
	rdfs:label "femax"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.frqFlag> rdf:type rdfs:Property ;
	rdfs:label "frqFlag"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:boolean .
<WeccREPCA.fdbd2> rdf:type rdfs:Property ;
	rdfs:label "fdbd2"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.tfv> rdf:type rdfs:Property ;
	rdfs:label "tfv"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.ddn> rdf:type rdfs:Property ;
	rdfs:label "ddn"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.refFlag> rdf:type rdfs:Property ;
	rdfs:label "refFlag"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:boolean .
<WeccREPCA.tlag> rdf:type rdfs:Property ;
	rdfs:label "tlag"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.qmax> rdf:type rdfs:Property ;
	rdfs:label "qmax"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.emin> rdf:type rdfs:Property ;
	rdfs:label "emin"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.rc> rdf:type rdfs:Property ;
	rdfs:label "rc"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.kpg> rdf:type rdfs:Property ;
	rdfs:label "kpg"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.kig> rdf:type rdfs:Property ;
	rdfs:label "kig"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.qmin> rdf:type rdfs:Property ;
	rdfs:label "qmin"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.tfltr> rdf:type rdfs:Property ;
	rdfs:label "tfltr"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.dup> rdf:type rdfs:Property ;
	rdfs:label "dup"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:double .
<WeccREPCA.vcmpFlag> rdf:type rdfs:Property ;
	rdfs:label "vcmpFlag"@en ;
	rdfs:domain <WeccREPCA> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> <http://www.w3.org/2000/01/rdf-schema#label> "WeccREPCA"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.emax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.emax> <http://www.w3.org/2000/01/rdf-schema#label> "emax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.emax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.emax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.tft> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.tft> <http://www.w3.org/2000/01/rdf-schema#label> "tft"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.tft> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.tft> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.vfrz> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.vfrz> <http://www.w3.org/2000/01/rdf-schema#label> "vfrz"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.vfrz> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.vfrz> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.db> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.db> <http://www.w3.org/2000/01/rdf-schema#label> "db"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.db> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.db> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.femin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.femin> <http://www.w3.org/2000/01/rdf-schema#label> "femin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.femin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.femin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.fdbd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.fdbd1> <http://www.w3.org/2000/01/rdf-schema#label> "fdbd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.fdbd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.fdbd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.pmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.pmax> <http://www.w3.org/2000/01/rdf-schema#label> "pmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.pmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.pmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.xc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.xc> <http://www.w3.org/2000/01/rdf-schema#label> "xc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.xc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.xc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.femax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.femax> <http://www.w3.org/2000/01/rdf-schema#label> "femax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.femax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.femax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.frqFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.frqFlag> <http://www.w3.org/2000/01/rdf-schema#label> "frqFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.frqFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.frqFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.fdbd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.fdbd2> <http://www.w3.org/2000/01/rdf-schema#label> "fdbd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.fdbd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.fdbd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.tfv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.tfv> <http://www.w3.org/2000/01/rdf-schema#label> "tfv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.tfv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.tfv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.ddn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.ddn> <http://www.w3.org/2000/01/rdf-schema#label> "ddn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.ddn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.ddn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.refFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.refFlag> <http://www.w3.org/2000/01/rdf-schema#label> "refFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.refFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.refFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.tlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.tlag> <http://www.w3.org/2000/01/rdf-schema#label> "tlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.tlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.tlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.qmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.qmax> <http://www.w3.org/2000/01/rdf-schema#label> "qmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.qmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.qmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.emin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.emin> <http://www.w3.org/2000/01/rdf-schema#label> "emin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.emin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.emin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.rc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.rc> <http://www.w3.org/2000/01/rdf-schema#label> "rc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.rc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.rc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.kpg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.kpg> <http://www.w3.org/2000/01/rdf-schema#label> "kpg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.kpg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.kpg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.kig> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.kig> <http://www.w3.org/2000/01/rdf-schema#label> "kig"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.kig> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.kig> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.qmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.qmin> <http://www.w3.org/2000/01/rdf-schema#label> "qmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.qmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.qmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.tfltr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.tfltr> <http://www.w3.org/2000/01/rdf-schema#label> "tfltr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.tfltr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.tfltr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.dup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.dup> <http://www.w3.org/2000/01/rdf-schema#label> "dup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.dup> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.dup> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.vcmpFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.vcmpFlag> <http://www.w3.org/2000/01/rdf-schema#label> "vcmpFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.vcmpFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCA.vcmpFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC Plant Controller.

Reference: Model User Guide for Generic Renewable Energy System Models, EPRI, Palo Alto, CA: 2018, 3002014083.

Property Domain Range Comment
emax WeccREPCA double Maximum Volt/VAR error (emax). Typical value = 0,5.
kc WeccREPCA double Reactive droop gain (Kc). Typical value = 10.
tft WeccREPCA double Plant controller Q output lead time constant (Tft) (>=0). Typical value = 0.
vfrz WeccREPCA double Voltage for freezing Volt/VAR regulator integrator (Vfrz). Typical value = 0,7.
db WeccREPCA double Deadband in reactive power or voltage control (db). Typical value = 0,002.
femin WeccREPCA double Minimum power error in droop regulator (femin). Typical value = -99.
fdbd1 WeccREPCA double Frequency deadband downside (fdbd1). Typical value = -0,0006.
tp WeccREPCA double Active power filter time constant (Tp) (>=0). Typical value = 0,25.
pmax WeccREPCA double Maximum plant active power command (Pmax). Typical value = 1.
xc WeccREPCA double Line drop compensation reactance (Xc). Typical value = 0.
femax WeccREPCA double Maximum power error in droop regulator (femax). Typical value = 99.
frqFlag WeccREPCA boolean Active power control: 0 (false) means disabled, 1 (true) means enabled (FrqFlag). Typical value = 1 (true).
fdbd2 WeccREPCA double Frequency deadband upside (fdbd2). Typical value = 0,0006.
tfv WeccREPCA double Plant controller Q output lag time constant (Tfv) (>=0). Typical value = 0,05.
ddn WeccREPCA double Down regulation droop gain (Ddn). Typical value = 20.
refFlag WeccREPCA boolean Reference flag. 0 (false) means reactive power control, 1 (true) means voltage control (RefFlag). Typical value = 0 (false).
tlag WeccREPCA double Plant controller P output lag time constant (Tlag) (>=0). Typical value = 0,1.
qmax WeccREPCA double Maximum plant reactive power command (Qmax). Typical value = 0,436.
emin WeccREPCA double Minimum Volt/VAR error (emin). Typical value = -0,5.
pmin WeccREPCA double Minimum plant active power command (Pmin). Typical value = 0.
rc WeccREPCA double Line drop compensation resistance (Rc). Typical value = 0.
kpg WeccREPCA double Real power control proportional gain (Kpg). Typical value = 1,1.
kig WeccREPCA double Real power control integral gain (Kig). Typical value = 3.
qmin WeccREPCA double Minimum plant reactive power command (Qmin). Typical value = -0,436.
kp WeccREPCA double Volt/VAR regulator proportional gain (Kp). Typical value = 1.
ki WeccREPCA double Volt/VAR regulator integral gain (Ki). Typical value = 5.
tfltr WeccREPCA double Voltage and reactive power filter time constant (Tfltr) (>=0). Typical value = 0,02.
dup WeccREPCA double Up regulation droop gain (Dup). Typical value = 0.
vcmpFlag WeccREPCA boolean Compensation flag. 0 (false) means reactive droop, 1 (true) means line drop compensation (VcmpFlag). Typical value = 0 (false).
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccREPCC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccREPCC> rdf:type rdfs:Class ;
	rdfs:label "WeccREPCC"@en ;
	rdfs:subClassOf <WeccDynamics> .
<WeccREPCC.fdbd2> rdf:type rdfs:Property ;
	rdfs:label "fdbd2"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.prmax> rdf:type rdfs:Property ;
	rdfs:label "prmax"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.kc> rdf:type rdfs:Property ;
	rdfs:label "kc"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.femin> rdf:type rdfs:Property ;
	rdfs:label "femin"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.dqrefmin> rdf:type rdfs:Property ;
	rdfs:label "dqrefmin"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.qrefmin> rdf:type rdfs:Property ;
	rdfs:label "qrefmin"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.refFlag> rdf:type rdfs:Property ;
	rdfs:label "refFlag"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:boolean .
<WeccREPCC.tfltr> rdf:type rdfs:Property ;
	rdfs:label "tfltr"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.qvrmax> rdf:type rdfs:Property ;
	rdfs:label "qvrmax"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.tmssbrk> rdf:type rdfs:Property ;
	rdfs:label "tmssbrk"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.qdn2> rdf:type rdfs:Property ;
	rdfs:label "qdn2"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.tout> rdf:type rdfs:Property ;
	rdfs:label "tout"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.tlag> rdf:type rdfs:Property ;
	rdfs:label "tlag"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.qup1> rdf:type rdfs:Property ;
	rdfs:label "qup1"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.rc> rdf:type rdfs:Property ;
	rdfs:label "rc"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.vrefmin> rdf:type rdfs:Property ;
	rdfs:label "vrefmin"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.femax> rdf:type rdfs:Property ;
	rdfs:label "femax"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.frqFlag> rdf:type rdfs:Property ;
	rdfs:label "frqFlag"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:boolean .
<WeccREPCC.dfmin> rdf:type rdfs:Property ;
	rdfs:label "dfmin"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.qrefmax> rdf:type rdfs:Property ;
	rdfs:label "qrefmax"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.pfmin> rdf:type rdfs:Property ;
	rdfs:label "pfmin"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.qdn1> rdf:type rdfs:Property ;
	rdfs:label "qdn1"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.xc> rdf:type rdfs:Property ;
	rdfs:label "xc"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.qvrmin> rdf:type rdfs:Property ;
	rdfs:label "qvrmin"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.pfmax> rdf:type rdfs:Property ;
	rdfs:label "pfmax"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.qmax> rdf:type rdfs:Property ;
	rdfs:label "qmax"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double ;
	rdf:type rdfs:Property ;
	rdfs:label "qmax"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.qmin> rdf:type rdfs:Property ;
	rdfs:label "qmin"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.vfrz> rdf:type rdfs:Property ;
	rdfs:label "vfrz"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.ddn> rdf:type rdfs:Property ;
	rdfs:label "ddn"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.dfmax> rdf:type rdfs:Property ;
	rdfs:label "dfmax"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.pimin> rdf:type rdfs:Property ;
	rdfs:label "pimin"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.pefdFlag> rdf:type rdfs:Property ;
	rdfs:label "pefdFlag"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:boolean .
<WeccREPCC.dqrefmax> rdf:type rdfs:Property ;
	rdfs:label "dqrefmax"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.Terminal> rdf:type rdfs:Property ;
	rdfs:label "Terminal"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range <Terminal> .
<WeccREPCC.dprmax> rdf:type rdfs:Property ;
	rdfs:label "dprmax"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.kpg> rdf:type rdfs:Property ;
	rdfs:label "kpg"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.kig> rdf:type rdfs:Property ;
	rdfs:label "kig"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.dprmin> rdf:type rdfs:Property ;
	rdfs:label "dprmin"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.tdelay1> rdf:type rdfs:Property ;
	rdfs:label "tdelay1"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.qup2> rdf:type rdfs:Property ;
	rdfs:label "qup2"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.prmin> rdf:type rdfs:Property ;
	rdfs:label "prmin"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.vcmpFlag> rdf:type rdfs:Property ;
	rdfs:label "vcmpFlag"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:boolean .
<WeccREPCC.pimax> rdf:type rdfs:Property ;
	rdfs:label "pimax"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.dup> rdf:type rdfs:Property ;
	rdfs:label "dup"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.tft> rdf:type rdfs:Property ;
	rdfs:label "tft"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.tfv> rdf:type rdfs:Property ;
	rdfs:label "tfv"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.tdelay2> rdf:type rdfs:Property ;
	rdfs:label "tdelay2"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.emax> rdf:type rdfs:Property ;
	rdfs:label "emax"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.tc> rdf:type rdfs:Property ;
	rdfs:label "tc"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.ffwrdFlag> rdf:type rdfs:Property ;
	rdfs:label "ffwrdFlag"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:boolean .
<WeccREPCC.vrefmax> rdf:type rdfs:Property ;
	rdfs:label "vrefmax"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.emin> rdf:type rdfs:Property ;
	rdfs:label "emin"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.db> rdf:type rdfs:Property ;
	rdfs:label "db"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.tfrz> rdf:type rdfs:Property ;
	rdfs:label "tfrz"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<WeccREPCC.fdbd1> rdf:type rdfs:Property ;
	rdfs:label "fdbd1"@en ;
	rdfs:domain <WeccREPCC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> <http://www.w3.org/2000/01/rdf-schema#label> "WeccREPCC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.fdbd2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.fdbd2> <http://www.w3.org/2000/01/rdf-schema#label> "fdbd2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.fdbd2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.fdbd2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.prmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.prmax> <http://www.w3.org/2000/01/rdf-schema#label> "prmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.prmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.prmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.kc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.kc> <http://www.w3.org/2000/01/rdf-schema#label> "kc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.kc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.kc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.femin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.femin> <http://www.w3.org/2000/01/rdf-schema#label> "femin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.femin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.femin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dqrefmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dqrefmin> <http://www.w3.org/2000/01/rdf-schema#label> "dqrefmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dqrefmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dqrefmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qrefmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qrefmin> <http://www.w3.org/2000/01/rdf-schema#label> "qrefmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qrefmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qrefmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.refFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.refFlag> <http://www.w3.org/2000/01/rdf-schema#label> "refFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.refFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.refFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tfltr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tfltr> <http://www.w3.org/2000/01/rdf-schema#label> "tfltr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tfltr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tfltr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qvrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qvrmax> <http://www.w3.org/2000/01/rdf-schema#label> "qvrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qvrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qvrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tmssbrk> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tmssbrk> <http://www.w3.org/2000/01/rdf-schema#label> "tmssbrk"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tmssbrk> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tmssbrk> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qdn2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qdn2> <http://www.w3.org/2000/01/rdf-schema#label> "qdn2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qdn2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qdn2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tout> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tout> <http://www.w3.org/2000/01/rdf-schema#label> "tout"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tout> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tout> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tlag> <http://www.w3.org/2000/01/rdf-schema#label> "tlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qup1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qup1> <http://www.w3.org/2000/01/rdf-schema#label> "qup1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qup1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qup1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.rc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.rc> <http://www.w3.org/2000/01/rdf-schema#label> "rc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.rc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.rc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.vrefmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.vrefmin> <http://www.w3.org/2000/01/rdf-schema#label> "vrefmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.vrefmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.vrefmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.femax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.femax> <http://www.w3.org/2000/01/rdf-schema#label> "femax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.femax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.femax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.frqFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.frqFlag> <http://www.w3.org/2000/01/rdf-schema#label> "frqFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.frqFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.frqFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dfmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dfmin> <http://www.w3.org/2000/01/rdf-schema#label> "dfmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dfmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dfmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qrefmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qrefmax> <http://www.w3.org/2000/01/rdf-schema#label> "qrefmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qrefmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qrefmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pfmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pfmin> <http://www.w3.org/2000/01/rdf-schema#label> "pfmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pfmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pfmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qdn1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qdn1> <http://www.w3.org/2000/01/rdf-schema#label> "qdn1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qdn1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qdn1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.xc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.xc> <http://www.w3.org/2000/01/rdf-schema#label> "xc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.xc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.xc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qvrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qvrmin> <http://www.w3.org/2000/01/rdf-schema#label> "qvrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qvrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qvrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pfmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pfmax> <http://www.w3.org/2000/01/rdf-schema#label> "pfmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pfmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pfmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qmax> <http://www.w3.org/2000/01/rdf-schema#label> "qmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qmax> <http://www.w3.org/2000/01/rdf-schema#label> "qmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qmin> <http://www.w3.org/2000/01/rdf-schema#label> "qmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.vfrz> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.vfrz> <http://www.w3.org/2000/01/rdf-schema#label> "vfrz"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.vfrz> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.vfrz> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.ddn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.ddn> <http://www.w3.org/2000/01/rdf-schema#label> "ddn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.ddn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.ddn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dfmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dfmax> <http://www.w3.org/2000/01/rdf-schema#label> "dfmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dfmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dfmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pimin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pimin> <http://www.w3.org/2000/01/rdf-schema#label> "pimin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pimin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pimin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pefdFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pefdFlag> <http://www.w3.org/2000/01/rdf-schema#label> "pefdFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pefdFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pefdFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dqrefmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dqrefmax> <http://www.w3.org/2000/01/rdf-schema#label> "dqrefmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dqrefmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dqrefmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.Terminal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.Terminal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dprmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dprmax> <http://www.w3.org/2000/01/rdf-schema#label> "dprmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dprmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dprmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.kpg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.kpg> <http://www.w3.org/2000/01/rdf-schema#label> "kpg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.kpg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.kpg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.kig> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.kig> <http://www.w3.org/2000/01/rdf-schema#label> "kig"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.kig> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.kig> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dprmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dprmin> <http://www.w3.org/2000/01/rdf-schema#label> "dprmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dprmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dprmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tdelay1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tdelay1> <http://www.w3.org/2000/01/rdf-schema#label> "tdelay1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tdelay1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tdelay1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qup2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qup2> <http://www.w3.org/2000/01/rdf-schema#label> "qup2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qup2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.qup2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.prmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.prmin> <http://www.w3.org/2000/01/rdf-schema#label> "prmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.prmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.prmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.vcmpFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.vcmpFlag> <http://www.w3.org/2000/01/rdf-schema#label> "vcmpFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.vcmpFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.vcmpFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pimax> <http://www.w3.org/2000/01/rdf-schema#label> "pimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dup> <http://www.w3.org/2000/01/rdf-schema#label> "dup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dup> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.dup> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tft> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tft> <http://www.w3.org/2000/01/rdf-schema#label> "tft"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tft> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tft> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tfv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tfv> <http://www.w3.org/2000/01/rdf-schema#label> "tfv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tfv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tfv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tdelay2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tdelay2> <http://www.w3.org/2000/01/rdf-schema#label> "tdelay2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tdelay2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tdelay2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.emax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.emax> <http://www.w3.org/2000/01/rdf-schema#label> "emax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.emax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.emax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tc> <http://www.w3.org/2000/01/rdf-schema#label> "tc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.ffwrdFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.ffwrdFlag> <http://www.w3.org/2000/01/rdf-schema#label> "ffwrdFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.ffwrdFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.ffwrdFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.vrefmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.vrefmax> <http://www.w3.org/2000/01/rdf-schema#label> "vrefmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.vrefmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.vrefmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.emin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.emin> <http://www.w3.org/2000/01/rdf-schema#label> "emin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.emin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.emin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.db> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.db> <http://www.w3.org/2000/01/rdf-schema#label> "db"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.db> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.db> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tfrz> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tfrz> <http://www.w3.org/2000/01/rdf-schema#label> "tfrz"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tfrz> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.tfrz> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.fdbd1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.fdbd1> <http://www.w3.org/2000/01/rdf-schema#label> "fdbd1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.fdbd1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccREPCC.fdbd1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC Plant controller model (REPC_C).

Reference: WECC REMWG, Proposal for new features for the renewable energy system generic models, 2021.

Property Domain Range Comment
fdbd2 WeccREPCC double Frequency deadband upside (fdbd2). Typical value = 0,0006.
prmax WeccREPCC double Maximum rate of increase of Pref (Prmax). Set value to 9999 to disable.
kc WeccREPCC double Reactive droop gain (Kc). Typical value = 10.
femin WeccREPCC double Minimum power error in droop regulator (femin). Typical value = -99.
dqrefmin WeccREPCC double Maximum rate of decrease of Q-reference (dqrefmin). Set value to -9999 to disable.
qrefmin WeccREPCC double Minimum Q-refence (Qrefmin).
refFlag WeccREPCC boolean Control: 0 (false) = reactive power control, 1 (true) = voltage control (RefFlag). Typical value = 0 (false).
tfltr WeccREPCC double Voltage and reactive power filter time constant (Tfltr) (>=0). Typical value = 0,02.
qvrmax WeccREPCC double Maximum rate of increase of Qext (Vext). Set value to 9999 to disable.
tmssbrk WeccREPCC double Time it takes to switch in (out) a mechanically switched shunt (Tmssbrk) (>=0). Typical range from 0,05 to 0,1.
qdn2 WeccREPCC double Second stage of capacitor (reactor) switching out (in) – Qdn2 < Qdn1.
tout WeccREPCC double Time for discharging of a capacitor that has just been switched out; the same capacitor cannot be switched back in until Tout has elapsed (>=0). Typical range from 120 to 300.
tlag WeccREPCC double Plant controller P output lag time constant (Tlag) (>=0). Typical value = 0,1.
qup1 WeccREPCC double First stage of capacitor (reactor) switching in (out) – Qup1 > 0.
rc WeccREPCC double Line drop compensation resistance (Rc). Typical value = 0.
vrefmin WeccREPCC double Minimum voltage reference (Vrefmin). Typical range from 0,95 to 1.
femax WeccREPCC double Maximum power error in droop regulator (femax). Typical value = 99.
frqFlag WeccREPCC boolean Active power control: 0 (false) = disabled, 1 (true) = enabled (FrqFlag). Typical value = 1 (true).
dfmin WeccREPCC double Minimum frequency error. Typical range from -0,01 to -999.
qrefmax WeccREPCC double Maximum Q-refence (Qrefmax).
pfmin WeccREPCC double Minimum power factor limit (pfmin). Typical range from -0,9 to -0,95.
qdn1 WeccREPCC double First stage of capacitor (reactor) switching out (in) – Qdn1 < 0.
xc WeccREPCC double Line drop compensation reactance (Xc). Typical value = 0.
qvrmin WeccREPCC double Maximum rate of decrease of Qext (Vext). Set value to -9999 to disable.
kp WeccREPCC double Volt/VAR regulator proportional gain (Kp). Typical value = 1.
pfmax WeccREPCC double Maximum power factor limit (pfmax). Typical range from 0,9 to 0,95.
qmax WeccREPCC double Maximum plant reactive power command (Qmax). Typical value = 0,436.
qmax WeccREPCC double Maximum plant active power command (Pmax). Typical value = 1.
qmin WeccREPCC double Minimum plant reactive power command (Qmin). Typical value = -0,436.
vfrz WeccREPCC double Voltage for freezing Volt/VAR regulator integrator (Vfrz). Typical value = 0,7.
ddn WeccREPCC double Down regulation droop gain (Ddn). Typical value = 20.
dfmax WeccREPCC double Maximum frequency error. Typical range from 0,01 to 999.
pimin WeccREPCC double Minimum output of the active power PI controller. Typical value = 0.
pefdFlag WeccREPCC boolean Enable (1, true) or disable (0, false) electrical power feedback.
dqrefmax WeccREPCC double Maximum rate of increase of Q-reference (dqrefmax). Set value to 9999 to disable.
Terminal WeccREPCC Terminal The Terminal where the frequency is measured.
dprmax WeccREPCC double Maximum rate of increase of Plant Pref. Set value to 9999 to disable.
kpg WeccREPCC double Real power control proportional gain (Kpg). Typical value = 1,1.
kig WeccREPCC double Real power control integral gain (Kig). Typical value = 3.
dprmin WeccREPCC double Maximum rate of decrease of Plant Pref. Set value to -9999 to disable.
tdelay1 WeccREPCC double Time delay after which if Q < Qdn1 (or Q > Qup1) a capacitor (reactor) is switched (Tdelay1) (>=0).
qup2 WeccREPCC double First stage of capacitor (reactor) switching in (out) – Qup2 > Qup1.
prmin WeccREPCC double Maximum rate of decrease of Pref (Prmin). Set value to -9999 to disable.
vcmpFlag WeccREPCC boolean Voltage compensation: 0 (false) = reactive droop, 1 (true) = line drop compensation (VcmpFlag). Typical value = 0 (false).
pimax WeccREPCC double Maximum output of the active power PI controller. Typical value = 1.
dup WeccREPCC double Up regulation droop gain (Dup). Typical value = 0.
pmin WeccREPCC double Minimum plant active power command (Pmin). Typical value = 0.
tft WeccREPCC double Plant controller Q output lead time constant (Tft) (>=0). Typical value = 0.
tfv WeccREPCC double Plant controller Q output lag time constant (Tfv) (>=0). Typical value = 0,05.
tdelay2 WeccREPCC double Time delay after which if Q < Qdn2 (or Q > Qup2) a capacitor (reactor) is switched (Tdelay2) (>=0). Typically Tdelay2 < Tdelay1.
tp WeccREPCC double Active power filter time constant (Tp) (>=0). Typical value = 0,25.
ki WeccREPCC double Volt/VAR regulator integral gain (Ki). Typical value = 5.
emax WeccREPCC double Maximum Volt/VAR error (emax). Typical value = 0,5.
tc WeccREPCC double Reactive-current compensation time-constant (Tc) (>=0). Typical range from 0 to 2.
ffwrdFlag WeccREPCC boolean Feedforward flag (1, true) include feedforward and (0, false) disable.
vrefmax WeccREPCC double Maximum voltage reference (Vrefmax). Typical range from 1,05 to 1,08.
emin WeccREPCC double Minimum Volt/VAR error (emin). Typical value = -0,5.
db WeccREPCC double Deadband in reactive power or voltage control (db). Typical value = 0,002.
tfrz WeccREPCC double A time delay during which the states (s2, s3, s5 and s6) are kept frozen even after the filtered voltage recovers above Vfrz (>=0). This can be used to ensure the plant controller does not interact with the inverter-level LVRT. Typical range from 0 to 2.
fdbd1 WeccREPCC double Frequency deadband downside (fdbd1). Typical value = -0,0006.
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccTIOCRS

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccTIOCRS> rdf:type rdfs:Class ;
	rdfs:label "WeccTIOCRS"@en ;
	rdfs:subClassOf <RelayDynamics> .
<WeccTIOCRS.tdm> rdf:type rdfs:Property ;
	rdfs:label "tdm"@en ;
	rdfs:domain <WeccTIOCRS> ;
	rdfs:range xsd:double .
<WeccTIOCRS.treset> rdf:type rdfs:Property ;
	rdfs:label "treset"@en ;
	rdfs:domain <WeccTIOCRS> ;
	rdfs:range xsd:double .
<WeccTIOCRS.tcb> rdf:type rdfs:Property ;
	rdfs:label "tcb"@en ;
	rdfs:domain <WeccTIOCRS> ;
	rdfs:range xsd:double .
<WeccTIOCRS.e> rdf:type rdfs:Property ;
	rdfs:label "e"@en ;
	rdfs:domain <WeccTIOCRS> ;
	rdfs:range xsd:double .
<WeccTIOCRS.threshold> rdf:type rdfs:Property ;
	rdfs:label "threshold"@en ;
	rdfs:domain <WeccTIOCRS> ;
	rdfs:range xsd:double .
<WeccTIOCRS.p> rdf:type rdfs:Property ;
	rdfs:label "p"@en ;
	rdfs:domain <WeccTIOCRS> ;
	rdfs:range xsd:double .
<WeccTIOCRS.d> rdf:type rdfs:Property ;
	rdfs:label "d"@en ;
	rdfs:domain <WeccTIOCRS> ;
	rdfs:range xsd:double .
<WeccTIOCRS.monitor> rdf:type rdfs:Property ;
	rdfs:label "monitor"@en ;
	rdfs:domain <WeccTIOCRS> ;
	rdfs:range xsd:integer .
<WeccTIOCRS.b> rdf:type rdfs:Property ;
	rdfs:label "b"@en ;
	rdfs:domain <WeccTIOCRS> ;
	rdfs:range xsd:double .
<WeccTIOCRS.curveType> rdf:type rdfs:Property ;
	rdfs:label "curveType"@en ;
	rdfs:domain <WeccTIOCRS> ;
	rdfs:range xsd:integer .
<WeccTIOCRS.a> rdf:type rdfs:Property ;
	rdfs:label "a"@en ;
	rdfs:domain <WeccTIOCRS> ;
	rdfs:range xsd:double .
<WeccTIOCRS.c> rdf:type rdfs:Property ;
	rdfs:label "c"@en ;
	rdfs:domain <WeccTIOCRS> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS> <http://www.w3.org/2000/01/rdf-schema#label> "WeccTIOCRS"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RelayDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.tdm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.tdm> <http://www.w3.org/2000/01/rdf-schema#label> "tdm"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.tdm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.tdm> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.treset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.treset> <http://www.w3.org/2000/01/rdf-schema#label> "treset"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.treset> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.treset> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.tcb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.tcb> <http://www.w3.org/2000/01/rdf-schema#label> "tcb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.tcb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.tcb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.e> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.e> <http://www.w3.org/2000/01/rdf-schema#label> "e"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.e> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.e> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.threshold> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.threshold> <http://www.w3.org/2000/01/rdf-schema#label> "threshold"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.threshold> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.threshold> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.p> <http://www.w3.org/2000/01/rdf-schema#label> "p"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.p> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.p> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.d> <http://www.w3.org/2000/01/rdf-schema#label> "d"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.d> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.d> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.monitor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.monitor> <http://www.w3.org/2000/01/rdf-schema#label> "monitor"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.monitor> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.monitor> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.b> <http://www.w3.org/2000/01/rdf-schema#label> "b"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.b> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.b> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.curveType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.curveType> <http://www.w3.org/2000/01/rdf-schema#label> "curveType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.curveType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.curveType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.a> <http://www.w3.org/2000/01/rdf-schema#label> "a"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.a> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.a> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.c> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.c> <http://www.w3.org/2000/01/rdf-schema#label> "c"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.c> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccTIOCRS.c> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: RelayDynamics » DynamicsFunctionBlock » IdentifiedObject

Time Inverse Overcurrent Relay Standard (TIOCRS) model by WECC. The details on this relay are described in WECC Generic Overcurrent Relay Model, 2013.

Property Domain Range Comment
tdm WeccTIOCRS double Time dial multiplier. This parameter is specified with typical relay data and represents a single value for the relay engineer to tweak until desired relay response is achieved.
treset WeccTIOCRS double Reset time. Describes shape of reset characteristic curve for values below threshold.
tcb WeccTIOCRS double Breaker time. After the relay integration reaches a value 1.0 then a relay trip signal is sent to the devices with a delay based on this breaker time.
e WeccTIOCRS double Describes shape of trip characteristic curve for values above threshold. Only used for curve type = 3 (IAC curves).
threshold WeccTIOCRS double Current at which relay operates. This value also specifies the current that separates the trip and reset characteristics.
p WeccTIOCRS double Describes shape of trip characteristic curve for values above threshold. Only used for curve type = 1 and 2 (IEEE and IEC Curves).
d WeccTIOCRS double Describes shape of trip characteristic curve for values above threshold. Only used for curve type = 3 (IAC curves).
monitor WeccTIOCRS integer Monitor. 0 means alarm; 1 - trip.
b WeccTIOCRS double Describes shape of trip characteristic curve for values above threshold. Only used for curve type = 1 and 3 (IEEE and IAC curves).
curveType WeccTIOCRS integer Determines equation used to calculated the TimeToClose. 1 means the interpretation follows IEEE C37.112-1996 standard; 2- IEC 255-4 or British BS142; 3- IAC Curves from GE.
a WeccTIOCRS double Describes shape of trip characteristic curve for values above threshold. Used for all curve types.
c WeccTIOCRS double Describes shape of trip characteristic curve for values above threshold. Only used for curve type = 3 (IAC curves).
MonitoredTerminal RelayDynamics Terminal The monitored terminal for this relay dynamics.
ProtectedEquipment RelayDynamics ProtectionEquipment Protected equipment to which relay dynamics model applies.
ProtectedEquipment RelayDynamics ConductingEquipment Protected equipment to which relay dynamics model applies.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccWT12T

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccWT12T> rdf:type rdfs:Class ;
	rdfs:label "WeccWT12T"@en ;
	rdfs:subClassOf <WeccDynamics> .
<WeccWT12T.hWTR> rdf:type rdfs:Property ;
	rdfs:label "hWTR"@en ;
	rdfs:domain <WeccWT12T> ;
	rdfs:range xsd:double .
<WeccWT12T.cdrt> rdf:type rdfs:Property ;
	rdfs:label "cdrt"@en ;
	rdfs:domain <WeccWT12T> ;
	rdfs:range xsd:double .
<WeccWT12T.kdrt> rdf:type rdfs:Property ;
	rdfs:label "kdrt"@en ;
	rdfs:domain <WeccWT12T> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT12T> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT12T> <http://www.w3.org/2000/01/rdf-schema#label> "WeccWT12T"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT12T> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT12T.hWTR> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT12T.hWTR> <http://www.w3.org/2000/01/rdf-schema#label> "hWTR"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT12T.hWTR> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT12T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT12T.hWTR> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT12T.cdrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT12T.cdrt> <http://www.w3.org/2000/01/rdf-schema#label> "cdrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT12T.cdrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT12T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT12T.cdrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT12T.kdrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT12T.kdrt> <http://www.w3.org/2000/01/rdf-schema#label> "kdrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT12T.kdrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT12T> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT12T.kdrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC Two-mass Drive Train Model.

Reference: [1] Model User Guide for Generic Renewable Energy System Models, EPRI, Palo Alto, CA: 2018, 3002014083. [2] https://www.esig.energy/wiki-main-page/wt1-generic-wind-model/.

Property Domain Range Comment
hWTR WeccWT12T double Inertia constant of wind turbine rotor (HWTR) (>=0). Typical value = 5.
cdrt WeccWT12T double Drive train damping (cdrt). Typical value = 1.
kdrt WeccWT12T double Drive train stiffness (kdrt). Typical value = 0,3.
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccWT1PB

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccWT1PB> rdf:type rdfs:Class ;
	rdfs:label "WeccWT1PB"@en ;
	rdfs:subClassOf <WeccDynamics> .
<WeccWT1PB.rmin> rdf:type rdfs:Property ;
	rdfs:label "rmin"@en ;
	rdfs:domain <WeccWT1PB> ;
	rdfs:range xsd:double .
<WeccWT1PB.pset> rdf:type rdfs:Property ;
	rdfs:label "pset"@en ;
	rdfs:domain <WeccWT1PB> ;
	rdfs:range xsd:double .
<WeccWT1PB.rmax> rdf:type rdfs:Property ;
	rdfs:label "rmax"@en ;
	rdfs:domain <WeccWT1PB> ;
	rdfs:range xsd:double .
<WeccWT1PB.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <WeccWT1PB> ;
	rdfs:range xsd:double .
<WeccWT1PB.vt4> rdf:type rdfs:Property ;
	rdfs:label "vt4"@en ;
	rdfs:domain <WeccWT1PB> ;
	rdfs:range xsd:double .
<WeccWT1PB.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <WeccWT1PB> ;
	rdfs:range xsd:double .
<WeccWT1PB.tr> rdf:type rdfs:Property ;
	rdfs:label "tr"@en ;
	rdfs:domain <WeccWT1PB> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB> <http://www.w3.org/2000/01/rdf-schema#label> "WeccWT1PB"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.rmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.rmin> <http://www.w3.org/2000/01/rdf-schema#label> "rmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.rmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.rmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.pset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.pset> <http://www.w3.org/2000/01/rdf-schema#label> "pset"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.pset> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.pset> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.rmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.rmax> <http://www.w3.org/2000/01/rdf-schema#label> "rmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.rmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.rmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.vt4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.vt4> <http://www.w3.org/2000/01/rdf-schema#label> "vt4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.vt4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.vt4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.tr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.tr> <http://www.w3.org/2000/01/rdf-schema#label> "tr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.tr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT1PB.tr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC Pitch Controller (Type 1).

Reference: Model User Guide for Generic Renewable Energy System Models, EPRI, Palo Alto, CA: 2018, 3002014083.

Property Domain Range Comment
rmin WeccWT1PB double Rate limit for decreasing power (rmin). Typical value = -0,5.
pset WeccWT1PB double Power setting to ramp power (Pset). Typical value = 1,1.
rmax WeccWT1PB double Rate limit for increasing power (rmax). Typical value = 0,5.
t1 WeccWT1PB double Lag time constant (T1) (>=0). Typical value = 0,1.
vt4 WeccWT1PB double Dip detection threshold (vt4). Typical value = 0,8.
pmin WeccWT1PB double Minimum power setting (Pmin). Typical value = 0,1.
tr WeccWT1PB double Voltage measurement time constant (Tr) (>=0). Typical value = 0,01.
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccWT2E

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccWT2E> rdf:type rdfs:Class ;
	rdfs:label "WeccWT2E"@en ;
	rdfs:subClassOf <WeccDynamics> .
<WeccWT2E.tpfilt> rdf:type rdfs:Property ;
	rdfs:label "tpfilt"@en ;
	rdfs:domain <WeccWT2E> ;
	rdfs:range xsd:double .
<WeccWT2E.ki> rdf:type rdfs:Property ;
	rdfs:label "ki"@en ;
	rdfs:domain <WeccWT2E> ;
	rdfs:range xsd:double .
<WeccWT2E.tsp> rdf:type rdfs:Property ;
	rdfs:label "tsp"@en ;
	rdfs:domain <WeccWT2E> ;
	rdfs:range xsd:double .
<WeccWT2E.rotrvMin> rdf:type rdfs:Property ;
	rdfs:label "rotrvMin"@en ;
	rdfs:domain <WeccWT2E> ;
	rdfs:range xsd:double .
<WeccWT2E.rotrvMax> rdf:type rdfs:Property ;
	rdfs:label "rotrvMax"@en ;
	rdfs:domain <WeccWT2E> ;
	rdfs:range xsd:double .
<WeccWT2E.kp> rdf:type rdfs:Property ;
	rdfs:label "kp"@en ;
	rdfs:domain <WeccWT2E> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E> <http://www.w3.org/2000/01/rdf-schema#label> "WeccWT2E"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.tpfilt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.tpfilt> <http://www.w3.org/2000/01/rdf-schema#label> "tpfilt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.tpfilt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.tpfilt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.ki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.ki> <http://www.w3.org/2000/01/rdf-schema#label> "ki"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.ki> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.ki> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.tsp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.tsp> <http://www.w3.org/2000/01/rdf-schema#label> "tsp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.tsp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.tsp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.rotrvMin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.rotrvMin> <http://www.w3.org/2000/01/rdf-schema#label> "rotrvMin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.rotrvMin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.rotrvMin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.rotrvMax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.rotrvMax> <http://www.w3.org/2000/01/rdf-schema#label> "rotrvMax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.rotrvMax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.rotrvMax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.kp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.kp> <http://www.w3.org/2000/01/rdf-schema#label> "kp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.kp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWT2E.kp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC External Resistance Controller.

Reference: https://www.esig.energy/wiki-main-page/wt2-generic-wind-model/#Rotor_Resistance_Control_Model_.28WT2E.29.

Property Domain Range Comment
tpfilt WeccWT2E double Power measurement filter time constant (Tpfilt) (>=0). Typical value = 0,01.
ki WeccWT2E double Rotor resistance control integral gain (Ki). Typical value = 1.
tsp WeccWT2E double Generator speed measurement filter time constant (Tsp) (>=0). Typical value = 0,01.
rotrvMin WeccWT2E double Minimum rotor resistance (rotrv_min). Typical value = 0,01.
rotrvMax WeccWT2E double Maximum rotor resistance (rotrv_max). Typical value = 5.
kp WeccWT2E double Rotor resistance control proportional gain (Kp). Typical value = 0,5.
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccWTGARA

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccWTGARA> rdf:type rdfs:Class ;
	rdfs:label "WeccWTGARA"@en ;
	rdfs:subClassOf <WeccDynamics> .
<WeccWTGARA.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <WeccWTGARA> ;
	rdfs:range xsd:double .
<WeccWTGARA.t0> rdf:type rdfs:Property ;
	rdfs:label "t0"@en ;
	rdfs:domain <WeccWTGARA> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGARA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGARA> <http://www.w3.org/2000/01/rdf-schema#label> "WeccWTGARA"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGARA> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGARA.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGARA.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGARA.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGARA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGARA.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGARA.t0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGARA.t0> <http://www.w3.org/2000/01/rdf-schema#label> "t0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGARA.t0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGARA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGARA.t0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC Aero-Dynamic Model.

Reference: Model User Guide for Generic Renewable Energy System Models, EPRI, Palo Alto, CA: 2018, 3002014083.

Property Domain Range Comment
ka WeccWTGARA double Aero-dynamic gain factor (Ka). Typical value = 0,007.
t0 WeccWTGARA double Initial pitch angle (T0). Typical value = 0.
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccWTGIBFFRA

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccWTGIBFFRA> rdf:type rdfs:Class ;
	rdfs:label "WeccWTGIBFFRA"@en ;
	rdfs:subClassOf <WeccDynamics> .
<WeccWTGIBFFRA.tpeak2> rdf:type rdfs:Property ;
	rdfs:label "tpeak2"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.trise4> rdf:type rdfs:Property ;
	rdfs:label "trise4"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.trec2> rdf:type rdfs:Property ;
	rdfs:label "trec2"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.p6> rdf:type rdfs:Property ;
	rdfs:label "p6"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.dp6> rdf:type rdfs:Property ;
	rdfs:label "dp6"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.dp2> rdf:type rdfs:Property ;
	rdfs:label "dp2"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.dpmin1> rdf:type rdfs:Property ;
	rdfs:label "dpmin1"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.dbd> rdf:type rdfs:Property ;
	rdfs:label "dbd"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.p1> rdf:type rdfs:Property ;
	rdfs:label "p1"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.tpeak4> rdf:type rdfs:Property ;
	rdfs:label "tpeak4"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.dpmin3> rdf:type rdfs:Property ;
	rdfs:label "dpmin3"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.tpeak6> rdf:type rdfs:Property ;
	rdfs:label "tpeak6"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.Terminal> rdf:type rdfs:Property ;
	rdfs:label "Terminal"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range <Terminal> .
<WeccWTGIBFFRA.trec4> rdf:type rdfs:Property ;
	rdfs:label "trec4"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.trise1> rdf:type rdfs:Property ;
	rdfs:label "trise1"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.p4> rdf:type rdfs:Property ;
	rdfs:label "p4"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.dpmin5> rdf:type rdfs:Property ;
	rdfs:label "dpmin5"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.tfall1> rdf:type rdfs:Property ;
	rdfs:label "tfall1"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.trise2> rdf:type rdfs:Property ;
	rdfs:label "trise2"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.dpmin2> rdf:type rdfs:Property ;
	rdfs:label "dpmin2"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.tpeak5> rdf:type rdfs:Property ;
	rdfs:label "tpeak5"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.tpeak1> rdf:type rdfs:Property ;
	rdfs:label "tpeak1"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.tlapse> rdf:type rdfs:Property ;
	rdfs:label "tlapse"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.tpeak3> rdf:type rdfs:Property ;
	rdfs:label "tpeak3"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.dpmin4> rdf:type rdfs:Property ;
	rdfs:label "dpmin4"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.tfall2> rdf:type rdfs:Property ;
	rdfs:label "tfall2"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.tfall4> rdf:type rdfs:Property ;
	rdfs:label "tfall4"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.tfall6> rdf:type rdfs:Property ;
	rdfs:label "tfall6"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.trec5> rdf:type rdfs:Property ;
	rdfs:label "trec5"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.tfall3> rdf:type rdfs:Property ;
	rdfs:label "tfall3"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.p2> rdf:type rdfs:Property ;
	rdfs:label "p2"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.trise5> rdf:type rdfs:Property ;
	rdfs:label "trise5"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.dp4> rdf:type rdfs:Property ;
	rdfs:label "dp4"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.trec3> rdf:type rdfs:Property ;
	rdfs:label "trec3"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.p5> rdf:type rdfs:Property ;
	rdfs:label "p5"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.trise6> rdf:type rdfs:Property ;
	rdfs:label "trise6"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.tfall5> rdf:type rdfs:Property ;
	rdfs:label "tfall5"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.trec1> rdf:type rdfs:Property ;
	rdfs:label "trec1"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.p3> rdf:type rdfs:Property ;
	rdfs:label "p3"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.dp1> rdf:type rdfs:Property ;
	rdfs:label "dp1"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.tfltr> rdf:type rdfs:Property ;
	rdfs:label "tfltr"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.trec6> rdf:type rdfs:Property ;
	rdfs:label "trec6"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.dp5> rdf:type rdfs:Property ;
	rdfs:label "dp5"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.trise3> rdf:type rdfs:Property ;
	rdfs:label "trise3"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.dpmin6> rdf:type rdfs:Property ;
	rdfs:label "dpmin6"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<WeccWTGIBFFRA.dp3> rdf:type rdfs:Property ;
	rdfs:label "dp3"@en ;
	rdfs:domain <WeccWTGIBFFRA> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> <http://www.w3.org/2000/01/rdf-schema#label> "WeccWTGIBFFRA"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak2> <http://www.w3.org/2000/01/rdf-schema#label> "tpeak2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise4> <http://www.w3.org/2000/01/rdf-schema#label> "trise4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec2> <http://www.w3.org/2000/01/rdf-schema#label> "trec2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p6> <http://www.w3.org/2000/01/rdf-schema#label> "p6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp6> <http://www.w3.org/2000/01/rdf-schema#label> "dp6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp2> <http://www.w3.org/2000/01/rdf-schema#label> "dp2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin1> <http://www.w3.org/2000/01/rdf-schema#label> "dpmin1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dbd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dbd> <http://www.w3.org/2000/01/rdf-schema#label> "dbd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dbd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dbd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p1> <http://www.w3.org/2000/01/rdf-schema#label> "p1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak4> <http://www.w3.org/2000/01/rdf-schema#label> "tpeak4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin3> <http://www.w3.org/2000/01/rdf-schema#label> "dpmin3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak6> <http://www.w3.org/2000/01/rdf-schema#label> "tpeak6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.Terminal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.Terminal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec4> <http://www.w3.org/2000/01/rdf-schema#label> "trec4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise1> <http://www.w3.org/2000/01/rdf-schema#label> "trise1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p4> <http://www.w3.org/2000/01/rdf-schema#label> "p4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin5> <http://www.w3.org/2000/01/rdf-schema#label> "dpmin5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall1> <http://www.w3.org/2000/01/rdf-schema#label> "tfall1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise2> <http://www.w3.org/2000/01/rdf-schema#label> "trise2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin2> <http://www.w3.org/2000/01/rdf-schema#label> "dpmin2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak5> <http://www.w3.org/2000/01/rdf-schema#label> "tpeak5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak1> <http://www.w3.org/2000/01/rdf-schema#label> "tpeak1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tlapse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tlapse> <http://www.w3.org/2000/01/rdf-schema#label> "tlapse"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tlapse> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tlapse> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak3> <http://www.w3.org/2000/01/rdf-schema#label> "tpeak3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tpeak3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin4> <http://www.w3.org/2000/01/rdf-schema#label> "dpmin4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall2> <http://www.w3.org/2000/01/rdf-schema#label> "tfall2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall4> <http://www.w3.org/2000/01/rdf-schema#label> "tfall4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall6> <http://www.w3.org/2000/01/rdf-schema#label> "tfall6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec5> <http://www.w3.org/2000/01/rdf-schema#label> "trec5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall3> <http://www.w3.org/2000/01/rdf-schema#label> "tfall3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p2> <http://www.w3.org/2000/01/rdf-schema#label> "p2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise5> <http://www.w3.org/2000/01/rdf-schema#label> "trise5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp4> <http://www.w3.org/2000/01/rdf-schema#label> "dp4"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp4> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp4> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec3> <http://www.w3.org/2000/01/rdf-schema#label> "trec3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p5> <http://www.w3.org/2000/01/rdf-schema#label> "p5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise6> <http://www.w3.org/2000/01/rdf-schema#label> "trise6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall5> <http://www.w3.org/2000/01/rdf-schema#label> "tfall5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfall5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec1> <http://www.w3.org/2000/01/rdf-schema#label> "trec1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p3> <http://www.w3.org/2000/01/rdf-schema#label> "p3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.p3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp1> <http://www.w3.org/2000/01/rdf-schema#label> "dp1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfltr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfltr> <http://www.w3.org/2000/01/rdf-schema#label> "tfltr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfltr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.tfltr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec6> <http://www.w3.org/2000/01/rdf-schema#label> "trec6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trec6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp5> <http://www.w3.org/2000/01/rdf-schema#label> "dp5"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp5> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp5> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise3> <http://www.w3.org/2000/01/rdf-schema#label> "trise3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.trise3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin6> <http://www.w3.org/2000/01/rdf-schema#label> "dpmin6"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin6> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dpmin6> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp3> <http://www.w3.org/2000/01/rdf-schema#label> "dp3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGIBFFRA.dp3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC WTGIBFFR_A model. Auxiliary control model representing the so-called inertial-based fast-frequency response (IBFFR) controls.

Reference: WECC REMWG, Proposal for new features for the renewable energy system generic models, 2021.

Property Domain Range Comment
tpeak2 WeccWTGIBFFRA double Point 2 Tpeak (>=0). Typical range from 1 to 2.
trise4 WeccWTGIBFFRA double Point 4 Trise (>=0). Typical range from 0,1 to 0,2.
trec2 WeccWTGIBFFRA double Point 2 Trec (>=0). Typical value = 0.
p6 WeccWTGIBFFRA double Power point 6 corresponding to the six sets of parameters.
dp6 WeccWTGIBFFRA double Point 6 dP. Typical range from 0,05 to 0,1.
dp2 WeccWTGIBFFRA double Point 2 dP. Typical range from 0,05 to 0,1.
dpmin1 WeccWTGIBFFRA double Point 1 dPmin. Typical range from 0 to 0,08.
dbd WeccWTGIBFFRA double Deadband below which IBFFR is initiated, that is when (1 – frequency) = dbd, then the IBFFR is initiated (dbd). Typical range from 0,0008 to 0,0017.
p1 WeccWTGIBFFRA double Power point 1 corresponding to the six sets of parameters.
tpeak4 WeccWTGIBFFRA double Point 4 Tpeak (>=0). Typical range from 1 to 2.
dpmin3 WeccWTGIBFFRA double Point 3 dPmin. Typical range from 0 to 0,08.
tpeak6 WeccWTGIBFFRA double Point 6 Tpeak (>=0). Typical range from 1 to 2.
Terminal WeccWTGIBFFRA Terminal The Terminal where the frequency is measured.
trec4 WeccWTGIBFFRA double Point 4 Trec (>=0). Typical value = 0.
trise1 WeccWTGIBFFRA double Point 1 Trise (>=0). Typical range from 0,1 to 0,2.
p4 WeccWTGIBFFRA double Power point 4 corresponding to the six sets of parameters.
dpmin5 WeccWTGIBFFRA double Point 5 dPmin. Typical range from 0 to 0,08.
tfall1 WeccWTGIBFFRA double Point 1 Tfall (>=0). Typical range from 0,2 to 0,5.
trise2 WeccWTGIBFFRA double Point 2 Trise (>=0). Typical range from 0,1 to 0,2.
dpmin2 WeccWTGIBFFRA double Point 2 dPmin. Typical range from 0 to 0,08.
tpeak5 WeccWTGIBFFRA double Point 5 Tpeak (>=0). Typical range from 1 to 2.
tpeak1 WeccWTGIBFFRA double Point 1 Tpeak (>=0). Typical range from 1 to 2.
tlapse WeccWTGIBFFRA double Time lapse from the end of an IBFFR event, until IBFFR is available again (Tlapse) (>=0). Typical range from 120 to 1800.
tpeak3 WeccWTGIBFFRA double Point 3 Tpeak (>=0). Typical range from 1 to 2.
dpmin4 WeccWTGIBFFRA double Point 4 dPmin. Typical range from 0 to 0,08.
tfall2 WeccWTGIBFFRA double Point 2 Tfall (>=0). Typical range from 0,2 to 0,5.
tfall4 WeccWTGIBFFRA double Point 4 Tfall (>=0). Typical range from 0,2 to 0,5.
tfall6 WeccWTGIBFFRA double Point 6 Tfall (>=0). Typical range from 0,2 to 0,5.
trec5 WeccWTGIBFFRA double Point 5 Trec (>=0). Typical value = 0.
tfall3 WeccWTGIBFFRA double Point 3 Tfall (>=0). Typical range from 0,2 to 0,5.
p2 WeccWTGIBFFRA double Power point 2 corresponding to the six sets of parameters.
trise5 WeccWTGIBFFRA double Point 5 Trise (>=0). Typical range from 0,1 to 0,2.
dp4 WeccWTGIBFFRA double Point 4 dP. Typical range from 0,05 to 0,1.
trec3 WeccWTGIBFFRA double Point 3 Trec (>=0). Typical value = 0.
p5 WeccWTGIBFFRA double Power point 5 corresponding to the six sets of parameters.
trise6 WeccWTGIBFFRA double Point 6 Trise (>=0). Typical range from 0,1 to 0,2.
tfall5 WeccWTGIBFFRA double Point 5 Tfall (>=0). Typical range from 0,2 to 0,5.
trec1 WeccWTGIBFFRA double Point 1 Trec (>=0). Typical value = 0.
p3 WeccWTGIBFFRA double Power point 3 corresponding to the six sets of parameters.
dp1 WeccWTGIBFFRA double Point 1 dP. Typical range from 0,05 to 0,1.
tfltr WeccWTGIBFFRA double Filter time-constant for frequency measurement (Tfltr) (>=0). Typical range from 0,02 to 0,05.
trec6 WeccWTGIBFFRA double Point 6 Trec (>=0). Typical value = 0.
dp5 WeccWTGIBFFRA double Point 5 dP. Typical range from 0,05 to 0,1.
trise3 WeccWTGIBFFRA double Point 3 Trise (>=0). Typical range from 0,1 to 0,2.
dpmin6 WeccWTGIBFFRA double Point 6 dPmin. Typical range from 0 to 0,08.
dp3 WeccWTGIBFFRA double Point 3 dP. Typical range from 0,05 to 0,1.
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccWTGPB

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccWTGPB> rdf:type rdfs:Class ;
	rdfs:label "WeccWTGPB"@en ;
	rdfs:subClassOf <WeccDynamics> .
<WeccWTGPB.dTmax> rdf:type rdfs:Property ;
	rdfs:label "dTmax"@en ;
	rdfs:domain <WeccWTGPB> ;
	rdfs:range xsd:double .
<WeccWTGPB.tmin> rdf:type rdfs:Property ;
	rdfs:label "tmin"@en ;
	rdfs:domain <WeccWTGPB> ;
	rdfs:range xsd:double .
<WeccWTGPB.titawmax> rdf:type rdfs:Property ;
	rdfs:label "titawmax"@en ;
	rdfs:domain <WeccWTGPB> ;
	rdfs:range xsd:double .
<WeccWTGPB.dTmin> rdf:type rdfs:Property ;
	rdfs:label "dTmin"@en ;
	rdfs:domain <WeccWTGPB> ;
	rdfs:range xsd:double .
<WeccWTGPB.kpc> rdf:type rdfs:Property ;
	rdfs:label "kpc"@en ;
	rdfs:domain <WeccWTGPB> ;
	rdfs:range xsd:double .
<WeccWTGPB.titawmin> rdf:type rdfs:Property ;
	rdfs:label "titawmin"@en ;
	rdfs:domain <WeccWTGPB> ;
	rdfs:range xsd:double .
<WeccWTGPB.titacmin> rdf:type rdfs:Property ;
	rdfs:label "titacmin"@en ;
	rdfs:domain <WeccWTGPB> ;
	rdfs:range xsd:double .
<WeccWTGPB.tpi> rdf:type rdfs:Property ;
	rdfs:label "tpi"@en ;
	rdfs:domain <WeccWTGPB> ;
	rdfs:range xsd:double .
<WeccWTGPB.kiw> rdf:type rdfs:Property ;
	rdfs:label "kiw"@en ;
	rdfs:domain <WeccWTGPB> ;
	rdfs:range xsd:double .
<WeccWTGPB.tmax> rdf:type rdfs:Property ;
	rdfs:label "tmax"@en ;
	rdfs:domain <WeccWTGPB> ;
	rdfs:range xsd:double .
<WeccWTGPB.kcc> rdf:type rdfs:Property ;
	rdfs:label "kcc"@en ;
	rdfs:domain <WeccWTGPB> ;
	rdfs:range xsd:double .
<WeccWTGPB.kpw> rdf:type rdfs:Property ;
	rdfs:label "kpw"@en ;
	rdfs:domain <WeccWTGPB> ;
	rdfs:range xsd:double .
<WeccWTGPB.titacmax> rdf:type rdfs:Property ;
	rdfs:label "titacmax"@en ;
	rdfs:domain <WeccWTGPB> ;
	rdfs:range xsd:double .
<WeccWTGPB.kic> rdf:type rdfs:Property ;
	rdfs:label "kic"@en ;
	rdfs:domain <WeccWTGPB> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB> <http://www.w3.org/2000/01/rdf-schema#label> "WeccWTGPB"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.dTmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.dTmax> <http://www.w3.org/2000/01/rdf-schema#label> "dTmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.dTmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.dTmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.tmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.tmin> <http://www.w3.org/2000/01/rdf-schema#label> "tmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.tmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.tmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.titawmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.titawmax> <http://www.w3.org/2000/01/rdf-schema#label> "titawmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.titawmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.titawmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.dTmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.dTmin> <http://www.w3.org/2000/01/rdf-schema#label> "dTmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.dTmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.dTmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.kpc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.kpc> <http://www.w3.org/2000/01/rdf-schema#label> "kpc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.kpc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.kpc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.titawmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.titawmin> <http://www.w3.org/2000/01/rdf-schema#label> "titawmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.titawmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.titawmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.titacmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.titacmin> <http://www.w3.org/2000/01/rdf-schema#label> "titacmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.titacmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.titacmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.tpi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.tpi> <http://www.w3.org/2000/01/rdf-schema#label> "tpi"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.tpi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.tpi> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.kiw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.kiw> <http://www.w3.org/2000/01/rdf-schema#label> "kiw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.kiw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.kiw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.tmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.tmax> <http://www.w3.org/2000/01/rdf-schema#label> "tmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.tmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.tmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.kcc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.kcc> <http://www.w3.org/2000/01/rdf-schema#label> "kcc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.kcc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.kcc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.kpw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.kpw> <http://www.w3.org/2000/01/rdf-schema#label> "kpw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.kpw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.kpw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.titacmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.titacmax> <http://www.w3.org/2000/01/rdf-schema#label> "titacmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.titacmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.titacmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.kic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.kic> <http://www.w3.org/2000/01/rdf-schema#label> "kic"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.kic> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPB.kic> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC Mechanical side model (WTGP_B).

Reference: WECC REMWG, Proposal for new features for the renewable energy system generic models, 2021.

Property Domain Range Comment
dTmax WeccWTGPB double Maximum pitch angle rate (dTmax). Typical value = 10.
tmin WeccWTGPB double Minimum pitch angle (Tmin). Typical value = 0.
titawmax WeccWTGPB double Maximum output of the speed error controller. Typical range from 20 to 30.
dTmin WeccWTGPB double Minimum pitch angle rate (dTmin). Typical value = -10.
kpc WeccWTGPB double Pitch-compensation proportional gain (Kpc). Typical value = 3.
titawmin WeccWTGPB double Minimum output of the speed error controller. Typical range from -5 to 0.
titacmin WeccWTGPB double Minimum output of the pitch compensation controller. Typical range from -5 to 0.
tpi WeccWTGPB double Pitch time constant (Tpi) (>=0). Typical value = 0,3.
kiw WeccWTGPB double Pitch-control integral gain (Kiw). Typical value = 25.
tmax WeccWTGPB double Maximum pitch angle (Tmax). Typical value = 27.
kcc WeccWTGPB double Proportional gain (Kcc). Typical value = 0.
kpw WeccWTGPB double Pitch-control proportional gain (Kpw). Typical value = 150.
titacmax WeccWTGPB double Maximum output of the pitch compensation controller. Typical range from 20 to 30.
kic WeccWTGPB double Pitch-compensation integral gain (Kic). Typical value = 30.
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccWTGPTA

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccWTGPTA> rdf:type rdfs:Class ;
	rdfs:label "WeccWTGPTA"@en ;
	rdfs:subClassOf <WeccDynamics> .
<WeccWTGPTA.tmax> rdf:type rdfs:Property ;
	rdfs:label "tmax"@en ;
	rdfs:domain <WeccWTGPTA> ;
	rdfs:range xsd:double .
<WeccWTGPTA.tpi> rdf:type rdfs:Property ;
	rdfs:label "tpi"@en ;
	rdfs:domain <WeccWTGPTA> ;
	rdfs:range xsd:double .
<WeccWTGPTA.kiw> rdf:type rdfs:Property ;
	rdfs:label "kiw"@en ;
	rdfs:domain <WeccWTGPTA> ;
	rdfs:range xsd:double .
<WeccWTGPTA.kpw> rdf:type rdfs:Property ;
	rdfs:label "kpw"@en ;
	rdfs:domain <WeccWTGPTA> ;
	rdfs:range xsd:double .
<WeccWTGPTA.kpc> rdf:type rdfs:Property ;
	rdfs:label "kpc"@en ;
	rdfs:domain <WeccWTGPTA> ;
	rdfs:range xsd:double .
<WeccWTGPTA.dTmax> rdf:type rdfs:Property ;
	rdfs:label "dTmax"@en ;
	rdfs:domain <WeccWTGPTA> ;
	rdfs:range xsd:double .
<WeccWTGPTA.kic> rdf:type rdfs:Property ;
	rdfs:label "kic"@en ;
	rdfs:domain <WeccWTGPTA> ;
	rdfs:range xsd:double .
<WeccWTGPTA.kcc> rdf:type rdfs:Property ;
	rdfs:label "kcc"@en ;
	rdfs:domain <WeccWTGPTA> ;
	rdfs:range xsd:double .
<WeccWTGPTA.dTmin> rdf:type rdfs:Property ;
	rdfs:label "dTmin"@en ;
	rdfs:domain <WeccWTGPTA> ;
	rdfs:range xsd:double .
<WeccWTGPTA.tmin> rdf:type rdfs:Property ;
	rdfs:label "tmin"@en ;
	rdfs:domain <WeccWTGPTA> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA> <http://www.w3.org/2000/01/rdf-schema#label> "WeccWTGPTA"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.tmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.tmax> <http://www.w3.org/2000/01/rdf-schema#label> "tmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.tmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.tmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.tpi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.tpi> <http://www.w3.org/2000/01/rdf-schema#label> "tpi"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.tpi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.tpi> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.kiw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.kiw> <http://www.w3.org/2000/01/rdf-schema#label> "kiw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.kiw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.kiw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.kpw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.kpw> <http://www.w3.org/2000/01/rdf-schema#label> "kpw"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.kpw> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.kpw> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.kpc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.kpc> <http://www.w3.org/2000/01/rdf-schema#label> "kpc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.kpc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.kpc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.dTmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.dTmax> <http://www.w3.org/2000/01/rdf-schema#label> "dTmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.dTmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.dTmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.kic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.kic> <http://www.w3.org/2000/01/rdf-schema#label> "kic"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.kic> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.kic> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.kcc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.kcc> <http://www.w3.org/2000/01/rdf-schema#label> "kcc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.kcc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.kcc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.dTmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.dTmin> <http://www.w3.org/2000/01/rdf-schema#label> "dTmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.dTmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.dTmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.tmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.tmin> <http://www.w3.org/2000/01/rdf-schema#label> "tmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.tmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGPTA.tmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC Pitch Controller (Type 3).

References:

Property Domain Range Comment
tmax WeccWTGPTA double Maximum pitch angle (Tmax). Typical value = 27.
tpi WeccWTGPTA double Pitch time constant (Tpi) (>=0). Typical value = 0,3.
kiw WeccWTGPTA double Pitch-control integral gain (Kiw). Typical value = 25.
kpw WeccWTGPTA double Pitch-control proportional gain (Kpw). Typical value = 150.
kpc WeccWTGPTA double Pitch-compensation proportional gain (Kpc). Typical value = 3.
dTmax WeccWTGPTA double Maximum pitch angle rate (dTmax). Typical value = 10.
kic WeccWTGPTA double Pitch-compensation integral gain (Kic). Typical value = 30.
kcc WeccWTGPTA double Proportional gain (Kcc). Typical value = 0.
dTmin WeccWTGPTA double Minimum pitch angle rate (dTmin). Typical value = -10.
tmin WeccWTGPTA double Minimum pitch angle (Tmin). Typical value = 0.
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccWTGTA

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccWTGTA> rdf:type rdfs:Class ;
	rdfs:label "WeccWTGTA"@en ;
	rdfs:subClassOf <WeccDynamics> .
<WeccWTGTA.kshaft> rdf:type rdfs:Property ;
	rdfs:label "kshaft"@en ;
	rdfs:domain <WeccWTGTA> ;
	rdfs:range xsd:double .
<WeccWTGTA.dshaft> rdf:type rdfs:Property ;
	rdfs:label "dshaft"@en ;
	rdfs:domain <WeccWTGTA> ;
	rdfs:range xsd:double .
<WeccWTGTA.hg> rdf:type rdfs:Property ;
	rdfs:label "hg"@en ;
	rdfs:domain <WeccWTGTA> ;
	rdfs:range xsd:double .
<WeccWTGTA.ht> rdf:type rdfs:Property ;
	rdfs:label "ht"@en ;
	rdfs:domain <WeccWTGTA> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA> <http://www.w3.org/2000/01/rdf-schema#label> "WeccWTGTA"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA.kshaft> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA.kshaft> <http://www.w3.org/2000/01/rdf-schema#label> "kshaft"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA.kshaft> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA.kshaft> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA.dshaft> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA.dshaft> <http://www.w3.org/2000/01/rdf-schema#label> "dshaft"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA.dshaft> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA.dshaft> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA.hg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA.hg> <http://www.w3.org/2000/01/rdf-schema#label> "hg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA.hg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA.hg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA.ht> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA.ht> <http://www.w3.org/2000/01/rdf-schema#label> "ht"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA.ht> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTA.ht> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC Drive-Train Model.

Reference: Model User Guide for Generic Renewable Energy System Models, EPRI, Palo Alto, CA: 2018, 3002014083.

Property Domain Range Comment
kshaft WeccWTGTA double Spring constant (Kshaft). Typical value = 200.
dshaft WeccWTGTA double Damping coefficient (Dshaft). Typical value = 0,3.
hg WeccWTGTA double Generator inertia (Hg) (>=0). Typical value = 1.
ht WeccWTGTA double Turbine inertia (Ht) (>=0). Typical value = 5.
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccWTGTB

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccWTGTB> rdf:type rdfs:Class ;
	rdfs:label "WeccWTGTB"@en ;
	rdfs:subClassOf <WeccDynamics> .
<WeccWTGTB.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <WeccWTGTB> ;
	rdfs:range xsd:double .
<WeccWTGTB.ht> rdf:type rdfs:Property ;
	rdfs:label "ht"@en ;
	rdfs:domain <WeccWTGTB> ;
	rdfs:range xsd:double .
<WeccWTGTB.kshaft> rdf:type rdfs:Property ;
	rdfs:label "kshaft"@en ;
	rdfs:domain <WeccWTGTB> ;
	rdfs:range xsd:double .
<WeccWTGTB.hg> rdf:type rdfs:Property ;
	rdfs:label "hg"@en ;
	rdfs:domain <WeccWTGTB> ;
	rdfs:range xsd:double .
<WeccWTGTB.dshaft> rdf:type rdfs:Property ;
	rdfs:label "dshaft"@en ;
	rdfs:domain <WeccWTGTB> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB> <http://www.w3.org/2000/01/rdf-schema#label> "WeccWTGTB"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB.ht> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB.ht> <http://www.w3.org/2000/01/rdf-schema#label> "ht"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB.ht> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB.ht> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB.kshaft> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB.kshaft> <http://www.w3.org/2000/01/rdf-schema#label> "kshaft"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB.kshaft> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB.kshaft> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB.hg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB.hg> <http://www.w3.org/2000/01/rdf-schema#label> "hg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB.hg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB.hg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB.dshaft> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB.dshaft> <http://www.w3.org/2000/01/rdf-schema#label> "dshaft"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB.dshaft> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTB.dshaft> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC WTGT_B model. A drive-train “emulation” model where the only input is the electrical power (Pe) of the generator and mechanical power (Pm) is simply taken to be a filtered value of Pe.

Reference: WECC REMWG, Proposal for new features for the renewable energy system generic models, 2021.

Property Domain Range Comment
tp WeccWTGTB double Time constant (Tp) (>=0).
ht WeccWTGTB double Turbine inertia (Ht) (>=0). Typical value = 5.
kshaft WeccWTGTB double Spring constant (Kshaft). Typical value = 200.
hg WeccWTGTB double Generator inertia (Hg) (>=0). Typical value = 1.
dshaft WeccWTGTB double Damping coefficient (Dshaft). Typical value = 0,3.
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccWTGTRQA

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccWTGTRQA> rdf:type rdfs:Class ;
	rdfs:label "WeccWTGTRQA"@en ;
	rdfs:subClassOf <WeccDynamics> .
<WeccWTGTRQA.temax> rdf:type rdfs:Property ;
	rdfs:label "temax"@en ;
	rdfs:domain <WeccWTGTRQA> ;
	rdfs:range xsd:double .
<WeccWTGTRQA.tFlag> rdf:type rdfs:Property ;
	rdfs:label "tFlag"@en ;
	rdfs:domain <WeccWTGTRQA> ;
	rdfs:range xsd:boolean .
<WeccWTGTRQA.tp> rdf:type rdfs:Property ;
	rdfs:label "tp"@en ;
	rdfs:domain <WeccWTGTRQA> ;
	rdfs:range xsd:double .
<WeccWTGTRQA.kpp> rdf:type rdfs:Property ;
	rdfs:label "kpp"@en ;
	rdfs:domain <WeccWTGTRQA> ;
	rdfs:range xsd:double .
<WeccWTGTRQA.pFlag> rdf:type rdfs:Property ;
	rdfs:label "pFlag"@en ;
	rdfs:domain <WeccWTGTRQA> ;
	rdfs:range xsd:boolean .
<WeccWTGTRQA.twref> rdf:type rdfs:Property ;
	rdfs:label "twref"@en ;
	rdfs:domain <WeccWTGTRQA> ;
	rdfs:range xsd:double .
<WeccWTGTRQA.temin> rdf:type rdfs:Property ;
	rdfs:label "temin"@en ;
	rdfs:domain <WeccWTGTRQA> ;
	rdfs:range xsd:double .
<WeccWTGTRQA.kip> rdf:type rdfs:Property ;
	rdfs:label "kip"@en ;
	rdfs:domain <WeccWTGTRQA> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA> <http://www.w3.org/2000/01/rdf-schema#label> "WeccWTGTRQA"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.temax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.temax> <http://www.w3.org/2000/01/rdf-schema#label> "temax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.temax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.temax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.tFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.tFlag> <http://www.w3.org/2000/01/rdf-schema#label> "tFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.tFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.tFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.tp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.tp> <http://www.w3.org/2000/01/rdf-schema#label> "tp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.tp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.tp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.kpp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.kpp> <http://www.w3.org/2000/01/rdf-schema#label> "kpp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.kpp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.kpp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.pFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.pFlag> <http://www.w3.org/2000/01/rdf-schema#label> "pFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.pFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.pFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.twref> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.twref> <http://www.w3.org/2000/01/rdf-schema#label> "twref"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.twref> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.twref> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.temin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.temin> <http://www.w3.org/2000/01/rdf-schema#label> "temin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.temin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.temin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.kip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.kip> <http://www.w3.org/2000/01/rdf-schema#label> "kip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.kip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGTRQA.kip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC Torque Controller.

Reference: Model User Guide for Generic Renewable Energy System Models, EPRI, Palo Alto, CA: 2018, 3002014083.

Property Domain Range Comment
temax WeccWTGTRQA double Maximum torque (Temax). Typical value = 1,1.
tFlag WeccWTGTRQA boolean Flag. 1 (true) means for power error; 0 (false) means for speed error (TFlag). Typical value = 0 (false).
tp WeccWTGTRQA double Power measurement lag time constant (Tp) (>=0). Typical value = 0.
kpp WeccWTGTRQA double Proportional gain (Kpp). Typical value = 3.
pFlag WeccWTGTRQA boolean Active power control flag: 0 (false) -P ref, 1 (true) -Speed ref (PFlag). Typical value = 0 (false).
twref WeccWTGTRQA double Speed reference time constant (Twref) (>=0). Typical value = 0.
temin WeccWTGTRQA double Minimum torque (Temin). Typical value = 0.
kip WeccWTGTRQA double Integral gain (Kip). Typical value = 0,6.
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WeccWTGWGOA

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WeccWTGWGOA> rdf:type rdfs:Class ;
	rdfs:label "WeccWTGWGOA"@en ;
	rdfs:subClassOf <WeccDynamics> .
<WeccWTGWGOA.thold> rdf:type rdfs:Property ;
	rdfs:label "thold"@en ;
	rdfs:domain <WeccWTGWGOA> ;
	rdfs:range xsd:double .
<WeccWTGWGOA.pwgo1> rdf:type rdfs:Property ;
	rdfs:label "pwgo1"@en ;
	rdfs:domain <WeccWTGWGOA> ;
	rdfs:range xsd:double .
<WeccWTGWGOA.eps> rdf:type rdfs:Property ;
	rdfs:label "eps"@en ;
	rdfs:domain <WeccWTGWGOA> ;
	rdfs:range xsd:double .
<WeccWTGWGOA.vwgo> rdf:type rdfs:Property ;
	rdfs:label "vwgo"@en ;
	rdfs:domain <WeccWTGWGOA> ;
	rdfs:range xsd:double .
<WeccWTGWGOA.pwgo2> rdf:type rdfs:Property ;
	rdfs:label "pwgo2"@en ;
	rdfs:domain <WeccWTGWGOA> ;
	rdfs:range xsd:double .
<WeccWTGWGOA.rpw2> rdf:type rdfs:Property ;
	rdfs:label "rpw2"@en ;
	rdfs:domain <WeccWTGWGOA> ;
	rdfs:range xsd:double .
<WeccWTGWGOA.rpw1> rdf:type rdfs:Property ;
	rdfs:label "rpw1"@en ;
	rdfs:domain <WeccWTGWGOA> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA> <http://www.w3.org/2000/01/rdf-schema#label> "WeccWTGWGOA"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.thold> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.thold> <http://www.w3.org/2000/01/rdf-schema#label> "thold"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.thold> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.thold> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.pwgo1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.pwgo1> <http://www.w3.org/2000/01/rdf-schema#label> "pwgo1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.pwgo1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.pwgo1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.eps> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.eps> <http://www.w3.org/2000/01/rdf-schema#label> "eps"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.eps> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.eps> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.vwgo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.vwgo> <http://www.w3.org/2000/01/rdf-schema#label> "vwgo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.vwgo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.vwgo> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.pwgo2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.pwgo2> <http://www.w3.org/2000/01/rdf-schema#label> "pwgo2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.pwgo2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.pwgo2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.rpw2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.rpw2> <http://www.w3.org/2000/01/rdf-schema#label> "rpw2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.rpw2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.rpw2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.rpw1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.rpw1> <http://www.w3.org/2000/01/rdf-schema#label> "rpw1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.rpw1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WeccWTGWGOA.rpw1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WeccDynamics » DynamicsFunctionBlock » IdentifiedObject

WECC WTGWGO_A model. A simple generic model, as an auxiliary control which can be used to “emulate” this supplemental control.

Reference: WECC REMWG, Proposal for new features for the renewable energy system generic models, 2021.

Property Domain Range Comment
thold WeccWTGWGOA double Time for which the power reference is held at Pwgo2 (Thold) (>=0). Typical range from 1 to 2.
pwgo1 WeccWTGWGOA double Power reference held during a fault when WGO is initiated (Pwgo1). Typical range from 0,4 to 0,6.
eps WeccWTGWGOA double Small hysteresis on voltage recovery to start the first ramp (eps). Typical range from 0,01 to 0,02.
vwgo WeccWTGWGOA double Voltage threshold below with the WGO function is initiated (Vwgo). Typical range from 0,5 to 0,6.
pwgo2 WeccWTGWGOA double Power reference held for Thold seconds after the fault (Pwgo2). Typical range from 0,5 to 0,7.
rpw2 WeccWTGWGOA double Ramp rate at which power is increased from Pwgo2 back to normal (rpw2). Typical range from 0,2 to 2.
rpw1 WeccWTGWGOA double Ramp rate at which power is increased from Pwgo1 to Pwgo2 (rpw1). Typical range from 0,2 to 2.
PowerElectronicsConnection WeccDynamics PowerElectronicsConnection Power electronics connection model with which this WECC dynamics model is associated.
AsynchronousMachine WeccDynamics AsynchronousMachine Asynchronous machine model with which this WECC dynamics model is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindAeroConstIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindAeroConstIEC> rdf:type rdfs:Class ;
	rdfs:label "WindAeroConstIEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroConstIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroConstIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindAeroConstIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroConstIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

Constant aerodynamic torque model which assumes that the aerodynamic torque is constant. Reference: IEC 61400-27-1:2015, 5.6.1.1.

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindAeroConstIEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindAeroConstIEC2> rdf:type rdfs:Class ;
	rdfs:label "WindAeroConstIEC2"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroConstIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroConstIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindAeroConstIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroConstIEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

Constant aerodynamic torque module which assumes that the aerodynamic torque is constant. Reference: IEC 61400-27-1:2020, 7.2.1.

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindAeroOneDimIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindAeroOneDimIEC> rdf:type rdfs:Class ;
	rdfs:label "WindAeroOneDimIEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindAeroOneDimIEC.thetaomega> rdf:type rdfs:Property ;
	rdfs:label "thetaomega"@en ;
	rdfs:domain <WindAeroOneDimIEC> ;
	rdfs:range xsd:double .
<WindAeroOneDimIEC.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <WindAeroOneDimIEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindAeroOneDimIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC.thetaomega> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC.thetaomega> <http://www.w3.org/2000/01/rdf-schema#label> "thetaomega"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC.thetaomega> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC.thetaomega> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

One-dimensional aerodynamic model.
Reference: IEC 61400-27-1:2015, 5.6.1.2.

Property Domain Range Comment
thetaomega WindAeroOneDimIEC double Initial pitch angle (thetaomega0). It is a case-dependent parameter.
ka WindAeroOneDimIEC double Aerodynamic gain (ka). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindAeroOneDimIEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindAeroOneDimIEC2> rdf:type rdfs:Class ;
	rdfs:label "WindAeroOneDimIEC2"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindAeroOneDimIEC2.ka> rdf:type rdfs:Property ;
	rdfs:label "ka"@en ;
	rdfs:domain <WindAeroOneDimIEC2> ;
	rdfs:range xsd:double .
<WindAeroOneDimIEC2.thetaomega> rdf:type rdfs:Property ;
	rdfs:label "thetaomega"@en ;
	rdfs:domain <WindAeroOneDimIEC2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindAeroOneDimIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC2.ka> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC2.ka> <http://www.w3.org/2000/01/rdf-schema#label> "ka"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC2.ka> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC2.ka> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC2.thetaomega> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC2.thetaomega> <http://www.w3.org/2000/01/rdf-schema#label> "thetaomega"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC2.thetaomega> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC2.thetaomega> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

One-dimensional aerodynamic module.
Reference: IEC 61400-27-1:2020, 7.2.2.

Property Domain Range Comment
ka WindAeroOneDimIEC2 double Aerodynamic gain (ka). It is a type-dependent parameter.
thetaomega WindAeroOneDimIEC2 double Initial pitch angle (thetaomega0). It is a use case-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindAeroTwoDimIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindAeroTwoDimIEC> rdf:type rdfs:Class ;
	rdfs:label "WindAeroTwoDimIEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindAeroTwoDimIEC.pavail> rdf:type rdfs:Property ;
	rdfs:label "pavail"@en ;
	rdfs:domain <WindAeroTwoDimIEC> ;
	rdfs:range xsd:double .
<WindAeroTwoDimIEC.omegazero> rdf:type rdfs:Property ;
	rdfs:label "omegazero"@en ;
	rdfs:domain <WindAeroTwoDimIEC> ;
	rdfs:range xsd:double .
<WindAeroTwoDimIEC.thetav2> rdf:type rdfs:Property ;
	rdfs:label "thetav2"@en ;
	rdfs:domain <WindAeroTwoDimIEC> ;
	rdfs:range xsd:double .
<WindAeroTwoDimIEC.dpomega> rdf:type rdfs:Property ;
	rdfs:label "dpomega"@en ;
	rdfs:domain <WindAeroTwoDimIEC> ;
	rdfs:range xsd:double .
<WindAeroTwoDimIEC.dpv1> rdf:type rdfs:Property ;
	rdfs:label "dpv1"@en ;
	rdfs:domain <WindAeroTwoDimIEC> ;
	rdfs:range xsd:double .
<WindAeroTwoDimIEC.dptheta> rdf:type rdfs:Property ;
	rdfs:label "dptheta"@en ;
	rdfs:domain <WindAeroTwoDimIEC> ;
	rdfs:range xsd:double .
<WindAeroTwoDimIEC.thetazero> rdf:type rdfs:Property ;
	rdfs:label "thetazero"@en ;
	rdfs:domain <WindAeroTwoDimIEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindAeroTwoDimIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.pavail> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.pavail> <http://www.w3.org/2000/01/rdf-schema#label> "pavail"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.pavail> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.pavail> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.omegazero> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.omegazero> <http://www.w3.org/2000/01/rdf-schema#label> "omegazero"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.omegazero> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.omegazero> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.thetav2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.thetav2> <http://www.w3.org/2000/01/rdf-schema#label> "thetav2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.thetav2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.thetav2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.dpomega> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.dpomega> <http://www.w3.org/2000/01/rdf-schema#label> "dpomega"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.dpomega> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.dpomega> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.dpv1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.dpv1> <http://www.w3.org/2000/01/rdf-schema#label> "dpv1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.dpv1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.dpv1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.dptheta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.dptheta> <http://www.w3.org/2000/01/rdf-schema#label> "dptheta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.dptheta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.dptheta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.thetazero> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.thetazero> <http://www.w3.org/2000/01/rdf-schema#label> "thetazero"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.thetazero> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC.thetazero> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Two-dimensional aerodynamic model.
Reference: IEC 61400-27-1:2015, 5.6.1.3.

Property Domain Range Comment
pavail WindAeroTwoDimIEC double Available aerodynamic power (pavail). It is a case-dependent parameter.
omegazero WindAeroTwoDimIEC double Rotor speed if the wind turbine is not derated (omega0). It is a type-dependent parameter.
thetav2 WindAeroTwoDimIEC double Blade angle at twice rated wind speed (thetav2). It is a type-dependent parameter.
dpomega WindAeroTwoDimIEC double Partial derivative of aerodynamic power with respect to changes in WTR speed (dpomega). It is a type-dependent parameter.
dpv1 WindAeroTwoDimIEC double Partial derivative (dpv1). It is a type-dependent parameter.
dptheta WindAeroTwoDimIEC double Partial derivative of aerodynamic power with respect to changes in pitch angle (dptheta). It is a type-dependent parameter.
thetazero WindAeroTwoDimIEC double Pitch angle if the wind turbine is not derated (theta0). It is a case-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindAeroTwoDimIEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindAeroTwoDimIEC2> rdf:type rdfs:Class ;
	rdfs:label "WindAeroTwoDimIEC2"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindAeroTwoDimIEC2.theta0> rdf:type rdfs:Property ;
	rdfs:label "theta0"@en ;
	rdfs:domain <WindAeroTwoDimIEC2> ;
	rdfs:range xsd:double .
<WindAeroTwoDimIEC2.dptheta> rdf:type rdfs:Property ;
	rdfs:label "dptheta"@en ;
	rdfs:domain <WindAeroTwoDimIEC2> ;
	rdfs:range xsd:double .
<WindAeroTwoDimIEC2.dpomega0> rdf:type rdfs:Property ;
	rdfs:label "dpomega0"@en ;
	rdfs:domain <WindAeroTwoDimIEC2> ;
	rdfs:range xsd:double .
<WindAeroTwoDimIEC2.pavail> rdf:type rdfs:Property ;
	rdfs:label "pavail"@en ;
	rdfs:domain <WindAeroTwoDimIEC2> ;
	rdfs:range xsd:double .
<WindAeroTwoDimIEC2.omega0> rdf:type rdfs:Property ;
	rdfs:label "omega0"@en ;
	rdfs:domain <WindAeroTwoDimIEC2> ;
	rdfs:range xsd:double .
<WindAeroTwoDimIEC2.dpomegaTheta> rdf:type rdfs:Property ;
	rdfs:label "dpomegaTheta"@en ;
	rdfs:domain <WindAeroTwoDimIEC2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindAeroTwoDimIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.theta0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.theta0> <http://www.w3.org/2000/01/rdf-schema#label> "theta0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.theta0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.theta0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.dptheta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.dptheta> <http://www.w3.org/2000/01/rdf-schema#label> "dptheta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.dptheta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.dptheta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.dpomega0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.dpomega0> <http://www.w3.org/2000/01/rdf-schema#label> "dpomega0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.dpomega0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.dpomega0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.pavail> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.pavail> <http://www.w3.org/2000/01/rdf-schema#label> "pavail"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.pavail> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.pavail> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.omega0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.omega0> <http://www.w3.org/2000/01/rdf-schema#label> "omega0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.omega0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.omega0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.dpomegaTheta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.dpomegaTheta> <http://www.w3.org/2000/01/rdf-schema#label> "dpomegaTheta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.dpomegaTheta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2.dpomegaTheta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Two-dimensional aerodynamic module.
Reference: IEC 61400-27-1:2020, 7.2.3.

Property Domain Range Comment
theta0 WindAeroTwoDimIEC2 double Pitch angle if the wind turbine is not derated (theta0). It is a use case-dependent parameter.
dptheta WindAeroTwoDimIEC2 double Partial derivative of aerodynamic power with respect to changes in pitch angle (dptheta). It is a use case-dependent parameter.
dpomega0 WindAeroTwoDimIEC2 double Constant term of partial derivative of aerodynamic power with respect to changes in wind turbine rotor speed (dpomega0). It is a use case-dependent parameter.
pavail WindAeroTwoDimIEC2 double Available power (pavail). It is a use case-dependent parameter.
omega0 WindAeroTwoDimIEC2 double Rotor speed if the wind turbine is not derated (omega0). It is a use case-dependent parameter.
dpomegaTheta WindAeroTwoDimIEC2 double Pitch dependent term of partial derivative of aerodynamic power with respect to changes in wind turbine rotor speed (dPomegaTheta). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindContCurrLimIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindContCurrLimIEC> rdf:type rdfs:Class ;
	rdfs:label "WindContCurrLimIEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindContCurrLimIEC.tufiltcl> rdf:type rdfs:Property ;
	rdfs:label "tufiltcl"@en ;
	rdfs:domain <WindContCurrLimIEC> ;
	rdfs:range xsd:double .
<WindContCurrLimIEC.imaxdip> rdf:type rdfs:Property ;
	rdfs:label "imaxdip"@en ;
	rdfs:domain <WindContCurrLimIEC> ;
	rdfs:range xsd:double .
<WindContCurrLimIEC.kpqu> rdf:type rdfs:Property ;
	rdfs:label "kpqu"@en ;
	rdfs:domain <WindContCurrLimIEC> ;
	rdfs:range xsd:double .
<WindContCurrLimIEC.mqpri> rdf:type rdfs:Property ;
	rdfs:label "mqpri"@en ;
	rdfs:domain <WindContCurrLimIEC> ;
	rdfs:range xsd:boolean .
<WindContCurrLimIEC.upqumax> rdf:type rdfs:Property ;
	rdfs:label "upqumax"@en ;
	rdfs:domain <WindContCurrLimIEC> ;
	rdfs:range xsd:double .
<WindContCurrLimIEC.mdfslim> rdf:type rdfs:Property ;
	rdfs:label "mdfslim"@en ;
	rdfs:domain <WindContCurrLimIEC> ;
	rdfs:range xsd:boolean .
<WindContCurrLimIEC.imax> rdf:type rdfs:Property ;
	rdfs:label "imax"@en ;
	rdfs:domain <WindContCurrLimIEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindContCurrLimIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.tufiltcl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.tufiltcl> <http://www.w3.org/2000/01/rdf-schema#label> "tufiltcl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.tufiltcl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.tufiltcl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.imaxdip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.imaxdip> <http://www.w3.org/2000/01/rdf-schema#label> "imaxdip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.imaxdip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.imaxdip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.kpqu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.kpqu> <http://www.w3.org/2000/01/rdf-schema#label> "kpqu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.kpqu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.kpqu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.mqpri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.mqpri> <http://www.w3.org/2000/01/rdf-schema#label> "mqpri"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.mqpri> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.mqpri> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.upqumax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.upqumax> <http://www.w3.org/2000/01/rdf-schema#label> "upqumax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.upqumax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.upqumax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.mdfslim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.mdfslim> <http://www.w3.org/2000/01/rdf-schema#label> "mdfslim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.mdfslim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.mdfslim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.imax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.imax> <http://www.w3.org/2000/01/rdf-schema#label> "imax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.imax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC.imax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Current limitation model. The current limitation model combines the physical limits and the control limits. Reference: IEC 61400-27-1:2015, 5.6.5.8.

Property Domain Range Comment
tufiltcl WindContCurrLimIEC double Voltage measurement filter time constant (Tufiltcl) (>= 0). It is a type-dependent parameter.
imaxdip WindContCurrLimIEC double Maximum current during voltage dip at the wind turbine terminals (imaxdip). It is a project-dependent parameter.
kpqu WindContCurrLimIEC double Partial derivative of reactive current limit (Kpqu) versus voltage. It is a type-dependent parameter.
mqpri WindContCurrLimIEC boolean Prioritisation of Q control during UVRT (Mqpri). It is a project-dependent parameter. true = reactive power priority (1 in the IEC model) false = active power priority (0 in the IEC model).
upqumax WindContCurrLimIEC double Wind turbine voltage in the operation point where zero reactive current can be delivered (upqumax). It is a type-dependent parameter.
mdfslim WindContCurrLimIEC boolean Limitation of type 3 stator current (MDFSLim). MDFSLim = 1 for wind turbines type 4. It is a type-dependent parameter. false= total current limitation (0 in the IEC model) true=stator current limitation (1 in the IEC model).
imax WindContCurrLimIEC double Maximum continuous current at the wind turbine terminals (imax). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindContCurrLimIEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindContCurrLimIEC2> rdf:type rdfs:Class ;
	rdfs:label "WindContCurrLimIEC2"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindContCurrLimIEC2.imax> rdf:type rdfs:Property ;
	rdfs:label "imax"@en ;
	rdfs:domain <WindContCurrLimIEC2> ;
	rdfs:range xsd:double .
<WindContCurrLimIEC2.kpqu> rdf:type rdfs:Property ;
	rdfs:label "kpqu"@en ;
	rdfs:domain <WindContCurrLimIEC2> ;
	rdfs:range xsd:double .
<WindContCurrLimIEC2.mqpri> rdf:type rdfs:Property ;
	rdfs:label "mqpri"@en ;
	rdfs:domain <WindContCurrLimIEC2> ;
	rdfs:range xsd:boolean .
<WindContCurrLimIEC2.mdfslim> rdf:type rdfs:Property ;
	rdfs:label "mdfslim"@en ;
	rdfs:domain <WindContCurrLimIEC2> ;
	rdfs:range xsd:boolean .
<WindContCurrLimIEC2.imaxdip> rdf:type rdfs:Property ;
	rdfs:label "imaxdip"@en ;
	rdfs:domain <WindContCurrLimIEC2> ;
	rdfs:range xsd:double .
<WindContCurrLimIEC2.upqumax> rdf:type rdfs:Property ;
	rdfs:label "upqumax"@en ;
	rdfs:domain <WindContCurrLimIEC2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContCurrLimIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.imax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.imax> <http://www.w3.org/2000/01/rdf-schema#label> "imax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.imax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.imax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.kpqu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.kpqu> <http://www.w3.org/2000/01/rdf-schema#label> "kpqu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.kpqu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.kpqu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.mqpri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.mqpri> <http://www.w3.org/2000/01/rdf-schema#label> "mqpri"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.mqpri> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.mqpri> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.mdfslim> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.mdfslim> <http://www.w3.org/2000/01/rdf-schema#label> "mdfslim"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.mdfslim> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.mdfslim> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.imaxdip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.imaxdip> <http://www.w3.org/2000/01/rdf-schema#label> "imaxdip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.imaxdip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.imaxdip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.upqumax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.upqumax> <http://www.w3.org/2000/01/rdf-schema#label> "upqumax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.upqumax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2.upqumax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Current limitation module. The current limitation module combines the physical limits and the control limits. Reference: IEC 61400-27-1:2020, 7.7.6.

Property Domain Range Comment
imax WindContCurrLimIEC2 double Maximum continuous current at the wind turbine terminals (imax). It is a type-dependent parameter.
kpqu WindContCurrLimIEC2 double Partial derivative of reactive current limit (Kpqu) versus voltage. It is a type-dependent parameter.
mqpri WindContCurrLimIEC2 boolean Prioritisation of reactive power during FRT (Mqpri). It is a project-dependent parameter. true means reactive power priority (1 in the IEC model) false means active power priority (0 in the IEC model).
mdfslim WindContCurrLimIEC2 boolean Limitation of type 3 stator current (MDFSLim). MDFSLim = 1 for wind turbines type 4. It is a type-dependent parameter. false means total current limitation (0 in the IEC model) true means stator current limitation (1 in the IEC model).
imaxdip WindContCurrLimIEC2 double Maximum current during voltage dip at the wind turbine terminals (imaxdip). It is a project-dependent parameter.
upqumax WindContCurrLimIEC2 double Wind turbine voltage in the operation point where zero reactive current can be delivered (upqumax). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindContPType3IEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindContPType3IEC> rdf:type rdfs:Class ;
	rdfs:label "WindContPType3IEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindContPType3IEC.zeta> rdf:type rdfs:Property ;
	rdfs:label "zeta"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<WindContPType3IEC.tomegafiltp3> rdf:type rdfs:Property ;
	rdfs:label "tomegafiltp3"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<WindContPType3IEC.kdtd> rdf:type rdfs:Property ;
	rdfs:label "kdtd"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<WindContPType3IEC.dthetamaxuvrt> rdf:type rdfs:Property ;
	rdfs:label "dthetamaxuvrt"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<WindContPType3IEC.thetauscale> rdf:type rdfs:Property ;
	rdfs:label "thetauscale"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<WindContPType3IEC.kpp> rdf:type rdfs:Property ;
	rdfs:label "kpp"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<WindContPType3IEC.tufiltp3> rdf:type rdfs:Property ;
	rdfs:label "tufiltp3"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<WindContPType3IEC.dprefmax> rdf:type rdfs:Property ;
	rdfs:label "dprefmax"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<WindContPType3IEC.mpuvrt> rdf:type rdfs:Property ;
	rdfs:label "mpuvrt"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:boolean .
<WindContPType3IEC.tdvs> rdf:type rdfs:Property ;
	rdfs:label "tdvs"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<WindContPType3IEC.omegaoffset> rdf:type rdfs:Property ;
	rdfs:label "omegaoffset"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<WindContPType3IEC.thetaemin> rdf:type rdfs:Property ;
	rdfs:label "thetaemin"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<WindContPType3IEC.omegadtd> rdf:type rdfs:Property ;
	rdfs:label "omegadtd"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<WindContPType3IEC.dpmax> rdf:type rdfs:Property ;
	rdfs:label "dpmax"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<WindContPType3IEC.pdtdmax> rdf:type rdfs:Property ;
	rdfs:label "pdtdmax"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<WindContPType3IEC.tpfiltp3> rdf:type rdfs:Property ;
	rdfs:label "tpfiltp3"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<WindContPType3IEC.dthetamax> rdf:type rdfs:Property ;
	rdfs:label "dthetamax"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<WindContPType3IEC.tpord> rdf:type rdfs:Property ;
	rdfs:label "tpord"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<WindContPType3IEC.dprefmin> rdf:type rdfs:Property ;
	rdfs:label "dprefmin"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<WindContPType3IEC.udvs> rdf:type rdfs:Property ;
	rdfs:label "udvs"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<WindContPType3IEC.tomegaref> rdf:type rdfs:Property ;
	rdfs:label "tomegaref"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<WindContPType3IEC.updip> rdf:type rdfs:Property ;
	rdfs:label "updip"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<WindContPType3IEC.kip> rdf:type rdfs:Property ;
	rdfs:label "kip"@en ;
	rdfs:domain <WindContPType3IEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindContPType3IEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.zeta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.zeta> <http://www.w3.org/2000/01/rdf-schema#label> "zeta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.zeta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.zeta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tomegafiltp3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tomegafiltp3> <http://www.w3.org/2000/01/rdf-schema#label> "tomegafiltp3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tomegafiltp3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tomegafiltp3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.kdtd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.kdtd> <http://www.w3.org/2000/01/rdf-schema#label> "kdtd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.kdtd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.kdtd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.dthetamaxuvrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.dthetamaxuvrt> <http://www.w3.org/2000/01/rdf-schema#label> "dthetamaxuvrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.dthetamaxuvrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.dthetamaxuvrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.thetauscale> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.thetauscale> <http://www.w3.org/2000/01/rdf-schema#label> "thetauscale"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.thetauscale> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.thetauscale> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.kpp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.kpp> <http://www.w3.org/2000/01/rdf-schema#label> "kpp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.kpp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.kpp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tufiltp3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tufiltp3> <http://www.w3.org/2000/01/rdf-schema#label> "tufiltp3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tufiltp3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tufiltp3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.dprefmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.dprefmax> <http://www.w3.org/2000/01/rdf-schema#label> "dprefmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.dprefmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.dprefmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.mpuvrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.mpuvrt> <http://www.w3.org/2000/01/rdf-schema#label> "mpuvrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.mpuvrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.mpuvrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tdvs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tdvs> <http://www.w3.org/2000/01/rdf-schema#label> "tdvs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tdvs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tdvs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.omegaoffset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.omegaoffset> <http://www.w3.org/2000/01/rdf-schema#label> "omegaoffset"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.omegaoffset> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.omegaoffset> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.thetaemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.thetaemin> <http://www.w3.org/2000/01/rdf-schema#label> "thetaemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.thetaemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.thetaemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.omegadtd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.omegadtd> <http://www.w3.org/2000/01/rdf-schema#label> "omegadtd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.omegadtd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.omegadtd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.dpmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.dpmax> <http://www.w3.org/2000/01/rdf-schema#label> "dpmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.dpmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.dpmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.pdtdmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.pdtdmax> <http://www.w3.org/2000/01/rdf-schema#label> "pdtdmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.pdtdmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.pdtdmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tpfiltp3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tpfiltp3> <http://www.w3.org/2000/01/rdf-schema#label> "tpfiltp3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tpfiltp3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tpfiltp3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.dthetamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.dthetamax> <http://www.w3.org/2000/01/rdf-schema#label> "dthetamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.dthetamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.dthetamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tpord> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tpord> <http://www.w3.org/2000/01/rdf-schema#label> "tpord"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tpord> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tpord> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.dprefmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.dprefmin> <http://www.w3.org/2000/01/rdf-schema#label> "dprefmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.dprefmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.dprefmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.udvs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.udvs> <http://www.w3.org/2000/01/rdf-schema#label> "udvs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.udvs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.udvs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tomegaref> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tomegaref> <http://www.w3.org/2000/01/rdf-schema#label> "tomegaref"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tomegaref> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.tomegaref> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.updip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.updip> <http://www.w3.org/2000/01/rdf-schema#label> "updip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.updip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.updip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.kip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.kip> <http://www.w3.org/2000/01/rdf-schema#label> "kip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.kip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC.kip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

P control model type 3. Reference: IEC 61400-27-1:2015, 5.6.5.4.

Property Domain Range Comment
zeta WindContPType3IEC double Coefficient for active drive train damping (zeta). It is a type-dependent parameter.
tomegafiltp3 WindContPType3IEC double Filter time constant for generator speed measurement (Tomegafiltp3) (>= 0). It is a type-dependent parameter.
kdtd WindContPType3IEC double Gain for active drive train damping (KDTD). It is a type-dependent parameter.
dthetamaxuvrt WindContPType3IEC double Limitation of torque rise rate during UVRT (dthetamaxUVRT). It is a project-dependent parameter.
thetauscale WindContPType3IEC double Voltage scaling factor of reset-torque (tuscale). It is a project-dependent parameter.
kpp WindContPType3IEC double PI controller proportional gain (KPp). It is a type-dependent parameter.
tufiltp3 WindContPType3IEC double Filter time constant for voltage measurement (Tufiltp3) (>= 0). It is a type-dependent parameter.
dprefmax WindContPType3IEC double Maximum ramp rate of wind turbine reference power (dprefmax). It is a project-dependent parameter.
mpuvrt WindContPType3IEC boolean Enable UVRT power control mode (MpUVRT). It is a project-dependent parameter. true = voltage control (1 in the IEC model) false = reactive power control (0 in the IEC model).
tdvs WindContPType3IEC double Time delay after deep voltage sags (TDVS) (>= 0). It is a project-dependent parameter.
omegaoffset WindContPType3IEC double Offset to reference value that limits controller action during rotor speed changes (omegaoffset). It is a case-dependent parameter.
thetaemin WindContPType3IEC double Minimum electrical generator torque (temin). It is a type-dependent parameter.
omegadtd WindContPType3IEC double Active drive train damping frequency (omegaDTD). It can be calculated from two mass model parameters. It is a type-dependent parameter.
dpmax WindContPType3IEC double Maximum wind turbine power ramp rate (dpmax). It is a type-dependent parameter.
pdtdmax WindContPType3IEC double Maximum active drive train damping power (pDTDmax). It is a type-dependent parameter.
tpfiltp3 WindContPType3IEC double Filter time constant for power measurement (Tpfiltp3) (>= 0). It is a type-dependent parameter.
dthetamax WindContPType3IEC double Ramp limitation of torque, required in some grid codes (dtmax). It is a project-dependent parameter.
tpord WindContPType3IEC double Time constant in power order lag (Tpord). It is a type-dependent parameter.
dprefmin WindContPType3IEC double Minimum ramp rate of wind turbine reference power (dprefmin). It is a project-dependent parameter.
udvs WindContPType3IEC double Voltage limit for hold UVRT status after deep voltage sags (uDVS). It is a project-dependent parameter.
tomegaref WindContPType3IEC double Time constant in speed reference filter (Tomega,ref) (>= 0). It is a type-dependent parameter.
updip WindContPType3IEC double Voltage dip threshold for P-control (uPdip). Part of turbine control, often different (e.g 0.8) from converter thresholds. It is a project-dependent parameter.
kip WindContPType3IEC double PI controller integration parameter (KIp). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindContPType3IEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindContPType3IEC2> rdf:type rdfs:Class ;
	rdfs:label "WindContPType3IEC2"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindContPType3IEC2.pdtdmax> rdf:type rdfs:Property ;
	rdfs:label "pdtdmax"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<WindContPType3IEC2.tomegafiltp3> rdf:type rdfs:Property ;
	rdfs:label "tomegafiltp3"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<WindContPType3IEC2.momegatmax> rdf:type rdfs:Property ;
	rdfs:label "momegatmax"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:boolean .
<WindContPType3IEC2.tpfiltp3> rdf:type rdfs:Property ;
	rdfs:label "tpfiltp3"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<WindContPType3IEC2.dprefmax> rdf:type rdfs:Property ;
	rdfs:label "dprefmax"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<WindContPType3IEC2.dtaumaxuvrt> rdf:type rdfs:Property ;
	rdfs:label "dtaumaxuvrt"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<WindContPType3IEC2.kpp> rdf:type rdfs:Property ;
	rdfs:label "kpp"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<WindContPType3IEC2.tdvs> rdf:type rdfs:Property ;
	rdfs:label "tdvs"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<WindContPType3IEC2.tomegaref> rdf:type rdfs:Property ;
	rdfs:label "tomegaref"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<WindContPType3IEC2.mpuscale> rdf:type rdfs:Property ;
	rdfs:label "mpuscale"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:boolean .
<WindContPType3IEC2.mpuvrt> rdf:type rdfs:Property ;
	rdfs:label "mpuvrt"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:boolean .
<WindContPType3IEC2.momegatqpi> rdf:type rdfs:Property ;
	rdfs:label "momegatqpi"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:boolean .
<WindContPType3IEC2.kip> rdf:type rdfs:Property ;
	rdfs:label "kip"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<WindContPType3IEC2.tauemin> rdf:type rdfs:Property ;
	rdfs:label "tauemin"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<WindContPType3IEC2.kdtd> rdf:type rdfs:Property ;
	rdfs:label "kdtd"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<WindContPType3IEC2.dtaumax> rdf:type rdfs:Property ;
	rdfs:label "dtaumax"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<WindContPType3IEC2.dpmax> rdf:type rdfs:Property ;
	rdfs:label "dpmax"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<WindContPType3IEC2.zeta> rdf:type rdfs:Property ;
	rdfs:label "zeta"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<WindContPType3IEC2.omegadtd> rdf:type rdfs:Property ;
	rdfs:label "omegadtd"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<WindContPType3IEC2.udvs> rdf:type rdfs:Property ;
	rdfs:label "udvs"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<WindContPType3IEC2.tauuscale> rdf:type rdfs:Property ;
	rdfs:label "tauuscale"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<WindContPType3IEC2.dprefmin> rdf:type rdfs:Property ;
	rdfs:label "dprefmin"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<WindContPType3IEC2.tufiltp3> rdf:type rdfs:Property ;
	rdfs:label "tufiltp3"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<WindContPType3IEC2.tpord> rdf:type rdfs:Property ;
	rdfs:label "tpord"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<WindContPType3IEC2.omegaoffset> rdf:type rdfs:Property ;
	rdfs:label "omegaoffset"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<WindContPType3IEC2.updip> rdf:type rdfs:Property ;
	rdfs:label "updip"@en ;
	rdfs:domain <WindContPType3IEC2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContPType3IEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.pdtdmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.pdtdmax> <http://www.w3.org/2000/01/rdf-schema#label> "pdtdmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.pdtdmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.pdtdmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tomegafiltp3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tomegafiltp3> <http://www.w3.org/2000/01/rdf-schema#label> "tomegafiltp3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tomegafiltp3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tomegafiltp3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.momegatmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.momegatmax> <http://www.w3.org/2000/01/rdf-schema#label> "momegatmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.momegatmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.momegatmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tpfiltp3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tpfiltp3> <http://www.w3.org/2000/01/rdf-schema#label> "tpfiltp3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tpfiltp3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tpfiltp3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.dprefmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.dprefmax> <http://www.w3.org/2000/01/rdf-schema#label> "dprefmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.dprefmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.dprefmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.dtaumaxuvrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.dtaumaxuvrt> <http://www.w3.org/2000/01/rdf-schema#label> "dtaumaxuvrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.dtaumaxuvrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.dtaumaxuvrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.kpp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.kpp> <http://www.w3.org/2000/01/rdf-schema#label> "kpp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.kpp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.kpp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tdvs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tdvs> <http://www.w3.org/2000/01/rdf-schema#label> "tdvs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tdvs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tdvs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tomegaref> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tomegaref> <http://www.w3.org/2000/01/rdf-schema#label> "tomegaref"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tomegaref> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tomegaref> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.mpuscale> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.mpuscale> <http://www.w3.org/2000/01/rdf-schema#label> "mpuscale"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.mpuscale> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.mpuscale> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.mpuvrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.mpuvrt> <http://www.w3.org/2000/01/rdf-schema#label> "mpuvrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.mpuvrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.mpuvrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.momegatqpi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.momegatqpi> <http://www.w3.org/2000/01/rdf-schema#label> "momegatqpi"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.momegatqpi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.momegatqpi> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.kip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.kip> <http://www.w3.org/2000/01/rdf-schema#label> "kip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.kip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.kip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tauemin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tauemin> <http://www.w3.org/2000/01/rdf-schema#label> "tauemin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tauemin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tauemin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.kdtd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.kdtd> <http://www.w3.org/2000/01/rdf-schema#label> "kdtd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.kdtd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.kdtd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.dtaumax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.dtaumax> <http://www.w3.org/2000/01/rdf-schema#label> "dtaumax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.dtaumax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.dtaumax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.dpmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.dpmax> <http://www.w3.org/2000/01/rdf-schema#label> "dpmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.dpmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.dpmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.zeta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.zeta> <http://www.w3.org/2000/01/rdf-schema#label> "zeta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.zeta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.zeta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.omegadtd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.omegadtd> <http://www.w3.org/2000/01/rdf-schema#label> "omegadtd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.omegadtd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.omegadtd> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.udvs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.udvs> <http://www.w3.org/2000/01/rdf-schema#label> "udvs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.udvs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.udvs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tauuscale> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tauuscale> <http://www.w3.org/2000/01/rdf-schema#label> "tauuscale"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tauuscale> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tauuscale> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.dprefmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.dprefmin> <http://www.w3.org/2000/01/rdf-schema#label> "dprefmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.dprefmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.dprefmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tufiltp3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tufiltp3> <http://www.w3.org/2000/01/rdf-schema#label> "tufiltp3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tufiltp3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tufiltp3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tpord> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tpord> <http://www.w3.org/2000/01/rdf-schema#label> "tpord"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tpord> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.tpord> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.omegaoffset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.omegaoffset> <http://www.w3.org/2000/01/rdf-schema#label> "omegaoffset"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.omegaoffset> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.omegaoffset> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.updip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.updip> <http://www.w3.org/2000/01/rdf-schema#label> "updip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.updip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2.updip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

P control module type 3. Reference: IEC 61400-27-1:2020, 7.7.2.

Property Domain Range Comment
pdtdmax WindContPType3IEC2 double Maximum active drive train damping power (pDTDmax). It is a type-dependent parameter.
tomegafiltp3 WindContPType3IEC2 double Filter time constant for generator speed measurement (Tomegafiltp3) (>= 0). It is a type-dependent parameter.
momegatmax WindContPType3IEC2 boolean Rotational speed source mode for maximum torque calculation (MomegaTmax). It is a project-dependent parameter. true means omegaref (1 in the IEC model) false means omegaWTR (1 in the IEC model).
tpfiltp3 WindContPType3IEC2 double Filter time constant for power measurement (Tpfiltp3) (>= 0). It is a type-dependent parameter.
dprefmax WindContPType3IEC2 double Maximum ramp rate of wind turbine reference power (dprefmax). It is a project-dependent parameter.
dtaumaxuvrt WindContPType3IEC2 double Limitation of torque rise rate during UVRT (dtaumaxUVRT). It is a project-dependent parameter.
kpp WindContPType3IEC2 double PI controller proportional gain (KPp). It is a type-dependent parameter.
tdvs WindContPType3IEC2 double Time delay after deep voltage dips (TDVS) (>= 0). It is a project-dependent parameter.
tomegaref WindContPType3IEC2 double Time constant in speed reference filter (Tomega,ref) (>= 0). It is a type-dependent parameter.
mpuscale WindContPType3IEC2 boolean Voltage scaling for power reference during voltage dip (MUscale). It is a project-dependent parameter. true means u scaling (1 in the IEC model) false means no scaling (0 in the IEC model).
mpuvrt WindContPType3IEC2 boolean Enable UVRT power control mode (MpUVRT). It is a project-dependent parameter. true means voltage control (1 in the IEC model) false means reactive power control (0 in the IEC model).
momegatqpi WindContPType3IEC2 boolean Rotational speed source mode for torque PI controller error (MomegaTqpi). It is a project-dependent parameter. true means omegagen (0 in the IEC model) false means omegaWTR (1 in the IEC model).
kip WindContPType3IEC2 double PI controller integration parameter (KIp). It is a type-dependent parameter.
tauemin WindContPType3IEC2 double Minimum electrical generator torque (tauemin). It is a type-dependent parameter.
kdtd WindContPType3IEC2 double Gain for active drive train damping (KDTD). It is a type-dependent parameter.
dtaumax WindContPType3IEC2 double Ramp limitation of torque, required in some grid codes (dtaumax). It is a project-dependent parameter.
dpmax WindContPType3IEC2 double Maximum wind turbine power ramp rate (dpmax). It is a type-dependent parameter.
zeta WindContPType3IEC2 double Coefficient for active drive train damping (zeta). It is a type-dependent parameter.
omegadtd WindContPType3IEC2 double Active drive train damping frequency (omegaDTD). It can be calculated from two mass module parameters. It is a type-dependent parameter.
udvs WindContPType3IEC2 double Voltage limit for hold UVRT status after deep voltage dips (uDVS). It is a project-dependent parameter.
tauuscale WindContPType3IEC2 double Voltage scaling factor of reset-torque (tauuscale). It is a project-dependent parameter.
dprefmin WindContPType3IEC2 double Minimum ramp rate of wind turbine reference power (dprefmin). It is a project-dependent parameter.
tufiltp3 WindContPType3IEC2 double Filter time constant for voltage measurement (Tufiltp3) (>= 0). It is a type-dependent parameter.
tpord WindContPType3IEC2 double Time constant in power order lag (Tpord) (>= 0). It is a type-dependent parameter.
omegaoffset WindContPType3IEC2 double Offset to reference value that limits controller action during rotor speed changes (omegaoffset). It is a use case-dependent parameter.
updip WindContPType3IEC2 double Voltage dip threshold for P-control (uPdip). Part of turbine control, often different (e.g. 0,8) from converter thresholds. It is a project-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindContPType4aIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindContPType4aIEC> rdf:type rdfs:Class ;
	rdfs:label "WindContPType4aIEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindContPType4aIEC.tpordp4a> rdf:type rdfs:Property ;
	rdfs:label "tpordp4a"@en ;
	rdfs:domain <WindContPType4aIEC> ;
	rdfs:range xsd:double .
<WindContPType4aIEC.dpmaxp4a> rdf:type rdfs:Property ;
	rdfs:label "dpmaxp4a"@en ;
	rdfs:domain <WindContPType4aIEC> ;
	rdfs:range xsd:double .
<WindContPType4aIEC.tufiltp4a> rdf:type rdfs:Property ;
	rdfs:label "tufiltp4a"@en ;
	rdfs:domain <WindContPType4aIEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindContPType4aIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC.tpordp4a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC.tpordp4a> <http://www.w3.org/2000/01/rdf-schema#label> "tpordp4a"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC.tpordp4a> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC.tpordp4a> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC.dpmaxp4a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC.dpmaxp4a> <http://www.w3.org/2000/01/rdf-schema#label> "dpmaxp4a"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC.dpmaxp4a> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC.dpmaxp4a> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC.tufiltp4a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC.tufiltp4a> <http://www.w3.org/2000/01/rdf-schema#label> "tufiltp4a"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC.tufiltp4a> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC.tufiltp4a> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

P control model type 4A. Reference: IEC 61400-27-1:2015, 5.6.5.5.

Property Domain Range Comment
tpordp4a WindContPType4aIEC double Time constant in power order lag (Tpordp4A) (>= 0). It is a type-dependent parameter.
dpmaxp4a WindContPType4aIEC double Maximum wind turbine power ramp rate (dpmaxp4A). It is a project-dependent parameter.
tufiltp4a WindContPType4aIEC double Voltage measurement filter time constant (Tufiltp4A) (>= 0). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindContPType4aIEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindContPType4aIEC2> rdf:type rdfs:Class ;
	rdfs:label "WindContPType4aIEC2"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindContPType4aIEC2.tpordp4a> rdf:type rdfs:Property ;
	rdfs:label "tpordp4a"@en ;
	rdfs:domain <WindContPType4aIEC2> ;
	rdfs:range xsd:double .
<WindContPType4aIEC2.dprefmin4a> rdf:type rdfs:Property ;
	rdfs:label "dprefmin4a"@en ;
	rdfs:domain <WindContPType4aIEC2> ;
	rdfs:range xsd:double .
<WindContPType4aIEC2.tpwtref2a> rdf:type rdfs:Property ;
	rdfs:label "tpwtref2a"@en ;
	rdfs:domain <WindContPType4aIEC2> ;
	rdfs:range xsd:double .
<WindContPType4aIEC2.dprefmaxp4a> rdf:type rdfs:Property ;
	rdfs:label "dprefmaxp4a"@en ;
	rdfs:domain <WindContPType4aIEC2> ;
	rdfs:range xsd:double .
<WindContPType4aIEC2.mpuscale> rdf:type rdfs:Property ;
	rdfs:label "mpuscale"@en ;
	rdfs:domain <WindContPType4aIEC2> ;
	rdfs:range xsd:boolean .
<WindContPType4aIEC2.dpmaxp4a> rdf:type rdfs:Property ;
	rdfs:label "dpmaxp4a"@en ;
	rdfs:domain <WindContPType4aIEC2> ;
	rdfs:range xsd:double .
<WindContPType4aIEC2.updip> rdf:type rdfs:Property ;
	rdfs:label "updip"@en ;
	rdfs:domain <WindContPType4aIEC2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContPType4aIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.tpordp4a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.tpordp4a> <http://www.w3.org/2000/01/rdf-schema#label> "tpordp4a"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.tpordp4a> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.tpordp4a> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.dprefmin4a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.dprefmin4a> <http://www.w3.org/2000/01/rdf-schema#label> "dprefmin4a"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.dprefmin4a> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.dprefmin4a> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.tpwtref2a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.tpwtref2a> <http://www.w3.org/2000/01/rdf-schema#label> "tpwtref2a"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.tpwtref2a> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.tpwtref2a> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.dprefmaxp4a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.dprefmaxp4a> <http://www.w3.org/2000/01/rdf-schema#label> "dprefmaxp4a"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.dprefmaxp4a> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.dprefmaxp4a> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.mpuscale> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.mpuscale> <http://www.w3.org/2000/01/rdf-schema#label> "mpuscale"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.mpuscale> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.mpuscale> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.dpmaxp4a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.dpmaxp4a> <http://www.w3.org/2000/01/rdf-schema#label> "dpmaxp4a"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.dpmaxp4a> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.dpmaxp4a> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.updip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.updip> <http://www.w3.org/2000/01/rdf-schema#label> "updip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.updip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2.updip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

P control module type 4A. Reference: IEC 61400-27-1:2020, 7.7.3.

Property Domain Range Comment
tpordp4a WindContPType4aIEC2 double Time constant in power order lag (Tpordp4A) (>= 0). It is a type-dependent parameter.
dprefmin4a WindContPType4aIEC2 double Minimum wind turbine reference power ramp rate (dprefmin4A). It is a project-dependent parameter.
tpwtref2a WindContPType4aIEC2 double Time constant in reference power order lag (TpWTref4A) (>= 0). It is a type-dependent parameter.
dprefmaxp4a WindContPType4aIEC2 double Maximum wind turbine reference power ramp rate (dprefmaxp4A). It is a project-dependent parameter.
mpuscale WindContPType4aIEC2 boolean Voltage scaling for power reference during voltage dip (MUscale). It is a project-dependent parameter. true means u scaling (1 in the IEC model) false means no scaling (0 in the IEC model).
dpmaxp4a WindContPType4aIEC2 double Maximum wind turbine power ramp rate (dpmaxp4A). It is a project-dependent parameter.
updip WindContPType4aIEC2 double Voltage dip threshold for P-control (uPdip). Part of wind turbine control, often different from converter thresholds. It is a project-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindContPType4bIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindContPType4bIEC> rdf:type rdfs:Class ;
	rdfs:label "WindContPType4bIEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindContPType4bIEC.tpordp4b> rdf:type rdfs:Property ;
	rdfs:label "tpordp4b"@en ;
	rdfs:domain <WindContPType4bIEC> ;
	rdfs:range xsd:double .
<WindContPType4bIEC.tufiltp4b> rdf:type rdfs:Property ;
	rdfs:label "tufiltp4b"@en ;
	rdfs:domain <WindContPType4bIEC> ;
	rdfs:range xsd:double .
<WindContPType4bIEC.dpmaxp4b> rdf:type rdfs:Property ;
	rdfs:label "dpmaxp4b"@en ;
	rdfs:domain <WindContPType4bIEC> ;
	rdfs:range xsd:double .
<WindContPType4bIEC.tpaero> rdf:type rdfs:Property ;
	rdfs:label "tpaero"@en ;
	rdfs:domain <WindContPType4bIEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindContPType4bIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC.tpordp4b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC.tpordp4b> <http://www.w3.org/2000/01/rdf-schema#label> "tpordp4b"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC.tpordp4b> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC.tpordp4b> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC.tufiltp4b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC.tufiltp4b> <http://www.w3.org/2000/01/rdf-schema#label> "tufiltp4b"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC.tufiltp4b> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC.tufiltp4b> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC.dpmaxp4b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC.dpmaxp4b> <http://www.w3.org/2000/01/rdf-schema#label> "dpmaxp4b"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC.dpmaxp4b> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC.dpmaxp4b> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC.tpaero> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC.tpaero> <http://www.w3.org/2000/01/rdf-schema#label> "tpaero"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC.tpaero> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC.tpaero> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

P control model type 4B. Reference: IEC 61400-27-1:2015, 5.6.5.6.

Property Domain Range Comment
tpordp4b WindContPType4bIEC double Time constant in power order lag (Tpordp4B) (>= 0). It is a type-dependent parameter.
tufiltp4b WindContPType4bIEC double Voltage measurement filter time constant (Tufiltp4B) (>= 0). It is a type-dependent parameter.
dpmaxp4b WindContPType4bIEC double Maximum wind turbine power ramp rate (dpmaxp4B). It is a project-dependent parameter.
tpaero WindContPType4bIEC double Time constant in aerodynamic power response (Tpaero) (>= 0). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindContPType4bIEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindContPType4bIEC2> rdf:type rdfs:Class ;
	rdfs:label "WindContPType4bIEC2"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindContPType4bIEC2.updip> rdf:type rdfs:Property ;
	rdfs:label "updip"@en ;
	rdfs:domain <WindContPType4bIEC2> ;
	rdfs:range xsd:double .
<WindContPType4bIEC2.tpordp4b> rdf:type rdfs:Property ;
	rdfs:label "tpordp4b"@en ;
	rdfs:domain <WindContPType4bIEC2> ;
	rdfs:range xsd:double .
<WindContPType4bIEC2.dpmaxp4b> rdf:type rdfs:Property ;
	rdfs:label "dpmaxp4b"@en ;
	rdfs:domain <WindContPType4bIEC2> ;
	rdfs:range xsd:double .
<WindContPType4bIEC2.dprefmaxp4b> rdf:type rdfs:Property ;
	rdfs:label "dprefmaxp4b"@en ;
	rdfs:domain <WindContPType4bIEC2> ;
	rdfs:range xsd:double .
<WindContPType4bIEC2.mpuscale> rdf:type rdfs:Property ;
	rdfs:label "mpuscale"@en ;
	rdfs:domain <WindContPType4bIEC2> ;
	rdfs:range xsd:boolean .
<WindContPType4bIEC2.dprefmin4b> rdf:type rdfs:Property ;
	rdfs:label "dprefmin4b"@en ;
	rdfs:domain <WindContPType4bIEC2> ;
	rdfs:range xsd:double .
<WindContPType4bIEC2.tpaero> rdf:type rdfs:Property ;
	rdfs:label "tpaero"@en ;
	rdfs:domain <WindContPType4bIEC2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContPType4bIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.updip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.updip> <http://www.w3.org/2000/01/rdf-schema#label> "updip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.updip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.updip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.tpordp4b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.tpordp4b> <http://www.w3.org/2000/01/rdf-schema#label> "tpordp4b"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.tpordp4b> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.tpordp4b> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.dpmaxp4b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.dpmaxp4b> <http://www.w3.org/2000/01/rdf-schema#label> "dpmaxp4b"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.dpmaxp4b> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.dpmaxp4b> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.dprefmaxp4b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.dprefmaxp4b> <http://www.w3.org/2000/01/rdf-schema#label> "dprefmaxp4b"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.dprefmaxp4b> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.dprefmaxp4b> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.mpuscale> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.mpuscale> <http://www.w3.org/2000/01/rdf-schema#label> "mpuscale"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.mpuscale> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.mpuscale> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.dprefmin4b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.dprefmin4b> <http://www.w3.org/2000/01/rdf-schema#label> "dprefmin4b"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.dprefmin4b> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.dprefmin4b> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.tpaero> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.tpaero> <http://www.w3.org/2000/01/rdf-schema#label> "tpaero"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.tpaero> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2.tpaero> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

P control module type 4B. Reference: IEC 61400-27-1:2020, 7.7.4.

Property Domain Range Comment
updip WindContPType4bIEC2 double Voltage dip threshold for P-control (uPdip). Part of wind turbine control, often different from converter thresholds. It is a project-dependent parameter.
tpordp4b WindContPType4bIEC2 double Time constant in power order lag (Tpordp4B) (>= 0). It is a type-dependent parameter.
dpmaxp4b WindContPType4bIEC2 double Maximum wind turbine power ramp rate (dpmaxp4B). It is a project-dependent parameter.
dprefmaxp4b WindContPType4bIEC2 double Maximum wind turbine reference power ramp rate (dprefmaxp4B). It is a project-dependent parameter.
mpuscale WindContPType4bIEC2 boolean Voltage scaling for power reference during voltage dip (MUscale). It is a project-dependent parameter. true means u scaling (1 in the IEC model) false means no scaling (0 in the IEC model).
dprefmin4b WindContPType4bIEC2 double Minimum wind turbine reference power ramp rate (dprefmin4B). It is a project-dependent parameter.
tpaero WindContPType4bIEC2 double Time constant in aerodynamic power response (Tpaero) (>= 0). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindContPitchAngleIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindContPitchAngleIEC> rdf:type rdfs:Class ;
	rdfs:label "WindContPitchAngleIEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindContPitchAngleIEC.ttheta> rdf:type rdfs:Property ;
	rdfs:label "ttheta"@en ;
	rdfs:domain <WindContPitchAngleIEC> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC.thetamax> rdf:type rdfs:Property ;
	rdfs:label "thetamax"@en ;
	rdfs:domain <WindContPitchAngleIEC> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC.kpc> rdf:type rdfs:Property ;
	rdfs:label "kpc"@en ;
	rdfs:domain <WindContPitchAngleIEC> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC.kpx> rdf:type rdfs:Property ;
	rdfs:label "kpx"@en ;
	rdfs:domain <WindContPitchAngleIEC> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC.thetamin> rdf:type rdfs:Property ;
	rdfs:label "thetamin"@en ;
	rdfs:domain <WindContPitchAngleIEC> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC.dthetamax> rdf:type rdfs:Property ;
	rdfs:label "dthetamax"@en ;
	rdfs:domain <WindContPitchAngleIEC> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC.kiomega> rdf:type rdfs:Property ;
	rdfs:label "kiomega"@en ;
	rdfs:domain <WindContPitchAngleIEC> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC.kic> rdf:type rdfs:Property ;
	rdfs:label "kic"@en ;
	rdfs:domain <WindContPitchAngleIEC> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC.dthetamin> rdf:type rdfs:Property ;
	rdfs:label "dthetamin"@en ;
	rdfs:domain <WindContPitchAngleIEC> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC.kpomega> rdf:type rdfs:Property ;
	rdfs:label "kpomega"@en ;
	rdfs:domain <WindContPitchAngleIEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindContPitchAngleIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.ttheta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.ttheta> <http://www.w3.org/2000/01/rdf-schema#label> "ttheta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.ttheta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.ttheta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.thetamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.thetamax> <http://www.w3.org/2000/01/rdf-schema#label> "thetamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.thetamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.thetamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.kpc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.kpc> <http://www.w3.org/2000/01/rdf-schema#label> "kpc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.kpc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.kpc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.kpx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.kpx> <http://www.w3.org/2000/01/rdf-schema#label> "kpx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.kpx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.kpx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.thetamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.thetamin> <http://www.w3.org/2000/01/rdf-schema#label> "thetamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.thetamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.thetamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.dthetamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.dthetamax> <http://www.w3.org/2000/01/rdf-schema#label> "dthetamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.dthetamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.dthetamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.kiomega> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.kiomega> <http://www.w3.org/2000/01/rdf-schema#label> "kiomega"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.kiomega> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.kiomega> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.kic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.kic> <http://www.w3.org/2000/01/rdf-schema#label> "kic"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.kic> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.kic> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.dthetamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.dthetamin> <http://www.w3.org/2000/01/rdf-schema#label> "dthetamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.dthetamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.dthetamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.kpomega> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.kpomega> <http://www.w3.org/2000/01/rdf-schema#label> "kpomega"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.kpomega> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC.kpomega> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Pitch angle control model. Reference: IEC 61400-27-1:2015, 5.6.5.2.

Property Domain Range Comment
ttheta WindContPitchAngleIEC double Pitch time constant (ttheta) (>= 0). It is a type-dependent parameter.
thetamax WindContPitchAngleIEC double Maximum pitch angle (thetamax) (> WindContPitchAngleIEC.thetamin). It is a type-dependent parameter.
kpc WindContPitchAngleIEC double Power PI controller proportional gain (KPc). It is a type-dependent parameter.
kpx WindContPitchAngleIEC double Pitch cross coupling gain (KPX). It is a type-dependent parameter.
thetamin WindContPitchAngleIEC double Minimum pitch angle (thetamin) (< WindContPitchAngleIEC.thetamax). It is a type-dependent parameter.
dthetamax WindContPitchAngleIEC double Maximum pitch positive ramp rate (dthetamax) (> WindContPitchAngleIEC.dthetamin). It is a type-dependent parameter. Unit = degrees / s.
kiomega WindContPitchAngleIEC double Speed PI controller integration gain (KIomega). It is a type-dependent parameter.
kic WindContPitchAngleIEC double Power PI controller integration gain (KIc). It is a type-dependent parameter.
dthetamin WindContPitchAngleIEC double Maximum pitch negative ramp rate (dthetamin) (< WindContPitchAngleIEC.dthetamax). It is a type-dependent parameter. Unit = degrees / s.
kpomega WindContPitchAngleIEC double Speed PI controller proportional gain (KPomega). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindContPitchAngleIEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindContPitchAngleIEC2> rdf:type rdfs:Class ;
	rdfs:label "WindContPitchAngleIEC2"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindContPitchAngleIEC2.dthetaomegamax> rdf:type rdfs:Property ;
	rdfs:label "dthetaomegamax"@en ;
	rdfs:domain <WindContPitchAngleIEC2> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC2.dthetamax> rdf:type rdfs:Property ;
	rdfs:label "dthetamax"@en ;
	rdfs:domain <WindContPitchAngleIEC2> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC2.thetamax> rdf:type rdfs:Property ;
	rdfs:label "thetamax"@en ;
	rdfs:domain <WindContPitchAngleIEC2> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC2.thetamin> rdf:type rdfs:Property ;
	rdfs:label "thetamin"@en ;
	rdfs:domain <WindContPitchAngleIEC2> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC2.thetaomegamin> rdf:type rdfs:Property ;
	rdfs:label "thetaomegamin"@en ;
	rdfs:domain <WindContPitchAngleIEC2> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC2.kpx> rdf:type rdfs:Property ;
	rdfs:label "kpx"@en ;
	rdfs:domain <WindContPitchAngleIEC2> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC2.dthetacmax> rdf:type rdfs:Property ;
	rdfs:label "dthetacmax"@en ;
	rdfs:domain <WindContPitchAngleIEC2> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC2.kpomega> rdf:type rdfs:Property ;
	rdfs:label "kpomega"@en ;
	rdfs:domain <WindContPitchAngleIEC2> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC2.thetaomegamax> rdf:type rdfs:Property ;
	rdfs:label "thetaomegamax"@en ;
	rdfs:domain <WindContPitchAngleIEC2> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC2.kic> rdf:type rdfs:Property ;
	rdfs:label "kic"@en ;
	rdfs:domain <WindContPitchAngleIEC2> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC2.kiomega> rdf:type rdfs:Property ;
	rdfs:label "kiomega"@en ;
	rdfs:domain <WindContPitchAngleIEC2> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC2.dthetamin> rdf:type rdfs:Property ;
	rdfs:label "dthetamin"@en ;
	rdfs:domain <WindContPitchAngleIEC2> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC2.thetacmin> rdf:type rdfs:Property ;
	rdfs:label "thetacmin"@en ;
	rdfs:domain <WindContPitchAngleIEC2> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC2.dthetaomegamin> rdf:type rdfs:Property ;
	rdfs:label "dthetaomegamin"@en ;
	rdfs:domain <WindContPitchAngleIEC2> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC2.kpc> rdf:type rdfs:Property ;
	rdfs:label "kpc"@en ;
	rdfs:domain <WindContPitchAngleIEC2> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC2.thetacmax> rdf:type rdfs:Property ;
	rdfs:label "thetacmax"@en ;
	rdfs:domain <WindContPitchAngleIEC2> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC2.ttheta> rdf:type rdfs:Property ;
	rdfs:label "ttheta"@en ;
	rdfs:domain <WindContPitchAngleIEC2> ;
	rdfs:range xsd:double .
<WindContPitchAngleIEC2.dthetacmin> rdf:type rdfs:Property ;
	rdfs:label "dthetacmin"@en ;
	rdfs:domain <WindContPitchAngleIEC2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContPitchAngleIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetaomegamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetaomegamax> <http://www.w3.org/2000/01/rdf-schema#label> "dthetaomegamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetaomegamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetaomegamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetamax> <http://www.w3.org/2000/01/rdf-schema#label> "dthetamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetamax> <http://www.w3.org/2000/01/rdf-schema#label> "thetamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetamin> <http://www.w3.org/2000/01/rdf-schema#label> "thetamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetaomegamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetaomegamin> <http://www.w3.org/2000/01/rdf-schema#label> "thetaomegamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetaomegamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetaomegamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.kpx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.kpx> <http://www.w3.org/2000/01/rdf-schema#label> "kpx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.kpx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.kpx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetacmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetacmax> <http://www.w3.org/2000/01/rdf-schema#label> "dthetacmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetacmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetacmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.kpomega> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.kpomega> <http://www.w3.org/2000/01/rdf-schema#label> "kpomega"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.kpomega> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.kpomega> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetaomegamax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetaomegamax> <http://www.w3.org/2000/01/rdf-schema#label> "thetaomegamax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetaomegamax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetaomegamax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.kic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.kic> <http://www.w3.org/2000/01/rdf-schema#label> "kic"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.kic> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.kic> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.kiomega> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.kiomega> <http://www.w3.org/2000/01/rdf-schema#label> "kiomega"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.kiomega> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.kiomega> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetamin> <http://www.w3.org/2000/01/rdf-schema#label> "dthetamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetacmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetacmin> <http://www.w3.org/2000/01/rdf-schema#label> "thetacmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetacmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetacmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetaomegamin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetaomegamin> <http://www.w3.org/2000/01/rdf-schema#label> "dthetaomegamin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetaomegamin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetaomegamin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.kpc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.kpc> <http://www.w3.org/2000/01/rdf-schema#label> "kpc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.kpc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.kpc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetacmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetacmax> <http://www.w3.org/2000/01/rdf-schema#label> "thetacmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetacmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.thetacmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.ttheta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.ttheta> <http://www.w3.org/2000/01/rdf-schema#label> "ttheta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.ttheta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.ttheta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetacmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetacmin> <http://www.w3.org/2000/01/rdf-schema#label> "dthetacmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetacmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2.dthetacmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Pitch angle control module. Reference: IEC 61400-27-1:2020, 7.6.2.

Property Domain Range Comment
dthetaomegamax WindContPitchAngleIEC2 double Maximum pitch positive ramp rate of speed PI controller (dthetaomegamax). It is a type-dependent parameter.
dthetamax WindContPitchAngleIEC2 double Maximum pitch positive ramp rate (dthetamax) (> WindContPitchAngleIEC2.dthetamin). It is a type-dependent parameter. Unit = degrees / s.
thetamax WindContPitchAngleIEC2 double Maximum pitch angle (thetamax) (> WindContPitchAngleIEC2.thetamin). It is a type-dependent parameter.
thetamin WindContPitchAngleIEC2 double Minimum pitch angle (thetamin) (< WindContPitchAngleIEC2.thetamax). It is a type-dependent parameter.
thetaomegamin WindContPitchAngleIEC2 double Minimum pitch angle of speed PI controller (thetaomegamax) (< WindContPitchAngleIEC2.thetaomegamax). It is a type-dependent parameter.
kpx WindContPitchAngleIEC2 double Pitch cross coupling gain (KPX). It is a type-dependent parameter.
dthetacmax WindContPitchAngleIEC2 double Maximum pitch positive ramp rate of power PI controller (dthetacmax). It is a type-dependent parameter.
kpomega WindContPitchAngleIEC2 double Speed PI controller proportional gain (KPomega). It is a type-dependent parameter.
thetaomegamax WindContPitchAngleIEC2 double Maximum pitch angle of speed PI controller (thetaomegamax) (> WindContPitchAngleIEC2.thetaomegamin). It is a type-dependent parameter.
kic WindContPitchAngleIEC2 double Power PI controller integration gain (KIc). It is a type-dependent parameter.
kiomega WindContPitchAngleIEC2 double Speed PI controller integration gain (KIomega). It is a type-dependent parameter.
dthetamin WindContPitchAngleIEC2 double Maximum pitch negative ramp rate (dthetamin) (< WindContPitchAngleIEC2.dthetamax). It is a type-dependent parameter. Unit = degrees / s.
thetacmin WindContPitchAngleIEC2 double Minimum pitch angle of power PI controller (thetacmin) (< WindContPitchAngleIEC2.thetacmax). It is a type-dependent parameter.
dthetaomegamin WindContPitchAngleIEC2 double Maximum pitch negative ramp rate of speed PI controller (dthetaomegamin). It is a type-dependent parameter.
kpc WindContPitchAngleIEC2 double Power PI controller proportional gain (KPc). It is a type-dependent parameter.
thetacmax WindContPitchAngleIEC2 double Maximum pitch angle of power PI controller (thetacmax) (> WindContPitchAngleIEC2.thetacmin). It is a type-dependent parameter.
ttheta WindContPitchAngleIEC2 double Pitch time constant (ttheta) (>= 0). It is a type-dependent parameter.
dthetacmin WindContPitchAngleIEC2 double Maximum pitch negative ramp rate of power PI controller (dthetacmin). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindContQIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindContQIEC> rdf:type rdfs:Class ;
	rdfs:label "WindContQIEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindContQIEC.kpq> rdf:type rdfs:Property ;
	rdfs:label "kpq"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:double .
<WindContQIEC.iqmin> rdf:type rdfs:Property ;
	rdfs:label "iqmin"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:double .
<WindContQIEC.rdroop> rdf:type rdfs:Property ;
	rdfs:label "rdroop"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:double .
<WindContQIEC.uref0> rdf:type rdfs:Property ;
	rdfs:label "uref0"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:double .
<WindContQIEC.tufiltq> rdf:type rdfs:Property ;
	rdfs:label "tufiltq"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:double .
<WindContQIEC.iqmax> rdf:type rdfs:Property ;
	rdfs:label "iqmax"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:double .
<WindContQIEC.kiq> rdf:type rdfs:Property ;
	rdfs:label "kiq"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:double .
<WindContQIEC.udb1> rdf:type rdfs:Property ;
	rdfs:label "udb1"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:double .
<WindContQIEC.umin> rdf:type rdfs:Property ;
	rdfs:label "umin"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:double .
<WindContQIEC.windUVRTQcontrolModesType> rdf:type rdfs:Property ;
	rdfs:label "windUVRTQcontrolModesType"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:string .
<WindContQIEC.kpu> rdf:type rdfs:Property ;
	rdfs:label "kpu"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:double .
<WindContQIEC.uqdip> rdf:type rdfs:Property ;
	rdfs:label "uqdip"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:double .
<WindContQIEC.xdroop> rdf:type rdfs:Property ;
	rdfs:label "xdroop"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:double .
<WindContQIEC.tqord> rdf:type rdfs:Property ;
	rdfs:label "tqord"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:double .
<WindContQIEC.iqh1> rdf:type rdfs:Property ;
	rdfs:label "iqh1"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:double .
<WindContQIEC.kiu> rdf:type rdfs:Property ;
	rdfs:label "kiu"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:double .
<WindContQIEC.tpfiltq> rdf:type rdfs:Property ;
	rdfs:label "tpfiltq"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:double .
<WindContQIEC.udb2> rdf:type rdfs:Property ;
	rdfs:label "udb2"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:double .
<WindContQIEC.windQcontrolModesType> rdf:type rdfs:Property ;
	rdfs:label "windQcontrolModesType"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:string .
<WindContQIEC.umax> rdf:type rdfs:Property ;
	rdfs:label "umax"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:double .
<WindContQIEC.iqpost> rdf:type rdfs:Property ;
	rdfs:label "iqpost"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:double .
<WindContQIEC.tpost> rdf:type rdfs:Property ;
	rdfs:label "tpost"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:double .
<WindContQIEC.kqv> rdf:type rdfs:Property ;
	rdfs:label "kqv"@en ;
	rdfs:domain <WindContQIEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindContQIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.kpq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.kpq> <http://www.w3.org/2000/01/rdf-schema#label> "kpq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.kpq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.kpq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.iqmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.iqmin> <http://www.w3.org/2000/01/rdf-schema#label> "iqmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.iqmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.iqmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.rdroop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.rdroop> <http://www.w3.org/2000/01/rdf-schema#label> "rdroop"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.rdroop> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.rdroop> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.uref0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.uref0> <http://www.w3.org/2000/01/rdf-schema#label> "uref0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.uref0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.uref0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.tufiltq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.tufiltq> <http://www.w3.org/2000/01/rdf-schema#label> "tufiltq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.tufiltq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.tufiltq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.iqmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.iqmax> <http://www.w3.org/2000/01/rdf-schema#label> "iqmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.iqmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.iqmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.kiq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.kiq> <http://www.w3.org/2000/01/rdf-schema#label> "kiq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.kiq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.kiq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.udb1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.udb1> <http://www.w3.org/2000/01/rdf-schema#label> "udb1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.udb1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.udb1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.umin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.umin> <http://www.w3.org/2000/01/rdf-schema#label> "umin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.umin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.umin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.windUVRTQcontrolModesType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.windUVRTQcontrolModesType> <http://www.w3.org/2000/01/rdf-schema#label> "windUVRTQcontrolModesType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.windUVRTQcontrolModesType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.windUVRTQcontrolModesType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.kpu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.kpu> <http://www.w3.org/2000/01/rdf-schema#label> "kpu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.kpu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.kpu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.uqdip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.uqdip> <http://www.w3.org/2000/01/rdf-schema#label> "uqdip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.uqdip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.uqdip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.xdroop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.xdroop> <http://www.w3.org/2000/01/rdf-schema#label> "xdroop"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.xdroop> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.xdroop> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.tqord> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.tqord> <http://www.w3.org/2000/01/rdf-schema#label> "tqord"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.tqord> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.tqord> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.iqh1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.iqh1> <http://www.w3.org/2000/01/rdf-schema#label> "iqh1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.iqh1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.iqh1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.kiu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.kiu> <http://www.w3.org/2000/01/rdf-schema#label> "kiu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.kiu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.kiu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.tpfiltq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.tpfiltq> <http://www.w3.org/2000/01/rdf-schema#label> "tpfiltq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.tpfiltq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.tpfiltq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.udb2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.udb2> <http://www.w3.org/2000/01/rdf-schema#label> "udb2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.udb2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.udb2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.windQcontrolModesType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.windQcontrolModesType> <http://www.w3.org/2000/01/rdf-schema#label> "windQcontrolModesType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.windQcontrolModesType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.windQcontrolModesType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.umax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.umax> <http://www.w3.org/2000/01/rdf-schema#label> "umax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.umax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.umax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.iqpost> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.iqpost> <http://www.w3.org/2000/01/rdf-schema#label> "iqpost"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.iqpost> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.iqpost> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.tpost> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.tpost> <http://www.w3.org/2000/01/rdf-schema#label> "tpost"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.tpost> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.tpost> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.kqv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.kqv> <http://www.w3.org/2000/01/rdf-schema#label> "kqv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.kqv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC.kqv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Q control model. Reference: IEC 61400-27-1:2015, 5.6.5.7.

Property Domain Range Comment
kpq WindContQIEC double Reactive power PI controller proportional gain (KP,q). It is a type-dependent parameter.
iqmin WindContQIEC double Minimum reactive current injection (iqmin) (< WindContQIEC.iqmax). It is a type-dependent parameter.
rdroop WindContQIEC double Resistive component of voltage drop impedance (rdroop) (>= 0). It is a project-dependent parameter.
uref0 WindContQIEC double User-defined bias in voltage reference (uref0). It is a case-dependent parameter.
tufiltq WindContQIEC double Voltage measurement filter time constant (Tufiltq) (>= 0). It is a type-dependent parameter.
iqmax WindContQIEC double Maximum reactive current injection (iqmax) (> WindContQIEC.iqmin). It is a type-dependent parameter.
kiq WindContQIEC double Reactive power PI controller integration gain (KI,q). It is a type-dependent parameter.
udb1 WindContQIEC double Voltage deadband lower limit (udb1). It is a type-dependent parameter.
umin WindContQIEC double Minimum voltage in voltage PI controller integral term (umin) (< WindContQIEC.umax). It is a type-dependent parameter.
windUVRTQcontrolModesType WindContQIEC string Types of UVRT Q control modes (MqUVRT). It is a project-dependent parameter.
kpu WindContQIEC double Voltage PI controller proportional gain (KP,u). It is a type-dependent parameter.
uqdip WindContQIEC double Voltage threshold for UVRT detection in Q control (uqdip). It is a type-dependent parameter.
xdroop WindContQIEC double Inductive component of voltage drop impedance (xdroop) (>= 0). It is a project-dependent parameter.
tqord WindContQIEC double Time constant in reactive power order lag (Tqord) (>= 0). It is a type-dependent parameter.
iqh1 WindContQIEC double Maximum reactive current injection during dip (iqh1). It is a type-dependent parameter.
kiu WindContQIEC double Voltage PI controller integration gain (KI,u). It is a type-dependent parameter.
tpfiltq WindContQIEC double Power measurement filter time constant (Tpfiltq) (>= 0). It is a type-dependent parameter.
udb2 WindContQIEC double Voltage deadband upper limit (udb2). It is a type-dependent parameter.
windQcontrolModesType WindContQIEC string Types of general wind turbine Q control modes (MqG). It is a project-dependent parameter.
umax WindContQIEC double Maximum voltage in voltage PI controller integral term (umax) (> WindContQIEC.umin). It is a type-dependent parameter.
iqpost WindContQIEC double Post fault reactive current injection (iqpost). It is a project-dependent parameter.
tpost WindContQIEC double Length of time period where post fault reactive power is injected (Tpost) (>= 0). It is a project-dependent parameter.
kqv WindContQIEC double Voltage scaling factor for UVRT current (Kqv). It is a project-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindContQIEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindContQIEC2> rdf:type rdfs:Class ;
	rdfs:label "WindContQIEC2"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindContQIEC2.kiu> rdf:type rdfs:Property ;
	rdfs:label "kiu"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<WindContQIEC2.umax> rdf:type rdfs:Property ;
	rdfs:label "umax"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<WindContQIEC2.kpq> rdf:type rdfs:Property ;
	rdfs:label "kpq"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<WindContQIEC2.dudb2> rdf:type rdfs:Property ;
	rdfs:label "dudb2"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<WindContQIEC2.umin> rdf:type rdfs:Property ;
	rdfs:label "umin"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<WindContQIEC2.uref0> rdf:type rdfs:Property ;
	rdfs:label "uref0"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<WindContQIEC2.xdroop> rdf:type rdfs:Property ;
	rdfs:label "xdroop"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<WindContQIEC2.uqrise> rdf:type rdfs:Property ;
	rdfs:label "uqrise"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<WindContQIEC2.iqpost> rdf:type rdfs:Property ;
	rdfs:label "iqpost"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<WindContQIEC2.dudb1> rdf:type rdfs:Property ;
	rdfs:label "dudb1"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<WindContQIEC2.windFRTQcontrolModesType> rdf:type rdfs:Property ;
	rdfs:label "windFRTQcontrolModesType"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:string .
<WindContQIEC2.iqh1> rdf:type rdfs:Property ;
	rdfs:label "iqh1"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<WindContQIEC2.windQcontrolModesType> rdf:type rdfs:Property ;
	rdfs:label "windQcontrolModesType"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:string .
<WindContQIEC2.uqdip> rdf:type rdfs:Property ;
	rdfs:label "uqdip"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<WindContQIEC2.tqord> rdf:type rdfs:Property ;
	rdfs:label "tqord"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<WindContQIEC2.iqmax> rdf:type rdfs:Property ;
	rdfs:label "iqmax"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<WindContQIEC2.iqmin> rdf:type rdfs:Property ;
	rdfs:label "iqmin"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<WindContQIEC2.kqv> rdf:type rdfs:Property ;
	rdfs:label "kqv"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<WindContQIEC2.rdroop> rdf:type rdfs:Property ;
	rdfs:label "rdroop"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<WindContQIEC2.tuss> rdf:type rdfs:Property ;
	rdfs:label "tuss"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<WindContQIEC2.tpost> rdf:type rdfs:Property ;
	rdfs:label "tpost"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<WindContQIEC2.kpu> rdf:type rdfs:Property ;
	rdfs:label "kpu"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<WindContQIEC2.kiq> rdf:type rdfs:Property ;
	rdfs:label "kiq"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<WindContQIEC2.kpufrt> rdf:type rdfs:Property ;
	rdfs:label "kpufrt"@en ;
	rdfs:domain <WindContQIEC2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContQIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kiu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kiu> <http://www.w3.org/2000/01/rdf-schema#label> "kiu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kiu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kiu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.umax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.umax> <http://www.w3.org/2000/01/rdf-schema#label> "umax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.umax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.umax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kpq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kpq> <http://www.w3.org/2000/01/rdf-schema#label> "kpq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kpq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kpq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.dudb2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.dudb2> <http://www.w3.org/2000/01/rdf-schema#label> "dudb2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.dudb2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.dudb2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.umin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.umin> <http://www.w3.org/2000/01/rdf-schema#label> "umin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.umin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.umin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.uref0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.uref0> <http://www.w3.org/2000/01/rdf-schema#label> "uref0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.uref0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.uref0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.xdroop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.xdroop> <http://www.w3.org/2000/01/rdf-schema#label> "xdroop"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.xdroop> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.xdroop> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.uqrise> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.uqrise> <http://www.w3.org/2000/01/rdf-schema#label> "uqrise"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.uqrise> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.uqrise> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.iqpost> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.iqpost> <http://www.w3.org/2000/01/rdf-schema#label> "iqpost"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.iqpost> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.iqpost> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.dudb1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.dudb1> <http://www.w3.org/2000/01/rdf-schema#label> "dudb1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.dudb1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.dudb1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.windFRTQcontrolModesType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.windFRTQcontrolModesType> <http://www.w3.org/2000/01/rdf-schema#label> "windFRTQcontrolModesType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.windFRTQcontrolModesType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.windFRTQcontrolModesType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.iqh1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.iqh1> <http://www.w3.org/2000/01/rdf-schema#label> "iqh1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.iqh1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.iqh1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.windQcontrolModesType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.windQcontrolModesType> <http://www.w3.org/2000/01/rdf-schema#label> "windQcontrolModesType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.windQcontrolModesType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.windQcontrolModesType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.uqdip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.uqdip> <http://www.w3.org/2000/01/rdf-schema#label> "uqdip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.uqdip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.uqdip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.tqord> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.tqord> <http://www.w3.org/2000/01/rdf-schema#label> "tqord"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.tqord> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.tqord> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.iqmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.iqmax> <http://www.w3.org/2000/01/rdf-schema#label> "iqmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.iqmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.iqmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.iqmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.iqmin> <http://www.w3.org/2000/01/rdf-schema#label> "iqmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.iqmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.iqmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kqv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kqv> <http://www.w3.org/2000/01/rdf-schema#label> "kqv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kqv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kqv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.rdroop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.rdroop> <http://www.w3.org/2000/01/rdf-schema#label> "rdroop"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.rdroop> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.rdroop> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.tuss> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.tuss> <http://www.w3.org/2000/01/rdf-schema#label> "tuss"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.tuss> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.tuss> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.tpost> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.tpost> <http://www.w3.org/2000/01/rdf-schema#label> "tpost"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.tpost> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.tpost> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kpu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kpu> <http://www.w3.org/2000/01/rdf-schema#label> "kpu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kpu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kpu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kiq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kiq> <http://www.w3.org/2000/01/rdf-schema#label> "kiq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kiq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kiq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kpufrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kpufrt> <http://www.w3.org/2000/01/rdf-schema#label> "kpufrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kpufrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2.kpufrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Q control module. Reference: IEC 61400-27-1:2020, 7.7.5.

Property Domain Range Comment
kiu WindContQIEC2 double Voltage PI controller integration gain (KI,u). It is a type-dependent parameter.
umax WindContQIEC2 double Maximum voltage in voltage PI controller integral term (umax) (> WindContQIEC2.umin). It is a type-dependent parameter.
kpq WindContQIEC2 double Reactive power PI controller proportional gain (KP,q). It is a type-dependent parameter.
dudb2 WindContQIEC2 double Voltage change deadband upper limit (dudb2) (typically positive). It is a type-dependent parameter.
umin WindContQIEC2 double Minimum voltage in voltage PI controller integral term (umin) (< WindContQIEC2.umax). It is a type-dependent parameter.
uref0 WindContQIEC2 double User-defined bias in voltage reference (uref0) (used when WindContQIEC2.windQcontrolModesType is voltage). It is a use case-dependent parameter.
xdroop WindContQIEC2 double Inductive component of voltage drop impedance (xdroop) (>= 0). It is a project-dependent parameter.
uqrise WindContQIEC2 double Voltage threshold for OVRT detection in Q control (uqrise). It is a type-dependent parameter.
iqpost WindContQIEC2 double Post fault reactive current injection (iqpost). It is a project-dependent parameter.
dudb1 WindContQIEC2 double Voltage change deadband lower limit (dudb1) (typically negative). It is a type-dependent parameter.
windFRTQcontrolModesType WindContQIEC2 string Types of FRT Q control modes (MqFRT). It is a project-dependent parameter.
iqh1 WindContQIEC2 double Maximum reactive current injection during dip (iqh1). It is a type-dependent parameter.
windQcontrolModesType WindContQIEC2 string Types of general wind turbine Q control modes (MqG). It is a project-dependent parameter.
uqdip WindContQIEC2 double Voltage threshold for UVRT detection in Q control (uqdip). It is a type-dependent parameter.
tqord WindContQIEC2 double Time constant in reactive power order lag (Tqord) (>= 0). It is a type-dependent parameter.
iqmax WindContQIEC2 double Maximum reactive current injection (iqmax) (> WindContQIEC2.iqmin). It is a type-dependent parameter.
iqmin WindContQIEC2 double Minimum reactive current injection (iqmin) (< WindContQIEC2.iqmax). It is a type-dependent parameter.
kqv WindContQIEC2 double Voltage scaling factor for FRT current (Kqv). It is a project-dependent parameter.
rdroop WindContQIEC2 double Resistive component of voltage drop impedance (rdroop) (>= 0). It is a project-dependent parameter.
tuss WindContQIEC2 double Time constant of steady state voltage filter (Tuss) (>= 0). It is a type-dependent parameter.
tpost WindContQIEC2 double Length of time period where post fault reactive power is injected (Tpost) (>= 0). It is a project-dependent parameter.
kpu WindContQIEC2 double Voltage PI controller proportional gain (KP,u). It is a type-dependent parameter.
kiq WindContQIEC2 double Reactive power PI controller integration gain (KI,q). It is a type-dependent parameter.
kpufrt WindContQIEC2 double Voltage PI controller proportional gain during FRT (KPuFRT). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindContQLimIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindContQLimIEC> rdf:type rdfs:Class ;
	rdfs:label "WindContQLimIEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindContQLimIEC.qmin> rdf:type rdfs:Property ;
	rdfs:label "qmin"@en ;
	rdfs:domain <WindContQLimIEC> ;
	rdfs:range xsd:double .
<WindContQLimIEC.qmax> rdf:type rdfs:Property ;
	rdfs:label "qmax"@en ;
	rdfs:domain <WindContQLimIEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindContQLimIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC.qmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC.qmin> <http://www.w3.org/2000/01/rdf-schema#label> "qmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC.qmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC.qmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC.qmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC.qmax> <http://www.w3.org/2000/01/rdf-schema#label> "qmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC.qmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC.qmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Constant Q limitation model. Reference: IEC 61400-27-1:2015, 5.6.5.9.

Property Domain Range Comment
qmin WindContQLimIEC double Minimum reactive power (qmin) (< WindContQLimIEC.qmax). It is a type-dependent parameter.
qmax WindContQLimIEC double Maximum reactive power (qmax) (> WindContQLimIEC.qmin). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindContQLimIEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindContQLimIEC2> rdf:type rdfs:Class ;
	rdfs:label "WindContQLimIEC2"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindContQLimIEC2.qmax> rdf:type rdfs:Property ;
	rdfs:label "qmax"@en ;
	rdfs:domain <WindContQLimIEC2> ;
	rdfs:range xsd:double .
<WindContQLimIEC2.qmin> rdf:type rdfs:Property ;
	rdfs:label "qmin"@en ;
	rdfs:domain <WindContQLimIEC2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContQLimIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC2.qmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC2.qmax> <http://www.w3.org/2000/01/rdf-schema#label> "qmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC2.qmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC2.qmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC2.qmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC2.qmin> <http://www.w3.org/2000/01/rdf-schema#label> "qmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC2.qmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC2.qmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Constant Q limitation module. Reference: IEC 61400-27-1:2020, 7.7.7.

Property Domain Range Comment
qmax WindContQLimIEC2 double Maximum reactive power (qmax) (> WindContQLimIEC2.qmin). It is a type-dependent parameter.
qmin WindContQLimIEC2 double Minimum reactive power (qmin) (< WindContQLimIEC2.qmax). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindContQPQULimIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindContQPQULimIEC> rdf:type rdfs:Class ;
	rdfs:label "WindContQPQULimIEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindContQPQULimIEC.tufiltql> rdf:type rdfs:Property ;
	rdfs:label "tufiltql"@en ;
	rdfs:domain <WindContQPQULimIEC> ;
	rdfs:range xsd:double .
<WindContQPQULimIEC.tpfiltql> rdf:type rdfs:Property ;
	rdfs:label "tpfiltql"@en ;
	rdfs:domain <WindContQPQULimIEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQPQULimIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQPQULimIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindContQPQULimIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQPQULimIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQPQULimIEC.tufiltql> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQPQULimIEC.tufiltql> <http://www.w3.org/2000/01/rdf-schema#label> "tufiltql"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQPQULimIEC.tufiltql> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQPQULimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQPQULimIEC.tufiltql> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQPQULimIEC.tpfiltql> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQPQULimIEC.tpfiltql> <http://www.w3.org/2000/01/rdf-schema#label> "tpfiltql"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQPQULimIEC.tpfiltql> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQPQULimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQPQULimIEC.tpfiltql> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

QP and QU limitation model. Reference: IEC 61400-27-1:2015, 5.6.5.10.

Property Domain Range Comment
tufiltql WindContQPQULimIEC double Voltage measurement filter time constant for Q capacity (Tufiltql) (>= 0). It is a type-dependent parameter.
tpfiltql WindContQPQULimIEC double Power measurement filter time constant for Q capacity (Tpfiltql) (>= 0). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindContQPQULimIEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindContQPQULimIEC2> rdf:type rdfs:Class ;
	rdfs:label "WindContQPQULimIEC2"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQPQULimIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQPQULimIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContQPQULimIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQPQULimIEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

QP and QU limitation module. Reference: IEC 61400-27-1:2020, 7.7.8.

Property Domain Range Comment
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindContRotorRIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindContRotorRIEC> rdf:type rdfs:Class ;
	rdfs:label "WindContRotorRIEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindContRotorRIEC.kprr> rdf:type rdfs:Property ;
	rdfs:label "kprr"@en ;
	rdfs:domain <WindContRotorRIEC> ;
	rdfs:range xsd:double .
<WindContRotorRIEC.rmin> rdf:type rdfs:Property ;
	rdfs:label "rmin"@en ;
	rdfs:domain <WindContRotorRIEC> ;
	rdfs:range xsd:double .
<WindContRotorRIEC.kpfilt> rdf:type rdfs:Property ;
	rdfs:label "kpfilt"@en ;
	rdfs:domain <WindContRotorRIEC> ;
	rdfs:range xsd:double .
<WindContRotorRIEC.tpfiltrr> rdf:type rdfs:Property ;
	rdfs:label "tpfiltrr"@en ;
	rdfs:domain <WindContRotorRIEC> ;
	rdfs:range xsd:double .
<WindContRotorRIEC.komegafilt> rdf:type rdfs:Property ;
	rdfs:label "komegafilt"@en ;
	rdfs:domain <WindContRotorRIEC> ;
	rdfs:range xsd:double .
<WindContRotorRIEC.rmax> rdf:type rdfs:Property ;
	rdfs:label "rmax"@en ;
	rdfs:domain <WindContRotorRIEC> ;
	rdfs:range xsd:double .
<WindContRotorRIEC.tomegafiltrr> rdf:type rdfs:Property ;
	rdfs:label "tomegafiltrr"@en ;
	rdfs:domain <WindContRotorRIEC> ;
	rdfs:range xsd:double .
<WindContRotorRIEC.kirr> rdf:type rdfs:Property ;
	rdfs:label "kirr"@en ;
	rdfs:domain <WindContRotorRIEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindContRotorRIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.kprr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.kprr> <http://www.w3.org/2000/01/rdf-schema#label> "kprr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.kprr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.kprr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.rmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.rmin> <http://www.w3.org/2000/01/rdf-schema#label> "rmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.rmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.rmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.kpfilt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.kpfilt> <http://www.w3.org/2000/01/rdf-schema#label> "kpfilt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.kpfilt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.kpfilt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.tpfiltrr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.tpfiltrr> <http://www.w3.org/2000/01/rdf-schema#label> "tpfiltrr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.tpfiltrr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.tpfiltrr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.komegafilt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.komegafilt> <http://www.w3.org/2000/01/rdf-schema#label> "komegafilt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.komegafilt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.komegafilt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.rmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.rmax> <http://www.w3.org/2000/01/rdf-schema#label> "rmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.rmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.rmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.tomegafiltrr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.tomegafiltrr> <http://www.w3.org/2000/01/rdf-schema#label> "tomegafiltrr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.tomegafiltrr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.tomegafiltrr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.kirr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.kirr> <http://www.w3.org/2000/01/rdf-schema#label> "kirr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.kirr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC.kirr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Rotor resistance control model. Reference: IEC 61400-27-1:2015, 5.6.5.3.

Property Domain Range Comment
kprr WindContRotorRIEC double Proportional gain in rotor resistance PI controller (KPrr). It is a type-dependent parameter.
rmin WindContRotorRIEC double Minimum rotor resistance (rmin) (< WindContRotorRIEC.rmax). It is a type-dependent parameter.
kpfilt WindContRotorRIEC double Filter gain for power measurement (Kpfilt). It is a type-dependent parameter.
tpfiltrr WindContRotorRIEC double Filter time constant for power measurement (Tpfiltrr) (>= 0). It is a type-dependent parameter.
komegafilt WindContRotorRIEC double Filter gain for generator speed measurement (Komegafilt). It is a type-dependent parameter.
rmax WindContRotorRIEC double Maximum rotor resistance (rmax) (> WindContRotorRIEC.rmin). It is a type-dependent parameter.
tomegafiltrr WindContRotorRIEC double Filter time constant for generator speed measurement (Tomegafiltrr) (>= 0). It is a type-dependent parameter.
kirr WindContRotorRIEC double Integral gain in rotor resistance PI controller (KIrr). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindContRotorRIEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindContRotorRIEC2> rdf:type rdfs:Class ;
	rdfs:label "WindContRotorRIEC2"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindContRotorRIEC2.kirr> rdf:type rdfs:Property ;
	rdfs:label "kirr"@en ;
	rdfs:domain <WindContRotorRIEC2> ;
	rdfs:range xsd:double .
<WindContRotorRIEC2.rmax> rdf:type rdfs:Property ;
	rdfs:label "rmax"@en ;
	rdfs:domain <WindContRotorRIEC2> ;
	rdfs:range xsd:double .
<WindContRotorRIEC2.kprr> rdf:type rdfs:Property ;
	rdfs:label "kprr"@en ;
	rdfs:domain <WindContRotorRIEC2> ;
	rdfs:range xsd:double .
<WindContRotorRIEC2.rmin> rdf:type rdfs:Property ;
	rdfs:label "rmin"@en ;
	rdfs:domain <WindContRotorRIEC2> ;
	rdfs:range xsd:double .
<WindContRotorRIEC2.tomegafiltrr> rdf:type rdfs:Property ;
	rdfs:label "tomegafiltrr"@en ;
	rdfs:domain <WindContRotorRIEC2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContRotorRIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2.kirr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2.kirr> <http://www.w3.org/2000/01/rdf-schema#label> "kirr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2.kirr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2.kirr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2.rmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2.rmax> <http://www.w3.org/2000/01/rdf-schema#label> "rmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2.rmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2.rmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2.kprr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2.kprr> <http://www.w3.org/2000/01/rdf-schema#label> "kprr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2.kprr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2.kprr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2.rmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2.rmin> <http://www.w3.org/2000/01/rdf-schema#label> "rmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2.rmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2.rmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2.tomegafiltrr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2.tomegafiltrr> <http://www.w3.org/2000/01/rdf-schema#label> "tomegafiltrr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2.tomegafiltrr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2.tomegafiltrr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Rotor resistance control model. Reference: IEC 61400-27-1:2020, 7.7.1.

Property Domain Range Comment
kirr WindContRotorRIEC2 double Integral gain in rotor resistance PI controller (KIrr). It is a type-dependent parameter.
rmax WindContRotorRIEC2 double Maximum rotor resistance (rmax) (> WindContRotorRIEC2.rmin). It is a type-dependent parameter.
kprr WindContRotorRIEC2 double Proportional gain in rotor resistance PI controller (KPrr). It is a type-dependent parameter.
rmin WindContRotorRIEC2 double Minimum rotor resistance (rmin) (< WindContRotorRIEC2.rmax). It is a type-dependent parameter.
tomegafiltrr WindContRotorRIEC2 double Filter time constant for generator speed measurement (Tomegafiltrr) (>= 0). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindDynamicsLookupTable

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindDynamicsLookupTable> rdf:type rdfs:Class ;
	rdfs:label "WindDynamicsLookupTable"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindDynamicsLookupTable.WindPlantFreqPcontrolIEC> rdf:type rdfs:Property ;
	rdfs:label "WindPlantFreqPcontrolIEC"@en ;
	rdfs:domain <WindDynamicsLookupTable> ;
	rdfs:range <WindPlantFreqPcontrolIEC> .
<WindDynamicsLookupTable.WindProtectionIEC> rdf:type rdfs:Property ;
	rdfs:label "WindProtectionIEC"@en ;
	rdfs:domain <WindDynamicsLookupTable> ;
	rdfs:range <WindProtectionIEC> .
<WindDynamicsLookupTable.WindContRotorRIEC> rdf:type rdfs:Property ;
	rdfs:label "WindContRotorRIEC"@en ;
	rdfs:domain <WindDynamicsLookupTable> ;
	rdfs:range <WindContRotorRIEC> .
<WindDynamicsLookupTable.sequence> rdf:type rdfs:Property ;
	rdfs:label "sequence"@en ;
	rdfs:domain <WindDynamicsLookupTable> ;
	rdfs:range xsd:integer .
<WindDynamicsLookupTable.input> rdf:type rdfs:Property ;
	rdfs:label "input"@en ;
	rdfs:domain <WindDynamicsLookupTable> ;
	rdfs:range xsd:double .
<WindDynamicsLookupTable.WindContQPQULimIEC> rdf:type rdfs:Property ;
	rdfs:label "WindContQPQULimIEC"@en ;
	rdfs:domain <WindDynamicsLookupTable> ;
	rdfs:range <WindContQPQULimIEC> .
<WindDynamicsLookupTable.WindPitchContPowerIEC> rdf:type rdfs:Property ;
	rdfs:label "WindPitchContPowerIEC"@en ;
	rdfs:domain <WindDynamicsLookupTable> ;
	rdfs:range <WindPitchContPowerIEC> .
<WindDynamicsLookupTable.WindPlantReactiveControlIEC> rdf:type rdfs:Property ;
	rdfs:label "WindPlantReactiveControlIEC"@en ;
	rdfs:domain <WindDynamicsLookupTable> ;
	rdfs:range <WindPlantReactiveControlIEC> .
<WindDynamicsLookupTable.WindContPType3IEC> rdf:type rdfs:Property ;
	rdfs:label "WindContPType3IEC"@en ;
	rdfs:domain <WindDynamicsLookupTable> ;
	rdfs:range <WindContPType3IEC> .
<WindDynamicsLookupTable.lookupTableFunctionType> rdf:type rdfs:Property ;
	rdfs:label "lookupTableFunctionType"@en ;
	rdfs:domain <WindDynamicsLookupTable> ;
	rdfs:range xsd:string .
<WindDynamicsLookupTable.WindContCurrLimIEC> rdf:type rdfs:Property ;
	rdfs:label "WindContCurrLimIEC"@en ;
	rdfs:domain <WindDynamicsLookupTable> ;
	rdfs:range <WindContCurrLimIEC> .
<WindDynamicsLookupTable.output> rdf:type rdfs:Property ;
	rdfs:label "output"@en ;
	rdfs:domain <WindDynamicsLookupTable> ;
	rdfs:range xsd:double .
<WindDynamicsLookupTable.WindGenType3bIEC> rdf:type rdfs:Property ;
	rdfs:label "WindGenType3bIEC"@en ;
	rdfs:domain <WindDynamicsLookupTable> ;
	rdfs:range <WindGenType3bIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable> <http://www.w3.org/2000/01/rdf-schema#label> "WindDynamicsLookupTable"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindPlantFreqPcontrolIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindPlantFreqPcontrolIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantFreqPcontrolIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindPlantFreqPcontrolIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindPlantFreqPcontrolIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindProtectionIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindProtectionIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindProtectionIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindProtectionIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindProtectionIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindContRotorRIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindContRotorRIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindContRotorRIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindContRotorRIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindContRotorRIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.sequence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.sequence> <http://www.w3.org/2000/01/rdf-schema#label> "sequence"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.sequence> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.sequence> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.input> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.input> <http://www.w3.org/2000/01/rdf-schema#label> "input"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.input> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.input> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindContQPQULimIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindContQPQULimIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindContQPQULimIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindContQPQULimIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindContQPQULimIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQPQULimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindPitchContPowerIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindPitchContPowerIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindPitchContPowerIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindPitchContPowerIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindPitchContPowerIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindPlantReactiveControlIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindPlantReactiveControlIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantReactiveControlIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindPlantReactiveControlIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindPlantReactiveControlIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindContPType3IEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindContPType3IEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindContPType3IEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindContPType3IEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindContPType3IEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.lookupTableFunctionType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.lookupTableFunctionType> <http://www.w3.org/2000/01/rdf-schema#label> "lookupTableFunctionType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.lookupTableFunctionType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.lookupTableFunctionType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindContCurrLimIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindContCurrLimIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindContCurrLimIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindContCurrLimIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindContCurrLimIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.output> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.output> <http://www.w3.org/2000/01/rdf-schema#label> "output"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.output> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.output> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindGenType3bIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindGenType3bIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenType3bIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindGenType3bIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable.WindGenType3bIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC> .

Sub-Class Of: IdentifiedObject

Look up table for the purpose of wind standard models.

Property Domain Range Comment
WindPlantFreqPcontrolIEC WindDynamicsLookupTable WindPlantFreqPcontrolIEC The frequency and active power wind plant control model with which this wind dynamics lookup table is associated.
WindProtectionIEC WindDynamicsLookupTable WindProtectionIEC The grid protection model with which this wind dynamics lookup table is associated.
WindContRotorRIEC WindDynamicsLookupTable WindContRotorRIEC The rotor resistance control model with which this wind dynamics lookup table is associated.
sequence WindDynamicsLookupTable integer Sequence numbers of the pairs of the input (x) and the output (y) of the lookup table function.
input WindDynamicsLookupTable double Input value (x) for the lookup table function.
WindContQPQULimIEC WindDynamicsLookupTable WindContQPQULimIEC The QP and QU limitation model with which this wind dynamics lookup table is associated.
WindPitchContPowerIEC WindDynamicsLookupTable WindPitchContPowerIEC The pitch control power model with which this wind dynamics lookup table is associated.
WindPlantReactiveControlIEC WindDynamicsLookupTable WindPlantReactiveControlIEC The voltage and reactive power wind plant control model with which this wind dynamics lookup table is associated.
WindContPType3IEC WindDynamicsLookupTable WindContPType3IEC The P control type 3 model with which this wind dynamics lookup table is associated.
lookupTableFunctionType WindDynamicsLookupTable string Type of the lookup table function.
WindContCurrLimIEC WindDynamicsLookupTable WindContCurrLimIEC The current control limitation model with which this wind dynamics lookup table is associated.
output WindDynamicsLookupTable double Output value (y) for the lookup table function.
WindGenType3bIEC WindDynamicsLookupTable WindGenType3bIEC The generator type 3B model with which this wind dynamics lookup table is associated.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindDynamicsLookupTable2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindDynamicsLookupTable2> rdf:type rdfs:Class ;
	rdfs:label "WindDynamicsLookupTable2"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindDynamicsLookupTable2.output> rdf:type rdfs:Property ;
	rdfs:label "output"@en ;
	rdfs:domain <WindDynamicsLookupTable2> ;
	rdfs:range xsd:double .
<WindDynamicsLookupTable2.WindPlantQControlIEC> rdf:type rdfs:Property ;
	rdfs:label "WindPlantQControlIEC"@en ;
	rdfs:domain <WindDynamicsLookupTable2> ;
	rdfs:range <WindPlantQControlIEC> .
<WindDynamicsLookupTable2.WindPitchContPowerIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindPitchContPowerIEC2"@en ;
	rdfs:domain <WindDynamicsLookupTable2> ;
	rdfs:range <WindPitchContPowerIEC2> .
<WindDynamicsLookupTable2.WindContQPQULimIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindContQPQULimIEC2"@en ;
	rdfs:domain <WindDynamicsLookupTable2> ;
	rdfs:range <WindContQPQULimIEC2> .
<WindDynamicsLookupTable2.WindContPType3IEC2> rdf:type rdfs:Property ;
	rdfs:label "WindContPType3IEC2"@en ;
	rdfs:domain <WindDynamicsLookupTable2> ;
	rdfs:range <WindContPType3IEC2> .
<WindDynamicsLookupTable2.WindContCurrLimIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindContCurrLimIEC2"@en ;
	rdfs:domain <WindDynamicsLookupTable2> ;
	rdfs:range <WindContCurrLimIEC2> .
<WindDynamicsLookupTable2.WindGenType3bIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindGenType3bIEC2"@en ;
	rdfs:domain <WindDynamicsLookupTable2> ;
	rdfs:range <WindGenType3bIEC2> .
<WindDynamicsLookupTable2.lookupTableFunctionType> rdf:type rdfs:Property ;
	rdfs:label "lookupTableFunctionType"@en ;
	rdfs:domain <WindDynamicsLookupTable2> ;
	rdfs:range xsd:string .
<WindDynamicsLookupTable2.WindProtectionIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindProtectionIEC2"@en ;
	rdfs:domain <WindDynamicsLookupTable2> ;
	rdfs:range <WindProtectionIEC2> .
<WindDynamicsLookupTable2.WindPlantPControlIEC> rdf:type rdfs:Property ;
	rdfs:label "WindPlantPControlIEC"@en ;
	rdfs:domain <WindDynamicsLookupTable2> ;
	rdfs:range <WindPlantPControlIEC> .
<WindDynamicsLookupTable2.WindContRotorRIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindContRotorRIEC2"@en ;
	rdfs:domain <WindDynamicsLookupTable2> ;
	rdfs:range <WindContRotorRIEC2> .
<WindDynamicsLookupTable2.input> rdf:type rdfs:Property ;
	rdfs:label "input"@en ;
	rdfs:domain <WindDynamicsLookupTable2> ;
	rdfs:range xsd:double .
<WindDynamicsLookupTable2.sequence> rdf:type rdfs:Property ;
	rdfs:label "sequence"@en ;
	rdfs:domain <WindDynamicsLookupTable2> ;
	rdfs:range xsd:integer .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2> <http://www.w3.org/2000/01/rdf-schema#label> "WindDynamicsLookupTable2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.output> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.output> <http://www.w3.org/2000/01/rdf-schema#label> "output"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.output> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.output> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindPlantQControlIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindPlantQControlIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantQControlIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindPlantQControlIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindPlantQControlIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindPitchContPowerIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindPitchContPowerIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindPitchContPowerIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindPitchContPowerIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindPitchContPowerIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindContQPQULimIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindContQPQULimIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContQPQULimIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindContQPQULimIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindContQPQULimIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQPQULimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindContPType3IEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindContPType3IEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContPType3IEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindContPType3IEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindContPType3IEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindContCurrLimIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindContCurrLimIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContCurrLimIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindContCurrLimIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindContCurrLimIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindGenType3bIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindGenType3bIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenType3bIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindGenType3bIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindGenType3bIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.lookupTableFunctionType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.lookupTableFunctionType> <http://www.w3.org/2000/01/rdf-schema#label> "lookupTableFunctionType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.lookupTableFunctionType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.lookupTableFunctionType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindProtectionIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindProtectionIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindProtectionIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindProtectionIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindProtectionIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindPlantPControlIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindPlantPControlIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantPControlIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindPlantPControlIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindPlantPControlIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindContRotorRIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindContRotorRIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContRotorRIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindContRotorRIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.WindContRotorRIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.input> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.input> <http://www.w3.org/2000/01/rdf-schema#label> "input"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.input> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.input> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.sequence> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.sequence> <http://www.w3.org/2000/01/rdf-schema#label> "sequence"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.sequence> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindDynamicsLookupTable2.sequence> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .

Sub-Class Of: IdentifiedObject

Look up table for the purpose of wind standard models.

Property Domain Range Comment
output WindDynamicsLookupTable2 double Output value (y) for the lookup table function.
WindPlantQControlIEC WindDynamicsLookupTable2 WindPlantQControlIEC The wind plant reactive power control module with which this wind dynamics lookup table is associated.
WindPitchContPowerIEC2 WindDynamicsLookupTable2 WindPitchContPowerIEC2 The pitch control power module with which this wind dynamics lookup table is associated.
WindContQPQULimIEC2 WindDynamicsLookupTable2 WindContQPQULimIEC2 The QP and QU limitation module with which this wind dynamics lookup table is associated.
WindContPType3IEC2 WindDynamicsLookupTable2 WindContPType3IEC2 The P control type 3 module with which this wind dynamics lookup table is associated.
WindContCurrLimIEC2 WindDynamicsLookupTable2 WindContCurrLimIEC2 The current control limitation module with which this wind dynamics lookup table is associated.
WindGenType3bIEC2 WindDynamicsLookupTable2 WindGenType3bIEC2 The generator type 3B model with which this wind dynamics lookup table is associated.
lookupTableFunctionType WindDynamicsLookupTable2 string Type of the lookup table function.
WindProtectionIEC2 WindDynamicsLookupTable2 WindProtectionIEC2 The grid protection module with which this wind dynamics lookup table is associated.
WindPlantPControlIEC WindDynamicsLookupTable2 WindPlantPControlIEC The wind plant active power control module with which this wind dynamics lookup table is associated.
WindContRotorRIEC2 WindDynamicsLookupTable2 WindContRotorRIEC2 The rotor resistance control module with which this wind dynamics lookup table is associated.
input WindDynamicsLookupTable2 double Input value (x) for the lookup table function.
sequence WindDynamicsLookupTable2 integer Sequence numbers of the pairs of the input (x) and the output (y) of the lookup table function.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindElectricalSystemGamma

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindElectricalSystemGamma> rdf:type rdfs:Class ;
	rdfs:label "WindElectricalSystemGamma"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindElectricalSystemGamma.xes> rdf:type rdfs:Property ;
	rdfs:label "xes"@en ;
	rdfs:domain <WindElectricalSystemGamma> ;
	rdfs:range xsd:double .
<WindElectricalSystemGamma.bes> rdf:type rdfs:Property ;
	rdfs:label "bes"@en ;
	rdfs:domain <WindElectricalSystemGamma> ;
	rdfs:range xsd:double .
<WindElectricalSystemGamma.ges> rdf:type rdfs:Property ;
	rdfs:label "ges"@en ;
	rdfs:domain <WindElectricalSystemGamma> ;
	rdfs:range xsd:double .
<WindElectricalSystemGamma.res> rdf:type rdfs:Property ;
	rdfs:label "res"@en ;
	rdfs:domain <WindElectricalSystemGamma> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma> <http://www.w3.org/2000/01/rdf-schema#label> "WindElectricalSystemGamma"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma.xes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma.xes> <http://www.w3.org/2000/01/rdf-schema#label> "xes"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma.xes> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma.xes> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma.bes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma.bes> <http://www.w3.org/2000/01/rdf-schema#label> "bes"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma.bes> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma.bes> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma.ges> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma.ges> <http://www.w3.org/2000/01/rdf-schema#label> "ges"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma.ges> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma.ges> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma.res> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma.res> <http://www.w3.org/2000/01/rdf-schema#label> "res"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma.res> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma.res> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Electrical systems gamma module. Reference: IEC 61400-27-1:2020, 7.5.1.

Property Domain Range Comment
xes WindElectricalSystemGamma double Serial reactance (xes). It is a type-dependent parameter.
bes WindElectricalSystemGamma double Shunt susceptance (bes). It is a type-dependent parameter.
ges WindElectricalSystemGamma double Shunt conductance (ges). It is a type-dependent parameter.
res WindElectricalSystemGamma double Serial resistance (res). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindGenTurbineType1aIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindGenTurbineType1aIEC> rdf:type rdfs:Class ;
	rdfs:label "WindGenTurbineType1aIEC"@en ;
	rdfs:subClassOf <WindTurbineType1or2IEC> .
<WindGenTurbineType1aIEC.WindAeroConstIEC> rdf:type rdfs:Property ;
	rdfs:label "WindAeroConstIEC"@en ;
	rdfs:domain <WindGenTurbineType1aIEC> ;
	rdfs:range <WindAeroConstIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1aIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1aIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenTurbineType1aIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1aIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1aIEC.WindAeroConstIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1aIEC.WindAeroConstIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindAeroConstIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1aIEC.WindAeroConstIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1aIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1aIEC.WindAeroConstIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroConstIEC> .

Sub-Class Of: WindTurbineType1or2IEC » WindTurbineType1or2Dynamics » DynamicsFunctionBlock » IdentifiedObject

Wind turbine IEC type 1A. Reference: IEC 61400-27-1:2015, 5.5.2.2.

Property Domain Range Comment
WindAeroConstIEC WindGenTurbineType1aIEC WindAeroConstIEC Wind aerodynamic model associated with this wind turbine type 1A model.
WindMechIEC WindTurbineType1or2IEC WindMechIEC Wind mechanical model associated with this wind generator type 1 or type 2 model.
WindProtectionIEC WindTurbineType1or2IEC WindProtectionIEC Wind turbune protection model associated with this wind generator type 1 or type 2 model.
RemoteInputSignal WindTurbineType1or2Dynamics RemoteInputSignal Remote input signal used by this wind generator type 1 or type 2 model.
AsynchronousMachineDynamics WindTurbineType1or2Dynamics AsynchronousMachineDynamics Asynchronous machine model with which this wind generator type 1 or type 2 model is associated.
WindPlantDynamics WindTurbineType1or2Dynamics WindPlantDynamics The wind plant with which the wind turbines type 1 or type 2 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindGenTurbineType1aIEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindGenTurbineType1aIEC2> rdf:type rdfs:Class ;
	rdfs:label "WindGenTurbineType1aIEC2"@en ;
	rdfs:subClassOf <WindTurbineType1or2IEC2> .
<WindGenTurbineType1aIEC2.WindAeroConstIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindAeroConstIEC2"@en ;
	rdfs:domain <WindGenTurbineType1aIEC2> ;
	rdfs:range <WindAeroConstIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1aIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1aIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenTurbineType1aIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1aIEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1aIEC2.WindAeroConstIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1aIEC2.WindAeroConstIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindAeroConstIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1aIEC2.WindAeroConstIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1aIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1aIEC2.WindAeroConstIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroConstIEC2> .

Sub-Class Of: WindTurbineType1or2IEC2 » WindTurbineType1or2Dynamics » DynamicsFunctionBlock » IdentifiedObject

Wind turbine IEC type 1A. Reference: IEC 61400-27-1:2020, 6.2.2.2.

Property Domain Range Comment
WindAeroConstIEC2 WindGenTurbineType1aIEC2 WindAeroConstIEC2 Wind aerodynamic module associated with this wind turbine type 1A model.
WindMechIEC2 WindTurbineType1or2IEC2 WindMechIEC2 Wind mechanical two mass module associated with this wind generator type 1 or type 2 model.
WindElectricalSystemGamma WindTurbineType1or2IEC2 WindElectricalSystemGamma Wind turbune electrical system gamma module associated with this wind generator type 1 or type 2 model.
WindGridMeasurement WindTurbineType1or2IEC2 WindGridMeasForProtection Wind turbune grid measurement (for protection) module associated with this wind generator type 1 or type 2 model.
WindProtectionIEC2 WindTurbineType1or2IEC2 WindProtectionIEC2 Wind turbune protection module associated with this wind generator type 1 or type 2 model.
RemoteInputSignal WindTurbineType1or2Dynamics RemoteInputSignal Remote input signal used by this wind generator type 1 or type 2 model.
AsynchronousMachineDynamics WindTurbineType1or2Dynamics AsynchronousMachineDynamics Asynchronous machine model with which this wind generator type 1 or type 2 model is associated.
WindPlantDynamics WindTurbineType1or2Dynamics WindPlantDynamics The wind plant with which the wind turbines type 1 or type 2 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindGenTurbineType1bIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindGenTurbineType1bIEC> rdf:type rdfs:Class ;
	rdfs:label "WindGenTurbineType1bIEC"@en ;
	rdfs:subClassOf <WindTurbineType1or2IEC> .
<WindGenTurbineType1bIEC.WindPitchContPowerIEC> rdf:type rdfs:Property ;
	rdfs:label "WindPitchContPowerIEC"@en ;
	rdfs:domain <WindGenTurbineType1bIEC> ;
	rdfs:range <WindPitchContPowerIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1bIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1bIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenTurbineType1bIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1bIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1bIEC.WindPitchContPowerIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1bIEC.WindPitchContPowerIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindPitchContPowerIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1bIEC.WindPitchContPowerIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1bIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1bIEC.WindPitchContPowerIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC> .

Sub-Class Of: WindTurbineType1or2IEC » WindTurbineType1or2Dynamics » DynamicsFunctionBlock » IdentifiedObject

Wind turbine IEC type 1B.

Reference: IEC 61400-27-1:2015, 5.5.2.3.

Property Domain Range Comment
WindPitchContPowerIEC WindGenTurbineType1bIEC WindPitchContPowerIEC Pitch control power model associated with this wind turbine type 1B model.
WindMechIEC WindTurbineType1or2IEC WindMechIEC Wind mechanical model associated with this wind generator type 1 or type 2 model.
WindProtectionIEC WindTurbineType1or2IEC WindProtectionIEC Wind turbune protection model associated with this wind generator type 1 or type 2 model.
RemoteInputSignal WindTurbineType1or2Dynamics RemoteInputSignal Remote input signal used by this wind generator type 1 or type 2 model.
AsynchronousMachineDynamics WindTurbineType1or2Dynamics AsynchronousMachineDynamics Asynchronous machine model with which this wind generator type 1 or type 2 model is associated.
WindPlantDynamics WindTurbineType1or2Dynamics WindPlantDynamics The wind plant with which the wind turbines type 1 or type 2 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindGenTurbineType1bIEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindGenTurbineType1bIEC2> rdf:type rdfs:Class ;
	rdfs:label "WindGenTurbineType1bIEC2"@en ;
	rdfs:subClassOf <WindTurbineType1or2IEC2> .
<WindGenTurbineType1bIEC2.WindPitchContPowerIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindPitchContPowerIEC2"@en ;
	rdfs:domain <WindGenTurbineType1bIEC2> ;
	rdfs:range <WindPitchContPowerIEC2> .
<WindGenTurbineType1bIEC2.WindGridMeasForControl> rdf:type rdfs:Property ;
	rdfs:label "WindGridMeasForControl"@en ;
	rdfs:domain <WindGenTurbineType1bIEC2> ;
	rdfs:range <WindGridMeasForControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1bIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1bIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenTurbineType1bIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1bIEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1bIEC2.WindPitchContPowerIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1bIEC2.WindPitchContPowerIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindPitchContPowerIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1bIEC2.WindPitchContPowerIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1bIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1bIEC2.WindPitchContPowerIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1bIEC2.WindGridMeasForControl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1bIEC2.WindGridMeasForControl> <http://www.w3.org/2000/01/rdf-schema#label> "WindGridMeasForControl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1bIEC2.WindGridMeasForControl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1bIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType1bIEC2.WindGridMeasForControl> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl> .

Sub-Class Of: WindTurbineType1or2IEC2 » WindTurbineType1or2Dynamics » DynamicsFunctionBlock » IdentifiedObject

Wind turbine IEC type 1B. Reference: IEC 61400-27-1:2020, 6.2.2.3.

Property Domain Range Comment
WindPitchContPowerIEC2 WindGenTurbineType1bIEC2 WindPitchContPowerIEC2 Pitch control power module associated with this wind turbine type 1B model.
WindGridMeasForControl WindGenTurbineType1bIEC2 WindGridMeasForControl Grid measurement (for control) module associated with this wind turbine type 2 model.
WindMechIEC2 WindTurbineType1or2IEC2 WindMechIEC2 Wind mechanical two mass module associated with this wind generator type 1 or type 2 model.
WindElectricalSystemGamma WindTurbineType1or2IEC2 WindElectricalSystemGamma Wind turbune electrical system gamma module associated with this wind generator type 1 or type 2 model.
WindGridMeasurement WindTurbineType1or2IEC2 WindGridMeasForProtection Wind turbune grid measurement (for protection) module associated with this wind generator type 1 or type 2 model.
WindProtectionIEC2 WindTurbineType1or2IEC2 WindProtectionIEC2 Wind turbune protection module associated with this wind generator type 1 or type 2 model.
RemoteInputSignal WindTurbineType1or2Dynamics RemoteInputSignal Remote input signal used by this wind generator type 1 or type 2 model.
AsynchronousMachineDynamics WindTurbineType1or2Dynamics AsynchronousMachineDynamics Asynchronous machine model with which this wind generator type 1 or type 2 model is associated.
WindPlantDynamics WindTurbineType1or2Dynamics WindPlantDynamics The wind plant with which the wind turbines type 1 or type 2 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindGenTurbineType2IEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindGenTurbineType2IEC> rdf:type rdfs:Class ;
	rdfs:label "WindGenTurbineType2IEC"@en ;
	rdfs:subClassOf <WindTurbineType1or2IEC> .
<WindGenTurbineType2IEC.WindContRotorRIEC> rdf:type rdfs:Property ;
	rdfs:label "WindContRotorRIEC"@en ;
	rdfs:domain <WindGenTurbineType2IEC> ;
	rdfs:range <WindContRotorRIEC> .
<WindGenTurbineType2IEC.WindPitchContPowerIEC> rdf:type rdfs:Property ;
	rdfs:label "WindPitchContPowerIEC"@en ;
	rdfs:domain <WindGenTurbineType2IEC> ;
	rdfs:range <WindPitchContPowerIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenTurbineType2IEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC.WindContRotorRIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC.WindContRotorRIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindContRotorRIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC.WindContRotorRIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC.WindContRotorRIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC.WindPitchContPowerIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC.WindPitchContPowerIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindPitchContPowerIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC.WindPitchContPowerIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC.WindPitchContPowerIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC> .

Sub-Class Of: WindTurbineType1or2IEC » WindTurbineType1or2Dynamics » DynamicsFunctionBlock » IdentifiedObject

Wind turbine IEC type 2.

Reference: IEC 61400-27-1:2015, 5.5.3.

Property Domain Range Comment
WindContRotorRIEC WindGenTurbineType2IEC WindContRotorRIEC Wind control rotor resistance model associated with wind turbine type 2 model.
WindPitchContPowerIEC WindGenTurbineType2IEC WindPitchContPowerIEC Pitch control power model associated with this wind turbine type 2 model.
WindMechIEC WindTurbineType1or2IEC WindMechIEC Wind mechanical model associated with this wind generator type 1 or type 2 model.
WindProtectionIEC WindTurbineType1or2IEC WindProtectionIEC Wind turbune protection model associated with this wind generator type 1 or type 2 model.
RemoteInputSignal WindTurbineType1or2Dynamics RemoteInputSignal Remote input signal used by this wind generator type 1 or type 2 model.
AsynchronousMachineDynamics WindTurbineType1or2Dynamics AsynchronousMachineDynamics Asynchronous machine model with which this wind generator type 1 or type 2 model is associated.
WindPlantDynamics WindTurbineType1or2Dynamics WindPlantDynamics The wind plant with which the wind turbines type 1 or type 2 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindGenTurbineType2IEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindGenTurbineType2IEC2> rdf:type rdfs:Class ;
	rdfs:label "WindGenTurbineType2IEC2"@en ;
	rdfs:subClassOf <WindTurbineType1or2IEC2> .
<WindGenTurbineType2IEC2.WindContRotorRIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindContRotorRIEC2"@en ;
	rdfs:domain <WindGenTurbineType2IEC2> ;
	rdfs:range <WindContRotorRIEC2> .
<WindGenTurbineType2IEC2.WindPitchContPowerIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindPitchContPowerIEC2"@en ;
	rdfs:domain <WindGenTurbineType2IEC2> ;
	rdfs:range <WindPitchContPowerIEC2> .
<WindGenTurbineType2IEC2.WindGridMeasForControl> rdf:type rdfs:Property ;
	rdfs:label "WindGridMeasForControl"@en ;
	rdfs:domain <WindGenTurbineType2IEC2> ;
	rdfs:range <WindGridMeasForControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenTurbineType2IEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC2.WindContRotorRIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC2.WindContRotorRIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContRotorRIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC2.WindContRotorRIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC2.WindContRotorRIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContRotorRIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC2.WindPitchContPowerIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC2.WindPitchContPowerIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindPitchContPowerIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC2.WindPitchContPowerIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC2.WindPitchContPowerIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC2.WindGridMeasForControl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC2.WindGridMeasForControl> <http://www.w3.org/2000/01/rdf-schema#label> "WindGridMeasForControl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC2.WindGridMeasForControl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenTurbineType2IEC2.WindGridMeasForControl> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl> .

Sub-Class Of: WindTurbineType1or2IEC2 » WindTurbineType1or2Dynamics » DynamicsFunctionBlock » IdentifiedObject

Wind turbine IEC type 2. Reference: IEC 61400-27-1:2020, 6.2.3.

Property Domain Range Comment
WindContRotorRIEC2 WindGenTurbineType2IEC2 WindContRotorRIEC2 Wind control rotor resistance module associated with wind turbine type 2 model.
WindPitchContPowerIEC2 WindGenTurbineType2IEC2 WindPitchContPowerIEC2 Pitch control power module associated with this wind turbine type 2 model.
WindGridMeasForControl WindGenTurbineType2IEC2 WindGridMeasForControl Grid measurement (for control) module associated with this wind turbine type 2 model.
WindMechIEC2 WindTurbineType1or2IEC2 WindMechIEC2 Wind mechanical two mass module associated with this wind generator type 1 or type 2 model.
WindElectricalSystemGamma WindTurbineType1or2IEC2 WindElectricalSystemGamma Wind turbune electrical system gamma module associated with this wind generator type 1 or type 2 model.
WindGridMeasurement WindTurbineType1or2IEC2 WindGridMeasForProtection Wind turbune grid measurement (for protection) module associated with this wind generator type 1 or type 2 model.
WindProtectionIEC2 WindTurbineType1or2IEC2 WindProtectionIEC2 Wind turbune protection module associated with this wind generator type 1 or type 2 model.
RemoteInputSignal WindTurbineType1or2Dynamics RemoteInputSignal Remote input signal used by this wind generator type 1 or type 2 model.
AsynchronousMachineDynamics WindTurbineType1or2Dynamics AsynchronousMachineDynamics Asynchronous machine model with which this wind generator type 1 or type 2 model is associated.
WindPlantDynamics WindTurbineType1or2Dynamics WindPlantDynamics The wind plant with which the wind turbines type 1 or type 2 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindGenType3IEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindGenType3IEC> rdf:type rdfs:Class ;
	rdfs:label "WindGenType3IEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindGenType3IEC.dipmax> rdf:type rdfs:Property ;
	rdfs:label "dipmax"@en ;
	rdfs:domain <WindGenType3IEC> ;
	rdfs:range xsd:double .
<WindGenType3IEC.diqmax> rdf:type rdfs:Property ;
	rdfs:label "diqmax"@en ;
	rdfs:domain <WindGenType3IEC> ;
	rdfs:range xsd:double .
<WindGenType3IEC.xs> rdf:type rdfs:Property ;
	rdfs:label "xs"@en ;
	rdfs:domain <WindGenType3IEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenType3IEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC.dipmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC.dipmax> <http://www.w3.org/2000/01/rdf-schema#label> "dipmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC.dipmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC.dipmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC.diqmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC.diqmax> <http://www.w3.org/2000/01/rdf-schema#label> "diqmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC.diqmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC.diqmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC.xs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC.xs> <http://www.w3.org/2000/01/rdf-schema#label> "xs"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC.xs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC.xs> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Parent class supporting relationships to IEC wind turbines type 3 generator models of IEC type 3A and 3B.

Property Domain Range Comment
dipmax WindGenType3IEC double Maximum active current ramp rate (dipmax). It is a project-dependent parameter.
diqmax WindGenType3IEC double Maximum reactive current ramp rate (diqmax). It is a project-dependent parameter.
xs WindGenType3IEC double Electromagnetic transient reactance (xS). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindGenType3IEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindGenType3IEC2> rdf:type rdfs:Class ;
	rdfs:label "WindGenType3IEC2"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindGenType3IEC2.dipmax> rdf:type rdfs:Property ;
	rdfs:label "dipmax"@en ;
	rdfs:domain <WindGenType3IEC2> ;
	rdfs:range xsd:double .
<WindGenType3IEC2.xeqv> rdf:type rdfs:Property ;
	rdfs:label "xeqv"@en ;
	rdfs:domain <WindGenType3IEC2> ;
	rdfs:range xsd:double .
<WindGenType3IEC2.diqmax> rdf:type rdfs:Property ;
	rdfs:label "diqmax"@en ;
	rdfs:domain <WindGenType3IEC2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenType3IEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC2.dipmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC2.dipmax> <http://www.w3.org/2000/01/rdf-schema#label> "dipmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC2.dipmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC2.dipmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC2.xeqv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC2.xeqv> <http://www.w3.org/2000/01/rdf-schema#label> "xeqv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC2.xeqv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC2.xeqv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC2.diqmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC2.diqmax> <http://www.w3.org/2000/01/rdf-schema#label> "diqmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC2.diqmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC2.diqmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Parent class supporting relationships to IEC wind turbines type 3 generator system module of IEC type 3A and 3B.

Property Domain Range Comment
dipmax WindGenType3IEC2 double Maximum active current ramp rate (dipmax). It is a project-dependent parameter.
xeqv WindGenType3IEC2 double Transient reactance (xeqv). It is a type-dependent parameter.
diqmax WindGenType3IEC2 double Maximum reactive current ramp rate (diqmax). It is a project-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindGenType3aIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindGenType3aIEC> rdf:type rdfs:Class ;
	rdfs:label "WindGenType3aIEC"@en ;
	rdfs:subClassOf <WindGenType3IEC> .
<WindGenType3aIEC.kpc> rdf:type rdfs:Property ;
	rdfs:label "kpc"@en ;
	rdfs:domain <WindGenType3aIEC> ;
	rdfs:range xsd:double .
<WindGenType3aIEC.tic> rdf:type rdfs:Property ;
	rdfs:label "tic"@en ;
	rdfs:domain <WindGenType3aIEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenType3aIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC.kpc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC.kpc> <http://www.w3.org/2000/01/rdf-schema#label> "kpc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC.kpc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC.kpc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC.tic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC.tic> <http://www.w3.org/2000/01/rdf-schema#label> "tic"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC.tic> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC.tic> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WindGenType3IEC » IdentifiedObject

IEC type 3A generator set model. Reference: IEC 61400-27-1:2015, 5.6.3.2.

Property Domain Range Comment
kpc WindGenType3aIEC double Current PI controller proportional gain (KPc). It is a type-dependent parameter.
tic WindGenType3aIEC double Current PI controller integration time constant (TIc) (>= 0). It is a type-dependent parameter.
dipmax WindGenType3IEC double Maximum active current ramp rate (dipmax). It is a project-dependent parameter.
diqmax WindGenType3IEC double Maximum reactive current ramp rate (diqmax). It is a project-dependent parameter.
xs WindGenType3IEC double Electromagnetic transient reactance (xS). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindGenType3aIEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindGenType3aIEC2> rdf:type rdfs:Class ;
	rdfs:label "WindGenType3aIEC2"@en ;
	rdfs:subClassOf <WindGenType3IEC2> .
<WindGenType3aIEC2.tic> rdf:type rdfs:Property ;
	rdfs:label "tic"@en ;
	rdfs:domain <WindGenType3aIEC2> ;
	rdfs:range xsd:double .
<WindGenType3aIEC2.kpc> rdf:type rdfs:Property ;
	rdfs:label "kpc"@en ;
	rdfs:domain <WindGenType3aIEC2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenType3aIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC2.tic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC2.tic> <http://www.w3.org/2000/01/rdf-schema#label> "tic"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC2.tic> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC2.tic> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC2.kpc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC2.kpc> <http://www.w3.org/2000/01/rdf-schema#label> "kpc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC2.kpc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC2.kpc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WindGenType3IEC2 » IdentifiedObject

IEC type 3A generator system module. Reference: IEC 61400-27-1:2020, 7.4.2.

Property Domain Range Comment
tic WindGenType3aIEC2 double Current PI controller integration time constant (TIc) (>= 0). It is a type-dependent parameter.
kpc WindGenType3aIEC2 double Current PI controller proportional gain (KPc). It is a type-dependent parameter.
dipmax WindGenType3IEC2 double Maximum active current ramp rate (dipmax). It is a project-dependent parameter.
xeqv WindGenType3IEC2 double Transient reactance (xeqv). It is a type-dependent parameter.
diqmax WindGenType3IEC2 double Maximum reactive current ramp rate (diqmax). It is a project-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindGenType3bIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindGenType3bIEC> rdf:type rdfs:Class ;
	rdfs:label "WindGenType3bIEC"@en ;
	rdfs:subClassOf <WindGenType3IEC> .
<WindGenType3bIEC.two> rdf:type rdfs:Property ;
	rdfs:label "two"@en ;
	rdfs:domain <WindGenType3bIEC> ;
	rdfs:range xsd:double .
<WindGenType3bIEC.mwtcwp> rdf:type rdfs:Property ;
	rdfs:label "mwtcwp"@en ;
	rdfs:domain <WindGenType3bIEC> ;
	rdfs:range xsd:boolean .
<WindGenType3bIEC.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <WindGenType3bIEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenType3bIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC.two> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC.two> <http://www.w3.org/2000/01/rdf-schema#label> "two"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC.two> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC.two> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC.mwtcwp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC.mwtcwp> <http://www.w3.org/2000/01/rdf-schema#label> "mwtcwp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC.mwtcwp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC.mwtcwp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: WindGenType3IEC » IdentifiedObject

IEC type 3B generator set model. Reference: IEC 61400-27-1:2015, 5.6.3.3.

Property Domain Range Comment
two WindGenType3bIEC double Time constant for crowbar washout filter (Two) (>= 0). It is a case-dependent parameter.
mwtcwp WindGenType3bIEC boolean Crowbar control mode (MWTcwp). It is a case-dependent parameter. true = 1 in the IEC model false = 0 in the IEC model.
tg WindGenType3bIEC double Current generation time constant (Tg) (>= 0). It is a type-dependent parameter.
dipmax WindGenType3IEC double Maximum active current ramp rate (dipmax). It is a project-dependent parameter.
diqmax WindGenType3IEC double Maximum reactive current ramp rate (diqmax). It is a project-dependent parameter.
xs WindGenType3IEC double Electromagnetic transient reactance (xS). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindGenType3bIEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindGenType3bIEC2> rdf:type rdfs:Class ;
	rdfs:label "WindGenType3bIEC2"@en ;
	rdfs:subClassOf <WindGenType3IEC2> .
<WindGenType3bIEC2.two> rdf:type rdfs:Property ;
	rdfs:label "two"@en ;
	rdfs:domain <WindGenType3bIEC2> ;
	rdfs:range xsd:double .
<WindGenType3bIEC2.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <WindGenType3bIEC2> ;
	rdfs:range xsd:double .
<WindGenType3bIEC2.mwcrb> rdf:type rdfs:Property ;
	rdfs:label "mwcrb"@en ;
	rdfs:domain <WindGenType3bIEC2> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenType3bIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC2.two> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC2.two> <http://www.w3.org/2000/01/rdf-schema#label> "two"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC2.two> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC2.two> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC2.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC2.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC2.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC2.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC2.mwcrb> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC2.mwcrb> <http://www.w3.org/2000/01/rdf-schema#label> "mwcrb"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC2.mwcrb> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3bIEC2.mwcrb> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: WindGenType3IEC2 » IdentifiedObject

IEC type 3B generator system module. Reference: IEC 61400-27-1:20, 7.4.3.

Property Domain Range Comment
two WindGenType3bIEC2 double Time constant for crowbar washout filter (Two) (>= 0). It is a use case-dependent parameter.
tg WindGenType3bIEC2 double Current generation time constant (Tg) (>= 0). It is a type-dependent parameter.
mwcrb WindGenType3bIEC2 boolean Crowbar control mode (MCRB). It is a use case-dependent parameter. true means crowbar activated (0 in the IEC model) false means crowbar deactivated (1 in the IEC model).
dipmax WindGenType3IEC2 double Maximum active current ramp rate (dipmax). It is a project-dependent parameter.
xeqv WindGenType3IEC2 double Transient reactance (xeqv). It is a type-dependent parameter.
diqmax WindGenType3IEC2 double Maximum reactive current ramp rate (diqmax). It is a project-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindGenType4IEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindGenType4IEC> rdf:type rdfs:Class ;
	rdfs:label "WindGenType4IEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindGenType4IEC.diqmin> rdf:type rdfs:Property ;
	rdfs:label "diqmin"@en ;
	rdfs:domain <WindGenType4IEC> ;
	rdfs:range xsd:double .
<WindGenType4IEC.diqmax> rdf:type rdfs:Property ;
	rdfs:label "diqmax"@en ;
	rdfs:domain <WindGenType4IEC> ;
	rdfs:range xsd:double .
<WindGenType4IEC.dipmax> rdf:type rdfs:Property ;
	rdfs:label "dipmax"@en ;
	rdfs:domain <WindGenType4IEC> ;
	rdfs:range xsd:double .
<WindGenType4IEC.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <WindGenType4IEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenType4IEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC.diqmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC.diqmin> <http://www.w3.org/2000/01/rdf-schema#label> "diqmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC.diqmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC.diqmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC.diqmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC.diqmax> <http://www.w3.org/2000/01/rdf-schema#label> "diqmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC.diqmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC.diqmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC.dipmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC.dipmax> <http://www.w3.org/2000/01/rdf-schema#label> "dipmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC.dipmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC.dipmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

IEC type 4 generator set model. Reference: IEC 61400-27-1:2015, 5.6.3.4.

Property Domain Range Comment
diqmin WindGenType4IEC double Minimum reactive current ramp rate (diqmin). It is a project-dependent parameter.
diqmax WindGenType4IEC double Maximum reactive current ramp rate (diqmax). It is a project-dependent parameter.
dipmax WindGenType4IEC double Maximum active current ramp rate (dipmax). It is a project-dependent parameter.
tg WindGenType4IEC double Time constant (Tg) (>= 0). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindGenType4IEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindGenType4IEC2> rdf:type rdfs:Class ;
	rdfs:label "WindGenType4IEC2"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindGenType4IEC2.tg> rdf:type rdfs:Property ;
	rdfs:label "tg"@en ;
	rdfs:domain <WindGenType4IEC2> ;
	rdfs:range xsd:double .
<WindGenType4IEC2.diqmin> rdf:type rdfs:Property ;
	rdfs:label "diqmin"@en ;
	rdfs:domain <WindGenType4IEC2> ;
	rdfs:range xsd:double .
<WindGenType4IEC2.dipmax> rdf:type rdfs:Property ;
	rdfs:label "dipmax"@en ;
	rdfs:domain <WindGenType4IEC2> ;
	rdfs:range xsd:double .
<WindGenType4IEC2.diqmax> rdf:type rdfs:Property ;
	rdfs:label "diqmax"@en ;
	rdfs:domain <WindGenType4IEC2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenType4IEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2.tg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2.tg> <http://www.w3.org/2000/01/rdf-schema#label> "tg"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2.tg> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2.tg> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2.diqmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2.diqmin> <http://www.w3.org/2000/01/rdf-schema#label> "diqmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2.diqmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2.diqmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2.dipmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2.dipmax> <http://www.w3.org/2000/01/rdf-schema#label> "dipmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2.dipmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2.dipmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2.diqmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2.diqmax> <http://www.w3.org/2000/01/rdf-schema#label> "diqmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2.diqmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2.diqmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

IEC type 4 generator system module. Reference: IEC 61400-27-1:2020, 7.4.4.

Property Domain Range Comment
tg WindGenType4IEC2 double Time constant (Tg) (>= 0). It is a type-dependent parameter.
diqmin WindGenType4IEC2 double Minimum reactive current ramp rate (diqmin). It is a project-dependent parameter.
dipmax WindGenType4IEC2 double Maximum active current ramp rate (dipmax). It is a project-dependent parameter.
diqmax WindGenType4IEC2 double Maximum reactive current ramp rate (diqmax). It is a project-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindGridMeasForControl

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindGridMeasForControl> rdf:type rdfs:Class ;
	rdfs:label "WindGridMeasForControl"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindGridMeasForControl.tqfilt> rdf:type rdfs:Property ;
	rdfs:label "tqfilt"@en ;
	rdfs:domain <WindGridMeasForControl> ;
	rdfs:range xsd:double .
<WindGridMeasForControl.dphimax> rdf:type rdfs:Property ;
	rdfs:label "dphimax"@en ;
	rdfs:domain <WindGridMeasForControl> ;
	rdfs:range xsd:double .
<WindGridMeasForControl.tifilt> rdf:type rdfs:Property ;
	rdfs:label "tifilt"@en ;
	rdfs:domain <WindGridMeasForControl> ;
	rdfs:range xsd:double .
<WindGridMeasForControl.tufilt> rdf:type rdfs:Property ;
	rdfs:label "tufilt"@en ;
	rdfs:domain <WindGridMeasForControl> ;
	rdfs:range xsd:double .
<WindGridMeasForControl.tpfilt> rdf:type rdfs:Property ;
	rdfs:label "tpfilt"@en ;
	rdfs:domain <WindGridMeasForControl> ;
	rdfs:range xsd:double .
<WindGridMeasForControl.tffilt> rdf:type rdfs:Property ;
	rdfs:label "tffilt"@en ;
	rdfs:domain <WindGridMeasForControl> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl> <http://www.w3.org/2000/01/rdf-schema#label> "WindGridMeasForControl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.tqfilt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.tqfilt> <http://www.w3.org/2000/01/rdf-schema#label> "tqfilt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.tqfilt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.tqfilt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.dphimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.dphimax> <http://www.w3.org/2000/01/rdf-schema#label> "dphimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.dphimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.dphimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.tifilt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.tifilt> <http://www.w3.org/2000/01/rdf-schema#label> "tifilt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.tifilt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.tifilt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.tufilt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.tufilt> <http://www.w3.org/2000/01/rdf-schema#label> "tufilt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.tufilt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.tufilt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.tpfilt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.tpfilt> <http://www.w3.org/2000/01/rdf-schema#label> "tpfilt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.tpfilt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.tpfilt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.tffilt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.tffilt> <http://www.w3.org/2000/01/rdf-schema#label> "tffilt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.tffilt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl.tffilt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Grid measurement module for control. Reference: IEC 61400-27-1:2020, 7.8.2.

Property Domain Range Comment
tqfilt WindGridMeasForControl double Time constant in reactive power measurement filter (Tqfilt) (>= 0). It is a type-dependent parameter.
dphimax WindGridMeasForControl double Maximum rate of change of frequency (deltaPhimax). It is a type-dependent parameter.
tifilt WindGridMeasForControl double Time constant in current measurement filter (Tifilt) (>= 0). It is a type-dependent parameter.
tufilt WindGridMeasForControl double Time constant in voltage measurement filter (Tufilt) (>= 0). It is a type-dependent parameter.
tpfilt WindGridMeasForControl double Time constant in power measurement filter (Tpfilt) (>= 0). It is a type-dependent parameter.
tffilt WindGridMeasForControl double Time constant in frequency measurement filter (Tffilt) (>= 0). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindGridMeasForProtection

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindGridMeasForProtection> rdf:type rdfs:Class ;
	rdfs:label "WindGridMeasForProtection"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindGridMeasForProtection.dphimax> rdf:type rdfs:Property ;
	rdfs:label "dphimax"@en ;
	rdfs:domain <WindGridMeasForProtection> ;
	rdfs:range xsd:double .
<WindGridMeasForProtection.tifilt> rdf:type rdfs:Property ;
	rdfs:label "tifilt"@en ;
	rdfs:domain <WindGridMeasForProtection> ;
	rdfs:range xsd:double .
<WindGridMeasForProtection.tffilt> rdf:type rdfs:Property ;
	rdfs:label "tffilt"@en ;
	rdfs:domain <WindGridMeasForProtection> ;
	rdfs:range xsd:double .
<WindGridMeasForProtection.tqfilt> rdf:type rdfs:Property ;
	rdfs:label "tqfilt"@en ;
	rdfs:domain <WindGridMeasForProtection> ;
	rdfs:range xsd:double .
<WindGridMeasForProtection.tpfilt> rdf:type rdfs:Property ;
	rdfs:label "tpfilt"@en ;
	rdfs:domain <WindGridMeasForProtection> ;
	rdfs:range xsd:double .
<WindGridMeasForProtection.tufilt> rdf:type rdfs:Property ;
	rdfs:label "tufilt"@en ;
	rdfs:domain <WindGridMeasForProtection> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection> <http://www.w3.org/2000/01/rdf-schema#label> "WindGridMeasForProtection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.dphimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.dphimax> <http://www.w3.org/2000/01/rdf-schema#label> "dphimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.dphimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.dphimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.tifilt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.tifilt> <http://www.w3.org/2000/01/rdf-schema#label> "tifilt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.tifilt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.tifilt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.tffilt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.tffilt> <http://www.w3.org/2000/01/rdf-schema#label> "tffilt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.tffilt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.tffilt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.tqfilt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.tqfilt> <http://www.w3.org/2000/01/rdf-schema#label> "tqfilt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.tqfilt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.tqfilt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.tpfilt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.tpfilt> <http://www.w3.org/2000/01/rdf-schema#label> "tpfilt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.tpfilt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.tpfilt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.tufilt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.tufilt> <http://www.w3.org/2000/01/rdf-schema#label> "tufilt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.tufilt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection.tufilt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Grid measurement module for protection. Reference: IEC 61400-27-1:2020, 7.8.2.

Property Domain Range Comment
dphimax WindGridMeasForProtection double Maximum rate of change of frequency (deltaPhimax). It is a type-dependent parameter.
tifilt WindGridMeasForProtection double Time constant in current measurement filter (Tifilt) (>= 0). It is a type-dependent parameter.
tffilt WindGridMeasForProtection double Time constant in frequency measurement filter (Tffilt) (>= 0). It is a type-dependent parameter.
tqfilt WindGridMeasForProtection double Time constant in reactive power measurement filter (Tqfilt) (>= 0). It is a type-dependent parameter.
tpfilt WindGridMeasForProtection double Time constant in power measurement filter (Tpfilt) (>= 0). It is a type-dependent parameter.
tufilt WindGridMeasForProtection double Time constant in voltage measurement filter (Tufilt) (>= 0). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindMechIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindMechIEC> rdf:type rdfs:Class ;
	rdfs:label "WindMechIEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindMechIEC.hgen> rdf:type rdfs:Property ;
	rdfs:label "hgen"@en ;
	rdfs:domain <WindMechIEC> ;
	rdfs:range xsd:double .
<WindMechIEC.kdrt> rdf:type rdfs:Property ;
	rdfs:label "kdrt"@en ;
	rdfs:domain <WindMechIEC> ;
	rdfs:range xsd:double .
<WindMechIEC.hwtr> rdf:type rdfs:Property ;
	rdfs:label "hwtr"@en ;
	rdfs:domain <WindMechIEC> ;
	rdfs:range xsd:double .
<WindMechIEC.cdrt> rdf:type rdfs:Property ;
	rdfs:label "cdrt"@en ;
	rdfs:domain <WindMechIEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindMechIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC.hgen> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC.hgen> <http://www.w3.org/2000/01/rdf-schema#label> "hgen"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC.hgen> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC.hgen> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC.kdrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC.kdrt> <http://www.w3.org/2000/01/rdf-schema#label> "kdrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC.kdrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC.kdrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC.hwtr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC.hwtr> <http://www.w3.org/2000/01/rdf-schema#label> "hwtr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC.hwtr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC.hwtr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC.cdrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC.cdrt> <http://www.w3.org/2000/01/rdf-schema#label> "cdrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC.cdrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC.cdrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Two mass model. Reference: IEC 61400-27-1:2015, 5.6.2.1.

Property Domain Range Comment
hgen WindMechIEC double Inertia constant of generator (Hgen) (>= 0). It is a type-dependent parameter.
kdrt WindMechIEC double Drive train stiffness (kdrt). It is a type-dependent parameter.
hwtr WindMechIEC double Inertia constant of wind turbine rotor (HWTR) (>= 0). It is a type-dependent parameter.
cdrt WindMechIEC double Drive train damping (cdrt). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindMechIEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindMechIEC2> rdf:type rdfs:Class ;
	rdfs:label "WindMechIEC2"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindMechIEC2.hwtr> rdf:type rdfs:Property ;
	rdfs:label "hwtr"@en ;
	rdfs:domain <WindMechIEC2> ;
	rdfs:range xsd:double .
<WindMechIEC2.cdrt> rdf:type rdfs:Property ;
	rdfs:label "cdrt"@en ;
	rdfs:domain <WindMechIEC2> ;
	rdfs:range xsd:double .
<WindMechIEC2.hgen> rdf:type rdfs:Property ;
	rdfs:label "hgen"@en ;
	rdfs:domain <WindMechIEC2> ;
	rdfs:range xsd:double .
<WindMechIEC2.kdrt> rdf:type rdfs:Property ;
	rdfs:label "kdrt"@en ;
	rdfs:domain <WindMechIEC2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindMechIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2.hwtr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2.hwtr> <http://www.w3.org/2000/01/rdf-schema#label> "hwtr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2.hwtr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2.hwtr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2.cdrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2.cdrt> <http://www.w3.org/2000/01/rdf-schema#label> "cdrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2.cdrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2.cdrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2.hgen> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2.hgen> <http://www.w3.org/2000/01/rdf-schema#label> "hgen"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2.hgen> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2.hgen> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2.kdrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2.kdrt> <http://www.w3.org/2000/01/rdf-schema#label> "kdrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2.kdrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2.kdrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Two mass module. Reference: IEC 61400-27-1:2020, 7.3.1.

Property Domain Range Comment
hwtr WindMechIEC2 double Inertia time constant of wind turbine rotor (HWTR) (>= 0). It is a type-dependent parameter.
cdrt WindMechIEC2 double Drive train damping (cdrt). It is a type-dependent parameter.
hgen WindMechIEC2 double Inertia time constant of generator (Hgen) (>= 0). It is a type-dependent parameter.
kdrt WindMechIEC2 double Drive train stiffness (kdrt). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindPitchContPowerIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindPitchContPowerIEC> rdf:type rdfs:Class ;
	rdfs:label "WindPitchContPowerIEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindPitchContPowerIEC.tr> rdf:type rdfs:Property ;
	rdfs:label "tr"@en ;
	rdfs:domain <WindPitchContPowerIEC> ;
	rdfs:range xsd:double .
<WindPitchContPowerIEC.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <WindPitchContPowerIEC> ;
	rdfs:range xsd:double .
<WindPitchContPowerIEC.dpmin> rdf:type rdfs:Property ;
	rdfs:label "dpmin"@en ;
	rdfs:domain <WindPitchContPowerIEC> ;
	rdfs:range xsd:double .
<WindPitchContPowerIEC.pset> rdf:type rdfs:Property ;
	rdfs:label "pset"@en ;
	rdfs:domain <WindPitchContPowerIEC> ;
	rdfs:range xsd:double .
<WindPitchContPowerIEC.dpmax> rdf:type rdfs:Property ;
	rdfs:label "dpmax"@en ;
	rdfs:domain <WindPitchContPowerIEC> ;
	rdfs:range xsd:double .
<WindPitchContPowerIEC.uuvrt> rdf:type rdfs:Property ;
	rdfs:label "uuvrt"@en ;
	rdfs:domain <WindPitchContPowerIEC> ;
	rdfs:range xsd:double .
<WindPitchContPowerIEC.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <WindPitchContPowerIEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindPitchContPowerIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.tr> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.tr> <http://www.w3.org/2000/01/rdf-schema#label> "tr"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.tr> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.tr> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.dpmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.dpmin> <http://www.w3.org/2000/01/rdf-schema#label> "dpmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.dpmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.dpmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.pset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.pset> <http://www.w3.org/2000/01/rdf-schema#label> "pset"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.pset> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.pset> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.dpmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.dpmax> <http://www.w3.org/2000/01/rdf-schema#label> "dpmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.dpmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.dpmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.uuvrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.uuvrt> <http://www.w3.org/2000/01/rdf-schema#label> "uuvrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.uuvrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.uuvrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Pitch control power model. Reference: IEC 61400-27-1:2015, 5.6.5.1.

Property Domain Range Comment
tr WindPitchContPowerIEC double Voltage measurement time constant (Tr) (>= 0). It is a type-dependent parameter.
t1 WindPitchContPowerIEC double Lag time constant (T1) (>= 0). It is a type-dependent parameter.
dpmin WindPitchContPowerIEC double Rate limit for decreasing power (dpmin) (< WindPitchContPowerIEC.dpmax). It is a type-dependent parameter.
pset WindPitchContPowerIEC double If pinit < pset then power will be ramped down to pmin. It is (pset) in the IEC 61400-27-1:2015. It is a type-dependent parameter.
dpmax WindPitchContPowerIEC double Rate limit for increasing power (dpmax) (> WindPitchContPowerIEC.dpmin). It is a type-dependent parameter.
uuvrt WindPitchContPowerIEC double Dip detection threshold (uUVRT). It is a type-dependent parameter.
pmin WindPitchContPowerIEC double Minimum power setting (pmin). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindPitchContPowerIEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindPitchContPowerIEC2> rdf:type rdfs:Class ;
	rdfs:label "WindPitchContPowerIEC2"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindPitchContPowerIEC2.dpmin> rdf:type rdfs:Property ;
	rdfs:label "dpmin"@en ;
	rdfs:domain <WindPitchContPowerIEC2> ;
	rdfs:range xsd:double .
<WindPitchContPowerIEC2.pmin> rdf:type rdfs:Property ;
	rdfs:label "pmin"@en ;
	rdfs:domain <WindPitchContPowerIEC2> ;
	rdfs:range xsd:double .
<WindPitchContPowerIEC2.dpmax> rdf:type rdfs:Property ;
	rdfs:label "dpmax"@en ;
	rdfs:domain <WindPitchContPowerIEC2> ;
	rdfs:range xsd:double .
<WindPitchContPowerIEC2.uuvrt> rdf:type rdfs:Property ;
	rdfs:label "uuvrt"@en ;
	rdfs:domain <WindPitchContPowerIEC2> ;
	rdfs:range xsd:double .
<WindPitchContPowerIEC2.pset> rdf:type rdfs:Property ;
	rdfs:label "pset"@en ;
	rdfs:domain <WindPitchContPowerIEC2> ;
	rdfs:range xsd:double .
<WindPitchContPowerIEC2.t1> rdf:type rdfs:Property ;
	rdfs:label "t1"@en ;
	rdfs:domain <WindPitchContPowerIEC2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindPitchContPowerIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.dpmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.dpmin> <http://www.w3.org/2000/01/rdf-schema#label> "dpmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.dpmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.dpmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.pmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.pmin> <http://www.w3.org/2000/01/rdf-schema#label> "pmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.pmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.pmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.dpmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.dpmax> <http://www.w3.org/2000/01/rdf-schema#label> "dpmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.dpmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.dpmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.uuvrt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.uuvrt> <http://www.w3.org/2000/01/rdf-schema#label> "uuvrt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.uuvrt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.uuvrt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.pset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.pset> <http://www.w3.org/2000/01/rdf-schema#label> "pset"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.pset> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.pset> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.t1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.t1> <http://www.w3.org/2000/01/rdf-schema#label> "t1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.t1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPitchContPowerIEC2.t1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Pitch control power module. Reference: IEC 61400-27-1:2020, 7.6.1.

Property Domain Range Comment
dpmin WindPitchContPowerIEC2 double Rate limit for decreasing power (dpmin) (< WindPitchContPowerIEC2.dpmax). It is a type-dependent parameter.
pmin WindPitchContPowerIEC2 double Minimum power setting (pmin). It is a type-dependent parameter.
dpmax WindPitchContPowerIEC2 double Rate limit for increasing power (dpmax) (> WindPitchContPowerIEC2.dpmin). It is a type-dependent parameter.
uuvrt WindPitchContPowerIEC2 double Dip detection threshold (uUVRT). It is a type-dependent parameter.
pset WindPitchContPowerIEC2 double If pinit < pset then power will be ramped down to pmin. It is (pset) in the IEC 61400-27-1:2020. It is a type-dependent parameter.
t1 WindPitchContPowerIEC2 double Lag time constant (T1) (>= 0). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindPlantBasicIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindPlantBasicIEC> rdf:type rdfs:Class ;
	rdfs:label "WindPlantBasicIEC"@en ;
	rdfs:subClassOf <WindPlantDynamics2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantBasicIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantBasicIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantBasicIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantBasicIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics2> .

Sub-Class Of: WindPlantDynamics2 » WindPlantDynamics » DynamicsFunctionBlock » IdentifiedObject

Basic wind power plant. Reference: IEC 61400-27-1:2020, 6.4.3.

Property Domain Range Comment
WindPlantControlCommIEC WindPlantDynamics2 WindPlantControlCommIEC The wind plant control and comminication module which is associated with the wind plant..
RemoteInputSignal WindPlantDynamics RemoteInputSignal The remote signal with which this power plant is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindPlantControlCommIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindPlantControlCommIEC> rdf:type rdfs:Class ;
	rdfs:label "WindPlantControlCommIEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindPlantControlCommIEC.WindGridMeasForControl> rdf:type rdfs:Property ;
	rdfs:label "WindGridMeasForControl"@en ;
	rdfs:domain <WindPlantControlCommIEC> ;
	rdfs:range <WindGridMeasForControl> .
<WindPlantControlCommIEC.WindPlantQControlIEC> rdf:type rdfs:Property ;
	rdfs:label "WindPlantQControlIEC"@en ;
	rdfs:domain <WindPlantControlCommIEC> ;
	rdfs:range <WindPlantQControlIEC> .
<WindPlantControlCommIEC.CommunicationIEC> rdf:type rdfs:Property ;
	rdfs:label "CommunicationIEC"@en ;
	rdfs:domain <WindPlantControlCommIEC> ;
	rdfs:range <CommunicationIEC> .
<WindPlantControlCommIEC.WindPlantPControlIEC> rdf:type rdfs:Property ;
	rdfs:label "WindPlantPControlIEC"@en ;
	rdfs:domain <WindPlantControlCommIEC> ;
	rdfs:range <WindPlantPControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantControlCommIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC.WindGridMeasForControl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC.WindGridMeasForControl> <http://www.w3.org/2000/01/rdf-schema#label> "WindGridMeasForControl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC.WindGridMeasForControl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC.WindGridMeasForControl> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC.WindPlantQControlIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC.WindPlantQControlIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantQControlIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC.WindPlantQControlIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC.WindPlantQControlIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC.CommunicationIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC.CommunicationIEC> <http://www.w3.org/2000/01/rdf-schema#label> "CommunicationIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC.CommunicationIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC.CommunicationIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#CommunicationIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC.WindPlantPControlIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC.WindPlantPControlIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantPControlIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC.WindPlantPControlIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC.WindPlantPControlIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC> .

Sub-Class Of: IdentifiedObject

Wind power plant control and communication. Reference: IEC 61400-27-1:2020, 6.4.2.

Property Domain Range Comment
WindGridMeasForControl WindPlantControlCommIEC WindGridMeasForControl Wind plant grid measurement module associated with the wind plant control and comminication module.
WindPlantQControlIEC WindPlantControlCommIEC WindPlantQControlIEC Wind plant reactive control module associated with the wind plant control and comminication module.
CommunicationIEC WindPlantControlCommIEC CommunicationIEC All wind plant communication modules associated with the wind plant control and comminication model.
WindPlantPControlIEC WindPlantControlCommIEC WindPlantPControlIEC Wind plant active power control module associated with the wind plant control and communication module.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindPlantDynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindPlantDynamics> rdf:type rdfs:Class ;
	rdfs:label "WindPlantDynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<WindPlantDynamics.RemoteInputSignal> rdf:type rdfs:Property ;
	rdfs:label "RemoteInputSignal"@en ;
	rdfs:domain <WindPlantDynamics> ;
	rdfs:range <RemoteInputSignal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics.RemoteInputSignal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics.RemoteInputSignal> <http://www.w3.org/2000/01/rdf-schema#label> "RemoteInputSignal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics.RemoteInputSignal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics.RemoteInputSignal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Parent class supporting relationships to wind turbines type 3 and type 4 and wind plant IEC and user-defined wind plants including their control models.

Property Domain Range Comment
RemoteInputSignal WindPlantDynamics RemoteInputSignal The remote signal with which this power plant is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindPlantDynamics2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindPlantDynamics2> rdf:type rdfs:Class ;
	rdfs:label "WindPlantDynamics2"@en ;
	rdfs:subClassOf <WindPlantDynamics> .
<WindPlantDynamics2.WindPlantControlCommIEC> rdf:type rdfs:Property ;
	rdfs:label "WindPlantControlCommIEC"@en ;
	rdfs:domain <WindPlantDynamics2> ;
	rdfs:range <WindPlantControlCommIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics2> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantDynamics2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics2.WindPlantControlCommIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics2.WindPlantControlCommIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantControlCommIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics2.WindPlantControlCommIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics2.WindPlantControlCommIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantControlCommIEC> .

Sub-Class Of: WindPlantDynamics » DynamicsFunctionBlock » IdentifiedObject

Parent class supporting relationships to wind turbines type 3 and type 4 and wind plant IEC and user-defined wind plants including their control models.

Property Domain Range Comment
WindPlantControlCommIEC WindPlantDynamics2 WindPlantControlCommIEC The wind plant control and comminication module which is associated with the wind plant..
RemoteInputSignal WindPlantDynamics RemoteInputSignal The remote signal with which this power plant is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindPlantFreqPcontrolIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindPlantFreqPcontrolIEC> rdf:type rdfs:Class ;
	rdfs:label "WindPlantFreqPcontrolIEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindPlantFreqPcontrolIEC.prefmin> rdf:type rdfs:Property ;
	rdfs:label "prefmin"@en ;
	rdfs:domain <WindPlantFreqPcontrolIEC> ;
	rdfs:range xsd:double .
<WindPlantFreqPcontrolIEC.kiwpp> rdf:type rdfs:Property ;
	rdfs:label "kiwpp"@en ;
	rdfs:domain <WindPlantFreqPcontrolIEC> ;
	rdfs:range xsd:double .
<WindPlantFreqPcontrolIEC.twppfiltp> rdf:type rdfs:Property ;
	rdfs:label "twppfiltp"@en ;
	rdfs:domain <WindPlantFreqPcontrolIEC> ;
	rdfs:range xsd:double .
<WindPlantFreqPcontrolIEC.tpfv> rdf:type rdfs:Property ;
	rdfs:label "tpfv"@en ;
	rdfs:domain <WindPlantFreqPcontrolIEC> ;
	rdfs:range xsd:double .
<WindPlantFreqPcontrolIEC.kiwppmin> rdf:type rdfs:Property ;
	rdfs:label "kiwppmin"@en ;
	rdfs:domain <WindPlantFreqPcontrolIEC> ;
	rdfs:range xsd:double .
<WindPlantFreqPcontrolIEC.kpwpp> rdf:type rdfs:Property ;
	rdfs:label "kpwpp"@en ;
	rdfs:domain <WindPlantFreqPcontrolIEC> ;
	rdfs:range xsd:double .
<WindPlantFreqPcontrolIEC.dpwprefmin> rdf:type rdfs:Property ;
	rdfs:label "dpwprefmin"@en ;
	rdfs:domain <WindPlantFreqPcontrolIEC> ;
	rdfs:range xsd:double .
<WindPlantFreqPcontrolIEC.dpwprefmax> rdf:type rdfs:Property ;
	rdfs:label "dpwprefmax"@en ;
	rdfs:domain <WindPlantFreqPcontrolIEC> ;
	rdfs:range xsd:double .
<WindPlantFreqPcontrolIEC.dprefmin> rdf:type rdfs:Property ;
	rdfs:label "dprefmin"@en ;
	rdfs:domain <WindPlantFreqPcontrolIEC> ;
	rdfs:range xsd:double .
<WindPlantFreqPcontrolIEC.kiwppmax> rdf:type rdfs:Property ;
	rdfs:label "kiwppmax"@en ;
	rdfs:domain <WindPlantFreqPcontrolIEC> ;
	rdfs:range xsd:double .
<WindPlantFreqPcontrolIEC.prefmax> rdf:type rdfs:Property ;
	rdfs:label "prefmax"@en ;
	rdfs:domain <WindPlantFreqPcontrolIEC> ;
	rdfs:range xsd:double .
<WindPlantFreqPcontrolIEC.kwppref> rdf:type rdfs:Property ;
	rdfs:label "kwppref"@en ;
	rdfs:domain <WindPlantFreqPcontrolIEC> ;
	rdfs:range xsd:double .
<WindPlantFreqPcontrolIEC.dprefmax> rdf:type rdfs:Property ;
	rdfs:label "dprefmax"@en ;
	rdfs:domain <WindPlantFreqPcontrolIEC> ;
	rdfs:range xsd:double .
<WindPlantFreqPcontrolIEC.tpft> rdf:type rdfs:Property ;
	rdfs:label "tpft"@en ;
	rdfs:domain <WindPlantFreqPcontrolIEC> ;
	rdfs:range xsd:double .
<WindPlantFreqPcontrolIEC.twpffiltp> rdf:type rdfs:Property ;
	rdfs:label "twpffiltp"@en ;
	rdfs:domain <WindPlantFreqPcontrolIEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantFreqPcontrolIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.prefmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.prefmin> <http://www.w3.org/2000/01/rdf-schema#label> "prefmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.prefmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.prefmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.kiwpp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.kiwpp> <http://www.w3.org/2000/01/rdf-schema#label> "kiwpp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.kiwpp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.kiwpp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.twppfiltp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.twppfiltp> <http://www.w3.org/2000/01/rdf-schema#label> "twppfiltp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.twppfiltp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.twppfiltp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.tpfv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.tpfv> <http://www.w3.org/2000/01/rdf-schema#label> "tpfv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.tpfv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.tpfv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.kiwppmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.kiwppmin> <http://www.w3.org/2000/01/rdf-schema#label> "kiwppmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.kiwppmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.kiwppmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.kpwpp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.kpwpp> <http://www.w3.org/2000/01/rdf-schema#label> "kpwpp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.kpwpp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.kpwpp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.dpwprefmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.dpwprefmin> <http://www.w3.org/2000/01/rdf-schema#label> "dpwprefmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.dpwprefmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.dpwprefmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.dpwprefmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.dpwprefmax> <http://www.w3.org/2000/01/rdf-schema#label> "dpwprefmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.dpwprefmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.dpwprefmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.dprefmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.dprefmin> <http://www.w3.org/2000/01/rdf-schema#label> "dprefmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.dprefmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.dprefmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.kiwppmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.kiwppmax> <http://www.w3.org/2000/01/rdf-schema#label> "kiwppmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.kiwppmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.kiwppmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.prefmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.prefmax> <http://www.w3.org/2000/01/rdf-schema#label> "prefmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.prefmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.prefmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.kwppref> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.kwppref> <http://www.w3.org/2000/01/rdf-schema#label> "kwppref"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.kwppref> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.kwppref> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.dprefmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.dprefmax> <http://www.w3.org/2000/01/rdf-schema#label> "dprefmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.dprefmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.dprefmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.tpft> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.tpft> <http://www.w3.org/2000/01/rdf-schema#label> "tpft"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.tpft> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.tpft> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.twpffiltp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.twpffiltp> <http://www.w3.org/2000/01/rdf-schema#label> "twpffiltp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.twpffiltp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC.twpffiltp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Frequency and active power controller model. Reference: IEC 61400-27-1:2015, Annex D.

Property Domain Range Comment
prefmin WindPlantFreqPcontrolIEC double Minimum pWTref request from the plant controller to the wind turbines (prefmin) (< WindPlantFreqPcontrolIEC.prefmax). It is a project-dependent parameter.
kiwpp WindPlantFreqPcontrolIEC double Plant P controller integral gain (KIWPp). It is a project-dependent parameter.
twppfiltp WindPlantFreqPcontrolIEC double Filter time constant for active power measurement (TWPpfiltp) (>= 0). It is a project-dependent parameter.
tpfv WindPlantFreqPcontrolIEC double Lag time constant in reference value transfer function (Tpfv) (>= 0). It is a project-dependent parameter.
kiwppmin WindPlantFreqPcontrolIEC double Minimum PI integrator term (KIWPpmin) (< WindPlantFreqPcontrolIEC.kiwppmax). It is a project-dependent parameter.
kpwpp WindPlantFreqPcontrolIEC double Plant P controller proportional gain (KPWPp). It is a project-dependent parameter.
dpwprefmin WindPlantFreqPcontrolIEC double Maximum negative ramp rate for wind plant power reference (dpWPrefmin) (< WindPlantFreqPcontrolIEC.dpwprefmax). It is a project-dependent parameter.
dpwprefmax WindPlantFreqPcontrolIEC double Maximum positive ramp rate for wind plant power reference (dpWPrefmax) (> WindPlantFreqPcontrolIEC.dpwprefmin). It is a project-dependent parameter.
dprefmin WindPlantFreqPcontrolIEC double Minimum (negative) ramp rate of pWTref request from the plant controller to the wind turbines (dprefmin) (< WindPlantFreqPcontrolIEC.dprefmax). It is a project-dependent parameter.
kiwppmax WindPlantFreqPcontrolIEC double Maximum PI integrator term (KIWPpmax) (> WindPlantFreqPcontrolIEC.kiwppmin). It is a project-dependent parameter.
prefmax WindPlantFreqPcontrolIEC double Maximum pWTref request from the plant controller to the wind turbines (prefmax) (> WindPlantFreqPcontrolIEC.prefmin). It is a project-dependent parameter.
kwppref WindPlantFreqPcontrolIEC double Power reference gain (KWPpref). It is a project-dependent parameter.
dprefmax WindPlantFreqPcontrolIEC double Maximum ramp rate of pWTref request from the plant controller to the wind turbines (dprefmax) (> WindPlantFreqPcontrolIEC.dprefmin). It is a case-dependent parameter.
tpft WindPlantFreqPcontrolIEC double Lead time constant in reference value transfer function (Tpft) (>= 0). It is a project-dependent parameter.
twpffiltp WindPlantFreqPcontrolIEC double Filter time constant for frequency measurement (TWPffiltp) (>= 0). It is a project-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindPlantIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindPlantIEC> rdf:type rdfs:Class ;
	rdfs:label "WindPlantIEC"@en ;
	rdfs:subClassOf <WindPlantDynamics> .
<WindPlantIEC.WindPlantFreqPcontrolIEC> rdf:type rdfs:Property ;
	rdfs:label "WindPlantFreqPcontrolIEC"@en ;
	rdfs:domain <WindPlantIEC> ;
	rdfs:range <WindPlantFreqPcontrolIEC> .
<WindPlantIEC.WindPlantReactiveControlIEC> rdf:type rdfs:Property ;
	rdfs:label "WindPlantReactiveControlIEC"@en ;
	rdfs:domain <WindPlantIEC> ;
	rdfs:range <WindPlantReactiveControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantIEC.WindPlantFreqPcontrolIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantIEC.WindPlantFreqPcontrolIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantFreqPcontrolIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantIEC.WindPlantFreqPcontrolIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantIEC.WindPlantFreqPcontrolIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantFreqPcontrolIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantIEC.WindPlantReactiveControlIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantIEC.WindPlantReactiveControlIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantReactiveControlIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantIEC.WindPlantReactiveControlIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantIEC.WindPlantReactiveControlIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> .

Sub-Class Of: WindPlantDynamics » DynamicsFunctionBlock » IdentifiedObject

Simplified IEC type plant level model. Reference: IEC 61400-27-1:2015, Annex D.

Property Domain Range Comment
WindPlantFreqPcontrolIEC WindPlantIEC WindPlantFreqPcontrolIEC Wind plant frequency and active power control model associated with this wind plant.
WindPlantReactiveControlIEC WindPlantIEC WindPlantReactiveControlIEC Wind plant model with which this wind reactive control is associated.
RemoteInputSignal WindPlantDynamics RemoteInputSignal The remote signal with which this power plant is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindPlantPControlIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindPlantPControlIEC> rdf:type rdfs:Class ;
	rdfs:label "WindPlantPControlIEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindPlantPControlIEC.kwppref> rdf:type rdfs:Property ;
	rdfs:label "kwppref"@en ;
	rdfs:domain <WindPlantPControlIEC> ;
	rdfs:range xsd:double .
<WindPlantPControlIEC.dpwprefmax> rdf:type rdfs:Property ;
	rdfs:label "dpwprefmax"@en ;
	rdfs:domain <WindPlantPControlIEC> ;
	rdfs:range xsd:double .
<WindPlantPControlIEC.kpwpp> rdf:type rdfs:Property ;
	rdfs:label "kpwpp"@en ;
	rdfs:domain <WindPlantPControlIEC> ;
	rdfs:range xsd:double .
<WindPlantPControlIEC.pkiwppmax> rdf:type rdfs:Property ;
	rdfs:label "pkiwppmax"@en ;
	rdfs:domain <WindPlantPControlIEC> ;
	rdfs:range xsd:double .
<WindPlantPControlIEC.prefmin> rdf:type rdfs:Property ;
	rdfs:label "prefmin"@en ;
	rdfs:domain <WindPlantPControlIEC> ;
	rdfs:range xsd:double .
<WindPlantPControlIEC.dprefmin> rdf:type rdfs:Property ;
	rdfs:label "dprefmin"@en ;
	rdfs:domain <WindPlantPControlIEC> ;
	rdfs:range xsd:double .
<WindPlantPControlIEC.dprefmax> rdf:type rdfs:Property ;
	rdfs:label "dprefmax"@en ;
	rdfs:domain <WindPlantPControlIEC> ;
	rdfs:range xsd:double .
<WindPlantPControlIEC.perrmin> rdf:type rdfs:Property ;
	rdfs:label "perrmin"@en ;
	rdfs:domain <WindPlantPControlIEC> ;
	rdfs:range xsd:double .
<WindPlantPControlIEC.pkiwppmin> rdf:type rdfs:Property ;
	rdfs:label "pkiwppmin"@en ;
	rdfs:domain <WindPlantPControlIEC> ;
	rdfs:range xsd:double .
<WindPlantPControlIEC.dpwprefmin> rdf:type rdfs:Property ;
	rdfs:label "dpwprefmin"@en ;
	rdfs:domain <WindPlantPControlIEC> ;
	rdfs:range xsd:double .
<WindPlantPControlIEC.perrmax> rdf:type rdfs:Property ;
	rdfs:label "perrmax"@en ;
	rdfs:domain <WindPlantPControlIEC> ;
	rdfs:range xsd:double .
<WindPlantPControlIEC.kiwpp> rdf:type rdfs:Property ;
	rdfs:label "kiwpp"@en ;
	rdfs:domain <WindPlantPControlIEC> ;
	rdfs:range xsd:double .
<WindPlantPControlIEC.prefmax> rdf:type rdfs:Property ;
	rdfs:label "prefmax"@en ;
	rdfs:domain <WindPlantPControlIEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantPControlIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.kwppref> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.kwppref> <http://www.w3.org/2000/01/rdf-schema#label> "kwppref"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.kwppref> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.kwppref> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.dpwprefmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.dpwprefmax> <http://www.w3.org/2000/01/rdf-schema#label> "dpwprefmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.dpwprefmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.dpwprefmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.kpwpp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.kpwpp> <http://www.w3.org/2000/01/rdf-schema#label> "kpwpp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.kpwpp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.kpwpp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.pkiwppmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.pkiwppmax> <http://www.w3.org/2000/01/rdf-schema#label> "pkiwppmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.pkiwppmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.pkiwppmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.prefmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.prefmin> <http://www.w3.org/2000/01/rdf-schema#label> "prefmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.prefmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.prefmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.dprefmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.dprefmin> <http://www.w3.org/2000/01/rdf-schema#label> "dprefmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.dprefmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.dprefmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.dprefmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.dprefmax> <http://www.w3.org/2000/01/rdf-schema#label> "dprefmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.dprefmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.dprefmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.perrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.perrmin> <http://www.w3.org/2000/01/rdf-schema#label> "perrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.perrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.perrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.pkiwppmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.pkiwppmin> <http://www.w3.org/2000/01/rdf-schema#label> "pkiwppmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.pkiwppmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.pkiwppmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.dpwprefmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.dpwprefmin> <http://www.w3.org/2000/01/rdf-schema#label> "dpwprefmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.dpwprefmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.dpwprefmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.perrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.perrmax> <http://www.w3.org/2000/01/rdf-schema#label> "perrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.perrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.perrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.kiwpp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.kiwpp> <http://www.w3.org/2000/01/rdf-schema#label> "kiwpp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.kiwpp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.kiwpp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.prefmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.prefmax> <http://www.w3.org/2000/01/rdf-schema#label> "prefmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.prefmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantPControlIEC.prefmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Wind plant active power control module. Reference: IEC 61400-27-1:2020, 7.9.1.

Property Domain Range Comment
kwppref WindPlantPControlIEC double Power reference gain (KWPpref). It is a project-dependent parameter.
dpwprefmax WindPlantPControlIEC double Maximum positive ramp rate for wind plant power reference (dpWPrefmax) (> WindPlantPControlIEC.dpwprefmin). It is a project-dependent parameter.
kpwpp WindPlantPControlIEC double Power PI controller proportional gain (KPWPp). It is a project-dependent parameter.
pkiwppmax WindPlantPControlIEC double Maximum active power reference from integration (KIWPpmax) (> WindPlantPControlIEC.pkiwppmin). It is a project-dependent parameter.
prefmin WindPlantPControlIEC double Minimum PD power reference (prefmin) (< WindPlantPControlIEC.prefmax). It is a project-dependent parameter.
dprefmin WindPlantPControlIEC double Minimum negative ramp rate for PD power reference (dprefmin) (< WindPlantPControlIEC.dprefmax). It is a project-dependent parameter.
dprefmax WindPlantPControlIEC double Maximum positive ramp rate for PD power reference (dprefmax) (> WindPlantPControlIEC.dprefmin). It is a project-dependent parameter.
perrmin WindPlantPControlIEC double Minimum negative control error for power PI controller (perrmin). It is a project-dependent parameter.
pkiwppmin WindPlantPControlIEC double Minimum active power reference from integration (KIWPpmin) (< WindPlantPControlIEC.pkiwppmax). It is a project-dependent parameter.
dpwprefmin WindPlantPControlIEC double Maximum negative ramp rate for wind plant power reference (dpWPrefmin) (< WindPlantPControlIEC.dpwprefmax). It is a project-dependent parameter.
perrmax WindPlantPControlIEC double Maximum control error for power PI controller (perrmax). It is a project-dependent parameter.
kiwpp WindPlantPControlIEC double Power PI controller integration gain (KIWPp). It is a project-dependent parameter.
prefmax WindPlantPControlIEC double Maximum PD power reference (prefmax) (> WindPlantPControlIEC.prefmin). It is a use case-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindPlantQCompensationIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindPlantQCompensationIEC> rdf:type rdfs:Class ;
	rdfs:label "WindPlantQCompensationIEC"@en ;
	rdfs:subClassOf <WindPlantDynamics2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQCompensationIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQCompensationIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantQCompensationIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQCompensationIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics2> .

Sub-Class Of: WindPlantDynamics2 » WindPlantDynamics » DynamicsFunctionBlock » IdentifiedObject

Wind power plant with reactive power compensation. Reference: IEC 61400-27-1:2020, 6.4.4.

Property Domain Range Comment
WindPlantControlCommIEC WindPlantDynamics2 WindPlantControlCommIEC The wind plant control and comminication module which is associated with the wind plant..
RemoteInputSignal WindPlantDynamics RemoteInputSignal The remote signal with which this power plant is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindPlantQControlIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindPlantQControlIEC> rdf:type rdfs:Class ;
	rdfs:label "WindPlantQControlIEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindPlantQControlIEC.kiwpxmax> rdf:type rdfs:Property ;
	rdfs:label "kiwpxmax"@en ;
	rdfs:domain <WindPlantQControlIEC> ;
	rdfs:range xsd:double .
<WindPlantQControlIEC.uwpqrise> rdf:type rdfs:Property ;
	rdfs:label "uwpqrise"@en ;
	rdfs:domain <WindPlantQControlIEC> ;
	rdfs:range xsd:double .
<WindPlantQControlIEC.dxrefmax> rdf:type rdfs:Property ;
	rdfs:label "dxrefmax"@en ;
	rdfs:domain <WindPlantQControlIEC> ;
	rdfs:range xsd:double .
<WindPlantQControlIEC.qwpmax> rdf:type rdfs:Property ;
	rdfs:label "qwpmax"@en ;
	rdfs:domain <WindPlantQControlIEC> ;
	rdfs:range xsd:double .
<WindPlantQControlIEC.tuqfilt> rdf:type rdfs:Property ;
	rdfs:label "tuqfilt"@en ;
	rdfs:domain <WindPlantQControlIEC> ;
	rdfs:range xsd:double .
<WindPlantQControlIEC.kiwpxmin> rdf:type rdfs:Property ;
	rdfs:label "kiwpxmin"@en ;
	rdfs:domain <WindPlantQControlIEC> ;
	rdfs:range xsd:double .
<WindPlantQControlIEC.xrefmax> rdf:type rdfs:Property ;
	rdfs:label "xrefmax"@en ;
	rdfs:domain <WindPlantQControlIEC> ;
	rdfs:range xsd:double .
<WindPlantQControlIEC.qwpmin> rdf:type rdfs:Property ;
	rdfs:label "qwpmin"@en ;
	rdfs:domain <WindPlantQControlIEC> ;
	rdfs:range xsd:double .
<WindPlantQControlIEC.xwpdrop> rdf:type rdfs:Property ;
	rdfs:label "xwpdrop"@en ;
	rdfs:domain <WindPlantQControlIEC> ;
	rdfs:range xsd:double .
<WindPlantQControlIEC.kpwpx> rdf:type rdfs:Property ;
	rdfs:label "kpwpx"@en ;
	rdfs:domain <WindPlantQControlIEC> ;
	rdfs:range xsd:double .
<WindPlantQControlIEC.rwpdrop> rdf:type rdfs:Property ;
	rdfs:label "rwpdrop"@en ;
	rdfs:domain <WindPlantQControlIEC> ;
	rdfs:range xsd:double .
<WindPlantQControlIEC.kiwpx> rdf:type rdfs:Property ;
	rdfs:label "kiwpx"@en ;
	rdfs:domain <WindPlantQControlIEC> ;
	rdfs:range xsd:double .
<WindPlantQControlIEC.windPlantQcontrolModesType> rdf:type rdfs:Property ;
	rdfs:label "windPlantQcontrolModesType"@en ;
	rdfs:domain <WindPlantQControlIEC> ;
	rdfs:range xsd:string .
<WindPlantQControlIEC.dxrefmin> rdf:type rdfs:Property ;
	rdfs:label "dxrefmin"@en ;
	rdfs:domain <WindPlantQControlIEC> ;
	rdfs:range xsd:double .
<WindPlantQControlIEC.uwpqdip> rdf:type rdfs:Property ;
	rdfs:label "uwpqdip"@en ;
	rdfs:domain <WindPlantQControlIEC> ;
	rdfs:range xsd:double .
<WindPlantQControlIEC.kwpqu> rdf:type rdfs:Property ;
	rdfs:label "kwpqu"@en ;
	rdfs:domain <WindPlantQControlIEC> ;
	rdfs:range xsd:double .
<WindPlantQControlIEC.xrefmin> rdf:type rdfs:Property ;
	rdfs:label "xrefmin"@en ;
	rdfs:domain <WindPlantQControlIEC> ;
	rdfs:range xsd:double .
<WindPlantQControlIEC.xerrmax> rdf:type rdfs:Property ;
	rdfs:label "xerrmax"@en ;
	rdfs:domain <WindPlantQControlIEC> ;
	rdfs:range xsd:double .
<WindPlantQControlIEC.kwpqref> rdf:type rdfs:Property ;
	rdfs:label "kwpqref"@en ;
	rdfs:domain <WindPlantQControlIEC> ;
	rdfs:range xsd:double .
<WindPlantQControlIEC.xerrmin> rdf:type rdfs:Property ;
	rdfs:label "xerrmin"@en ;
	rdfs:domain <WindPlantQControlIEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantQControlIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kiwpxmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kiwpxmax> <http://www.w3.org/2000/01/rdf-schema#label> "kiwpxmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kiwpxmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kiwpxmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.uwpqrise> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.uwpqrise> <http://www.w3.org/2000/01/rdf-schema#label> "uwpqrise"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.uwpqrise> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.uwpqrise> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.dxrefmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.dxrefmax> <http://www.w3.org/2000/01/rdf-schema#label> "dxrefmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.dxrefmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.dxrefmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.qwpmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.qwpmax> <http://www.w3.org/2000/01/rdf-schema#label> "qwpmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.qwpmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.qwpmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.tuqfilt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.tuqfilt> <http://www.w3.org/2000/01/rdf-schema#label> "tuqfilt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.tuqfilt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.tuqfilt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kiwpxmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kiwpxmin> <http://www.w3.org/2000/01/rdf-schema#label> "kiwpxmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kiwpxmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kiwpxmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.xrefmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.xrefmax> <http://www.w3.org/2000/01/rdf-schema#label> "xrefmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.xrefmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.xrefmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.qwpmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.qwpmin> <http://www.w3.org/2000/01/rdf-schema#label> "qwpmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.qwpmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.qwpmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.xwpdrop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.xwpdrop> <http://www.w3.org/2000/01/rdf-schema#label> "xwpdrop"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.xwpdrop> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.xwpdrop> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kpwpx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kpwpx> <http://www.w3.org/2000/01/rdf-schema#label> "kpwpx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kpwpx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kpwpx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.rwpdrop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.rwpdrop> <http://www.w3.org/2000/01/rdf-schema#label> "rwpdrop"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.rwpdrop> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.rwpdrop> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kiwpx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kiwpx> <http://www.w3.org/2000/01/rdf-schema#label> "kiwpx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kiwpx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kiwpx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.windPlantQcontrolModesType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.windPlantQcontrolModesType> <http://www.w3.org/2000/01/rdf-schema#label> "windPlantQcontrolModesType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.windPlantQcontrolModesType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.windPlantQcontrolModesType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.dxrefmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.dxrefmin> <http://www.w3.org/2000/01/rdf-schema#label> "dxrefmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.dxrefmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.dxrefmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.uwpqdip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.uwpqdip> <http://www.w3.org/2000/01/rdf-schema#label> "uwpqdip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.uwpqdip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.uwpqdip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kwpqu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kwpqu> <http://www.w3.org/2000/01/rdf-schema#label> "kwpqu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kwpqu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kwpqu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.xrefmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.xrefmin> <http://www.w3.org/2000/01/rdf-schema#label> "xrefmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.xrefmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.xrefmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.xerrmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.xerrmax> <http://www.w3.org/2000/01/rdf-schema#label> "xerrmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.xerrmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.xerrmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kwpqref> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kwpqref> <http://www.w3.org/2000/01/rdf-schema#label> "kwpqref"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kwpqref> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.kwpqref> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.xerrmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.xerrmin> <http://www.w3.org/2000/01/rdf-schema#label> "xerrmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.xerrmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantQControlIEC.xerrmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Wind plant reactive power control module. Reference: IEC 61400-27-1:2020, 7.9.2.

Property Domain Range Comment
kiwpxmax WindPlantQControlIEC double Maximum reactive power/voltage reference from integration (KIWPxmax) (> WindPlantQControlIEC.kiwpxmin). It is a project-dependent parameter.
uwpqrise WindPlantQControlIEC double Voltage threshold for OVRT detection (uWPqrise). It is a project-dependent parameter.
dxrefmax WindPlantQControlIEC double Maximum positive ramp rate for wind turbine reactive power/voltage reference (dxrefmax) (> WindPlantQControlIEC.dxrefmin). It is a project-dependent parameter.
qwpmax WindPlantQControlIEC double Power dependent reactive power maximum limit (qWPmax(pWP)). It is a project-dependent parameter.
tuqfilt WindPlantQControlIEC double Time constant for the UQ static mode (Tuqfilt) (>= 0). It is a project-dependent parameter.
kiwpxmin WindPlantQControlIEC double Minimum reactive power/voltage reference from integration (KIWPxmin) (< WindPlantQControlIEC.kiwpxmax). It is a project-dependent parameter.
xrefmax WindPlantQControlIEC double Maximum wind turbine reactive power/voltage reference (xrefmax) (> WindPlantQControlIEC.xrefmin). It is a use case-dependent parameter.
qwpmin WindPlantQControlIEC double Power dependent reactive power minimum limit (qWPmin(pWP)). It is a project-dependent parameter.
xwpdrop WindPlantQControlIEC double Inductive component of wind plant voltage drop impedance (xWPdrop). It is a project-dependent parameter.
kpwpx WindPlantQControlIEC double Reactive power/voltage PI controller proportional gain (KPWPx). It is a project-dependent parameter.
rwpdrop WindPlantQControlIEC double Resistive component of wind plant voltage drop impedance (rWPdrop). It is a project-dependent parameter.
kiwpx WindPlantQControlIEC double Reactive power/voltage PI controller integral gain (KIWPx). It is a project-dependent parameter.
windPlantQcontrolModesType WindPlantQControlIEC string Reactive power/voltage control mode (MWPqmode). It is a use case-dependent parameter.
dxrefmin WindPlantQControlIEC double Maximum negative ramp rate for wind turbine reactive power/voltage reference (dxrefmin) (< WindPlantQControlIEC.dxrefmax). It is a project-dependent parameter.
uwpqdip WindPlantQControlIEC double Voltage threshold for UVRT detection (uWPqdip). It is a project-dependent parameter.
kwpqu WindPlantQControlIEC double Voltage controller cross coupling gain (KWPqu). It is a project-dependent parameter.
xrefmin WindPlantQControlIEC double Minimum wind turbine reactive power/voltage reference (xrefmin) (< WindPlantQControlIEC.xrefmax). It is a project-dependent parameter.
xerrmax WindPlantQControlIEC double Maximum reactive power error (or voltage error if MWPqmode=2) input to PI controller (xerrmax). It is a project-dependent parameter.
kwpqref WindPlantQControlIEC double Reactive power reference gain (KWPqref). It is a project-dependent parameter.
xerrmin WindPlantQControlIEC double Minimum reactive power error (or voltage error if MWPqmode=2) input to PI controller (xerrmax). It is a project-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindPlantReactiveControlIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindPlantReactiveControlIEC> rdf:type rdfs:Class ;
	rdfs:label "WindPlantReactiveControlIEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindPlantReactiveControlIEC.txft> rdf:type rdfs:Property ;
	rdfs:label "txft"@en ;
	rdfs:domain <WindPlantReactiveControlIEC> ;
	rdfs:range xsd:double .
<WindPlantReactiveControlIEC.kwpqref> rdf:type rdfs:Property ;
	rdfs:label "kwpqref"@en ;
	rdfs:domain <WindPlantReactiveControlIEC> ;
	rdfs:range xsd:double .
<WindPlantReactiveControlIEC.kiwpxmax> rdf:type rdfs:Property ;
	rdfs:label "kiwpxmax"@en ;
	rdfs:domain <WindPlantReactiveControlIEC> ;
	rdfs:range xsd:double .
<WindPlantReactiveControlIEC.twpufiltq> rdf:type rdfs:Property ;
	rdfs:label "twpufiltq"@en ;
	rdfs:domain <WindPlantReactiveControlIEC> ;
	rdfs:range xsd:double .
<WindPlantReactiveControlIEC.twppfiltq> rdf:type rdfs:Property ;
	rdfs:label "twppfiltq"@en ;
	rdfs:domain <WindPlantReactiveControlIEC> ;
	rdfs:range xsd:double .
<WindPlantReactiveControlIEC.xrefmin> rdf:type rdfs:Property ;
	rdfs:label "xrefmin"@en ;
	rdfs:domain <WindPlantReactiveControlIEC> ;
	rdfs:range xsd:double .
<WindPlantReactiveControlIEC.kpwpx> rdf:type rdfs:Property ;
	rdfs:label "kpwpx"@en ;
	rdfs:domain <WindPlantReactiveControlIEC> ;
	rdfs:range xsd:double .
<WindPlantReactiveControlIEC.dxrefmin> rdf:type rdfs:Property ;
	rdfs:label "dxrefmin"@en ;
	rdfs:domain <WindPlantReactiveControlIEC> ;
	rdfs:range xsd:double .
<WindPlantReactiveControlIEC.tuqfilt> rdf:type rdfs:Property ;
	rdfs:label "tuqfilt"@en ;
	rdfs:domain <WindPlantReactiveControlIEC> ;
	rdfs:range xsd:double .
<WindPlantReactiveControlIEC.dxrefmax> rdf:type rdfs:Property ;
	rdfs:label "dxrefmax"@en ;
	rdfs:domain <WindPlantReactiveControlIEC> ;
	rdfs:range xsd:double .
<WindPlantReactiveControlIEC.uwpqdip> rdf:type rdfs:Property ;
	rdfs:label "uwpqdip"@en ;
	rdfs:domain <WindPlantReactiveControlIEC> ;
	rdfs:range xsd:double .
<WindPlantReactiveControlIEC.txfv> rdf:type rdfs:Property ;
	rdfs:label "txfv"@en ;
	rdfs:domain <WindPlantReactiveControlIEC> ;
	rdfs:range xsd:double .
<WindPlantReactiveControlIEC.xrefmax> rdf:type rdfs:Property ;
	rdfs:label "xrefmax"@en ;
	rdfs:domain <WindPlantReactiveControlIEC> ;
	rdfs:range xsd:double .
<WindPlantReactiveControlIEC.windPlantQcontrolModesType> rdf:type rdfs:Property ;
	rdfs:label "windPlantQcontrolModesType"@en ;
	rdfs:domain <WindPlantReactiveControlIEC> ;
	rdfs:range xsd:string .
<WindPlantReactiveControlIEC.kwpqu> rdf:type rdfs:Property ;
	rdfs:label "kwpqu"@en ;
	rdfs:domain <WindPlantReactiveControlIEC> ;
	rdfs:range xsd:double .
<WindPlantReactiveControlIEC.kiwpxmin> rdf:type rdfs:Property ;
	rdfs:label "kiwpxmin"@en ;
	rdfs:domain <WindPlantReactiveControlIEC> ;
	rdfs:range xsd:double .
<WindPlantReactiveControlIEC.twpqfiltq> rdf:type rdfs:Property ;
	rdfs:label "twpqfiltq"@en ;
	rdfs:domain <WindPlantReactiveControlIEC> ;
	rdfs:range xsd:double .
<WindPlantReactiveControlIEC.kiwpx> rdf:type rdfs:Property ;
	rdfs:label "kiwpx"@en ;
	rdfs:domain <WindPlantReactiveControlIEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantReactiveControlIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.txft> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.txft> <http://www.w3.org/2000/01/rdf-schema#label> "txft"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.txft> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.txft> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kwpqref> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kwpqref> <http://www.w3.org/2000/01/rdf-schema#label> "kwpqref"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kwpqref> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kwpqref> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kiwpxmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kiwpxmax> <http://www.w3.org/2000/01/rdf-schema#label> "kiwpxmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kiwpxmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kiwpxmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.twpufiltq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.twpufiltq> <http://www.w3.org/2000/01/rdf-schema#label> "twpufiltq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.twpufiltq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.twpufiltq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.twppfiltq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.twppfiltq> <http://www.w3.org/2000/01/rdf-schema#label> "twppfiltq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.twppfiltq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.twppfiltq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.xrefmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.xrefmin> <http://www.w3.org/2000/01/rdf-schema#label> "xrefmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.xrefmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.xrefmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kpwpx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kpwpx> <http://www.w3.org/2000/01/rdf-schema#label> "kpwpx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kpwpx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kpwpx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.dxrefmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.dxrefmin> <http://www.w3.org/2000/01/rdf-schema#label> "dxrefmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.dxrefmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.dxrefmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.tuqfilt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.tuqfilt> <http://www.w3.org/2000/01/rdf-schema#label> "tuqfilt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.tuqfilt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.tuqfilt> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.dxrefmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.dxrefmax> <http://www.w3.org/2000/01/rdf-schema#label> "dxrefmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.dxrefmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.dxrefmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.uwpqdip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.uwpqdip> <http://www.w3.org/2000/01/rdf-schema#label> "uwpqdip"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.uwpqdip> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.uwpqdip> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.txfv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.txfv> <http://www.w3.org/2000/01/rdf-schema#label> "txfv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.txfv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.txfv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.xrefmax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.xrefmax> <http://www.w3.org/2000/01/rdf-schema#label> "xrefmax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.xrefmax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.xrefmax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.windPlantQcontrolModesType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.windPlantQcontrolModesType> <http://www.w3.org/2000/01/rdf-schema#label> "windPlantQcontrolModesType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.windPlantQcontrolModesType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.windPlantQcontrolModesType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kwpqu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kwpqu> <http://www.w3.org/2000/01/rdf-schema#label> "kwpqu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kwpqu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kwpqu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kiwpxmin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kiwpxmin> <http://www.w3.org/2000/01/rdf-schema#label> "kiwpxmin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kiwpxmin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kiwpxmin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.twpqfiltq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.twpqfiltq> <http://www.w3.org/2000/01/rdf-schema#label> "twpqfiltq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.twpqfiltq> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.twpqfiltq> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kiwpx> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kiwpx> <http://www.w3.org/2000/01/rdf-schema#label> "kiwpx"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kiwpx> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantReactiveControlIEC.kiwpx> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Simplified plant voltage and reactive power control model for use with type 3 and type 4 wind turbine models. Reference: IEC 61400-27-1:2015, Annex D.

Property Domain Range Comment
txft WindPlantReactiveControlIEC double Lead time constant in reference value transfer function (Txft) (>= 0). It is a project-dependent parameter.
kwpqref WindPlantReactiveControlIEC double Reactive power reference gain (KWPqref). It is a project-dependent parameter.
kiwpxmax WindPlantReactiveControlIEC double Maximum reactive power/voltage reference from integration (KIWPxmax) (> WindPlantReactiveControlIEC.kiwpxmin). It is a project-dependent parameter.
twpufiltq WindPlantReactiveControlIEC double Filter time constant for voltage measurement (TWPufiltq) (>= 0). It is a project-dependent parameter.
twppfiltq WindPlantReactiveControlIEC double Filter time constant for active power measurement (TWPpfiltq) (>= 0). It is a project-dependent parameter.
xrefmin WindPlantReactiveControlIEC double Minimum xWTref (qWTref or delta uWTref) request from the plant controller (xrefmin) (< WindPlantReactiveControlIEC.xrefmax). It is a project-dependent parameter.
kpwpx WindPlantReactiveControlIEC double Plant Q controller proportional gain (KPWPx). It is a project-dependent parameter.
dxrefmin WindPlantReactiveControlIEC double Maximum negative ramp rate for wind turbine reactive power/voltage reference (dxrefmin) (< WindPlantReactiveControlIEC.dxrefmax). It is a project-dependent parameter.
tuqfilt WindPlantReactiveControlIEC double Filter time constant for voltage-dependent reactive power (Tuqfilt) (>= 0). It is a project-dependent parameter.
dxrefmax WindPlantReactiveControlIEC double Maximum positive ramp rate for wind turbine reactive power/voltage reference (dxrefmax) (> WindPlantReactiveControlIEC.dxrefmin). It is a project-dependent parameter.
uwpqdip WindPlantReactiveControlIEC double Voltage threshold for UVRT detection in Q control (uWPqdip). It is a project-dependent parameter.
txfv WindPlantReactiveControlIEC double Lag time constant in reference value transfer function (Txfv) (>= 0). It is a project-dependent parameter.
xrefmax WindPlantReactiveControlIEC double Maximum xWTref (qWTref or delta uWTref) request from the plant controller (xrefmax) (> WindPlantReactiveControlIEC.xrefmin). It is a case-dependent parameter.
windPlantQcontrolModesType WindPlantReactiveControlIEC string Reactive power/voltage controller mode (MWPqmode). It is a case-dependent parameter.
kwpqu WindPlantReactiveControlIEC double Plant voltage control droop (KWPqu). It is a project-dependent parameter.
kiwpxmin WindPlantReactiveControlIEC double Minimum reactive power/voltage reference from integration (KIWPxmin) (< WindPlantReactiveControlIEC.kiwpxmax). It is a project-dependent parameter.
twpqfiltq WindPlantReactiveControlIEC double Filter time constant for reactive power measurement (TWPqfiltq) (>= 0). It is a project-dependent parameter.
kiwpx WindPlantReactiveControlIEC double Plant Q controller integral gain (KIWPx). It is a project-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindPlantUserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindPlantUserDefined> rdf:type rdfs:Class ;
	rdfs:label "WindPlantUserDefined"@en ;
	rdfs:subClassOf <WindPlantDynamics> .
<WindPlantUserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <WindPlantUserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantUserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantUserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantUserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantUserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantUserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantUserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantUserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: WindPlantDynamics » DynamicsFunctionBlock » IdentifiedObject

Wind plant function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary WindPlantUserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
RemoteInputSignal WindPlantDynamics RemoteInputSignal The remote signal with which this power plant is associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindProtectionIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindProtectionIEC> rdf:type rdfs:Class ;
	rdfs:label "WindProtectionIEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindProtectionIEC.fover> rdf:type rdfs:Property ;
	rdfs:label "fover"@en ;
	rdfs:domain <WindProtectionIEC> ;
	rdfs:range xsd:double .
<WindProtectionIEC.funder> rdf:type rdfs:Property ;
	rdfs:label "funder"@en ;
	rdfs:domain <WindProtectionIEC> ;
	rdfs:range xsd:double .
<WindProtectionIEC.tfma> rdf:type rdfs:Property ;
	rdfs:label "tfma"@en ;
	rdfs:domain <WindProtectionIEC> ;
	rdfs:range xsd:double .
<WindProtectionIEC.uunder> rdf:type rdfs:Property ;
	rdfs:label "uunder"@en ;
	rdfs:domain <WindProtectionIEC> ;
	rdfs:range xsd:double .
<WindProtectionIEC.uover> rdf:type rdfs:Property ;
	rdfs:label "uover"@en ;
	rdfs:domain <WindProtectionIEC> ;
	rdfs:range xsd:double .
<WindProtectionIEC.dfimax> rdf:type rdfs:Property ;
	rdfs:label "dfimax"@en ;
	rdfs:domain <WindProtectionIEC> ;
	rdfs:range xsd:double .
<WindProtectionIEC.mzc> rdf:type rdfs:Property ;
	rdfs:label "mzc"@en ;
	rdfs:domain <WindProtectionIEC> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindProtectionIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.fover> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.fover> <http://www.w3.org/2000/01/rdf-schema#label> "fover"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.fover> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.fover> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.funder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.funder> <http://www.w3.org/2000/01/rdf-schema#label> "funder"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.funder> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.funder> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.tfma> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.tfma> <http://www.w3.org/2000/01/rdf-schema#label> "tfma"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.tfma> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.tfma> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.uunder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.uunder> <http://www.w3.org/2000/01/rdf-schema#label> "uunder"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.uunder> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.uunder> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.uover> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.uover> <http://www.w3.org/2000/01/rdf-schema#label> "uover"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.uover> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.uover> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.dfimax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.dfimax> <http://www.w3.org/2000/01/rdf-schema#label> "dfimax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.dfimax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.dfimax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.mzc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.mzc> <http://www.w3.org/2000/01/rdf-schema#label> "mzc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.mzc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC.mzc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: IdentifiedObject

The grid protection model includes protection against over- and under-voltage, and against over- and under-frequency. Reference: IEC 61400-27-1:2015, 5.6.6.

Property Domain Range Comment
fover WindProtectionIEC double Wind turbine over frequency protection activation threshold (fover). It is a project-dependent parameter.
funder WindProtectionIEC double Wind turbine under frequency protection activation threshold (funder). It is a project-dependent parameter.
tfma WindProtectionIEC double Time interval of moving average window (TfMA) (>= 0). It is a type-dependent parameter.
uunder WindProtectionIEC double Wind turbine under voltage protection activation threshold (uunder). It is a project-dependent parameter.
uover WindProtectionIEC double Wind turbine over voltage protection activation threshold (uover). It is a project-dependent parameter.
dfimax WindProtectionIEC double Maximum rate of change of frequency (dFmax). It is a type-dependent parameter.
mzc WindProtectionIEC boolean Zero crossing measurement mode (Mzc). It is a type-dependent parameter. true = WT protection system uses zero crossings to detect frequency (1 in the IEC model) false = WT protection system does not use zero crossings to detect frequency (0 in the IEC model).
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindProtectionIEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindProtectionIEC2> rdf:type rdfs:Class ;
	rdfs:label "WindProtectionIEC2"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindProtectionIEC2.funder> rdf:type rdfs:Property ;
	rdfs:label "funder"@en ;
	rdfs:domain <WindProtectionIEC2> ;
	rdfs:range xsd:double .
<WindProtectionIEC2.uunder> rdf:type rdfs:Property ;
	rdfs:label "uunder"@en ;
	rdfs:domain <WindProtectionIEC2> ;
	rdfs:range xsd:double .
<WindProtectionIEC2.fover> rdf:type rdfs:Property ;
	rdfs:label "fover"@en ;
	rdfs:domain <WindProtectionIEC2> ;
	rdfs:range xsd:double .
<WindProtectionIEC2.uover> rdf:type rdfs:Property ;
	rdfs:label "uover"@en ;
	rdfs:domain <WindProtectionIEC2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindProtectionIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2.funder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2.funder> <http://www.w3.org/2000/01/rdf-schema#label> "funder"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2.funder> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2.funder> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2.uunder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2.uunder> <http://www.w3.org/2000/01/rdf-schema#label> "uunder"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2.uunder> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2.uunder> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2.fover> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2.fover> <http://www.w3.org/2000/01/rdf-schema#label> "fover"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2.fover> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2.fover> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2.uover> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2.uover> <http://www.w3.org/2000/01/rdf-schema#label> "uover"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2.uover> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2.uover> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

The grid protection module includes protection against over- and under-voltage, and against over- and under-frequency. Reference: IEC 61400-27-1:2020, 7.8.1.

Property Domain Range Comment
funder WindProtectionIEC2 double Wind turbine under frequency protection activation threshold (funder). It is a project-dependent parameter.
uunder WindProtectionIEC2 double Wind turbine under voltage protection activation threshold (uunder). It is a project-dependent parameter.
fover WindProtectionIEC2 double Wind turbine over frequency protection activation threshold (fover). It is a project-dependent parameter.
uover WindProtectionIEC2 double Wind turbine over voltage protection activation threshold (uover). It is a project-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindRefFrameRotIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindRefFrameRotIEC> rdf:type rdfs:Class ;
	rdfs:label "WindRefFrameRotIEC"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindRefFrameRotIEC.upll2> rdf:type rdfs:Property ;
	rdfs:label "upll2"@en ;
	rdfs:domain <WindRefFrameRotIEC> ;
	rdfs:range xsd:double .
<WindRefFrameRotIEC.tpll> rdf:type rdfs:Property ;
	rdfs:label "tpll"@en ;
	rdfs:domain <WindRefFrameRotIEC> ;
	rdfs:range xsd:double .
<WindRefFrameRotIEC.upll1> rdf:type rdfs:Property ;
	rdfs:label "upll1"@en ;
	rdfs:domain <WindRefFrameRotIEC> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindRefFrameRotIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC.upll2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC.upll2> <http://www.w3.org/2000/01/rdf-schema#label> "upll2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC.upll2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC.upll2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC.tpll> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC.tpll> <http://www.w3.org/2000/01/rdf-schema#label> "tpll"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC.tpll> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC.tpll> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC.upll1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC.upll1> <http://www.w3.org/2000/01/rdf-schema#label> "upll1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC.upll1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC.upll1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Reference frame rotation model. Reference: IEC 61400-27-1:2015, 5.6.3.5.

Property Domain Range Comment
upll2 WindRefFrameRotIEC double Voltage (uPLL2) below which the angle of the voltage is frozen if uPLL2 is smaller or equal to uPLL1 . It is a type-dependent parameter.
tpll WindRefFrameRotIEC double Time constant for PLL first order filter model (TPLL) (>= 0). It is a type-dependent parameter.
upll1 WindRefFrameRotIEC double Voltage below which the angle of the voltage is filtered and possibly also frozen (uPLL1). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindRefFrameRotIEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindRefFrameRotIEC2> rdf:type rdfs:Class ;
	rdfs:label "WindRefFrameRotIEC2"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<WindRefFrameRotIEC2.upll1> rdf:type rdfs:Property ;
	rdfs:label "upll1"@en ;
	rdfs:domain <WindRefFrameRotIEC2> ;
	rdfs:range xsd:double .
<WindRefFrameRotIEC2.upll2> rdf:type rdfs:Property ;
	rdfs:label "upll2"@en ;
	rdfs:domain <WindRefFrameRotIEC2> ;
	rdfs:range xsd:double .
<WindRefFrameRotIEC2.tpll> rdf:type rdfs:Property ;
	rdfs:label "tpll"@en ;
	rdfs:domain <WindRefFrameRotIEC2> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindRefFrameRotIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC2.upll1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC2.upll1> <http://www.w3.org/2000/01/rdf-schema#label> "upll1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC2.upll1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC2.upll1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC2.upll2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC2.upll2> <http://www.w3.org/2000/01/rdf-schema#label> "upll2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC2.upll2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC2.upll2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC2.tpll> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC2.tpll> <http://www.w3.org/2000/01/rdf-schema#label> "tpll"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC2.tpll> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC2.tpll> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Reference frame rotation module. Reference: IEC 61400-27-1:2020, 7.4.5.

Property Domain Range Comment
upll1 WindRefFrameRotIEC2 double Voltage below which the angle of the voltage is filtered and possibly also frozen (uPLL1). It is a type-dependent parameter.
upll2 WindRefFrameRotIEC2 double Voltage (uPLL2) below which the angle of the voltage is frozen if uPLL2 is smaller or equal to uPLL1 . It is a type-dependent parameter.
tpll WindRefFrameRotIEC2 double Time constant for PLL first order filter model (TPLL) (>= 0). It is a type-dependent parameter.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindTurbineType1or2Dynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindTurbineType1or2Dynamics> rdf:type rdfs:Class ;
	rdfs:label "WindTurbineType1or2Dynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<WindTurbineType1or2Dynamics.RemoteInputSignal> rdf:type rdfs:Property ;
	rdfs:label "RemoteInputSignal"@en ;
	rdfs:domain <WindTurbineType1or2Dynamics> ;
	rdfs:range <RemoteInputSignal> .
<WindTurbineType1or2Dynamics.AsynchronousMachineDynamics> rdf:type rdfs:Property ;
	rdfs:label "AsynchronousMachineDynamics"@en ;
	rdfs:domain <WindTurbineType1or2Dynamics> ;
	rdfs:range <AsynchronousMachineDynamics> .
<WindTurbineType1or2Dynamics.WindPlantDynamics> rdf:type rdfs:Property ;
	rdfs:label "WindPlantDynamics"@en ;
	rdfs:domain <WindTurbineType1or2Dynamics> ;
	rdfs:range <WindPlantDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2Dynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2Dynamics> <http://www.w3.org/2000/01/rdf-schema#label> "WindTurbineType1or2Dynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2Dynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2Dynamics.RemoteInputSignal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2Dynamics.RemoteInputSignal> <http://www.w3.org/2000/01/rdf-schema#label> "RemoteInputSignal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2Dynamics.RemoteInputSignal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2Dynamics.RemoteInputSignal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2Dynamics.AsynchronousMachineDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2Dynamics.AsynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "AsynchronousMachineDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2Dynamics.AsynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2Dynamics.AsynchronousMachineDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachineDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2Dynamics.WindPlantDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2Dynamics.WindPlantDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2Dynamics.WindPlantDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2Dynamics.WindPlantDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Parent class supporting relationships to wind turbines type 1 and type 2 and their control models. Generator model for wind turbine of type 1 or type 2 is a standard asynchronous generator model.

Property Domain Range Comment
RemoteInputSignal WindTurbineType1or2Dynamics RemoteInputSignal Remote input signal used by this wind generator type 1 or type 2 model.
AsynchronousMachineDynamics WindTurbineType1or2Dynamics AsynchronousMachineDynamics Asynchronous machine model with which this wind generator type 1 or type 2 model is associated.
WindPlantDynamics WindTurbineType1or2Dynamics WindPlantDynamics The wind plant with which the wind turbines type 1 or type 2 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindTurbineType1or2IEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindTurbineType1or2IEC> rdf:type rdfs:Class ;
	rdfs:label "WindTurbineType1or2IEC"@en ;
	rdfs:subClassOf <WindTurbineType1or2Dynamics> .
<WindTurbineType1or2IEC.WindMechIEC> rdf:type rdfs:Property ;
	rdfs:label "WindMechIEC"@en ;
	rdfs:domain <WindTurbineType1or2IEC> ;
	rdfs:range <WindMechIEC> .
<WindTurbineType1or2IEC.WindProtectionIEC> rdf:type rdfs:Property ;
	rdfs:label "WindProtectionIEC"@en ;
	rdfs:domain <WindTurbineType1or2IEC> ;
	rdfs:range <WindProtectionIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindTurbineType1or2IEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC.WindMechIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC.WindMechIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindMechIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC.WindMechIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC.WindMechIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC.WindProtectionIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC.WindProtectionIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindProtectionIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC.WindProtectionIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC.WindProtectionIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC> .

Sub-Class Of: WindTurbineType1or2Dynamics » DynamicsFunctionBlock » IdentifiedObject

Parent class supporting relationships to IEC wind turbines type 1 and type 2 including their control models. Generator model for wind turbine of IEC type 1 or type 2 is a standard asynchronous generator model. Reference: IEC 61400-27-1:2015, 5.5.2 and 5.5.3.

Property Domain Range Comment
WindMechIEC WindTurbineType1or2IEC WindMechIEC Wind mechanical model associated with this wind generator type 1 or type 2 model.
WindProtectionIEC WindTurbineType1or2IEC WindProtectionIEC Wind turbune protection model associated with this wind generator type 1 or type 2 model.
RemoteInputSignal WindTurbineType1or2Dynamics RemoteInputSignal Remote input signal used by this wind generator type 1 or type 2 model.
AsynchronousMachineDynamics WindTurbineType1or2Dynamics AsynchronousMachineDynamics Asynchronous machine model with which this wind generator type 1 or type 2 model is associated.
WindPlantDynamics WindTurbineType1or2Dynamics WindPlantDynamics The wind plant with which the wind turbines type 1 or type 2 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindTurbineType1or2IEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindTurbineType1or2IEC2> rdf:type rdfs:Class ;
	rdfs:label "WindTurbineType1or2IEC2"@en ;
	rdfs:subClassOf <WindTurbineType1or2Dynamics> .
<WindTurbineType1or2IEC2.WindMechIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindMechIEC2"@en ;
	rdfs:domain <WindTurbineType1or2IEC2> ;
	rdfs:range <WindMechIEC2> .
<WindTurbineType1or2IEC2.WindElectricalSystemGamma> rdf:type rdfs:Property ;
	rdfs:label "WindElectricalSystemGamma"@en ;
	rdfs:domain <WindTurbineType1or2IEC2> ;
	rdfs:range <WindElectricalSystemGamma> .
<WindTurbineType1or2IEC2.WindGridMeasurement> rdf:type rdfs:Property ;
	rdfs:label "WindGridMeasurement"@en ;
	rdfs:domain <WindTurbineType1or2IEC2> ;
	rdfs:range <WindGridMeasForProtection> .
<WindTurbineType1or2IEC2.WindProtectionIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindProtectionIEC2"@en ;
	rdfs:domain <WindTurbineType1or2IEC2> ;
	rdfs:range <WindProtectionIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindTurbineType1or2IEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2.WindMechIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2.WindMechIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindMechIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2.WindMechIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2.WindMechIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2.WindElectricalSystemGamma> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2.WindElectricalSystemGamma> <http://www.w3.org/2000/01/rdf-schema#label> "WindElectricalSystemGamma"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2.WindElectricalSystemGamma> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2.WindElectricalSystemGamma> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2.WindGridMeasurement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2.WindGridMeasurement> <http://www.w3.org/2000/01/rdf-schema#label> "WindGridMeasurement"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2.WindGridMeasurement> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2.WindGridMeasurement> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2.WindProtectionIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2.WindProtectionIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindProtectionIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2.WindProtectionIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2IEC2.WindProtectionIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2> .

Sub-Class Of: WindTurbineType1or2Dynamics » DynamicsFunctionBlock » IdentifiedObject

Parent class supporting relationships to IEC wind turbines type 1 and type 2 including their modules. Generator model for wind turbine of IEC type 1 or type 2 is a standard asynchronous generator model. Reference: IEC 61400-27-1:2020, 6.2.2 and 6.2.3.

Property Domain Range Comment
WindMechIEC2 WindTurbineType1or2IEC2 WindMechIEC2 Wind mechanical two mass module associated with this wind generator type 1 or type 2 model.
WindElectricalSystemGamma WindTurbineType1or2IEC2 WindElectricalSystemGamma Wind turbune electrical system gamma module associated with this wind generator type 1 or type 2 model.
WindGridMeasurement WindTurbineType1or2IEC2 WindGridMeasForProtection Wind turbune grid measurement (for protection) module associated with this wind generator type 1 or type 2 model.
WindProtectionIEC2 WindTurbineType1or2IEC2 WindProtectionIEC2 Wind turbune protection module associated with this wind generator type 1 or type 2 model.
RemoteInputSignal WindTurbineType1or2Dynamics RemoteInputSignal Remote input signal used by this wind generator type 1 or type 2 model.
AsynchronousMachineDynamics WindTurbineType1or2Dynamics AsynchronousMachineDynamics Asynchronous machine model with which this wind generator type 1 or type 2 model is associated.
WindPlantDynamics WindTurbineType1or2Dynamics WindPlantDynamics The wind plant with which the wind turbines type 1 or type 2 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindTurbineType3IEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindTurbineType3IEC> rdf:type rdfs:Class ;
	rdfs:label "WindTurbineType3IEC"@en ;
	rdfs:subClassOf <WindTurbineType3or4IEC> .
<WindTurbineType3IEC.WindAeroOneDimIEC> rdf:type rdfs:Property ;
	rdfs:label "WindAeroOneDimIEC"@en ;
	rdfs:domain <WindTurbineType3IEC> ;
	rdfs:range <WindAeroOneDimIEC> .
<WindTurbineType3IEC.WindMechIEC> rdf:type rdfs:Property ;
	rdfs:label "WindMechIEC"@en ;
	rdfs:domain <WindTurbineType3IEC> ;
	rdfs:range <WindMechIEC> .
<WindTurbineType3IEC.WindGenType3IEC> rdf:type rdfs:Property ;
	rdfs:label "WindGenType3IEC"@en ;
	rdfs:domain <WindTurbineType3IEC> ;
	rdfs:range <WindGenType3IEC> .
<WindTurbineType3IEC.WindContPType3IEC> rdf:type rdfs:Property ;
	rdfs:label "WindContPType3IEC"@en ;
	rdfs:domain <WindTurbineType3IEC> ;
	rdfs:range <WindContPType3IEC> .
<WindTurbineType3IEC.WindAeroTwoDimIEC> rdf:type rdfs:Property ;
	rdfs:label "WindAeroTwoDimIEC"@en ;
	rdfs:domain <WindTurbineType3IEC> ;
	rdfs:range <WindAeroTwoDimIEC> .
<WindTurbineType3IEC.WindContPitchAngleIEC> rdf:type rdfs:Property ;
	rdfs:label "WindContPitchAngleIEC"@en ;
	rdfs:domain <WindTurbineType3IEC> ;
	rdfs:range <WindContPitchAngleIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindTurbineType3IEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindAeroOneDimIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindAeroOneDimIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindAeroOneDimIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindAeroOneDimIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindAeroOneDimIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindMechIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindMechIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindMechIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindMechIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindMechIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindGenType3IEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindGenType3IEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenType3IEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindGenType3IEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindGenType3IEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindContPType3IEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindContPType3IEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindContPType3IEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindContPType3IEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindContPType3IEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindAeroTwoDimIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindAeroTwoDimIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindAeroTwoDimIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindAeroTwoDimIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindAeroTwoDimIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindContPitchAngleIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindContPitchAngleIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindContPitchAngleIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindContPitchAngleIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC.WindContPitchAngleIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC> .

Sub-Class Of: WindTurbineType3or4IEC » WindTurbineType3or4Dynamics » DynamicsFunctionBlock » IdentifiedObject

Parent class supporting relationships to IEC wind turbines type 3 including their control models.

Property Domain Range Comment
WindAeroOneDimIEC WindTurbineType3IEC WindAeroOneDimIEC Wind aerodynamic model associated with this wind generator type 3 model.
WindMechIEC WindTurbineType3IEC WindMechIEC Wind mechanical model associated with this wind turbine type 3 model.
WindGenType3IEC WindTurbineType3IEC WindGenType3IEC Wind generator type 3 model associated with this wind turbine type 3 model.
WindContPType3IEC WindTurbineType3IEC WindContPType3IEC Wind control P type 3 model associated with this wind turbine type 3 model.
WindAeroTwoDimIEC WindTurbineType3IEC WindAeroTwoDimIEC Wind aerodynamic model associated with this wind turbine type 3 model.
WindContPitchAngleIEC WindTurbineType3IEC WindContPitchAngleIEC Wind control pitch angle model associated with this wind turbine type 3.
WindProtectionIEC WindTurbineType3or4IEC WindProtectionIEC Wind turbune protection model associated with this wind generator type 3 or type 4 model.
WIndContQIEC WindTurbineType3or4IEC WindContQIEC Wind control Q model associated with this wind turbine type 3 or type 4 model.
WindContQLimIEC WindTurbineType3or4IEC WindContQLimIEC Constant Q limitation model associated with this wind generator type 3 or type 4 model.
WindContQPQULimIEC WindTurbineType3or4IEC WindContQPQULimIEC QP and QU limitation model associated with this wind generator type 3 or type 4 model.
WindRefFrameRotIEC WindTurbineType3or4IEC WindRefFrameRotIEC Reference frame rotation model associated with this wind turbine type 3 or type 4 model.
WindContCurrLimIEC WindTurbineType3or4IEC WindContCurrLimIEC Wind control current limitation model associated with this wind turbine type 3 or type 4 model.
RemoteInputSignal WindTurbineType3or4Dynamics RemoteInputSignal Remote input signal used by these wind turbine type 3 or type 4 models.
PowerElectronicsConnection WindTurbineType3or4Dynamics PowerElectronicsConnection The power electronics connection associated with this wind turbine type 3 or type 4 dynamics model.
WindPlantDynamics WindTurbineType3or4Dynamics WindPlantDynamics The wind plant with which the wind turbines type 3 or type 4 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindTurbineType3IEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindTurbineType3IEC2> rdf:type rdfs:Class ;
	rdfs:label "WindTurbineType3IEC2"@en ;
	rdfs:subClassOf <WindTurbineType3or4IEC2> .
<WindTurbineType3IEC2.WindAeroTwoDimIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindAeroTwoDimIEC2"@en ;
	rdfs:domain <WindTurbineType3IEC2> ;
	rdfs:range <WindAeroTwoDimIEC2> .
<WindTurbineType3IEC2.WindAeroOneDimIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindAeroOneDimIEC2"@en ;
	rdfs:domain <WindTurbineType3IEC2> ;
	rdfs:range <WindAeroOneDimIEC2> .
<WindTurbineType3IEC2.WindContPitchAngleIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindContPitchAngleIEC2"@en ;
	rdfs:domain <WindTurbineType3IEC2> ;
	rdfs:range <WindContPitchAngleIEC2> .
<WindTurbineType3IEC2.WindMechIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindMechIEC2"@en ;
	rdfs:domain <WindTurbineType3IEC2> ;
	rdfs:range <WindMechIEC2> .
<WindTurbineType3IEC2.WindGenType3IEC2> rdf:type rdfs:Property ;
	rdfs:label "WindGenType3IEC2"@en ;
	rdfs:domain <WindTurbineType3IEC2> ;
	rdfs:range <WindGenType3IEC2> .
<WindTurbineType3IEC2.WindContPType3IEC2> rdf:type rdfs:Property ;
	rdfs:label "WindContPType3IEC2"@en ;
	rdfs:domain <WindTurbineType3IEC2> ;
	rdfs:range <WindContPType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindTurbineType3IEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindAeroTwoDimIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindAeroTwoDimIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindAeroTwoDimIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindAeroTwoDimIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindAeroTwoDimIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroTwoDimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindAeroOneDimIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindAeroOneDimIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindAeroOneDimIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindAeroOneDimIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindAeroOneDimIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindAeroOneDimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindContPitchAngleIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindContPitchAngleIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContPitchAngleIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindContPitchAngleIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindContPitchAngleIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPitchAngleIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindMechIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindMechIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindMechIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindMechIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindMechIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindGenType3IEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindGenType3IEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenType3IEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindGenType3IEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindGenType3IEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindContPType3IEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindContPType3IEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContPType3IEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindContPType3IEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3IEC2.WindContPType3IEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType3IEC2> .

Sub-Class Of: WindTurbineType3or4IEC2 » WindTurbineType3or4Dynamics » DynamicsFunctionBlock » IdentifiedObject

Parent class supporting relationships to IEC wind turbines type 3 including their modules.

Property Domain Range Comment
WindAeroTwoDimIEC2 WindTurbineType3IEC2 WindAeroTwoDimIEC2 Wind two dimensional aerodynamic module associated with this wind turbine type 3 model.
WindAeroOneDimIEC2 WindTurbineType3IEC2 WindAeroOneDimIEC2 Wind aerodynamic module associated with this wind generator type 3 model.
WindContPitchAngleIEC2 WindTurbineType3IEC2 WindContPitchAngleIEC2 Wind control pitch angle module associated with this wind turbine type 3.
WindMechIEC2 WindTurbineType3IEC2 WindMechIEC2 Wind mechanical two mass module associated with this wind turbine type 3 model.
WindGenType3IEC2 WindTurbineType3IEC2 WindGenType3IEC2 Wind generator type 3 system module associated with this wind turbine type 3 model.
WindContPType3IEC2 WindTurbineType3IEC2 WindContPType3IEC2 Wind control P type 3 module associated with this wind turbine type 3 model.
WindContQPQULimIEC2 WindTurbineType3or4IEC2 WindContQPQULimIEC2 QP and QU limitation module associated with this wind generator type 3 or type 4 model.
WindElectricalSystemGamma WindTurbineType3or4IEC2 WindElectricalSystemGamma Wind turbune electrical system gamma module associated with this wind generator type 3 or type 4 model.
WindProtectionIEC2 WindTurbineType3or4IEC2 WindProtectionIEC2 Wind turbune protection module associated with this wind generator type 3 or type 4 model.
WindRefFrameRotIEC2 WindTurbineType3or4IEC2 WindRefFrameRotIEC2 Reference frame rotation module associated with this wind turbine type 3 or type 4 model.
WIndContQIEC2 WindTurbineType3or4IEC2 WindContQIEC2 Wind reactive control module associated with this wind turbine type 3 or type 4 model.
WindGridMeasForProtection WindTurbineType3or4IEC2 WindGridMeasForProtection Wind turbune grid measurement (for protection) module associated with this wind generator type 3 or type 4 model.
WindGridMeasForControl WindTurbineType3or4IEC2 WindGridMeasForControl Wind turbune grid measurement (for control) module associated with this wind generator type 3 or type 4 model.
WindContCurrLimIEC2 WindTurbineType3or4IEC2 WindContCurrLimIEC2 Wind control current limitation module associated with this wind turbine type 3 or type 4 model.
WindContQLimIEC2 WindTurbineType3or4IEC2 WindContQLimIEC2 Constant Q limitation module associated with this wind generator type 3 or type 4 model.
RemoteInputSignal WindTurbineType3or4Dynamics RemoteInputSignal Remote input signal used by these wind turbine type 3 or type 4 models.
PowerElectronicsConnection WindTurbineType3or4Dynamics PowerElectronicsConnection The power electronics connection associated with this wind turbine type 3 or type 4 dynamics model.
WindPlantDynamics WindTurbineType3or4Dynamics WindPlantDynamics The wind plant with which the wind turbines type 3 or type 4 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindTurbineType3or4Dynamics

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindTurbineType3or4Dynamics> rdf:type rdfs:Class ;
	rdfs:label "WindTurbineType3or4Dynamics"@en ;
	rdfs:subClassOf <DynamicsFunctionBlock> .
<WindTurbineType3or4Dynamics.RemoteInputSignal> rdf:type rdfs:Property ;
	rdfs:label "RemoteInputSignal"@en ;
	rdfs:domain <WindTurbineType3or4Dynamics> ;
	rdfs:range <RemoteInputSignal> .
<WindTurbineType3or4Dynamics.PowerElectronicsConnection> rdf:type rdfs:Property ;
	rdfs:label "PowerElectronicsConnection"@en ;
	rdfs:domain <WindTurbineType3or4Dynamics> ;
	rdfs:range <PowerElectronicsConnection> .
<WindTurbineType3or4Dynamics.WindPlantDynamics> rdf:type rdfs:Property ;
	rdfs:label "WindPlantDynamics"@en ;
	rdfs:domain <WindTurbineType3or4Dynamics> ;
	rdfs:range <WindPlantDynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4Dynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4Dynamics> <http://www.w3.org/2000/01/rdf-schema#label> "WindTurbineType3or4Dynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4Dynamics> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4Dynamics.RemoteInputSignal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4Dynamics.RemoteInputSignal> <http://www.w3.org/2000/01/rdf-schema#label> "RemoteInputSignal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4Dynamics.RemoteInputSignal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4Dynamics.RemoteInputSignal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#RemoteInputSignal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4Dynamics.PowerElectronicsConnection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4Dynamics.PowerElectronicsConnection> <http://www.w3.org/2000/01/rdf-schema#label> "PowerElectronicsConnection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4Dynamics.PowerElectronicsConnection> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4Dynamics.PowerElectronicsConnection> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4Dynamics.WindPlantDynamics> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4Dynamics.WindPlantDynamics> <http://www.w3.org/2000/01/rdf-schema#label> "WindPlantDynamics"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4Dynamics.WindPlantDynamics> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4Dynamics.WindPlantDynamics> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPlantDynamics> .

Sub-Class Of: DynamicsFunctionBlock » IdentifiedObject

Parent class supporting relationships to wind turbines type 3 and type 4 and wind plant including their control models.

Property Domain Range Comment
RemoteInputSignal WindTurbineType3or4Dynamics RemoteInputSignal Remote input signal used by these wind turbine type 3 or type 4 models.
PowerElectronicsConnection WindTurbineType3or4Dynamics PowerElectronicsConnection The power electronics connection associated with this wind turbine type 3 or type 4 dynamics model.
WindPlantDynamics WindTurbineType3or4Dynamics WindPlantDynamics The wind plant with which the wind turbines type 3 or type 4 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindTurbineType3or4IEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindTurbineType3or4IEC> rdf:type rdfs:Class ;
	rdfs:label "WindTurbineType3or4IEC"@en ;
	rdfs:subClassOf <WindTurbineType3or4Dynamics> .
<WindTurbineType3or4IEC.WindProtectionIEC> rdf:type rdfs:Property ;
	rdfs:label "WindProtectionIEC"@en ;
	rdfs:domain <WindTurbineType3or4IEC> ;
	rdfs:range <WindProtectionIEC> .
<WindTurbineType3or4IEC.WIndContQIEC> rdf:type rdfs:Property ;
	rdfs:label "WIndContQIEC"@en ;
	rdfs:domain <WindTurbineType3or4IEC> ;
	rdfs:range <WindContQIEC> .
<WindTurbineType3or4IEC.WindContQLimIEC> rdf:type rdfs:Property ;
	rdfs:label "WindContQLimIEC"@en ;
	rdfs:domain <WindTurbineType3or4IEC> ;
	rdfs:range <WindContQLimIEC> .
<WindTurbineType3or4IEC.WindContQPQULimIEC> rdf:type rdfs:Property ;
	rdfs:label "WindContQPQULimIEC"@en ;
	rdfs:domain <WindTurbineType3or4IEC> ;
	rdfs:range <WindContQPQULimIEC> .
<WindTurbineType3or4IEC.WindRefFrameRotIEC> rdf:type rdfs:Property ;
	rdfs:label "WindRefFrameRotIEC"@en ;
	rdfs:domain <WindTurbineType3or4IEC> ;
	rdfs:range <WindRefFrameRotIEC> .
<WindTurbineType3or4IEC.WindContCurrLimIEC> rdf:type rdfs:Property ;
	rdfs:label "WindContCurrLimIEC"@en ;
	rdfs:domain <WindTurbineType3or4IEC> ;
	rdfs:range <WindContCurrLimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindTurbineType3or4IEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WindProtectionIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WindProtectionIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindProtectionIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WindProtectionIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WindProtectionIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WIndContQIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WIndContQIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WIndContQIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WIndContQIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WIndContQIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WindContQLimIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WindContQLimIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindContQLimIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WindContQLimIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WindContQLimIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WindContQPQULimIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WindContQPQULimIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindContQPQULimIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WindContQPQULimIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WindContQPQULimIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQPQULimIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WindRefFrameRotIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WindRefFrameRotIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindRefFrameRotIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WindRefFrameRotIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WindRefFrameRotIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WindContCurrLimIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WindContCurrLimIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindContCurrLimIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WindContCurrLimIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC.WindContCurrLimIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC> .

Sub-Class Of: WindTurbineType3or4Dynamics » DynamicsFunctionBlock » IdentifiedObject

Parent class supporting relationships to IEC wind turbines type 3 and type 4 including their control models.

Property Domain Range Comment
WindProtectionIEC WindTurbineType3or4IEC WindProtectionIEC Wind turbune protection model associated with this wind generator type 3 or type 4 model.
WIndContQIEC WindTurbineType3or4IEC WindContQIEC Wind control Q model associated with this wind turbine type 3 or type 4 model.
WindContQLimIEC WindTurbineType3or4IEC WindContQLimIEC Constant Q limitation model associated with this wind generator type 3 or type 4 model.
WindContQPQULimIEC WindTurbineType3or4IEC WindContQPQULimIEC QP and QU limitation model associated with this wind generator type 3 or type 4 model.
WindRefFrameRotIEC WindTurbineType3or4IEC WindRefFrameRotIEC Reference frame rotation model associated with this wind turbine type 3 or type 4 model.
WindContCurrLimIEC WindTurbineType3or4IEC WindContCurrLimIEC Wind control current limitation model associated with this wind turbine type 3 or type 4 model.
RemoteInputSignal WindTurbineType3or4Dynamics RemoteInputSignal Remote input signal used by these wind turbine type 3 or type 4 models.
PowerElectronicsConnection WindTurbineType3or4Dynamics PowerElectronicsConnection The power electronics connection associated with this wind turbine type 3 or type 4 dynamics model.
WindPlantDynamics WindTurbineType3or4Dynamics WindPlantDynamics The wind plant with which the wind turbines type 3 or type 4 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindTurbineType3or4IEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindTurbineType3or4IEC2> rdf:type rdfs:Class ;
	rdfs:label "WindTurbineType3or4IEC2"@en ;
	rdfs:subClassOf <WindTurbineType3or4Dynamics> .
<WindTurbineType3or4IEC2.WindContQPQULimIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindContQPQULimIEC2"@en ;
	rdfs:domain <WindTurbineType3or4IEC2> ;
	rdfs:range <WindContQPQULimIEC2> .
<WindTurbineType3or4IEC2.WindElectricalSystemGamma> rdf:type rdfs:Property ;
	rdfs:label "WindElectricalSystemGamma"@en ;
	rdfs:domain <WindTurbineType3or4IEC2> ;
	rdfs:range <WindElectricalSystemGamma> .
<WindTurbineType3or4IEC2.WindProtectionIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindProtectionIEC2"@en ;
	rdfs:domain <WindTurbineType3or4IEC2> ;
	rdfs:range <WindProtectionIEC2> .
<WindTurbineType3or4IEC2.WindRefFrameRotIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindRefFrameRotIEC2"@en ;
	rdfs:domain <WindTurbineType3or4IEC2> ;
	rdfs:range <WindRefFrameRotIEC2> .
<WindTurbineType3or4IEC2.WIndContQIEC2> rdf:type rdfs:Property ;
	rdfs:label "WIndContQIEC2"@en ;
	rdfs:domain <WindTurbineType3or4IEC2> ;
	rdfs:range <WindContQIEC2> .
<WindTurbineType3or4IEC2.WindGridMeasForProtection> rdf:type rdfs:Property ;
	rdfs:label "WindGridMeasForProtection"@en ;
	rdfs:domain <WindTurbineType3or4IEC2> ;
	rdfs:range <WindGridMeasForProtection> .
<WindTurbineType3or4IEC2.WindGridMeasForControl> rdf:type rdfs:Property ;
	rdfs:label "WindGridMeasForControl"@en ;
	rdfs:domain <WindTurbineType3or4IEC2> ;
	rdfs:range <WindGridMeasForControl> .
<WindTurbineType3or4IEC2.WindContCurrLimIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindContCurrLimIEC2"@en ;
	rdfs:domain <WindTurbineType3or4IEC2> ;
	rdfs:range <WindContCurrLimIEC2> .
<WindTurbineType3or4IEC2.WindContQLimIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindContQLimIEC2"@en ;
	rdfs:domain <WindTurbineType3or4IEC2> ;
	rdfs:range <WindContQLimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindTurbineType3or4IEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindContQPQULimIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindContQPQULimIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContQPQULimIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindContQPQULimIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindContQPQULimIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQPQULimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindElectricalSystemGamma> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindElectricalSystemGamma> <http://www.w3.org/2000/01/rdf-schema#label> "WindElectricalSystemGamma"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindElectricalSystemGamma> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindElectricalSystemGamma> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindElectricalSystemGamma> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindProtectionIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindProtectionIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindProtectionIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindProtectionIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindProtectionIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindProtectionIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindRefFrameRotIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindRefFrameRotIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindRefFrameRotIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindRefFrameRotIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindRefFrameRotIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindRefFrameRotIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WIndContQIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WIndContQIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WIndContQIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WIndContQIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WIndContQIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindGridMeasForProtection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindGridMeasForProtection> <http://www.w3.org/2000/01/rdf-schema#label> "WindGridMeasForProtection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindGridMeasForProtection> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindGridMeasForProtection> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForProtection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindGridMeasForControl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindGridMeasForControl> <http://www.w3.org/2000/01/rdf-schema#label> "WindGridMeasForControl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindGridMeasForControl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindGridMeasForControl> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGridMeasForControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindContCurrLimIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindContCurrLimIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContCurrLimIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindContCurrLimIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindContCurrLimIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContCurrLimIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindContQLimIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindContQLimIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContQLimIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindContQLimIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2.WindContQLimIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContQLimIEC2> .

Sub-Class Of: WindTurbineType3or4Dynamics » DynamicsFunctionBlock » IdentifiedObject

Parent class supporting relationships to IEC wind turbines type 3 and type 4 including their control models.

Property Domain Range Comment
WindContQPQULimIEC2 WindTurbineType3or4IEC2 WindContQPQULimIEC2 QP and QU limitation module associated with this wind generator type 3 or type 4 model.
WindElectricalSystemGamma WindTurbineType3or4IEC2 WindElectricalSystemGamma Wind turbune electrical system gamma module associated with this wind generator type 3 or type 4 model.
WindProtectionIEC2 WindTurbineType3or4IEC2 WindProtectionIEC2 Wind turbune protection module associated with this wind generator type 3 or type 4 model.
WindRefFrameRotIEC2 WindTurbineType3or4IEC2 WindRefFrameRotIEC2 Reference frame rotation module associated with this wind turbine type 3 or type 4 model.
WIndContQIEC2 WindTurbineType3or4IEC2 WindContQIEC2 Wind reactive control module associated with this wind turbine type 3 or type 4 model.
WindGridMeasForProtection WindTurbineType3or4IEC2 WindGridMeasForProtection Wind turbune grid measurement (for protection) module associated with this wind generator type 3 or type 4 model.
WindGridMeasForControl WindTurbineType3or4IEC2 WindGridMeasForControl Wind turbune grid measurement (for control) module associated with this wind generator type 3 or type 4 model.
WindContCurrLimIEC2 WindTurbineType3or4IEC2 WindContCurrLimIEC2 Wind control current limitation module associated with this wind turbine type 3 or type 4 model.
WindContQLimIEC2 WindTurbineType3or4IEC2 WindContQLimIEC2 Constant Q limitation module associated with this wind generator type 3 or type 4 model.
RemoteInputSignal WindTurbineType3or4Dynamics RemoteInputSignal Remote input signal used by these wind turbine type 3 or type 4 models.
PowerElectronicsConnection WindTurbineType3or4Dynamics PowerElectronicsConnection The power electronics connection associated with this wind turbine type 3 or type 4 dynamics model.
WindPlantDynamics WindTurbineType3or4Dynamics WindPlantDynamics The wind plant with which the wind turbines type 3 or type 4 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindTurbineType4IEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindTurbineType4IEC> rdf:type rdfs:Class ;
	rdfs:label "WindTurbineType4IEC"@en ;
	rdfs:subClassOf <WindTurbineType3or4IEC> .
<WindTurbineType4IEC.WindGenType3aIEC> rdf:type rdfs:Property ;
	rdfs:label "WindGenType3aIEC"@en ;
	rdfs:domain <WindTurbineType4IEC> ;
	rdfs:range <WindGenType3aIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4IEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4IEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindTurbineType4IEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4IEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4IEC.WindGenType3aIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4IEC.WindGenType3aIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenType3aIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4IEC.WindGenType3aIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4IEC.WindGenType3aIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC> .

Sub-Class Of: WindTurbineType3or4IEC » WindTurbineType3or4Dynamics » DynamicsFunctionBlock » IdentifiedObject

Parent class supporting relationships to IEC wind turbines type 4 including their control models.

Property Domain Range Comment
WindGenType3aIEC WindTurbineType4IEC WindGenType3aIEC Wind generator type 3A model associated with this wind turbine type 4 model.
WindProtectionIEC WindTurbineType3or4IEC WindProtectionIEC Wind turbune protection model associated with this wind generator type 3 or type 4 model.
WIndContQIEC WindTurbineType3or4IEC WindContQIEC Wind control Q model associated with this wind turbine type 3 or type 4 model.
WindContQLimIEC WindTurbineType3or4IEC WindContQLimIEC Constant Q limitation model associated with this wind generator type 3 or type 4 model.
WindContQPQULimIEC WindTurbineType3or4IEC WindContQPQULimIEC QP and QU limitation model associated with this wind generator type 3 or type 4 model.
WindRefFrameRotIEC WindTurbineType3or4IEC WindRefFrameRotIEC Reference frame rotation model associated with this wind turbine type 3 or type 4 model.
WindContCurrLimIEC WindTurbineType3or4IEC WindContCurrLimIEC Wind control current limitation model associated with this wind turbine type 3 or type 4 model.
RemoteInputSignal WindTurbineType3or4Dynamics RemoteInputSignal Remote input signal used by these wind turbine type 3 or type 4 models.
PowerElectronicsConnection WindTurbineType3or4Dynamics PowerElectronicsConnection The power electronics connection associated with this wind turbine type 3 or type 4 dynamics model.
WindPlantDynamics WindTurbineType3or4Dynamics WindPlantDynamics The wind plant with which the wind turbines type 3 or type 4 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindTurbineType4IEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindTurbineType4IEC2> rdf:type rdfs:Class ;
	rdfs:label "WindTurbineType4IEC2"@en ;
	rdfs:subClassOf <WindTurbineType3or4IEC2> .
<WindTurbineType4IEC2.WindGenType3aIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindGenType3aIEC2"@en ;
	rdfs:domain <WindTurbineType4IEC2> ;
	rdfs:range <WindGenType3aIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4IEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4IEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindTurbineType4IEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4IEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4IEC2.WindGenType3aIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4IEC2.WindGenType3aIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenType3aIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4IEC2.WindGenType3aIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4IEC2.WindGenType3aIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType3aIEC2> .

Sub-Class Of: WindTurbineType3or4IEC2 » WindTurbineType3or4Dynamics » DynamicsFunctionBlock » IdentifiedObject

Parent class supporting relationships to IEC wind turbines type 4 including their control modules.

Property Domain Range Comment
WindGenType3aIEC2 WindTurbineType4IEC2 WindGenType3aIEC2 Wind generator system type 3A module associated with this wind turbine type 4 model.
WindContQPQULimIEC2 WindTurbineType3or4IEC2 WindContQPQULimIEC2 QP and QU limitation module associated with this wind generator type 3 or type 4 model.
WindElectricalSystemGamma WindTurbineType3or4IEC2 WindElectricalSystemGamma Wind turbune electrical system gamma module associated with this wind generator type 3 or type 4 model.
WindProtectionIEC2 WindTurbineType3or4IEC2 WindProtectionIEC2 Wind turbune protection module associated with this wind generator type 3 or type 4 model.
WindRefFrameRotIEC2 WindTurbineType3or4IEC2 WindRefFrameRotIEC2 Reference frame rotation module associated with this wind turbine type 3 or type 4 model.
WIndContQIEC2 WindTurbineType3or4IEC2 WindContQIEC2 Wind reactive control module associated with this wind turbine type 3 or type 4 model.
WindGridMeasForProtection WindTurbineType3or4IEC2 WindGridMeasForProtection Wind turbune grid measurement (for protection) module associated with this wind generator type 3 or type 4 model.
WindGridMeasForControl WindTurbineType3or4IEC2 WindGridMeasForControl Wind turbune grid measurement (for control) module associated with this wind generator type 3 or type 4 model.
WindContCurrLimIEC2 WindTurbineType3or4IEC2 WindContCurrLimIEC2 Wind control current limitation module associated with this wind turbine type 3 or type 4 model.
WindContQLimIEC2 WindTurbineType3or4IEC2 WindContQLimIEC2 Constant Q limitation module associated with this wind generator type 3 or type 4 model.
RemoteInputSignal WindTurbineType3or4Dynamics RemoteInputSignal Remote input signal used by these wind turbine type 3 or type 4 models.
PowerElectronicsConnection WindTurbineType3or4Dynamics PowerElectronicsConnection The power electronics connection associated with this wind turbine type 3 or type 4 dynamics model.
WindPlantDynamics WindTurbineType3or4Dynamics WindPlantDynamics The wind plant with which the wind turbines type 3 or type 4 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindTurbineType4aIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindTurbineType4aIEC> rdf:type rdfs:Class ;
	rdfs:label "WindTurbineType4aIEC"@en ;
	rdfs:subClassOf <WindTurbineType4IEC> .
<WindTurbineType4aIEC.WindContPType4aIEC> rdf:type rdfs:Property ;
	rdfs:label "WindContPType4aIEC"@en ;
	rdfs:domain <WindTurbineType4aIEC> ;
	rdfs:range <WindContPType4aIEC> .
<WindTurbineType4aIEC.WindGenType4IEC> rdf:type rdfs:Property ;
	rdfs:label "WindGenType4IEC"@en ;
	rdfs:domain <WindTurbineType4aIEC> ;
	rdfs:range <WindGenType4IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindTurbineType4aIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC.WindContPType4aIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC.WindContPType4aIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindContPType4aIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC.WindContPType4aIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC.WindContPType4aIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC.WindGenType4IEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC.WindGenType4IEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenType4IEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC.WindGenType4IEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC.WindGenType4IEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC> .

Sub-Class Of: WindTurbineType4IEC » WindTurbineType3or4IEC » WindTurbineType3or4Dynamics » DynamicsFunctionBlock » IdentifiedObject

Wind turbine IEC type 4A. Reference: IEC 61400-27-1:2015, 5.5.5.2.

Property Domain Range Comment
WindContPType4aIEC WindTurbineType4aIEC WindContPType4aIEC Wind control P type 4A model associated with this wind turbine type 4A model.
WindGenType4IEC WindTurbineType4aIEC WindGenType4IEC Wind generator type 4 model associated with this wind turbine type 4A model.
WindGenType3aIEC WindTurbineType4IEC WindGenType3aIEC Wind generator type 3A model associated with this wind turbine type 4 model.
WindProtectionIEC WindTurbineType3or4IEC WindProtectionIEC Wind turbune protection model associated with this wind generator type 3 or type 4 model.
WIndContQIEC WindTurbineType3or4IEC WindContQIEC Wind control Q model associated with this wind turbine type 3 or type 4 model.
WindContQLimIEC WindTurbineType3or4IEC WindContQLimIEC Constant Q limitation model associated with this wind generator type 3 or type 4 model.
WindContQPQULimIEC WindTurbineType3or4IEC WindContQPQULimIEC QP and QU limitation model associated with this wind generator type 3 or type 4 model.
WindRefFrameRotIEC WindTurbineType3or4IEC WindRefFrameRotIEC Reference frame rotation model associated with this wind turbine type 3 or type 4 model.
WindContCurrLimIEC WindTurbineType3or4IEC WindContCurrLimIEC Wind control current limitation model associated with this wind turbine type 3 or type 4 model.
RemoteInputSignal WindTurbineType3or4Dynamics RemoteInputSignal Remote input signal used by these wind turbine type 3 or type 4 models.
PowerElectronicsConnection WindTurbineType3or4Dynamics PowerElectronicsConnection The power electronics connection associated with this wind turbine type 3 or type 4 dynamics model.
WindPlantDynamics WindTurbineType3or4Dynamics WindPlantDynamics The wind plant with which the wind turbines type 3 or type 4 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindTurbineType4aIEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindTurbineType4aIEC2> rdf:type rdfs:Class ;
	rdfs:label "WindTurbineType4aIEC2"@en ;
	rdfs:subClassOf <WindTurbineType4IEC2> .
<WindTurbineType4aIEC2.WindGenType4IEC2> rdf:type rdfs:Property ;
	rdfs:label "WindGenType4IEC2"@en ;
	rdfs:domain <WindTurbineType4aIEC2> ;
	rdfs:range <WindGenType4IEC2> .
<WindTurbineType4aIEC2.WindContPType4aIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindContPType4aIEC2"@en ;
	rdfs:domain <WindTurbineType4aIEC2> ;
	rdfs:range <WindContPType4aIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindTurbineType4aIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC2.WindGenType4IEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC2.WindGenType4IEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenType4IEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC2.WindGenType4IEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC2.WindGenType4IEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC2.WindContPType4aIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC2.WindContPType4aIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContPType4aIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC2.WindContPType4aIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4aIEC2.WindContPType4aIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4aIEC2> .

Sub-Class Of: WindTurbineType4IEC2 » WindTurbineType3or4IEC2 » WindTurbineType3or4Dynamics » DynamicsFunctionBlock » IdentifiedObject

Wind turbine IEC type 4A. Reference: IEC 61400-27-1:2020, 6.2.5.2.

Property Domain Range Comment
WindGenType4IEC2 WindTurbineType4aIEC2 WindGenType4IEC2 Wind generator system type 4 module associated with this wind turbine type 4A model.
WindContPType4aIEC2 WindTurbineType4aIEC2 WindContPType4aIEC2 Wind control P type 4A module associated with this wind turbine type 4A model.
WindGenType3aIEC2 WindTurbineType4IEC2 WindGenType3aIEC2 Wind generator system type 3A module associated with this wind turbine type 4 model.
WindContQPQULimIEC2 WindTurbineType3or4IEC2 WindContQPQULimIEC2 QP and QU limitation module associated with this wind generator type 3 or type 4 model.
WindElectricalSystemGamma WindTurbineType3or4IEC2 WindElectricalSystemGamma Wind turbune electrical system gamma module associated with this wind generator type 3 or type 4 model.
WindProtectionIEC2 WindTurbineType3or4IEC2 WindProtectionIEC2 Wind turbune protection module associated with this wind generator type 3 or type 4 model.
WindRefFrameRotIEC2 WindTurbineType3or4IEC2 WindRefFrameRotIEC2 Reference frame rotation module associated with this wind turbine type 3 or type 4 model.
WIndContQIEC2 WindTurbineType3or4IEC2 WindContQIEC2 Wind reactive control module associated with this wind turbine type 3 or type 4 model.
WindGridMeasForProtection WindTurbineType3or4IEC2 WindGridMeasForProtection Wind turbune grid measurement (for protection) module associated with this wind generator type 3 or type 4 model.
WindGridMeasForControl WindTurbineType3or4IEC2 WindGridMeasForControl Wind turbune grid measurement (for control) module associated with this wind generator type 3 or type 4 model.
WindContCurrLimIEC2 WindTurbineType3or4IEC2 WindContCurrLimIEC2 Wind control current limitation module associated with this wind turbine type 3 or type 4 model.
WindContQLimIEC2 WindTurbineType3or4IEC2 WindContQLimIEC2 Constant Q limitation module associated with this wind generator type 3 or type 4 model.
RemoteInputSignal WindTurbineType3or4Dynamics RemoteInputSignal Remote input signal used by these wind turbine type 3 or type 4 models.
PowerElectronicsConnection WindTurbineType3or4Dynamics PowerElectronicsConnection The power electronics connection associated with this wind turbine type 3 or type 4 dynamics model.
WindPlantDynamics WindTurbineType3or4Dynamics WindPlantDynamics The wind plant with which the wind turbines type 3 or type 4 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindTurbineType4bIEC

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindTurbineType4bIEC> rdf:type rdfs:Class ;
	rdfs:label "WindTurbineType4bIEC"@en ;
	rdfs:subClassOf <WindTurbineType4IEC> .
<WindTurbineType4bIEC.WindGenType4IEC> rdf:type rdfs:Property ;
	rdfs:label "WindGenType4IEC"@en ;
	rdfs:domain <WindTurbineType4bIEC> ;
	rdfs:range <WindGenType4IEC> .
<WindTurbineType4bIEC.WindContPType4bIEC> rdf:type rdfs:Property ;
	rdfs:label "WindContPType4bIEC"@en ;
	rdfs:domain <WindTurbineType4bIEC> ;
	rdfs:range <WindContPType4bIEC> .
<WindTurbineType4bIEC.WindMechIEC> rdf:type rdfs:Property ;
	rdfs:label "WindMechIEC"@en ;
	rdfs:domain <WindTurbineType4bIEC> ;
	rdfs:range <WindMechIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindTurbineType4bIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC.WindGenType4IEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC.WindGenType4IEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenType4IEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC.WindGenType4IEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC.WindGenType4IEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC.WindContPType4bIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC.WindContPType4bIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindContPType4bIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC.WindContPType4bIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC.WindContPType4bIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC.WindMechIEC> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC.WindMechIEC> <http://www.w3.org/2000/01/rdf-schema#label> "WindMechIEC"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC.WindMechIEC> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC.WindMechIEC> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC> .

Sub-Class Of: WindTurbineType4IEC » WindTurbineType3or4IEC » WindTurbineType3or4Dynamics » DynamicsFunctionBlock » IdentifiedObject

Wind turbine IEC type 4B. Reference: IEC 61400-27-1:2015, 5.5.5.3.

Property Domain Range Comment
WindGenType4IEC WindTurbineType4bIEC WindGenType4IEC Wind generator type 4 model associated with this wind turbine type 4B model.
WindContPType4bIEC WindTurbineType4bIEC WindContPType4bIEC Wind control P type 4B model associated with this wind turbine type 4B model.
WindMechIEC WindTurbineType4bIEC WindMechIEC Wind mechanical model associated with this wind turbine type 4B model.
WindGenType3aIEC WindTurbineType4IEC WindGenType3aIEC Wind generator type 3A model associated with this wind turbine type 4 model.
WindProtectionIEC WindTurbineType3or4IEC WindProtectionIEC Wind turbune protection model associated with this wind generator type 3 or type 4 model.
WIndContQIEC WindTurbineType3or4IEC WindContQIEC Wind control Q model associated with this wind turbine type 3 or type 4 model.
WindContQLimIEC WindTurbineType3or4IEC WindContQLimIEC Constant Q limitation model associated with this wind generator type 3 or type 4 model.
WindContQPQULimIEC WindTurbineType3or4IEC WindContQPQULimIEC QP and QU limitation model associated with this wind generator type 3 or type 4 model.
WindRefFrameRotIEC WindTurbineType3or4IEC WindRefFrameRotIEC Reference frame rotation model associated with this wind turbine type 3 or type 4 model.
WindContCurrLimIEC WindTurbineType3or4IEC WindContCurrLimIEC Wind control current limitation model associated with this wind turbine type 3 or type 4 model.
RemoteInputSignal WindTurbineType3or4Dynamics RemoteInputSignal Remote input signal used by these wind turbine type 3 or type 4 models.
PowerElectronicsConnection WindTurbineType3or4Dynamics PowerElectronicsConnection The power electronics connection associated with this wind turbine type 3 or type 4 dynamics model.
WindPlantDynamics WindTurbineType3or4Dynamics WindPlantDynamics The wind plant with which the wind turbines type 3 or type 4 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindTurbineType4bIEC2

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindTurbineType4bIEC2> rdf:type rdfs:Class ;
	rdfs:label "WindTurbineType4bIEC2"@en ;
	rdfs:subClassOf <WindTurbineType4IEC2> .
<WindTurbineType4bIEC2.WindMechIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindMechIEC2"@en ;
	rdfs:domain <WindTurbineType4bIEC2> ;
	rdfs:range <WindMechIEC2> .
<WindTurbineType4bIEC2.WindContPType4bIEC2> rdf:type rdfs:Property ;
	rdfs:label "WindContPType4bIEC2"@en ;
	rdfs:domain <WindTurbineType4bIEC2> ;
	rdfs:range <WindContPType4bIEC2> .
<WindTurbineType4bIEC2.WindGenType4IEC2> rdf:type rdfs:Property ;
	rdfs:label "WindGenType4IEC2"@en ;
	rdfs:domain <WindTurbineType4bIEC2> ;
	rdfs:range <WindGenType4IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindTurbineType4bIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC2> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4IEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC2.WindMechIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC2.WindMechIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindMechIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC2.WindMechIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC2.WindMechIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindMechIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC2.WindContPType4bIEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC2.WindContPType4bIEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindContPType4bIEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC2.WindContPType4bIEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC2.WindContPType4bIEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindContPType4bIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC2.WindGenType4IEC2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC2.WindGenType4IEC2> <http://www.w3.org/2000/01/rdf-schema#label> "WindGenType4IEC2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC2.WindGenType4IEC2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC2> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType4bIEC2.WindGenType4IEC2> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGenType4IEC2> .

Sub-Class Of: WindTurbineType4IEC2 » WindTurbineType3or4IEC2 » WindTurbineType3or4Dynamics » DynamicsFunctionBlock » IdentifiedObject

Wind turbine IEC type 4B. Reference: IEC 61400-27-1:2020, 6.2.5.3.

Property Domain Range Comment
WindMechIEC2 WindTurbineType4bIEC2 WindMechIEC2 Wind mechanical module associated with this wind turbine type 4B model.
WindContPType4bIEC2 WindTurbineType4bIEC2 WindContPType4bIEC2 Wind control P type 4B module associated with this wind turbine type 4B model.
WindGenType4IEC2 WindTurbineType4bIEC2 WindGenType4IEC2 Wind generator system type 4 module associated with this wind turbine type 4B model.
WindGenType3aIEC2 WindTurbineType4IEC2 WindGenType3aIEC2 Wind generator system type 3A module associated with this wind turbine type 4 model.
WindContQPQULimIEC2 WindTurbineType3or4IEC2 WindContQPQULimIEC2 QP and QU limitation module associated with this wind generator type 3 or type 4 model.
WindElectricalSystemGamma WindTurbineType3or4IEC2 WindElectricalSystemGamma Wind turbune electrical system gamma module associated with this wind generator type 3 or type 4 model.
WindProtectionIEC2 WindTurbineType3or4IEC2 WindProtectionIEC2 Wind turbune protection module associated with this wind generator type 3 or type 4 model.
WindRefFrameRotIEC2 WindTurbineType3or4IEC2 WindRefFrameRotIEC2 Reference frame rotation module associated with this wind turbine type 3 or type 4 model.
WIndContQIEC2 WindTurbineType3or4IEC2 WindContQIEC2 Wind reactive control module associated with this wind turbine type 3 or type 4 model.
WindGridMeasForProtection WindTurbineType3or4IEC2 WindGridMeasForProtection Wind turbune grid measurement (for protection) module associated with this wind generator type 3 or type 4 model.
WindGridMeasForControl WindTurbineType3or4IEC2 WindGridMeasForControl Wind turbune grid measurement (for control) module associated with this wind generator type 3 or type 4 model.
WindContCurrLimIEC2 WindTurbineType3or4IEC2 WindContCurrLimIEC2 Wind control current limitation module associated with this wind turbine type 3 or type 4 model.
WindContQLimIEC2 WindTurbineType3or4IEC2 WindContQLimIEC2 Constant Q limitation module associated with this wind generator type 3 or type 4 model.
RemoteInputSignal WindTurbineType3or4Dynamics RemoteInputSignal Remote input signal used by these wind turbine type 3 or type 4 models.
PowerElectronicsConnection WindTurbineType3or4Dynamics PowerElectronicsConnection The power electronics connection associated with this wind turbine type 3 or type 4 dynamics model.
WindPlantDynamics WindTurbineType3or4Dynamics WindPlantDynamics The wind plant with which the wind turbines type 3 or type 4 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindType1or2UserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindType1or2UserDefined> rdf:type rdfs:Class ;
	rdfs:label "WindType1or2UserDefined"@en ;
	rdfs:subClassOf <WindTurbineType1or2Dynamics> .
<WindType1or2UserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <WindType1or2UserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindType1or2UserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindType1or2UserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "WindType1or2UserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindType1or2UserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType1or2Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindType1or2UserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindType1or2UserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindType1or2UserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindType1or2UserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindType1or2UserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: WindTurbineType1or2Dynamics » DynamicsFunctionBlock » IdentifiedObject

Wind type 1 or type 2 function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary WindType1or2UserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
RemoteInputSignal WindTurbineType1or2Dynamics RemoteInputSignal Remote input signal used by this wind generator type 1 or type 2 model.
AsynchronousMachineDynamics WindTurbineType1or2Dynamics AsynchronousMachineDynamics Asynchronous machine model with which this wind generator type 1 or type 2 model is associated.
WindPlantDynamics WindTurbineType1or2Dynamics WindPlantDynamics The wind plant with which the wind turbines type 1 or type 2 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.

WindType3or4UserDefined

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindType3or4UserDefined> rdf:type rdfs:Class ;
	rdfs:label "WindType3or4UserDefined"@en ;
	rdfs:subClassOf <WindTurbineType3or4Dynamics> .
<WindType3or4UserDefined.proprietary> rdf:type rdfs:Property ;
	rdfs:label "proprietary"@en ;
	rdfs:domain <WindType3or4UserDefined> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindType3or4UserDefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindType3or4UserDefined> <http://www.w3.org/2000/01/rdf-schema#label> "WindType3or4UserDefined"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindType3or4UserDefined> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindTurbineType3or4Dynamics> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindType3or4UserDefined.proprietary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindType3or4UserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#label> "proprietary"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindType3or4UserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindType3or4UserDefined> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindType3or4UserDefined.proprietary> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: WindTurbineType3or4Dynamics » DynamicsFunctionBlock » IdentifiedObject

Wind type 3 or type 4 function block whose dynamic behaviour is described by a user-defined model.

Property Domain Range Comment
proprietary WindType3or4UserDefined boolean Behaviour is based on a proprietary model as opposed to a detailed model. true = user-defined model is proprietary with behaviour mutually understood by sending and receiving applications and parameters passed as general attributes false = user-defined model is explicitly defined in terms of control blocks and their input and output signals.
RemoteInputSignal WindTurbineType3or4Dynamics RemoteInputSignal Remote input signal used by these wind turbine type 3 or type 4 models.
PowerElectronicsConnection WindTurbineType3or4Dynamics PowerElectronicsConnection The power electronics connection associated with this wind turbine type 3 or type 4 dynamics model.
WindPlantDynamics WindTurbineType3or4Dynamics WindPlantDynamics The wind plant with which the wind turbines type 3 or type 4 are associated.
enabled DynamicsFunctionBlock boolean Function block used indicator. true = use of function block is enabled false = use of function block is disabled.
mRID IdentifiedObject string Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy.