SimulationAttribute

Inheritance diagram of SimulationAttribute

class SimulationAttribute(name, parent, storeCallback=None)[source]

Bases: taurus.core.taurusattribute.TaurusAttribute

addListener(listener)[source]

Add a TaurusListener object in the listeners list. If it is the first element and Polling is enabled starts the polling mechanism. If the listener is already registered nothing happens.

decode(attr_value)[source]
encode(value)[source]
factory()[source]
getConfig()[source]
getDisplayValue(cache=True)[source]
isBoolean()[source]
isNumeric()[source]
read(cache=True)[source]
write(value, with_read=True)[source]