qblox_scheduler.backends.qblox.operation_handling.bin_mode_compat#

Functionality to determine if the bin mode is compatible with the acquisition protocol.

Attributes#

Exceptions#

IncompatibleBinModeError

Compiler exception to be raised when a bin mode is incompatible with the acquisition protocol

Module Contents#

QRM_COMPATIBLE_BIN_MODES[source]#
QTM_COMPATIBLE_BIN_MODES[source]#
exception IncompatibleBinModeError(module_type: str, protocol: str, bin_mode: qblox_scheduler.enums.BinMode, operation_info: qblox_scheduler.backends.types.qblox.OpInfo | None = None)[source]#

Bases: Exception

Compiler exception to be raised when a bin mode is incompatible with the acquisition protocol for the module type.