Skip to content

AccumulatorReset

This command resets the counter value to zero.

URI: cim:AccumulatorReset
Type: Class

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

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

        IOPoint <|-- Control : 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

        AccumulatorReset --> AccumulatorValue : AccumulatorReset.AccumulatorValue

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

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

        AccumulatorValue --> AccumulatorReset : AccumulatorValue.AccumulatorReset

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

        PowerSystemResource --> Control : PowerSystemResource.Controls

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

        Control --> UnitMultiplier : Control.unitMultiplier

        UnitMultiplier
            click UnitMultiplier href "/Models/Profiles/Operation/Enumerations/UnitMultiplier/"
            style UnitMultiplier fill:#4D2D18,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
        Control --> UnitSymbol : Control.unitSymbol

        UnitSymbol
            click UnitSymbol href "/Models/Profiles/Operation/Enumerations/UnitSymbol/"
            style UnitSymbol fill:#4D2D18,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        AccumulatorReset : AccumulatorReset.AccumulatorValue
        Control : Control.controlType
        Control : Control.operationInProgress
        Control : Control.timeStamp
        Control : Control.unitMultiplier
        Control : Control.unitSymbol
        Control : Control.PowerSystemResource
        IdentifiedObject : IdentifiedObject.description
        IdentifiedObject : IdentifiedObject.mRID
        IdentifiedObject : IdentifiedObject.name

Inheritance

Attributes

Name URI Cardinality and Range Description Inheritance
AccumulatorValue cim:AccumulatorReset.AccumulatorValue No cardinality available AccumulatorValue The accumulator value that is reset by the command. direct
controlType cim:Control.controlType No cardinality available string Specifies the type of Control. For example, this specifies if the Control represents BreakerOpen, BreakerClose, GeneratorVoltageSetPoint, GeneratorRaise, GeneratorLower, etc. Control
operationInProgress cim:Control.operationInProgress No cardinality available boolean Indicates that a client is currently sending control commands that has not completed. Control
timeStamp cim:Control.timeStamp No cardinality available date The last time a control output was sent. Control
unitMultiplier cim:Control.unitMultiplier No cardinality available UnitMultiplier The unit multiplier of the controlled quantity. Control
unitSymbol cim:Control.unitSymbol No cardinality available UnitSymbol The unit of measure of the controlled quantity. Control
PowerSystemResource cim:Control.PowerSystemResource No cardinality available PowerSystemResource Regulating device governed by this control output. Control
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