Class: Quality61850
_Quality flags in this class are as defined in IEC 61850, except for estimatorReplaced, which has been included in this class for convenience. _
__
URI: cim:Quality61850
classDiagram
class Quality61850
Quality61850 <|-- MeasurementValueQuality
Quality61850 : bad_reference
Quality61850 : estimator_replaced
Quality61850 : failure
Quality61850 : old_data
Quality61850 : operator_blocked
Quality61850 : oscillatory
Quality61850 : out_of_range
Quality61850 : over_flow
Quality61850 : source
Quality61850 --> Source : source
Quality61850 : suspect
Quality61850 : test
Quality61850 : validity
Quality61850 --> Validity : validity
Inheritance
- Quality61850
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| bad_reference | 0..1 Boolean |
Measurement value may be incorrect due to a reference being out of calibratio... | direct |
| estimator_replaced | 0..1 Boolean |
Value has been replaced by State Estimator | direct |
| failure | 0..1 Boolean |
This identifier indicates that a supervision function has detected an interna... | direct |
| old_data | 0..1 Boolean |
Measurement value is old and possibly invalid, as it has not been successfull... | direct |
| operator_blocked | 0..1 Boolean |
Measurement value is blocked and hence unavailable for transmission | direct |
| oscillatory | 0..1 Boolean |
To prevent some overload of the communication it is sensible to detect and su... | direct |
| out_of_range | 0..1 Boolean |
Measurement value is beyond a predefined range of value | direct |
| over_flow | 0..1 Boolean |
Measurement value is beyond the capability of being represented properly | direct |
| source | 0..1 Source |
Source gives information related to the origin of a value | direct |
| suspect | 0..1 Boolean |
A correlation function has detected that the value is not consistent with oth... | direct |
| test | 0..1 Boolean |
Measurement value is transmitted for test purposes | direct |
| validity | 0..1 Validity |
Validity of the measurement value | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://cim.ucaiug.io/ns#TC57CIM
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cim:Quality61850 |
| native | cim:Quality61850 |
LinkML Source
Direct
name: Quality61850
description: "Quality flags in this class are as defined in IEC 61850, except for\
\ estimatorReplaced, which has been included in this class for convenience.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
bad_reference:
name: bad_reference
description: Measurement value may be incorrect due to a reference being out of
calibration.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.badReference
multivalued: false
domain_of:
- Quality61850
range: boolean
required: false
estimator_replaced:
name: estimator_replaced
description: Value has been replaced by State Estimator. estimatorReplaced is
not an IEC61850 quality bit but has been put in this class for convenience.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.estimatorReplaced
multivalued: false
domain_of:
- Quality61850
range: boolean
required: false
failure:
name: failure
description: This identifier indicates that a supervision function has detected
an internal or external failure, e.g. communication failure.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.failure
multivalued: false
domain_of:
- Quality61850
range: boolean
required: false
old_data:
name: old_data
description: Measurement value is old and possibly invalid, as it has not been
successfully updated during a specified time interval.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.oldData
multivalued: false
domain_of:
- Quality61850
range: boolean
required: false
operator_blocked:
name: operator_blocked
description: 'Measurement value is blocked and hence unavailable for transmission. '
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.operatorBlocked
multivalued: false
domain_of:
- Quality61850
range: boolean
required: false
oscillatory:
name: oscillatory
description: To prevent some overload of the communication it is sensible to detect
and suppress oscillating (fast changing) binary inputs. If a signal changes
in a defined time twice in the same direction (from 0 to 1 or from 1 to 0) then
oscillation is detected and the detail quality identifier "oscillatory" is set.
If it is detected a configured numbers of transient changes could be passed
by. In this time the validity status "questionable" is set. If after this defined
numbers of changes the signal is still in the oscillating state the value shall
be set either to the opposite state of the previous stable value or to a defined
default value. In this case the validity status "questionable" is reset and
"invalid" is set as long as the signal is oscillating. If it is configured such
that no transient changes should be passed by then the validity status "invalid"
is set immediately in addition to the detail quality identifier "oscillatory"
(used for status information only).
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.oscillatory
multivalued: false
domain_of:
- Quality61850
range: boolean
required: false
out_of_range:
name: out_of_range
description: Measurement value is beyond a predefined range of value.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.outOfRange
multivalued: false
domain_of:
- Quality61850
range: boolean
required: false
over_flow:
name: over_flow
description: 'Measurement value is beyond the capability of being represented
properly. For example, a counter value overflows from maximum count back to
a value of zero. '
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.overFlow
multivalued: false
domain_of:
- Quality61850
range: boolean
required: false
source:
name: source
description: Source gives information related to the origin of a value. The value
may be acquired from the process, defaulted or substituted.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.source
multivalued: false
domain_of:
- Quality61850
- BaseReading
- ReadingQuality
- TransmissionReservation
- CRRSegment
- BillDeterminant
range: Source
required: false
suspect:
name: suspect
description: A correlation function has detected that the value is not consistent
with other values. Typically set by a network State Estimator.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.suspect
multivalued: false
domain_of:
- Quality61850
range: boolean
required: false
test:
name: test
description: Measurement value is transmitted for test purposes.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.test
multivalued: false
domain_of:
- Quality61850
- ClassificationCondition
range: boolean
required: false
validity:
name: validity
description: Validity of the measurement value.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.validity
multivalued: false
domain_of:
- Quality61850
range: Validity
required: false
class_uri: cim:Quality61850
Induced
name: Quality61850
description: "Quality flags in this class are as defined in IEC 61850, except for\
\ estimatorReplaced, which has been included in this class for convenience.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
bad_reference:
name: bad_reference
description: Measurement value may be incorrect due to a reference being out of
calibration.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.badReference
multivalued: false
alias: bad_reference
owner: Quality61850
domain_of:
- Quality61850
range: boolean
required: false
estimator_replaced:
name: estimator_replaced
description: Value has been replaced by State Estimator. estimatorReplaced is
not an IEC61850 quality bit but has been put in this class for convenience.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.estimatorReplaced
multivalued: false
alias: estimator_replaced
owner: Quality61850
domain_of:
- Quality61850
range: boolean
required: false
failure:
name: failure
description: This identifier indicates that a supervision function has detected
an internal or external failure, e.g. communication failure.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.failure
multivalued: false
alias: failure
owner: Quality61850
domain_of:
- Quality61850
range: boolean
required: false
old_data:
name: old_data
description: Measurement value is old and possibly invalid, as it has not been
successfully updated during a specified time interval.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.oldData
multivalued: false
alias: old_data
owner: Quality61850
domain_of:
- Quality61850
range: boolean
required: false
operator_blocked:
name: operator_blocked
description: 'Measurement value is blocked and hence unavailable for transmission. '
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.operatorBlocked
multivalued: false
alias: operator_blocked
owner: Quality61850
domain_of:
- Quality61850
range: boolean
required: false
oscillatory:
name: oscillatory
description: To prevent some overload of the communication it is sensible to detect
and suppress oscillating (fast changing) binary inputs. If a signal changes
in a defined time twice in the same direction (from 0 to 1 or from 1 to 0) then
oscillation is detected and the detail quality identifier "oscillatory" is set.
If it is detected a configured numbers of transient changes could be passed
by. In this time the validity status "questionable" is set. If after this defined
numbers of changes the signal is still in the oscillating state the value shall
be set either to the opposite state of the previous stable value or to a defined
default value. In this case the validity status "questionable" is reset and
"invalid" is set as long as the signal is oscillating. If it is configured such
that no transient changes should be passed by then the validity status "invalid"
is set immediately in addition to the detail quality identifier "oscillatory"
(used for status information only).
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.oscillatory
multivalued: false
alias: oscillatory
owner: Quality61850
domain_of:
- Quality61850
range: boolean
required: false
out_of_range:
name: out_of_range
description: Measurement value is beyond a predefined range of value.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.outOfRange
multivalued: false
alias: out_of_range
owner: Quality61850
domain_of:
- Quality61850
range: boolean
required: false
over_flow:
name: over_flow
description: 'Measurement value is beyond the capability of being represented
properly. For example, a counter value overflows from maximum count back to
a value of zero. '
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.overFlow
multivalued: false
alias: over_flow
owner: Quality61850
domain_of:
- Quality61850
range: boolean
required: false
source:
name: source
description: Source gives information related to the origin of a value. The value
may be acquired from the process, defaulted or substituted.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.source
multivalued: false
alias: source
owner: Quality61850
domain_of:
- Quality61850
- BaseReading
- ReadingQuality
- TransmissionReservation
- CRRSegment
- BillDeterminant
range: Source
required: false
suspect:
name: suspect
description: A correlation function has detected that the value is not consistent
with other values. Typically set by a network State Estimator.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.suspect
multivalued: false
alias: suspect
owner: Quality61850
domain_of:
- Quality61850
range: boolean
required: false
test:
name: test
description: Measurement value is transmitted for test purposes.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.test
multivalued: false
alias: test
owner: Quality61850
domain_of:
- Quality61850
- ClassificationCondition
range: boolean
required: false
validity:
name: validity
description: Validity of the measurement value.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Quality61850.validity
multivalued: false
alias: validity
owner: Quality61850
domain_of:
- Quality61850
range: Validity
required: false
class_uri: cim:Quality61850