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. COMPLEX = 'complex'[source]# REAL = 'real'[source]# IMAG = 'imag'[source]# DIGITAL = 'digital'[source]#