enable_result_logger#

enable_result_logger(daq: ziDAQServer, device_id: str, *, mode: str, acknowledge_timeout: float = 1.0) None[source]#

Resets and enables a specified result logger.

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) – SHFQC device identifier, e.g. dev12004 or ‘shf-dev12004’.

  • mode (str) – Select between “spectroscopy” and “readout” mode.

  • acknowledge_timeout (float) – Maximum time to wait for diverse acknowledgments in the implementation.

Return type:

None

New in version 0.1.1.