Skip to content

PyPalmSens 1.7.1

Choose a tag to compare

@stefsmeets stefsmeets released this 24 Feb 14:47
a7b4142

PyPalmSens 1.7.1 is now available on PyPi.

To upgrade: pip install pypalmsens -U.

This is a small release that adds a way to connect to a serial port directly, see the docs for more information.

import pypalmsens as ps

instrument = ps.Instrument.from_port('COM4')
ps.measure(ps.CyclicVoltammetry(), instrument=instrument)

What's Changed

Full Changelog: python-1.7.0...python-1.7.1