Skip to content

Class: MeterReading

Set of values obtained from the meter.

URI: cim:MeterReading

 classDiagram
    class MeterReading
      IdentifiedObject <|-- MeterReading

      MeterReading : alias_name

      MeterReading : customer_agreement

          MeterReading --> CustomerAgreement : customer_agreement

      MeterReading : description

      MeterReading : diagram_objects

          MeterReading --> DiagramObject : diagram_objects

      MeterReading : end_device_events

          MeterReading --> EndDeviceEvent : end_device_events

      MeterReading : instance_set

          MeterReading --> InstanceSet : instance_set

      MeterReading : interval_blocks

          MeterReading --> IntervalBlock : interval_blocks

      MeterReading : is_coincident_trigger

      MeterReading : m_rid

      MeterReading : meter

          MeterReading --> Meter : meter

      MeterReading : names

          MeterReading --> Name : names

      MeterReading : properties_cimdata_object

          MeterReading --> ChangeSetMember : properties_cimdata_object

      MeterReading : readings

          MeterReading --> Reading : readings

      MeterReading : targeting_cimdata_object

          MeterReading --> ChangeSetMember : targeting_cimdata_object

      MeterReading : usage_point

          MeterReading --> UsagePoint : usage_point

      MeterReading : values_interval

          MeterReading --> DateTimeInterval : values_interval

Inheritance

Slots

Name Cardinality and Range Description Inheritance
is_coincident_trigger 0..1
Boolean
If true, this meter reading is the meter reading for which other coincident m... direct
values_interval 0..1
DateTimeInterval
Date and time interval of the data items contained within this meter reading direct
customer_agreement 0..1
CustomerAgreement
(could be deprecated in the future) Customer agreement for this meter reading direct
end_device_events 0..*
EndDeviceEvent
All end device events associated with this set of measured values direct
usage_point 0..1
UsagePoint
Usage point from which this meter reading (set of values) has been obtained direct
interval_blocks 0..*
IntervalBlock
All interval blocks contained in this meter reading direct
readings 0..*
Reading
All reading values contained within this meter reading direct
meter 0..1
Meter
Meter providing this reading 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
UsagePoint meter_readings range MeterReading
CustomerAgreement meter_readings range MeterReading
IntervalBlock meter_reading range MeterReading
Reading meter_readings range MeterReading
Meter meter_readings range MeterReading
EndDeviceEvent meter_reading range MeterReading
MarketEvaluationPoint meter_readings range MeterReading

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: MeterReading
description: Set of values obtained from the meter.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
  is_coincident_trigger:
    name: is_coincident_trigger
    description: "If true, this meter reading is the meter reading for which other\
      \ coincident meter readings are requested or provided.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:MeterReading.isCoincidentTrigger
    multivalued: false
    domain_of:
    - MeterReading
    range: boolean
    required: false
  values_interval:
    name: values_interval
    description: Date and time interval of the data items contained within this meter
      reading.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:MeterReading.valuesInterval
    multivalued: false
    domain_of:
    - MeterReading
    range: DateTimeInterval
    required: false
  customer_agreement:
    name: customer_agreement
    description: (could be deprecated in the future) Customer agreement for this meter
      reading.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:MeterReading.CustomerAgreement
    multivalued: false
    domain_of:
    - MeterReadSchedule
    - UsagePoint
    - AuxiliaryAgreement
    - MeterReading
    range: CustomerAgreement
    required: false
  end_device_events:
    name: end_device_events
    description: All end device events associated with this set of measured values.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:MeterReading.EndDeviceEvents
    multivalued: true
    domain_of:
    - UsagePoint
    - MeterReading
    - EndDevice
    - EndDeviceEventType
    range: EndDeviceEvent
    required: false
  usage_point:
    name: usage_point
    description: Usage point from which this meter reading (set of values) has been
      obtained.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:MeterReading.UsagePoint
    multivalued: false
    domain_of:
    - MeterReadSchedule
    - MeterReading
    - EndDevice
    - EndDeviceEvent
    - Register
    - MeterWorkTask
    - PlannedOutageNotification
    - EnvironmentalMonitoringStation
    - ServiceMultiplier
    range: UsagePoint
    required: false
  interval_blocks:
    name: interval_blocks
    description: All interval blocks contained in this meter reading.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:MeterReading.IntervalBlocks
    multivalued: true
    domain_of:
    - ReadingType
    - PendingCalculation
    - MeterReading
    - IntervalReading
    range: IntervalBlock
    required: false
  readings:
    name: readings
    description: All reading values contained within this meter reading.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:MeterReading.Readings
    multivalued: true
    domain_of:
    - ReadingType
    - MeterReading
    range: Reading
    required: false
  meter:
    name: meter
    description: Meter providing this reading.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:MeterReading.Meter
    multivalued: false
    domain_of:
    - Transaction
    - MeterReading
    - MeterWorkTask
    - MeterMultiplier
    range: Meter
    required: false
