SweeperModule#

class SweeperModule(sweeper_module: SweeperModule, session: Session)[source]#

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 https://docs.zhinst.com/labone_programming_manual/sweeper_module.html

Parameters:
  • sweeper_module (SweeperModule) – Instance of the core Sweeper Module.

  • session (Session) – Session to the Data Server.

Methods

finish()

Stop the module.

Attributes