Skip to content

AnalogValue

AnalogValue represents an analog MeasurementValue.

URI: cim:AnalogValue
Type: Class

%%{init: {'theme':'base','themeVariables': {'lineColor': '#FF0000'}}}%%
classDiagram
    class AnalogValue
    click AnalogValue href "/Models/Profiles/Operation/ConcreteClasses/AnalogValue/"
    style AnalogValue fill:#102820,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        MeasurementValue <|-- AnalogValue : inherits
            click MeasurementValue href "/Models/Profiles/Operation/AbstractClasses/MeasurementValue/"
            style MeasurementValue fill:#8F9779,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        IOPoint <|-- MeasurementValue : inherits
            click IOPoint href "/Models/Profiles/Operation/AbstractClasses/IOPoint/"
            style IOPoint fill:#8F9779,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        IdentifiedObject <|-- IOPoint : inherits
            click IdentifiedObject href "/Models/Profiles/Operation/AbstractClasses/IdentifiedObject/"
            style IdentifiedObject fill:#8F9779,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        AnalogValue --> Analog : AnalogValue.Analog

        Analog
            click Analog href "/Models/Profiles/Operation/ConcreteClasses/Analog/"
            style Analog fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
        AnalogValue --> AnalogControl : AnalogValue.AnalogControl

        AnalogControl
            click AnalogControl href "/Models/Profiles/Operation/AbstractClasses/AnalogControl/"
            style AnalogControl fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
        MeasurementValue --> MeasurementValueQuality : MeasurementValue.MeasurementValueQuality

        MeasurementValueQuality
            click MeasurementValueQuality href "/Models/Profiles/Operation/ConcreteClasses/MeasurementValueQuality/"
            style MeasurementValueQuality fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
        MeasurementValue --> MeasurementValueSource : MeasurementValue.MeasurementValueSource

        MeasurementValueSource
            click MeasurementValueSource href "/Models/Profiles/Operation/ConcreteClasses/MeasurementValueSource/"
            style MeasurementValueSource fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        Analog --> AnalogValue : Analog.AnalogValues

        Analog
            click Analog href "/Models/Profiles/Operation/ConcreteClasses/Analog/"
            style Analog fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        AnalogControl --> AnalogValue : AnalogControl.AnalogValue

        AnalogControl
            click AnalogControl href "/Models/Profiles/Operation/AbstractClasses/AnalogControl/"
            style AnalogControl fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        MeasurementValueQuality --> MeasurementValue : MeasurementValueQuality.MeasurementValue

        MeasurementValueQuality
            click MeasurementValueQuality href "/Models/Profiles/Operation/ConcreteClasses/MeasurementValueQuality/"
            style MeasurementValueQuality fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        MeasurementValueSource --> MeasurementValue : MeasurementValueSource.MeasurementValues

        MeasurementValueSource
            click MeasurementValueSource href "/Models/Profiles/Operation/ConcreteClasses/MeasurementValueSource/"
            style MeasurementValueSource fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white


        AnalogValue : AnalogValue.Analog
        AnalogValue : AnalogValue.AnalogControl
        MeasurementValue : MeasurementValue.timeStamp
        MeasurementValue : MeasurementValue.sensorAccuracy
        MeasurementValue : MeasurementValue.MeasurementValueQuality
        MeasurementValue : MeasurementValue.MeasurementValueSource
        IdentifiedObject : IdentifiedObject.description
        IdentifiedObject : IdentifiedObject.mRID
        IdentifiedObject : IdentifiedObject.name

Inheritance

Attributes

Name URI Cardinality and Range Description Inheritance
Analog cim:AnalogValue.Analog No cardinality available Analog Measurement to which this value is connected. direct
AnalogControl cim:AnalogValue.AnalogControl No cardinality available AnalogControl The Control variable associated with the MeasurementValue. direct
timeStamp cim:MeasurementValue.timeStamp No cardinality available date The time when the value was last updated. MeasurementValue
sensorAccuracy cim:MeasurementValue.sensorAccuracy No cardinality available PerCent The limit, expressed as a percentage of the sensor maximum, that errors will not exceed when the sensor is used under reference conditions. MeasurementValue
MeasurementValueQuality cim:MeasurementValue.MeasurementValueQuality No cardinality available MeasurementValueQuality A MeasurementValue has a MeasurementValueQuality associated with it. MeasurementValue
MeasurementValueSource cim:MeasurementValue.MeasurementValueSource No cardinality available MeasurementValueSource A reference to the type of source that updates the MeasurementValue, e.g. SCADA, CCLink, manual, etc. User conventions for the names of sources are contained in the introduction to IEC 61970-301. MeasurementValue
description cim:IdentifiedObject.description No cardinality available string 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. IdentifiedObject
mRID cim:IdentifiedObject.mRID No cardinality available string 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.
For 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. IdentifiedObject
name cim:IdentifiedObject.name No cardinality available string The name is any free human readable and possibly non unique text naming the object. IdentifiedObject

Schema Source

Responsive Footer