QAChannel#

class QAChannel(device: SHFQA, session: Session, tree: Tuple[str, ...])[source]#

Bases: Node

Quantum Analyzer Channel for the SHFQA.

QAChannel implements basic functionality to configure QAChannel settings of the SHFQA instrument. Besides the Generator, Readout and Sweeper modules it also provides an easy access to commonly used QAChannel parameters.

Parameters:
  • device (SHFQA) – SHFQA device object.

  • session (Session) – Underlying session.

  • tree (Tuple[str, ...]) – Node tree (node path as tuple) of the corresponding node.

Methods

configure_channel(*, input_range, ...)

Configures the RF input and output of a specified channel.

Attributes

generator

Generator.

readout

Readout.

spectroscopy

Spectroscopy.