mxcubecore.Command.Tango#
Functions
|
Classes
|
|
|
|
|
- class mxcubecore.Command.Tango.TangoChannel(name, attribute_name, tangoname=None, username=None, polling=None, timeout=10000, **kwargs)[source]#
Bases:
ChannelObject
- get_value()[source]#
Get channel value.
- Parameters:
force (bool, optional) – Force get value. Defaults to False.
- Raises:
NotImplementedError – If method has not been implemented for this object.
- is_connected()[source]#
Check if signal is connected.
- Returns:
True if connected, else False.
- Return type: