mxcubecore.Command.Mockup#
Classes
|
|
|
- class mxcubecore.Command.Mockup.MockupChannel(name, username=None, timeout=1000, **kwargs)[source]#
Bases:
ChannelObject
- get_value(force=False)[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.