Class: WindDynamicsLookupTable
Look up table for the purpose of wind standard models.
URI: cim:WindDynamicsLookupTable
classDiagram
class WindDynamicsLookupTable
IdentifiedObject <|-- WindDynamicsLookupTable
WindDynamicsLookupTable : alias_name
WindDynamicsLookupTable : description
WindDynamicsLookupTable : diagram_objects
WindDynamicsLookupTable --> DiagramObject : diagram_objects
WindDynamicsLookupTable : input
WindDynamicsLookupTable : instance_set
WindDynamicsLookupTable --> InstanceSet : instance_set
WindDynamicsLookupTable : lookup_table_function_type
WindDynamicsLookupTable --> WindLookupTableFunctionKind : lookup_table_function_type
WindDynamicsLookupTable : m_rid
WindDynamicsLookupTable : names
WindDynamicsLookupTable --> Name : names
WindDynamicsLookupTable : output
WindDynamicsLookupTable : properties_cimdata_object
WindDynamicsLookupTable --> ChangeSetMember : properties_cimdata_object
WindDynamicsLookupTable : sequence
WindDynamicsLookupTable : targeting_cimdata_object
WindDynamicsLookupTable --> ChangeSetMember : targeting_cimdata_object
WindDynamicsLookupTable : wind_cont_curr_lim_iec
WindDynamicsLookupTable --> WindContCurrLimIEC : wind_cont_curr_lim_iec
WindDynamicsLookupTable : wind_cont_ptype_iec
WindDynamicsLookupTable --> WindContPType3IEC : wind_cont_ptype_iec
WindDynamicsLookupTable : wind_cont_qpqulim_iec
WindDynamicsLookupTable --> WindContQPQULimIEC : wind_cont_qpqulim_iec
WindDynamicsLookupTable : wind_cont_rotor_riec
WindDynamicsLookupTable --> WindContRotorRIEC : wind_cont_rotor_riec
WindDynamicsLookupTable : wind_gen_type_b_iec
WindDynamicsLookupTable --> WindGenType3bIEC : wind_gen_type_b_iec
WindDynamicsLookupTable : wind_pitch_cont_power_iec
WindDynamicsLookupTable --> WindPitchContPowerIEC : wind_pitch_cont_power_iec
WindDynamicsLookupTable : wind_plant_freq_pcontrol_iec
WindDynamicsLookupTable --> WindPlantFreqPcontrolIEC : wind_plant_freq_pcontrol_iec
WindDynamicsLookupTable : wind_plant_reactive_control_iec
WindDynamicsLookupTable --> WindPlantReactiveControlIEC : wind_plant_reactive_control_iec
WindDynamicsLookupTable : wind_protection_iec
WindDynamicsLookupTable --> WindProtectionIEC : wind_protection_iec
Inheritance
- IdentifiedObject
- WindDynamicsLookupTable
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| input | 0..1 Float |
Input value (x) for the lookup table function | direct |
| lookup_table_function_type | 0..1 WindLookupTableFunctionKind |
Type of the lookup table function | direct |
| output | 0..1 Float |
Output value (y) for the lookup table function | direct |
| sequence | 0..1 Integer |
Sequence numbers of the pairs of the input (x) and the output (y</i... | direct |
| wind_plant_freq_pcontrol_iec | 0..1 WindPlantFreqPcontrolIEC |
The frequency and active power wind plant control model with which this wind ... | direct |
| wind_plant_reactive_control_iec | 0..1 WindPlantReactiveControlIEC |
The voltage and reactive power wind plant control model with which this wind ... | direct |
| wind_protection_iec | 0..1 WindProtectionIEC |
The grid protection model with which this wind dynamics lookup table is assoc... | direct |
| wind_cont_qpqulim_iec | 0..1 WindContQPQULimIEC |
The QP and QU limitation model with which this wind dynamics lookup table is ... | direct |
| wind_cont_curr_lim_iec | 0..1 WindContCurrLimIEC |
The current control limitation model with which this wind dynamics lookup tab... | direct |
| wind_cont_ptype_iec | 0..1 WindContPType3IEC |
The P control type 3 model with which this wind dynamics lookup table is asso... | direct |
| wind_cont_rotor_riec | 0..1 WindContRotorRIEC |
The rotor resistance control model with which this wind dynamics lookup table... | direct |
| wind_pitch_cont_power_iec | 0..1 WindPitchContPowerIEC |
The pitch control power model with which this wind dynamics lookup table is a... | direct |
| wind_gen_type_b_iec | 0..1 WindGenType3bIEC |
The generator type 3B model with which this wind dynamics lookup table is ass... | direct |
| alias_name | 0..1 String |
The aliasName is free text human readable name of the object alternative to I... | IdentifiedObject |
| description | 0..1 String |
The description is a free human readable text describing or naming the object | IdentifiedObject |
| m_rid | 0..1 String |
Master resource identifier issued by a model authority | IdentifiedObject |
| diagram_objects | 0..* DiagramObject |
The diagram objects that are associated with the domain object | IdentifiedObject |
| instance_set | 1..1 InstanceSet |
Dataset containing the data objects | IdentifiedObject |
| names | 0..* Name |
All names of this identified object | IdentifiedObject |
| properties_cimdata_object | 0..1 ChangeSetMember |
The single CIM data object in the appropriate dataset context | IdentifiedObject |
| targeting_cimdata_object | 0..* ChangeSetMember |
Data objects registered | IdentifiedObject |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://cim.ucaiug.io/ns#TC57CIM
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cim:WindDynamicsLookupTable |
| native | cim:WindDynamicsLookupTable |
LinkML Source
Direct
name: WindDynamicsLookupTable
description: Look up table for the purpose of wind standard models.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
input:
name: input
description: Input value (<i>x</i>) for the lookup table function.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WindDynamicsLookupTable.input
multivalued: false
domain_of:
- WindDynamicsLookupTable
- HVDCLookUpTable
range: float
required: false
lookup_table_function_type:
name: lookup_table_function_type
description: Type of the lookup table function.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WindDynamicsLookupTable.lookupTableFunctionType
multivalued: false
domain_of:
- WindDynamicsLookupTable
range: WindLookupTableFunctionKind
required: false
output:
name: output
description: Output value (<i>y</i>) for the lookup table function.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WindDynamicsLookupTable.output
multivalued: false
domain_of:
- WindDynamicsLookupTable
- HVDCLookUpTable
range: float
required: false
sequence:
name: sequence
description: Sequence numbers of the pairs of the input (<i>x</i>) and the output
(<i>y</i>) of the lookup table function.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:WindDynamicsLookupTable.sequence
multivalued: false
domain_of:
- BlockDispatchOrder
- ChargeProfileData
- AttributeProperty
- WindDynamicsLookupTable
- HVDCLookUpTable
range: integer
required: false
wind_plant_freq_pcontrol_iec:
name: wind_plant_freq_pcontrol_iec
description: The frequency and active power wind plant control model with which
this wind dynamics lookup table is associated.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:WindDynamicsLookupTable.WindPlantFreqPcontrolIEC
multivalued: false
domain_of:
- WindPlantIEC
- WindDynamicsLookupTable
range: WindPlantFreqPcontrolIEC
required: false
wind_plant_reactive_control_iec:
name: wind_plant_reactive_control_iec
description: The voltage and reactive power wind plant control model with which
this wind dynamics lookup table is associated.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:WindDynamicsLookupTable.WindPlantReactiveControlIEC
multivalued: false
domain_of:
- WindPlantIEC
- WindDynamicsLookupTable
range: WindPlantReactiveControlIEC
required: false
wind_protection_iec:
name: wind_protection_iec
description: The grid protection model with which this wind dynamics lookup table
is associated.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WindDynamicsLookupTable.WindProtectionIEC
multivalued: false
domain_of:
- WindDynamicsLookupTable
- WindTurbineType3or4IEC
- WindTurbineType1or2IEC
range: WindProtectionIEC
required: false
wind_cont_qpqulim_iec:
name: wind_cont_qpqulim_iec
description: The QP and QU limitation model with which this wind dynamics lookup
table is associated.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WindDynamicsLookupTable.WindContQPQULimIEC
multivalued: false
domain_of:
- WindDynamicsLookupTable
- WindTurbineType3or4IEC
range: WindContQPQULimIEC
required: false
wind_cont_curr_lim_iec:
name: wind_cont_curr_lim_iec
description: The current control limitation model with which this wind dynamics
lookup table is associated.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WindDynamicsLookupTable.WindContCurrLimIEC
multivalued: false
domain_of:
- WindDynamicsLookupTable
- WindTurbineType3or4IEC
range: WindContCurrLimIEC
required: false
wind_cont_ptype_iec:
name: wind_cont_ptype_iec
description: The P control type 3 model with which this wind dynamics lookup table
is associated.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WindDynamicsLookupTable.WindContPType3IEC
multivalued: false
domain_of:
- WindDynamicsLookupTable
- WindTurbineType3IEC
range: WindContPType3IEC
required: false
wind_cont_rotor_riec:
name: wind_cont_rotor_riec
description: The rotor resistance control model with which this wind dynamics
lookup table is associated.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WindDynamicsLookupTable.WindContRotorRIEC
multivalued: false
domain_of:
- WindDynamicsLookupTable
- WindGenTurbineType2IEC
range: WindContRotorRIEC
required: false
wind_pitch_cont_power_iec:
name: wind_pitch_cont_power_iec
description: The pitch control power model with which this wind dynamics lookup
table is associated.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WindDynamicsLookupTable.WindPitchContPowerIEC
multivalued: false
domain_of:
- WindDynamicsLookupTable
- WindGenTurbineType2IEC
- WindGenTurbineType1bIEC
range: WindPitchContPowerIEC
required: false
wind_gen_type_b_iec:
name: wind_gen_type_b_iec
description: The generator type 3B model with which this wind dynamics lookup
table is associated.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WindDynamicsLookupTable.WindGenType3bIEC
multivalued: false
domain_of:
- WindDynamicsLookupTable
range: WindGenType3bIEC
required: false
class_uri: cim:WindDynamicsLookupTable
Induced
name: WindDynamicsLookupTable
description: Look up table for the purpose of wind standard models.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
input:
name: input
description: Input value (<i>x</i>) for the lookup table function.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WindDynamicsLookupTable.input
multivalued: false
alias: input
owner: WindDynamicsLookupTable
domain_of:
- WindDynamicsLookupTable
- HVDCLookUpTable
range: float
required: false
lookup_table_function_type:
name: lookup_table_function_type
description: Type of the lookup table function.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WindDynamicsLookupTable.lookupTableFunctionType
multivalued: false
alias: lookup_table_function_type
owner: WindDynamicsLookupTable
domain_of:
- WindDynamicsLookupTable
range: WindLookupTableFunctionKind
required: false
output:
name: output
description: Output value (<i>y</i>) for the lookup table function.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WindDynamicsLookupTable.output
multivalued: false
alias: output
owner: WindDynamicsLookupTable
domain_of:
- WindDynamicsLookupTable
- HVDCLookUpTable
range: float
required: false
sequence:
name: sequence
description: Sequence numbers of the pairs of the input (<i>x</i>) and the output
(<i>y</i>) of the lookup table function.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:WindDynamicsLookupTable.sequence
multivalued: false
alias: sequence
owner: WindDynamicsLookupTable
domain_of:
- BlockDispatchOrder
- ChargeProfileData
- AttributeProperty
- WindDynamicsLookupTable
- HVDCLookUpTable
range: integer
required: false
wind_plant_freq_pcontrol_iec:
name: wind_plant_freq_pcontrol_iec
description: The frequency and active power wind plant control model with which
this wind dynamics lookup table is associated.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:WindDynamicsLookupTable.WindPlantFreqPcontrolIEC
multivalued: false
alias: wind_plant_freq_pcontrol_iec
owner: WindDynamicsLookupTable
domain_of:
- WindPlantIEC
- WindDynamicsLookupTable
range: WindPlantFreqPcontrolIEC
required: false
wind_plant_reactive_control_iec:
name: wind_plant_reactive_control_iec
description: The voltage and reactive power wind plant control model with which
this wind dynamics lookup table is associated.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:WindDynamicsLookupTable.WindPlantReactiveControlIEC
multivalued: false
alias: wind_plant_reactive_control_iec
owner: WindDynamicsLookupTable
domain_of:
- WindPlantIEC
- WindDynamicsLookupTable
range: WindPlantReactiveControlIEC
required: false
wind_protection_iec:
name: wind_protection_iec
description: The grid protection model with which this wind dynamics lookup table
is associated.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WindDynamicsLookupTable.WindProtectionIEC
multivalued: false
alias: wind_protection_iec
owner: WindDynamicsLookupTable
domain_of:
- WindDynamicsLookupTable
- WindTurbineType3or4IEC
- WindTurbineType1or2IEC
range: WindProtectionIEC
required: false
wind_cont_qpqulim_iec:
name: wind_cont_qpqulim_iec
description: The QP and QU limitation model with which this wind dynamics lookup
table is associated.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WindDynamicsLookupTable.WindContQPQULimIEC
multivalued: false
alias: wind_cont_qpqulim_iec
owner: WindDynamicsLookupTable
domain_of:
- WindDynamicsLookupTable
- WindTurbineType3or4IEC
range: WindContQPQULimIEC
required: false
wind_cont_curr_lim_iec:
name: wind_cont_curr_lim_iec
description: The current control limitation model with which this wind dynamics
lookup table is associated.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WindDynamicsLookupTable.WindContCurrLimIEC
multivalued: false
alias: wind_cont_curr_lim_iec
owner: WindDynamicsLookupTable
domain_of:
- WindDynamicsLookupTable
- WindTurbineType3or4IEC
range: WindContCurrLimIEC
required: false
wind_cont_ptype_iec:
name: wind_cont_ptype_iec
description: The P control type 3 model with which this wind dynamics lookup table
is associated.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WindDynamicsLookupTable.WindContPType3IEC
multivalued: false
alias: wind_cont_ptype_iec
owner: WindDynamicsLookupTable
domain_of:
- WindDynamicsLookupTable
- WindTurbineType3IEC
range: WindContPType3IEC
required: false
wind_cont_rotor_riec:
name: wind_cont_rotor_riec
description: The rotor resistance control model with which this wind dynamics
lookup table is associated.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WindDynamicsLookupTable.WindContRotorRIEC
multivalued: false
alias: wind_cont_rotor_riec
owner: WindDynamicsLookupTable
domain_of:
- WindDynamicsLookupTable
- WindGenTurbineType2IEC
range: WindContRotorRIEC
required: false
wind_pitch_cont_power_iec:
name: wind_pitch_cont_power_iec
description: The pitch control power model with which this wind dynamics lookup
table is associated.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WindDynamicsLookupTable.WindPitchContPowerIEC
multivalued: false
alias: wind_pitch_cont_power_iec
owner: WindDynamicsLookupTable
domain_of:
- WindDynamicsLookupTable
- WindGenTurbineType2IEC
- WindGenTurbineType1bIEC
range: WindPitchContPowerIEC
required: false
wind_gen_type_b_iec:
name: wind_gen_type_b_iec
description: The generator type 3B model with which this wind dynamics lookup
table is associated.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:WindDynamicsLookupTable.WindGenType3bIEC
multivalued: false
alias: wind_gen_type_b_iec
owner: WindDynamicsLookupTable
domain_of:
- WindDynamicsLookupTable
range: WindGenType3bIEC
required: false
alias_name:
name: alias_name
description: "The aliasName is free text human readable name of the object alternative\
\ to IdentifiedObject.name. It may be non unique and may not correlate to a\
\ naming hierarchy.\r\nThe attribute aliasName is retained because of backwards\
\ compatibility between CIM relases. It is however recommended to replace aliasName\
\ with the Name class as aliasName is planned for retirement at a future time.\r\
\n\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.aliasName
multivalued: false
alias: alias_name
owner: WindDynamicsLookupTable
domain_of:
- IdentifiedObject
range: string
required: false
description:
name: description
description: The description is a free human readable text describing or naming
the object. It may be non unique and may not correlate to a naming hierarchy.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.description
multivalued: false
alias: description
owner: WindDynamicsLookupTable
domain_of:
- IdentifiedObject
- NameType
- NameTypeAuthority
- DataSet
- SwitchingStepGroup
- AreaReserveSpec
range: string
required: false
m_rid:
name: m_rid
description: "Master resource identifier issued by a model authority. The mRID\
\ is unique within an exchange context. Global uniqueness is easily achieved\
\ by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is\
\ strongly recommended.\r\nFor CIMXML data files in RDF syntax conforming to\
\ IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify\
\ CIM object elements."
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.mRID
multivalued: false
alias: m_rid
owner: WindDynamicsLookupTable
domain_of:
- IdentifiedObject
- DataSet
range: string
required: false
diagram_objects:
name: diagram_objects
description: The diagram objects that are associated with the domain object.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.DiagramObjects
multivalued: true
alias: diagram_objects
owner: WindDynamicsLookupTable
domain_of:
- IdentifiedObject
range: DiagramObject
required: false
instance_set:
name: instance_set
description: Dataset containing the data objects.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.InstanceSet
multivalued: false
alias: instance_set
owner: WindDynamicsLookupTable
domain_of:
- IdentifiedObject
range: InstanceSet
required: true
names:
name: names
description: All names of this identified object.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.Names
multivalued: true
alias: names
owner: WindDynamicsLookupTable
domain_of:
- IdentifiedObject
- NameType
range: Name
required: false
properties_cimdata_object:
name: properties_cimdata_object
description: The single CIM data object in the appropriate dataset context.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.PropertiesCIMDataObject
multivalued: false
alias: properties_cimdata_object
owner: WindDynamicsLookupTable
domain_of:
- IdentifiedObject
range: ChangeSetMember
required: false
targeting_cimdata_object:
name: targeting_cimdata_object
description: Data objects registered.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.TargetingCIMDataObject
multivalued: true
alias: targeting_cimdata_object
owner: WindDynamicsLookupTable
domain_of:
- IdentifiedObject
range: ChangeSetMember
required: false
class_uri: cim:WindDynamicsLookupTable