configure_channel#

QAChannel.configure_channel(*, input_range: int, output_range: int, center_frequency: float, mode: SHFQAChannelMode) None[source]#

Configures the RF input and output of a specified channel.

Parameters:
  • input_range (int) – Maximal range of the signal input power in dBm

  • output_range (int) – Maximal range of the signal output power in dBm

  • center_frequency (float) – Center frequency of the analysis band [Hz]

  • mode (SHFQAChannelMode) – Select between spectroscopy and readout mode.

Return type:

None