enable_qccs_mode#
- HDAWG.enable_qccs_mode(gen: int = 1) None [source]#
Configure the instrument to work with PQSC.
This method sets the reference clock source to connect the instrument to the PQSC.
- Parameters:
gen (int) – The QCCS generation that is being configured. Use 1 for a gen1 system, when only HDAWG and UHFQA are used. In this case, the sample rate is set to 2.4 GSa/s and the DIO interface is configured for connection with the UHFQA. Use 2 for a gen2 system, when only HDAWG and SHFs are used. In this case, the sample rate is set to 2.0 GSa/s. (default: 1)
versionchanged: (..) – 0.6.2: Added gen parameter.
- Raises:
ToolkitError – If the gen argument is not correct.
- Return type:
None
- Info:
Use
factory_reset
to reset the changes if necessary