ZISweeperModule#

class ZISweeperModule(*args: Any, **kwargs: Any)[source]#

Bases: ZIBaseModule

Implements a base Sweeper Module for Lock-In instruments.

The Sweeper Module allows for simple and efficient parameter sweeps while acquiring data streams from multiple different signal sources. The module supports well defined sweeps of various parameters as well as application specific measurement presets. For more information on how to use the Sweeper Module, have a look at the LabOne Programming Manual.

For a complete documentation see the LabOne user manual https://docs.zhinst.com/labone_programming_manual/sweeper_module.html

Parameters:
  • tk_object – Underlying zhinst-toolkit object.

  • session – Session to the Data Server.

  • name – Name of the module in QCoDeS.

  • args (Any) –

  • kwargs (Any) –

Return type:

Any

Methods

finish()

Stop the module.

Attributes