enable_sequencer#

enable_sequencer(daq, device_id, channel_index, *, single, channel_type)[source]#

Starts the sequencer of a specific 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 specifying which sequencer to enable - there is one sequencer per channel. (Always 0 for the qa channel)

  • single (int) – 1 - Disable sequencer after finishing execution. 0 - Restart sequencer after finishing execution.

  • channel_type (str) – Identifier specifing if the sequencer from the qa or sg channel should be used. (“qa” or “sg”)

Return type

None