quantify_scheduler.backends.qblox.driver_version_check
Helper functions to perform the version check for qblox_instruments.
Module Contents
Functions
|
Verifies whether the installed version is supported by the qblox_backend. |
Attributes
Tuple containing all the version supported by this version of the backend. |
|
Can be set to false to override version check. |
- SUPPORTED_DRIVER_VERSIONS: Tuple[str, Ellipsis] = ('0.9', '0.10')[source]
Tuple containing all the version supported by this version of the backend.
- exception DriverVersionError[source]
Bases:
Exception
Raise when the installed driver version is not supported
Initialize self. See help(type(self)) for accurate signature.
- verify_qblox_instruments_version(version: str = driver_version)[source]
Verifies whether the installed version is supported by the qblox_backend.
- Parameters
version – The Qblox driver versions (
qblox-instruments
python package).- Raises
DriverVersionError – When an incorrect or no installation of qblox-instruments was found.