dbbotkin / Fluke289_data_access

A series of Python scripts to access measurements from Fluke 28X meters. Fluke IR Remote Interface required.
7 stars 3 forks source link

undefined name qsls #3

Open FliesLikeABrick opened 6 months ago

FliesLikeABrick commented 6 months ago

Hi,

What is qsls() on line 29 of Access_Recordings.py supposed to be executing?

File "/home/ryan/git/Access_Recordings.py", line 29, in do_recordings nb_recordings = int(qsls()['nb_recordings']) NameError: name 'qsls' is not defined