boulderopalscaleup.QctrlScaleUpClient.get_device_calibration_data

*async* QctrlScaleUpClient.get_device_calibration_data(device_name=None)

Get structured calibration data for a device.

Parameters

device_name (str or None , optional) – The name of the device. Defaults to the current device.

Returns

Calibration data for all qubits and resonators on the device.

Return type

DeviceCalibrationData

Was this useful?