enable_sequencer#
- enable_sequencer(daq: ziDAQServer, device_id: str, channel_index: int, *, single: Union[bool, int] = True) None [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) – SHFSG device identifier, e.g. dev12004 or ‘shf-dev12004’.
channel_index (int) – Index specifying which sequencer to enable - there is one sequencer per channel.
single (Union[bool, int]) – Flag if the sequencer should run in single mode.
- Return type:
None