mxcubecore.Command.Epics#
Classes
|
Emulates an Epics channel with an EpicsCommand +polling |
|
Epics Command |
- class mxcubecore.Command.Epics.EpicsChannel(name, command, username=None, polling=None, args=None, **kwargs)[source]#
Bases:
ChannelObject
Emulates an Epics channel with an EpicsCommand +polling
- 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.