enable_scope#

enable_scope(daq, device_id, *, single, acknowledge_timeout=1.0)[source]#

Resets and enables the scope. Blocks until the host has received the enable acknowledgment from the device.

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’.

  • single (int) – 0 = continuous mode, 1 = single-shot.

  • acknowledge_timeout (float) –

    Maximum time to wait for diverse acknowledgments in the implementation.

    New in version 0.1.1.

Return type

None