enums#

Enums used by Qblox backend.

Module Contents#

Classes#

IoMode

Enum for the IO mode of the Sequencer.

class IoMode[source]#

Bases: str, enum.Enum

Enum for the IO mode of the Sequencer.

Initialize self. See help(type(self)) for accurate signature.

COMPLEX = 'complex'[source]#
REAL = 'real'[source]#
IMAG = 'imag'[source]#
DIGITAL = 'digital'[source]#