configure_sg_channel#

configure_sg_channel(daq, device_id, channel_index, *, enable, output_range, center_frequency, rflf_path)[source]#

Configures the RF input and output of a specified SG channel.

Parameters
  • daq (ziDAQServer) – Instance of a Zurich Instruments API session connected to a Data Server. The device with identifier device_id is assumed to already be connected to this instance.

  • device_id (str) – SHFQC device identifier, e.g. dev12004 or ‘shf-dev12004’.

  • channel_index (int) – Index of the used SG channel.

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

  • center_frequency (float) – Center Frequency before modulation.

  • rflf_path (int) – Switch between RF and LF paths.

Return type

None