Basic quam
BasicQuAM
Bases: QuamRoot
Basic top-level QuAM root component.
If custom QuAM components are used, a custom QuAM root component should be created.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
channels
|
Dict[str, Channel]
|
A dictionary of channels. |
required |
octaves
|
Dict[str, Octave]
|
A dictionary of octaves. |
required |
Source code in quam/components/basic_quam.py
14 15 16 17 18 19 20 21 22 23 24 25 26 |
|