Class: CombustionTurbine
A prime mover that is typically fuelled by gas or light oil.
classDiagram
class CombustionTurbine
PrimeMover <|-- CombustionTurbine
CombustionTurbine : air_compressor
CombustionTurbine --> AirCompressor : air_compressor
CombustionTurbine : alias_name
CombustionTurbine : ambient_temp
CombustionTurbine --> Temperature : ambient_temp
CombustionTurbine : asset_datasheet
CombustionTurbine --> AssetInfo : asset_datasheet
CombustionTurbine : assets
CombustionTurbine --> Asset : assets
CombustionTurbine : aux_power_versus_frequency
CombustionTurbine --> PU : aux_power_versus_frequency
CombustionTurbine : aux_power_versus_voltage
CombustionTurbine --> PU : aux_power_versus_voltage
CombustionTurbine : capability_versus_frequency
CombustionTurbine --> PU : capability_versus_frequency
CombustionTurbine : clearances
CombustionTurbine --> ClearanceDocument : clearances
CombustionTurbine : configuration_event
CombustionTurbine --> ConfigurationEvent : configuration_event
CombustionTurbine : controls
CombustionTurbine --> Control : controls
CombustionTurbine : cttemp_active_power_curve
CombustionTurbine --> CTTempActivePowerCurve : cttemp_active_power_curve
CombustionTurbine : description
CombustionTurbine : diagram_objects
CombustionTurbine --> DiagramObject : diagram_objects
CombustionTurbine : generic_action
CombustionTurbine --> GenericAction : generic_action
CombustionTurbine : heat_recovery_boiler
CombustionTurbine --> HeatRecoveryBoiler : heat_recovery_boiler
CombustionTurbine : heat_recovery_flag
CombustionTurbine : instance_set
CombustionTurbine --> InstanceSet : instance_set
CombustionTurbine : location
CombustionTurbine --> Location : location
CombustionTurbine : m_rid
CombustionTurbine : measurements
CombustionTurbine --> Measurement : measurements
CombustionTurbine : names
CombustionTurbine --> Name : names
CombustionTurbine : operating_share
CombustionTurbine --> OperatingShare : operating_share
CombustionTurbine : operational_tags
CombustionTurbine --> OperationalTag : operational_tags
CombustionTurbine : power_variation_by_temp
CombustionTurbine --> PU : power_variation_by_temp
CombustionTurbine : prime_mover_rating
CombustionTurbine : properties_cimdata_object
CombustionTurbine --> ChangeSetMember : properties_cimdata_object
CombustionTurbine : psrevents
CombustionTurbine --> PSREvent : psrevents
CombustionTurbine : psrtype
CombustionTurbine --> PSRType : psrtype
CombustionTurbine : reference_temp
CombustionTurbine --> Temperature : reference_temp
CombustionTurbine : reporting_group
CombustionTurbine --> ReportingGroup : reporting_group
CombustionTurbine : synchronous_machines
CombustionTurbine --> SynchronousMachine : synchronous_machines
CombustionTurbine : targeting_cimdata_object
CombustionTurbine --> ChangeSetMember : targeting_cimdata_object
CombustionTurbine : time_constant
CombustionTurbine --> Seconds : time_constant
CombustionTurbine : verification_action
CombustionTurbine --> VerificationAction : verification_action
Inheritance
- IdentifiedObject
- PowerSystemResource
- PrimeMover
- CombustionTurbine
- PrimeMover
- PowerSystemResource
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| ambient_temp | 0..1 Temperature |
Default ambient temperature to be used in modelling applications | direct |
| aux_power_versus_frequency | 0..1 PU |
Off-nominal frequency effect on turbine auxiliaries | direct |
| aux_power_versus_voltage | 0..1 PU |
Off-nominal voltage effect on turbine auxiliaries | direct |
| capability_versus_frequency | 0..1 PU |
Off-nominal frequency effect on turbine capability | direct |
| heat_recovery_flag | 0..1 Boolean |
Flag that is set to true if the combustion turbine is associated with a heat ... | direct |
| power_variation_by_temp | 0..1 PU |
Per unit change in power per (versus) unit change in ambient temperature | direct |
| reference_temp | 0..1 Temperature |
Reference temperature at which the output of the turbine was defined | direct |
| time_constant | 0..1 Seconds |
The time constant for the turbine | direct |
| air_compressor | 0..1 AirCompressor |
A CAES air compressor is driven by combustion turbine | direct |
| heat_recovery_boiler | 0..1 HeatRecoveryBoiler |
A combustion turbine may have a heat recovery boiler for making steam | direct |
| cttemp_active_power_curve | 0..1 CTTempActivePowerCurve |
A combustion turbine may have an active power versus ambient temperature rela... | direct |
| prime_mover_rating | 0..1 Float |
Rating of prime mover | PrimeMover |
| synchronous_machines | 0..* SynchronousMachine |
Synchronous machines this Prime mover drives | PrimeMover |
| controls | 0..* Control |
The controller outputs used to actually govern a regulating device, e | PowerSystemResource |
| measurements | 0..* Measurement |
The measurements associated with this power system resource | PowerSystemResource |
| psrtype | 0..1 PSRType |
Custom classification for this power system resource | PowerSystemResource |
| configuration_event | 0..* ConfigurationEvent |
All configuration events created for this Power System resource | PowerSystemResource |
| reporting_group | 0..* ReportingGroup |
Reporting groups to which this power system resource belongs | PowerSystemResource |
| operating_share | 0..* OperatingShare |
The operating shares of this power system resource | PowerSystemResource |
| asset_datasheet | 0..1 AssetInfo |
Datasheet information for this power system resource | PowerSystemResource |
| verification_action | 0..* VerificationAction |
The verification action that is performed on the power system resource | PowerSystemResource |
| clearances | 0..* ClearanceDocument |
All clearances applicable to this power system resource | PowerSystemResource |
| generic_action | 0..* GenericAction |
The generic action that is performed on the power system resource | PowerSystemResource |
| psrevents | 0..* PSREvent |
All events associated with this power system resource | PowerSystemResource |
| assets | 0..* Asset |
All assets represented by this power system resource | PowerSystemResource |
| location | 0..1 Location |
Location of this power system resource | PowerSystemResource |
| operational_tags | 0..* OperationalTag |
All operational tags placed on this power system resource | PowerSystemResource |
| 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
| used by | used in | type | used |
|---|---|---|---|
| AirCompressor | combustion_turbine | range | CombustionTurbine |
| HeatRecoveryBoiler | combustion_turbines | range | CombustionTurbine |
| CTTempActivePowerCurve | combustion_turbine | range | CombustionTurbine |
Identifier and Mapping Information
Schema Source
- from schema: https://cim.ucaiug.io/ns#TC57CIM
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cim:CombustionTurbine |
| native | cim:CombustionTurbine |
LinkML Source
Direct
name: CombustionTurbine
description: A prime mover that is typically fuelled by gas or light oil.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: PrimeMover
attributes:
ambient_temp:
name: ambient_temp
description: Default ambient temperature to be used in modelling applications.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CombustionTurbine.ambientTemp
multivalued: false
domain_of:
- CombustionTurbine
range: Temperature
required: false
aux_power_versus_frequency:
name: aux_power_versus_frequency
description: Off-nominal frequency effect on turbine auxiliaries. Per unit reduction
in auxiliary active power consumption versus per unit reduction in frequency
(from rated frequency).
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CombustionTurbine.auxPowerVersusFrequency
multivalued: false
domain_of:
- CombustionTurbine
- FossilSteamSupply
range: PU
required: false
aux_power_versus_voltage:
name: aux_power_versus_voltage
description: Off-nominal voltage effect on turbine auxiliaries. Per unit reduction
in auxiliary active power consumption versus per unit reduction in auxiliary
bus voltage (from a specified voltage level).
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CombustionTurbine.auxPowerVersusVoltage
multivalued: false
domain_of:
- CombustionTurbine
- FossilSteamSupply
range: PU
required: false
capability_versus_frequency:
name: capability_versus_frequency
description: Off-nominal frequency effect on turbine capability. Per unit reduction
in unit active power capability versus per unit reduction in frequency (from
rated frequency).
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CombustionTurbine.capabilityVersusFrequency
multivalued: false
domain_of:
- CombustionTurbine
range: PU
required: false
heat_recovery_flag:
name: heat_recovery_flag
description: "Flag that is set to true if the combustion turbine is associated\
\ with a heat recovery boiler.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CombustionTurbine.heatRecoveryFlag
multivalued: false
domain_of:
- CombustionTurbine
range: boolean
required: false
power_variation_by_temp:
name: power_variation_by_temp
description: "Per unit change in power per (versus) unit change in ambient temperature.\r\
\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CombustionTurbine.powerVariationByTemp
multivalued: false
domain_of:
- CombustionTurbine
range: PU
required: false
reference_temp:
name: reference_temp
description: Reference temperature at which the output of the turbine was defined.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CombustionTurbine.referenceTemp
multivalued: false
domain_of:
- CombustionTurbine
range: Temperature
required: false
time_constant:
name: time_constant
description: The time constant for the turbine.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CombustionTurbine.timeConstant
multivalued: false
domain_of:
- CombustionTurbine
range: Seconds
required: false
air_compressor:
name: air_compressor
description: A CAES air compressor is driven by combustion turbine.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:CombustionTurbine.AirCompressor
multivalued: false
domain_of:
- CAESPlant
- CombustionTurbine
range: AirCompressor
required: false
heat_recovery_boiler:
name: heat_recovery_boiler
description: A combustion turbine may have a heat recovery boiler for making steam.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CombustionTurbine.HeatRecoveryBoiler
multivalued: false
domain_of:
- CombustionTurbine
range: HeatRecoveryBoiler
required: false
cttemp_active_power_curve:
name: cttemp_active_power_curve
description: A combustion turbine may have an active power versus ambient temperature
relationship.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CombustionTurbine.CTTempActivePowerCurve
multivalued: false
domain_of:
- CombustionTurbine
range: CTTempActivePowerCurve
required: false
class_uri: cim:CombustionTurbine
Induced
name: CombustionTurbine
description: A prime mover that is typically fuelled by gas or light oil.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: PrimeMover
attributes:
ambient_temp:
name: ambient_temp
description: Default ambient temperature to be used in modelling applications.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CombustionTurbine.ambientTemp
multivalued: false
alias: ambient_temp
owner: CombustionTurbine
domain_of:
- CombustionTurbine
range: Temperature
required: false
aux_power_versus_frequency:
name: aux_power_versus_frequency
description: Off-nominal frequency effect on turbine auxiliaries. Per unit reduction
in auxiliary active power consumption versus per unit reduction in frequency
(from rated frequency).
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CombustionTurbine.auxPowerVersusFrequency
multivalued: false
alias: aux_power_versus_frequency
owner: CombustionTurbine
domain_of:
- CombustionTurbine
- FossilSteamSupply
range: PU
required: false
aux_power_versus_voltage:
name: aux_power_versus_voltage
description: Off-nominal voltage effect on turbine auxiliaries. Per unit reduction
in auxiliary active power consumption versus per unit reduction in auxiliary
bus voltage (from a specified voltage level).
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CombustionTurbine.auxPowerVersusVoltage
multivalued: false
alias: aux_power_versus_voltage
owner: CombustionTurbine
domain_of:
- CombustionTurbine
- FossilSteamSupply
range: PU
required: false
capability_versus_frequency:
name: capability_versus_frequency
description: Off-nominal frequency effect on turbine capability. Per unit reduction
in unit active power capability versus per unit reduction in frequency (from
rated frequency).
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CombustionTurbine.capabilityVersusFrequency
multivalued: false
alias: capability_versus_frequency
owner: CombustionTurbine
domain_of:
- CombustionTurbine
range: PU
required: false
heat_recovery_flag:
name: heat_recovery_flag
description: "Flag that is set to true if the combustion turbine is associated\
\ with a heat recovery boiler.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CombustionTurbine.heatRecoveryFlag
multivalued: false
alias: heat_recovery_flag
owner: CombustionTurbine
domain_of:
- CombustionTurbine
range: boolean
required: false
power_variation_by_temp:
name: power_variation_by_temp
description: "Per unit change in power per (versus) unit change in ambient temperature.\r\
\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CombustionTurbine.powerVariationByTemp
multivalued: false
alias: power_variation_by_temp
owner: CombustionTurbine
domain_of:
- CombustionTurbine
range: PU
required: false
reference_temp:
name: reference_temp
description: Reference temperature at which the output of the turbine was defined.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CombustionTurbine.referenceTemp
multivalued: false
alias: reference_temp
owner: CombustionTurbine
domain_of:
- CombustionTurbine
range: Temperature
required: false
time_constant:
name: time_constant
description: The time constant for the turbine.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CombustionTurbine.timeConstant
multivalued: false
alias: time_constant
owner: CombustionTurbine
domain_of:
- CombustionTurbine
range: Seconds
required: false
air_compressor:
name: air_compressor
description: A CAES air compressor is driven by combustion turbine.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:CombustionTurbine.AirCompressor
multivalued: false
alias: air_compressor
owner: CombustionTurbine
domain_of:
- CAESPlant
- CombustionTurbine
range: AirCompressor
required: false
heat_recovery_boiler:
name: heat_recovery_boiler
description: A combustion turbine may have a heat recovery boiler for making steam.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CombustionTurbine.HeatRecoveryBoiler
multivalued: false
alias: heat_recovery_boiler
owner: CombustionTurbine
domain_of:
- CombustionTurbine
range: HeatRecoveryBoiler
required: false
cttemp_active_power_curve:
name: cttemp_active_power_curve
description: A combustion turbine may have an active power versus ambient temperature
relationship.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:CombustionTurbine.CTTempActivePowerCurve
multivalued: false
alias: cttemp_active_power_curve
owner: CombustionTurbine
domain_of:
- CombustionTurbine
range: CTTempActivePowerCurve
required: false
prime_mover_rating:
name: prime_mover_rating
description: "Rating of prime mover.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PrimeMover.primeMoverRating
multivalued: false
alias: prime_mover_rating
owner: CombustionTurbine
domain_of:
- PrimeMover
range: float
required: false
synchronous_machines:
name: synchronous_machines
description: Synchronous machines this Prime mover drives.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PrimeMover.SynchronousMachines
multivalued: true
alias: synchronous_machines
owner: CombustionTurbine
domain_of:
- PrimeMover
- ReactiveCapabilityCurve
range: SynchronousMachine
required: false
controls:
name: controls
description: The controller outputs used to actually govern a regulating device,
e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.Controls
multivalued: true
alias: controls
owner: CombustionTurbine
domain_of:
- PowerSystemResource
- HostControlArea
range: Control
required: false
measurements:
name: measurements
description: The measurements associated with this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.Measurements
multivalued: true
alias: measurements
owner: CombustionTurbine
domain_of:
- PowerSystemResource
- ACDCTerminal
- Asset
- Location
- Procedure
- AnalogLimitSet
- AccumulatorLimitSet
range: Measurement
required: false
psrtype:
name: psrtype
description: Custom classification for this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.PSRType
multivalued: false
alias: psrtype
owner: CombustionTurbine
domain_of:
- PowerSystemResource
range: PSRType
required: false
configuration_event:
name: configuration_event
description: All configuration events created for this Power System resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.ConfigurationEvent
multivalued: true
alias: configuration_event
owner: CombustionTurbine
domain_of:
- PowerSystemResource
- FaultCauseType
range: ConfigurationEvent
required: false
reporting_group:
name: reporting_group
description: Reporting groups to which this power system resource belongs.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.ReportingGroup
multivalued: true
alias: reporting_group
owner: CombustionTurbine
domain_of:
- PowerSystemResource
- BusNameMarker
- TopologicalNode
- ReportingSuperGroup
range: ReportingGroup
required: false
operating_share:
name: operating_share
description: The operating shares of this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.OperatingShare
multivalued: true
alias: operating_share
owner: CombustionTurbine
domain_of:
- PowerSystemResource
- OperatingParticipant
range: OperatingShare
required: false
asset_datasheet:
name: asset_datasheet
description: Datasheet information for this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.AssetDatasheet
multivalued: false
alias: asset_datasheet
owner: CombustionTurbine
domain_of:
- PowerSystemResource
range: AssetInfo
required: false
verification_action:
name: verification_action
description: The verification action that is performed on the power system resource
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.VerificationAction
multivalued: true
alias: verification_action
owner: CombustionTurbine
domain_of:
- PowerSystemResource
range: VerificationAction
required: false
clearances:
name: clearances
description: All clearances applicable to this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.Clearances
multivalued: true
alias: clearances
owner: CombustionTurbine
domain_of:
- PowerSystemResource
range: ClearanceDocument
required: false
generic_action:
name: generic_action
description: The generic action that is performed on the power system resource
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.GenericAction
multivalued: true
alias: generic_action
owner: CombustionTurbine
domain_of:
- PowerSystemResource
range: GenericAction
required: false
psrevents:
name: psrevents
description: All events associated with this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.PSREvents
multivalued: true
alias: psrevents
owner: CombustionTurbine
domain_of:
- PowerSystemResource
range: PSREvent
required: false
assets:
name: assets
description: All assets represented by this power system resource. For example,
multiple conductor assets are electrically modelled as a single AC line segment.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.Assets
multivalued: true
alias: assets
owner: CombustionTurbine
domain_of:
- PowerSystemResource
- AssetInfo
- Location
- WorkTask
- ErpRecDelvLineItem
- AssetContainer
- ActivityRecord
- Procedure
- ReliabilityInfo
- AssetPropertyCurve
- AssetOrganisationRole
- ScheduledEvent
range: Asset
required: false
location:
name: location
description: Location of this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.Location
multivalued: false
alias: location
owner: CombustionTurbine
domain_of:
- PowerSystemResource
- Asset
- Incident
- SwitchingOrder
- TroubleOrder
- Crew
- Fault
- PointOfSale
- TroubleTicket
- OutageOrder
- EnvironmentalMonitoringStation
- EnvironmentalLocationType
- PositionPoint
- FailureEvent
range: Location
required: false
operational_tags:
name: operational_tags
description: All operational tags placed on this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.OperationalTags
multivalued: true
alias: operational_tags
owner: CombustionTurbine
domain_of:
- PowerSystemResource
- Asset
range: OperationalTag
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: CombustionTurbine
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: CombustionTurbine
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: CombustionTurbine
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: CombustionTurbine
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: CombustionTurbine
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: CombustionTurbine
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: CombustionTurbine
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: CombustionTurbine
domain_of:
- IdentifiedObject
range: ChangeSetMember
required: false
class_uri: cim:CombustionTurbine