KU-DO-Lab / Spearmint

Software to drive data aquisition for nanodevices, intended for our low temperature measurements. Based on University of Washington's nanophys/MeasureIt.
MIT License
0 stars 0 forks source link

Log detected devices on application start #5

Closed do-lab-ku closed 2 weeks ago

do-lab-ku commented 1 month ago

It is a real pain to hunt down addresses for new VISA instruments, we can easily log them to the console which will make it significantly easier to connect devices.

For example with PyVISA:

>>> import pyvisa
>>> rm = pyvisa.ResourceManager()
>>> rm.list_resources()
('ASRL1::INSTR', 'ASRL2::INSTR', 'GPIB0::12::INSTR')
Mamba-Grant commented 2 weeks ago

This is now a feature on dev in commit 9039b66.