PyPalmSens API reference
PyPalmSens is a Python library that lets you control your PalmSens device using Python.
-
pypalmsensThe most-used functions and classes are available from the root module.
-
pypalmsens.settingsThis module additional classes for method configuration (e.g. general settings, current ranges, etc).
-
pypalmsens.fittingContains classes for equivalent circuit fitting.
-
pypalmsens.dataContains the dataclasses for working with measurement data.
Although
PyPalmSenswill typically construct these dataclasses for you, either when loading a.pssessionfile 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.