QONControllerSetting#

class QONControllerSetting(controller, rest)#

Bases: QON

QON representing a controller setting observation.

Has the form controllers.{controller}[.{subcontroller}]*.{setting}.

Module: iqm.station_control.client.qon

Attributes

domain

Type/purpose of the observation.

controller

Name of the controller.

rest

Possible subcontroller names in a dotted structure, ending in the setting name.

Methods

Parameters:
  • controller (str) –

  • rest (str) –

controller: str#

Name of the controller.

rest: str#

Possible subcontroller names in a dotted structure, ending in the setting name.

property domain: Domain#

Type/purpose of the observation.

classmethod _parse(controller, controller_specific_part)#

Parse a controller setting observation name.

Parameters:
  • controller (str) –

  • controller_specific_part (str) –

Return type:

QONControllerSetting