MotorGroup

Classes

MotorGroup

Inheritance diagram of MotorGroup
class MotorGroup(dclass, name)[source]

Bases: PoolGroupDevice

init(name)[source]

initialize the device once in the object lifetime. Override when necessary but always call the method from your super class

:param str name: device name

get_motor_group()[source]
set_motor_group(motor_group)[source]
property motor_group
delete_device(*args, **kwargs)[source]

Clean the device. Called during shutdown and every time the tango Init command is executed. Override when necessary but always call the method from your super class

init_device(*args, **kwargs)[source]

Initialize the device. Called during startup after init() and every time the tango Init command is executed. Override when necessary but always call the method from your super class

on_motor_group_changed(event_source, event_type, event_value)[source]
always_executed_hook(self)[source]

Hook method.

Default method to implement an action necessary on a device before any command is executed. This method can be redefined in sub-classes in case of the default behaviour does not fullfill the needs

Raises:

DevFailed – This method does not throw exception but a redefined method can.

read_Position(attr)[source]
write_Position(attr)[source]
is_Position_allowed(req_type)

Generic is_allowed

MotorGroupClass

Inheritance diagram of MotorGroupClass
class MotorGroupClass(name)[source]

Bases: PoolGroupDeviceClass

class_property_list = {}

Sardana device class properties definition

device_property_list = {'Elements': [tango._tango.CmdArgType.DevVarStringArray, 'elements in the group', []], 'Force_HW_Read': [tango._tango.CmdArgType.DevBoolean, 'Force a hardware read of value even when in operation (motion/acquisition', False], 'Id': [tango._tango.CmdArgType.DevLong64, 'Internal ID', 0]}

Sardana device properties definition

cmd_list = {'Abort': [[tango._tango.CmdArgType.DevVoid, ''], [tango._tango.CmdArgType.DevVoid, '']], 'Release': [[tango._tango.CmdArgType.DevVoid, ''], [tango._tango.CmdArgType.DevVoid, '']], 'Restore': [[tango._tango.CmdArgType.DevVoid, ''], [tango._tango.CmdArgType.DevVoid, '']], 'Stop': [[tango._tango.CmdArgType.DevVoid, ''], [tango._tango.CmdArgType.DevVoid, '']]}

Sardana device command definition

attr_list = {'ElementList': [[tango._tango.CmdArgType.DevString, tango._tango.AttrDataFormat.SPECTRUM, tango._tango.AttrWriteType.READ, 4096]], 'Position': [[tango._tango.CmdArgType.DevDouble, tango._tango.AttrDataFormat.SPECTRUM, tango._tango.AttrWriteType.READ_WRITE, 4096]]}

Sardana device attribute definition