levylabpitt / Instrument-Framework

An object-oriented framework for LabVIEW based on JKI SMOs.
BSD 3-Clause "New" or "Revised" License
4 stars 7 forks source link

Support Get() and Set() API methods #110

Open ciozi137 opened 3 weeks ago

ciozi137 commented 3 weeks ago

QCoDeS has native support for Get and Set methods with a single argument parameter. At the moment Instrument Framework (IF) instruments have methods e.g.

Proposal: implement additional methods like:

ciozi137 commented 2 weeks ago

Abstract methods Handle GET and Handle SET: image