Skip to content

Class: StageTrigger

Condition that is triggered either by TriggerCondition of by gate condition within a stage and has remedial action-s.

URI: cim:StageTrigger

 classDiagram
    class StageTrigger
      IdentifiedObject <|-- StageTrigger

      StageTrigger : alias_name

      StageTrigger : armed

      StageTrigger : description

      StageTrigger : diagram_objects

          StageTrigger --> DiagramObject : diagram_objects

      StageTrigger : gate_armed

          StageTrigger --> Gate : gate_armed

      StageTrigger : gate_com_condition

          StageTrigger --> Gate : gate_com_condition

      StageTrigger : gate_trigger

          StageTrigger --> Gate : gate_trigger

      StageTrigger : instance_set

          StageTrigger --> InstanceSet : instance_set

      StageTrigger : m_rid

      StageTrigger : names

          StageTrigger --> Name : names

      StageTrigger : normal_armed

      StageTrigger : priority

      StageTrigger : properties_cimdata_object

          StageTrigger --> ChangeSetMember : properties_cimdata_object

      StageTrigger : protective_action_collection

          StageTrigger --> ProtectiveActionCollection : protective_action_collection

      StageTrigger : stage

          StageTrigger --> Stage : stage

      StageTrigger : targeting_cimdata_object

          StageTrigger --> ChangeSetMember : targeting_cimdata_object

Inheritance

Slots

Name Cardinality and Range Description Inheritance
armed 0..1
Boolean
The status of the class set by operation or by signal direct
normal_armed 0..1
Boolean
The default/normal value used when other active signal/values are missing direct
priority 0..1
Integer
Priority of trigger direct
stage 1..1
Stage
direct
gate_armed 0..1
Gate
Association to a Gate that through a gate logic and input pin defines arming ... direct
gate_com_condition 0..1
Gate
For the StageTrigger to active the set of protective actions the condition fo... direct
gate_trigger 0..1
Gate
The Gate result that trigger the StageTrigger and thereby executing the a set... direct
protective_action_collection 1..1
ProtectiveActionCollection
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

used by used in type used
Gate stage_trigger_armed range StageTrigger
Gate stage_trigger_com range StageTrigger
Gate stage_trigger range StageTrigger
ProtectiveActionCollection stage_trigger range StageTrigger
Stage stage_trigger range StageTrigger

Identifier and Mapping Information

Schema Source

  • from schema: https://cim.ucaiug.io/ns#TC57CIM

Mappings

Mapping Type Mapped Value
self cim:StageTrigger
native cim:StageTrigger

LinkML Source

Direct

name: StageTrigger
description: Condition that is triggered either by TriggerCondition of by gate condition
  within a stage and has remedial action-s.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
  armed:
    name: armed
    description: The status of the class set by operation or by signal. Optional field
      that will override other status fields.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StageTrigger.armed
    multivalued: false
    domain_of:
    - StageTrigger
    - RemedialActionScheme
    range: boolean
    required: false
  normal_armed:
    name: normal_armed
    description: The default/normal value used when other active signal/values are
      missing.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StageTrigger.normalArmed
    multivalued: false
    domain_of:
    - StageTrigger
    - RemedialActionScheme
    range: boolean
    required: false
  priority:
    name: priority
    description: Priority of trigger. 0 = don t care (default) 1 = highest priority.
      2 is less than 1 and so on. A trigger with the highest priority will trigger
      first.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:StageTrigger.priority
    multivalued: false
    domain_of:
    - BusNameMarker
    - Customer
    - BaseWork
    - StageTrigger
    - Stage
    - AltGeneratingUnitMeas
    - AltTieMeas
    - PanDisplay
    - BidTimeSeries
    range: integer
    required: false
  stage:
    name: stage
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:StageTrigger.Stage
    multivalued: false
    domain_of:
    - CostType
    - StageTrigger
    - CoolingPowerRating
    - RemedialActionScheme
    range: Stage
    required: true
  gate_armed:
    name: gate_armed
    description: Association to a Gate that through a gate logic and input pin defines
      arming of the StageTrigger.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StageTrigger.GateArmed
    multivalued: false
    domain_of:
    - StageTrigger
    - RemedialActionScheme
    range: Gate
    required: false
  gate_com_condition:
    name: gate_com_condition
    description: For the StageTrigger to active the set of protective actions the
      condition for communication needs to be met (true).
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StageTrigger.GateComCondition
    multivalued: false
    domain_of:
    - StageTrigger
    - ProtectiveAction
    range: Gate
    required: false
  gate_trigger:
    name: gate_trigger
    description: The Gate result that trigger the StageTrigger and thereby executing
      the a set of protective actions.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StageTrigger.GateTrigger
    multivalued: false
    domain_of:
    - StageTrigger
    - TriggerCondition
    range: Gate
    required: false
  protective_action_collection:
    name: protective_action_collection
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StageTrigger.ProtectiveActionCollection
    multivalued: false
    domain_of:
    - StageTrigger
    - ProtectiveAction
    range: ProtectiveActionCollection
    required: true
