Skip to content

PyPalmSens API reference

PyPalmSens is a Python library that lets you control your PalmSens device using Python.

  • pypalmsens

    The most-used functions and classes are available from the root module.

  • pypalmsens.settings

    This module additional classes for method configuration (e.g. general settings, current ranges, etc).

  • pypalmsens.fitting

    Contains classes for equivalent circuit fitting.

  • pypalmsens.data

    Contains the dataclasses for working with measurement data.

    Although PyPalmSens will typically construct these dataclasses for you, either when loading a .pssession file or after a measurement, this page documents the attributes and methods available on these classes.

For installation instructions, examples, tutorials, and other information, refer to the PalmSens developer documentation.