ComponentGroup#
Module: iqm.cpc.core.config
- class iqm.cpc.core.config.ComponentGroup(member_names, controllers)#
Bases:
objectCollection of chip components, and the station control Controllers meant to control them.
Attributes
Names of the components that belong to this group.
Mapping from control operation to the name of the controller.
Methods
Construct an instance from a dictionary.
- static from_dict(config)#
Construct an instance from a dictionary.
- Parameters:
- Return type:
Inheritance
