SimulationConfiguration

Inheritance diagram of SimulationConfiguration

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

Bases: taurus.core.taurusconfiguration.TaurusConfiguration

decode(value)[source]
encode(value)[source]
factory()[source]
getValueObj(cache=True)[source]

Returns the current configuration for the attribute. if cache is set to True (default) and the the configuration has events active then it will return the local cached value. Otherwise it will read from the tango layer.

isImage(cache=True)[source]
isReadOnly(cache=True)[source]
isReadWrite(cache=True)[source]
isScalar(cache=True)[source]
isSpectrum(cache=True)[source]
isWrite(cache=True)[source]