enums ===== .. py:module:: quantify_scheduler.backends.qblox.enums .. autoapi-nested-parse:: Enums used by Qblox backend. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: quantify_scheduler.backends.qblox.enums.ChannelMode .. py:class:: ChannelMode Bases: :py:obj:`str`, :py:obj:`enum.Enum` Enum for the channel mode of the Sequencer. .. py:attribute:: COMPLEX :value: 'complex' .. py:attribute:: REAL :value: 'real' .. py:attribute:: DIGITAL :value: 'digital'