Skip to content

Python Toolkit API Sweeper Module

zhinst.toolkit.driver.modules.sweeper_module.SweeperModule(sweeper_module, session)

Bases: BaseModule

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

Parameters:

Name Type Description Default
sweeper_module SweeperModule

Instance of the core Sweeper Module.

required
session Session

Session to the Data Server.

required

finish()

Stop the module.