enums# Enums used by Qblox backend. Module Contents# Classes# ChannelMode Enum for the channel mode of the Sequencer. class ChannelMode[source]# Bases: str, enum.Enum Enum for the channel mode of the Sequencer. COMPLEX = 'complex'[source]# REAL = 'real'[source]# DIGITAL = 'digital'[source]#