class_uri: cim:MeterReading

Induced

name: MeterReading
description: Set of values obtained from the meter.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
  is_coincident_trigger:
    name: is_coincident_trigger
    description: "If true, this meter reading is the meter reading for which other\
      \ coincident meter readings are requested or provided.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:MeterReading.isCoincidentTrigger
    multivalued: false
    alias: is_coincident_trigger
    owner: MeterReading
    domain_of:
    - MeterReading
    range: boolean
    required: false
  values_interval:
    name: values_interval
    description: Date and time interval of the data items contained within this meter
      reading.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:MeterReading.valuesInterval
    multivalued: false
    alias: values_interval
    owner: MeterReading
    domain_of:
    - MeterReading
    range: DateTimeInterval
    required: false
  customer_agreement:
    name: customer_agreement
    description: (could be deprecated in the future) Customer agreement for this meter
      reading.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:MeterReading.CustomerAgreement
    multivalued: false
    alias: customer_agreement
    owner: MeterReading
    domain_of:
    - MeterReadSchedule
    - UsagePoint
    - AuxiliaryAgreement
    - MeterReading
    range: CustomerAgreement
    required: false
  end_device_events:
    name: end_device_events
    description: All end device events associated with this set of measured values.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:MeterReading.EndDeviceEvents
    multivalued: true
    alias: end_device_events
    owner: MeterReading
    domain_of:
    - UsagePoint
    - MeterReading
    - EndDevice
    - EndDeviceEventType
    range: EndDeviceEvent
    required: false
  usage_point:
    name: usage_point
    description: Usage point from which this meter reading (set of values) has been
      obtained.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:MeterReading.UsagePoint
    multivalued: false
    alias: usage_point
    owner: MeterReading
    domain_of:
    - MeterReadSchedule
    - MeterReading
    - EndDevice
    - EndDeviceEvent
    - Register
    - MeterWorkTask
    - PlannedOutageNotification
    - EnvironmentalMonitoringStation
    - ServiceMultiplier
    range: UsagePoint
    required: false
  interval_blocks:
    name: interval_blocks
    description: All interval blocks contained in this meter reading.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:MeterReading.IntervalBlocks
    multivalued: true
    alias: interval_blocks
    owner: MeterReading
    domain_of:
    - ReadingType
    - PendingCalculation
    - MeterReading
    - IntervalReading
    range: IntervalBlock
    required: false
  readings:
    name: readings
    description: All reading values contained within this meter reading.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:MeterReading.Readings
    multivalued: true
    alias: readings
    owner: MeterReading
    domain_of:
    - ReadingType
    - MeterReading
    range: Reading
    required: false
  meter:
    name: meter
    description: Meter providing this reading.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:MeterReading.Meter
    multivalued: false
    alias: meter
    owner: MeterReading
    domain_of:
    - Transaction
    - MeterReading
    - MeterWorkTask
    - MeterMultiplier
    range: Meter
    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: MeterReading
    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: MeterReading
    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: MeterReading
    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: MeterReading
    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: MeterReading
    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: MeterReading
    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: MeterReading
    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: MeterReading
    domain_of:
    - IdentifiedObject
    range: ChangeSetMember
    required: false
class_uri: cim:MeterReading