FNCC device
This module implements the MCCS FNCC device.
-
class MccsFNCC(*args, **kwargs)
An implementation of the FNCC device for MCCS.
-
__init__(*args, **kwargs)
Initialise this device object.
- Parameters:
-
-
create_component_manager()
Create and return a component manager for this device.
- Return type:
FnccComponentManager
- Returns:
a component manager for this device.
-
delete_device()
Delete the device.
- Return type:
None
-
healthReport()
Get the health report.
- Return type:
str
- Returns:
the health report.
-
init_device()
Initialise the device.
This is overridden here to change the Tango serialisation model.
- Return type:
None