FSPUnit Class

class ska_mid_cbf_mcs.fsp_unit.fsp_unit_device.FspUnit(*args: Any, **kwargs: Any)[source]

Bases: CbfDevice

Fsp Unit TANGO device class

FspFQDN

Fully Qualified Domain Name (FQDN) of the MCS Fsp device corresponding to this FSP Unit.

FhsHostControllerFQDNs

Fully Qualified Domain Names (FQDNs) for all of the FHSHostController devices for this FSP Unit

health_state_hw_signal: AttrSignal[HealthState]

Signal for the healthStateHardware attribute. Values are emitted for this signal whenever a client changes the attribute.

healthStateHardware: attribute_from_signal

healthStateHardware device attribute

resourceStatus

JSON string that contains ResourceStatus for all FSPs available to the this unit. The JSON string will be formatted according to the ResourceStatus schema found in SKA Telmodel.

create_component_manager() FspUnitComponentManager[source]