ZIImpedanceModule#

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

Bases: ZIBaseModule

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:
  • 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.

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