diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-12-01 10:23:09 -0500 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-12-01 10:23:09 -0500 |
commit | c1eeeb54c4b171bef50ebc0d946c618ef6f048a3 (patch) | |
tree | ce2e5986995beae7eab15b179fd167584a5f231e | |
parent | 6d1403f496d36b3f4617ab7eff6bc8dd60b9df7a (diff) | |
download | qolab-c1eeeb54c4b171bef50ebc0d946c618ef6f048a3.tar.gz qolab-c1eeeb54c4b171bef50ebc0d946c618ef6f048a3.zip |
removed trace
-rw-r--r-- | scope/__init__.py (renamed from scope.py) | 0 | ||||
-rw-r--r-- | scpi.py | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/scope.py b/scope/__init__.py index ffc0720..ffc0720 100644 --- a/scope.py +++ b/scope/__init__.py @@ -12,7 +12,6 @@ class SCPIinstr: SCPIinstr(rm.open_resource('TCPIP::192.168.0.2::INSTR')) """ def __init__(self, resource): - print(resource) self.resource = resource # convenience pyvisa functions |