Table Of Contents

Previous topic

Motor

Next topic

CTExpChannel

This Page

IORegister

Classes

IORegister

Inheritance diagram of IORegister

class IORegister(dclass, name)[source]

Bases: sardana.tango.pool.PoolDevice.PoolElementDevice

init(name)[source]
get_ior()[source]
set_ior(ior)[source]
ior
set_write_value_to_db()[source]
get_write_value_from_db()[source]
delete_device(*args, **kwargs)[source]
init_device(*args, **kwargs)[source]
on_ior_changed(event_source, event_type, event_value)[source]
always_executed_hook()[source]
read_attr_hardware(data)[source]
initialize_dynamic_attributes()[source]
read_Value(attr)[source]
write_Value(attr)[source]
is_Value_allowed(req_type)[source]
Start()[source]

IORegisterClass

Inheritance diagram of IORegisterClass

class IORegisterClass(name)[source]

Bases: sardana.tango.pool.PoolDevice.PoolElementDeviceClass

class_property_list = {}
device_property_list = {'Instrument_id': [PyTango._PyTango.CmdArgType.DevLong64, 'Controller ID', [0]], 'Ctrl_id': [PyTango._PyTango.CmdArgType.DevLong64, 'Controller ID', [0]], 'Force_HW_Read': [PyTango._PyTango.CmdArgType.DevBoolean, 'Force a hardware read of value even when in operation (motion/acquisition', False], 'Id': [PyTango._PyTango.CmdArgType.DevLong64, 'Internal ID', 0], 'Axis': [PyTango._PyTango.CmdArgType.DevLong64, 'Axis in the controller', [0]]}
cmd_list = {'Start': [[PyTango._PyTango.CmdArgType.DevVoid, ''], [PyTango._PyTango.CmdArgType.DevVoid, '']], 'Abort': [[PyTango._PyTango.CmdArgType.DevVoid, ''], [PyTango._PyTango.CmdArgType.DevVoid, '']], 'Stop': [[PyTango._PyTango.CmdArgType.DevVoid, ''], [PyTango._PyTango.CmdArgType.DevVoid, '']], 'Restore': [[PyTango._PyTango.CmdArgType.DevVoid, ''], [PyTango._PyTango.CmdArgType.DevVoid, '']]}
attr_list = {'Instrument': [[PyTango._PyTango.CmdArgType.DevString, PyTango._PyTango.AttrDataFormat.SCALAR, PyTango._PyTango.AttrWriteType.READ_WRITE], {'Display level': PyTango._PyTango.DispLevel.EXPERT, 'label': 'Instrument'}], 'SimulationMode': [[PyTango._PyTango.CmdArgType.DevBoolean, PyTango._PyTango.AttrDataFormat.SCALAR, PyTango._PyTango.AttrWriteType.READ_WRITE], {'label': 'Simulation mode'}]}
standard_attr_list = {'Value': [[PyTango._PyTango.CmdArgType.DevLong, PyTango._PyTango.AttrDataFormat.SCALAR, PyTango._PyTango.AttrWriteType.READ_WRITE], {'Memorized': 'true_without_hard_applied'}]}