PSTWrapper

class ska_csp_lmc_common.testing.k8s_test.wrappers.pst_wrapper.PSTWrapper(names: dict, initial_conditions: dict, logger: Logger | None = None)

Bases: SubsystemWrapper

A wrapper class for the PST Subsystem.

_set_up_devicewrappers(names: dict, initial_conditions: dict) list[DeviceWrapper]

Set up the list of device wrappers.

This method sets up the list of device wrappers of the PSTWrapper. It takes the names of the devices and their initial conditions as parameters. It returns the list of device wrappers.

Parameters:
  • names – the names of the devices

  • initial_conditions – the initial conditions of the devices

Returns:

the list of device wrappers

_abc_impl = <_abc._abc_data object>