Analog represents an analog Measurement.
|
__init__(self,
positiveFlowIn=False,
minValue=0.0,
maxValue=0.0,
normalValue=0.0,
LimitSets=None,
SetPoint=None,
AnalogValues=None,
*args,
**kw_args)
Initialises a new 'Analog' instance. |
|
|
|
addAnalogValues(self,
*AnalogValues) |
|
|
|
addLimitSets(self,
*LimitSets) |
|
|
|
getAnalogValues(self)
The values connected to this measurement. |
|
|
|
getLimitSets(self)
A measurement may have zero or more limit ranges defined for it. |
|
|
|
getSetPoint(self)
The Control variable associated with the Measurement |
|
|
|
removeAnalogValues(self,
*AnalogValues) |
|
|
|
removeLimitSets(self,
*LimitSets) |
|
|
|
setAnalogValues(self,
value) |
|
|
|
setLimitSets(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__
|
|
_attr_types = { ' maxValue ' : <type 'float'>, ' minValue ' : <type '...
|
|
_attrs = [ ' positiveFlowIn ' , ' minValue ' , ' maxValue ' , ' normalVal ...
|
|
_defaults = { ' maxValue ' : 0.0, ' minValue ' : 0.0, ' normalValue ' : ...
|
|
_many_refs = [ ' LimitSets ' , ' AnalogValues ' ]
|
|
_refs = [ ' LimitSets ' , ' SetPoint ' , ' AnalogValues ' ]
|
|