QONControllerSetting#
Module: iqm.station_control.client.qon
- class QONControllerSetting(component, controller_path, setting)#
Bases:
QONQON representing a controller setting observation.
Has the form
controllers.{component}.{controller_path}.{setting}.Attributes
Type/purpose of the observation.
Name of QPU component that the controller controls.
Names of the controllers and subcontrollers.
Name of the controller setting.
Methods
- Parameters:
- component: Annotated[str, FieldInfo(annotation=NoneType, required=True, metadata=[_PydanticGeneralMetadata(pattern='^[A-Za-z_][A-Za-z0-9_-]*$')])]#
Name of QPU component that the controller controls.
Inheritance
