Skip to content

Class: AccumulatorValue

_AccumulatorValue represents an accumulated (counted) MeasurementValue. _

__

URI: cim:AccumulatorValue

 classDiagram
    class AccumulatorValue
      MeasurementValue <|-- AccumulatorValue

      AccumulatorValue : accumulator

          AccumulatorValue --> Accumulator : accumulator

      AccumulatorValue : alias_name

      AccumulatorValue : description

      AccumulatorValue : m_rid

      AccumulatorValue : names

          AccumulatorValue --> Name : names

      AccumulatorValue : remote_source

          AccumulatorValue --> RemoteSource : remote_source

      AccumulatorValue : sensor_accuracy

          AccumulatorValue --> PerCent : sensor_accuracy

      AccumulatorValue : time_stamp

      AccumulatorValue : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
value 0..1
Integer
The value to supervise direct
accumulator 1..1
Accumulator
Measurement to which this value is connected direct
sensor_accuracy 0..1
PerCent
The limit, expressed as a percentage of the sensor maximum, that errors will ... MeasurementValue
time_stamp 0..1
Date
The time when the value was last updated MeasurementValue
remote_source 0..1
RemoteSource
Link to the physical telemetered point associated with this measurement MeasurementValue
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
names 0..*
Name
All names of this identified object IdentifiedObject

Usages

used by used in type used
Accumulator accumulator_values range AccumulatorValue

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self cim:AccumulatorValue
native this:AccumulatorValue

LinkML Source

Direct

name: AccumulatorValue
description: "AccumulatorValue represents an accumulated (counted) MeasurementValue.\r\
  \n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: MeasurementValue
attributes:
  value:
    name: value
    description: The value to supervise. The value is positive.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:AccumulatorValue.value
    multivalued: false
    domain_of:
    - AnalogValue
    - PerCent
    - AccumulatorValue
    range: integer
    required: false
  accumulator:
    name: accumulator
    description: Measurement to which this value is connected.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AccumulatorValue.Accumulator
    multivalued: false
    domain_of:
    - AccumulatorValue
    range: Accumulator
    required: true
class_uri: cim:AccumulatorValue

Induced

name: AccumulatorValue
description: "AccumulatorValue represents an accumulated (counted) MeasurementValue.\r\
  \n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: MeasurementValue
attributes:
  value:
    name: value
    description: The value to supervise. The value is positive.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:AccumulatorValue.value
    multivalued: false
    alias: value
    owner: AccumulatorValue
    domain_of:
    - AnalogValue
    - PerCent
    - AccumulatorValue
    range: integer
    required: false
  accumulator:
    name: accumulator
    description: Measurement to which this value is connected.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AccumulatorValue.Accumulator
    multivalued: false
    alias: accumulator
    owner: AccumulatorValue
    domain_of:
    - AccumulatorValue
    range: Accumulator
    required: true
  sensor_accuracy:
    name: sensor_accuracy
    description: The limit, expressed as a percentage of the sensor maximum, that
      errors will not exceed when the sensor is used under  reference conditions.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:MeasurementValue.sensorAccuracy
    multivalued: false
    alias: sensor_accuracy
    owner: AccumulatorValue
    domain_of:
    - MeasurementValue
    range: PerCent
    required: false
  time_stamp:
    name: time_stamp
    description: The time when the value was last updated.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:MeasurementValue.timeStamp
    multivalued: false
    alias: time_stamp
    owner: AccumulatorValue
    domain_of:
    - MeasurementValue
    range: date
    required: false
  remote_source:
    name: remote_source
    description: Link to the physical telemetered point associated with this measurement.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:MeasurementValue.RemoteSource
    multivalued: false
    alias: remote_source
    owner: AccumulatorValue
    domain_of:
    - MeasurementValue
    range: RemoteSource
    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: AccumulatorValue
    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: AccumulatorValue
    domain_of:
    - IdentifiedObject
    - NameType
    - NameTypeAuthority
    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: AccumulatorValue
    domain_of:
    - IdentifiedObject
    range: string
    required: false
  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: AccumulatorValue
    domain_of:
    - IdentifiedObject
    - NameType
    range: Name
    required: false
class_uri: cim:AccumulatorValue