Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
CanProtect | boolean | |
Description | string | If this device provides protective function, this value shall be set to true (e.g. a circuit breaker). OtherEnabledState cannot have a value of "Tripped" unless this property is true. |
ModelCorrespondence | string | CIM_ElectricalSwitch.OtherEnabledState |
Required | boolean | true |
EnabledState | uint16 | 0 |
Description | string | EnabledState is an integer enumeration that indicates the enabled and disabled states of an element. The following text briefly summarizes the various states:
"Unknown" (0) indicates that the state of the switch is unknown. "Enabled" (2) indicates that the switch is closed. "Disabled" (3) indicates that the switch is open. |
ModelCorrespondence | string | CIM_ElectricalSwitch.OtherEnabledState |
Override | string | EnabledState |
ValueMap | string | 0, 1, 2, 3 |
Values | string | Unknown, Other, Enabled, Disabled |
OtherEnabledState | string | |
Description | string | A string that describes the enabled or disabled state of the element when the EnabledState property is set to "Other" (1). This property must be set to NULL when EnabledState is any value other than 1. If the switch is tripped, the value shall be "Tripped". |
ModelCorrespondence | string | CIM_ElectricalSwitch.EnabledState, CIM_ElectricalSwitch.canProtect |
Override | string | OtherEnabledState |
RatedCapacity | uint32 | |
Description | string | The rated current capacity in milliamperes that the switch can supply |
PUnit | string | ampere * 10^-3 |
RequestedState | uint16 | |
Description | string | RequestedState is an integer enumeration that indicates the last requested or desired state for the element, irrespective of the mechanism through which it was requested. The actual state of the element is represented by EnabledState. This property is provided to compare the last requested and current enabled or disabled states. Refer to the EnabledState property description for explanations of the values in the RequestedState enumeration. This property overriddes the parent class and is a subset of the values. The following values are valid: "Unknown" (0) indicates the last requested state for the element is unknown.
If the last requested or desired state is unknown, RequestedState should have the value "Unknown" (0)
This property is set as the result of a method invocation (such as Start or StopService on CIM_Service), or can be overridden and defined as WRITEable in a subclass. The method approach is considered superior to a WRITEable property, because it allows an explicit invocation of the operation and the return of a result code. |
ModelCorrespondence | string | CIM_ElectricalSwitch.EnabledState |
Override | string | RequestedState |
ValueMap | string | 0, 2, 3, 4 |
Values | string | Unknown, Enabled, Disabled, Reset |