Skip to content

PyPalmSens 1.2.2

Choose a tag to compare

@stefsmeets stefsmeets released this 13 Oct 14:52

This release adds the following methods to PyPalmSens:

  • Fast Cyclic Voltammetry
  • AC Voltammetry
  • Normal Pulse Voltammetry
  • Fast Amperometry
  • Pulsed Amperometric Detection
  • Linear Sweep Potentiometry
  • Multistep Potentiometry
  • Stripping Chronopotentiometry
  • Chronocoulometry
  • Fast Impedance Spectroscopy
  • Fast Galvanostatic Impedance Spectroscopy
  • Mixed Mode

There is also a small backwards incompatible API change in some of the settings. Limits, triggers, and IR drop are now easier to define. See #117 for more information:

Limits

ps.settings.CurrentLimits(min=0, max=1)
ps.settings.PotentialLimits(min=0, max=1)
ps.settings.ChargeLimits(min=0, max=1)

Ir Drop

ps.settings.IrDropCompensation(resistance=0.5)

Triggers

ps.settings.EquilibrationTriggers(d1=True, d2=True)
ps.settings.MeasurementTriggers(d3=True)
ps.settings.DelayTriggers(delay=0.5, d0=True)

What's Changed

Full Changelog: python-1.1.1...python-1.2.2