FspPssSubarrayComponentManager Class
- class ska_mid_cbf_mcs.fsp.fsp_pss_subarray_component_manager.FspPssSubarrayComponentManager(*args: Any, **kwargs: Any)[source]
Bases:
CbfComponentManager
,CspObsComponentManager
A component manager for the FspPssSubarray device.
- start_communicating() None [source]
Establish communication with the component, then start monitoring.
- configure_scan(configuration: str) Tuple[ResultCode, str] [source]
Performs the ConfigureScan() command functionality
- Parameters:
configuration – The configuration as JSON formatted string
- Returns:
A tuple containing a return code and a string message indicating status. The message is for information purpose only.
- Return type:
(ResultCode, str)
- scan(scan_id: int) Tuple[ResultCode, str] [source]
Performs the Scan() command functionality
- Parameters:
scan_id – The scan id
- Returns:
A tuple containing a return code and a string message indicating status. The message is for information purpose only.
- Return type:
(ResultCode, str)
- end_scan() Tuple[ResultCode, str] [source]
Performs the EndScan() command functionality
- Returns:
A tuple containing a return code and a string message indicating status. The message is for information purpose only.
- Return type:
(ResultCode, str)