Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 728 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 728 Bytes

Lantz: Simple yet powerful instrumentation in Python

Lantz is an automation and instrumentation toolkit with a clean, well-designed and consistent interface. It provides a core of commonly used functionalities for building applications that communicate with scientific instruments allowing rapid application prototyping, development and testing.

arduino-qt-simple

Create an arduino driver, the corresponding sketch and upload it. Then use a Qt interface to query the value in the arduino.

arduino-qt-continuous

Create an arduino driver, the corresponding sketch and upload it. Then use a Qt interface to query the value in the arduino periodically or plot it.