CNHelperSubArrayDevice
This module defines a helper subarray device for the CentralNode.
- class ska_tmc_simulators.cn_helper_subarray_device.CNHelperSubArrayDevice(*args: Any, **kwargs: Any)
Bases:
HelperSubArrayDeviceA generic device for triggering state changes with a command
- init_device()
- class InitCommand(*args: Any, **kwargs: Any)
Bases:
InitCommandInitialization command class for the CNHelperSubArrayDevice.
- do()
Stateless hook for device initialization.
- Returns:
ResultCode
- read_isSubarrayAvailable() bool
Returns subarray availability in boolean format.
- SetisSubarrayAvailable(value: bool) None
This method sets subarray availability in boolean format.