Discrete represents a discrete Measurement, i.e. a Measurement
reprsenting discrete values, e.g. a Breaker position.
|
|
__init__(self,
normalValue=0,
minValue=0,
maxValue=0,
Command=None,
DiscreteValues=None,
ValueAliasSet=None,
*args,
**kw_args)
Initialises a new 'Discrete' instance. |
|
|
|
|
| addDiscreteValues(self,
*DiscreteValues) |
|
|
|
|
getCommand(self)
The Control variable associated with the Measurement. |
|
|
|
|
getDiscreteValues(self)
The values connected to this measurement. |
|
|
|
|
getValueAliasSet(self)
The ValueAliasSet used for translation of a MeasurementValue.value to
a name |
|
|
|
|
| removeDiscreteValues(self,
*DiscreteValues) |
|
|
|
|
|
|
|
| setDiscreteValues(self,
value) |
|
|
|
|
| setValueAliasSet(self,
value) |
|
|
|
Inherited from Measurement'.Measurement:
addDocuments,
addLocations,
addtieToMeasurement0,
getAsset,
getDocuments,
getLocations,
getPowerSystemResource,
getTerminal,
getUnit,
gettieToMeasurement0,
removeDocuments,
removeLocations,
removetieToMeasurement0,
setAsset,
setDocuments,
setLocations,
setPowerSystemResource,
setTerminal,
setUnit,
settieToMeasurement0
Inherited from Core.IdentifiedObject'.IdentifiedObject:
getModelingAuthoritySet,
setModelingAuthoritySet
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|