class_uri: cim:StageTrigger

Induced

name: StageTrigger
description: Condition that is triggered either by TriggerCondition of by gate condition
  within a stage and has remedial action-s.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
  armed:
    name: armed
    description: The status of the class set by operation or by signal. Optional field
      that will override other status fields.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StageTrigger.armed
    multivalued: false
    alias: armed
    owner: StageTrigger
    domain_of:
    - StageTrigger
    - RemedialActionScheme
    range: boolean
    required: false
  normal_armed:
    name: normal_armed
    description: The default/normal value used when other active signal/values are
      missing.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StageTrigger.normalArmed
    multivalued: false
    alias: normal_armed
    owner: StageTrigger
    domain_of:
    - StageTrigger
    - RemedialActionScheme
    range: boolean
    required: false
  priority:
    name: priority
    description: Priority of trigger. 0 = don t care (default) 1 = highest priority.
      2 is less than 1 and so on. A trigger with the highest priority will trigger
      first.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:StageTrigger.priority
    multivalued: false
    alias: priority
    owner: StageTrigger
    domain_of:
    - BusNameMarker
    - Customer
    - BaseWork
    - StageTrigger
    - Stage
    - AltGeneratingUnitMeas
    - AltTieMeas
    - PanDisplay
    - BidTimeSeries
    range: integer
    required: false
  stage:
    name: stage
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:StageTrigger.Stage
    multivalued: false
    alias: stage
    owner: StageTrigger
    domain_of:
    - CostType
    - StageTrigger
    - CoolingPowerRating
    - RemedialActionScheme
    range: Stage
    required: true
  gate_armed:
    name: gate_armed
    description: Association to a Gate that through a gate logic and input pin defines
      arming of the StageTrigger.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StageTrigger.GateArmed
    multivalued: false
    alias: gate_armed
    owner: StageTrigger
    domain_of:
    - StageTrigger
    - RemedialActionScheme
    range: Gate
    required: false
  gate_com_condition:
    name: gate_com_condition
    description: For the StageTrigger to active the set of protective actions the
      condition for communication needs to be met (true).
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StageTrigger.GateComCondition
    multivalued: false
    alias: gate_com_condition
    owner: StageTrigger
    domain_of:
    - StageTrigger
    - ProtectiveAction
    range: Gate
    required: false
  gate_trigger:
    name: gate_trigger
    description: The Gate result that trigger the StageTrigger and thereby executing
      the a set of protective actions.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StageTrigger.GateTrigger
    multivalued: false
    alias: gate_trigger
    owner: StageTrigger
    domain_of:
    - StageTrigger
    - TriggerCondition
    range: Gate
    required: false
  protective_action_collection:
    name: protective_action_collection
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:StageTrigger.ProtectiveActionCollection
    multivalued: false
    alias: protective_action_collection
    owner: StageTrigger
    domain_of:
    - StageTrigger
    - ProtectiveAction
    range: ProtectiveActionCollection
    required: true
  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: StageTrigger
    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: StageTrigger
    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: StageTrigger
    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: StageTrigger
    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: StageTrigger
    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: StageTrigger
    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: StageTrigger
    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: StageTrigger
    domain_of:
    - IdentifiedObject
    range: ChangeSetMember
    required: false
class_uri: cim:StageTrigger