ImpedanceModule#
- class ImpedanceModule(impedance_module: ImpedanceModule, session: Session)[source]#
Bases:
BaseModule
Implements a base Impedance Module for Lock-In instruments.
The Impedance Module corresponds to the Cal sub-tab in the LabOne User Interface Impedance Analyzer tab. It allows the user to perform a compensation that will be applied to impedance measurements.
For a complete documentation see the LabOne user manual https://docs.zhinst.com/labone_programming_manual/impedance_module.html
- Parameters:
impedance_module (ImpedanceModule) – Instance of the core Impedance Module.
session (Session) – Session to the Data Server.
New in version 0.5.1.
Methods
finish
()Stop the module.
finished
([step])Check if the calibration or a step of it is finished.
wait_done
([step, timeout, sleep_time])Waits until the specified compensation step is complete.
Attributes