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:
  • args (Any) – positional args to the init

  • kwargs (Any) – keyword args to the init

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