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.14',)[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.
- verify_qblox_instruments_version(version: str | None = 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.