enable_sequencer#

enable_sequencer(daq, device_id, channel_index, *, single)[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) – SHFQA device identifier, e.g. dev12004 or ‘shf-dev12004’.

  • channel_index (int) – Index specifying which sequencer to enable - there is one sequencer per channel.

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

Return type

None