diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-11-30 23:22:04 -0500 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-11-30 23:22:04 -0500 |
commit | 6d1403f496d36b3f4617ab7eff6bc8dd60b9df7a (patch) | |
tree | b78d41485c3e5bd9cd7c1aa543e3f09c32c3331e | |
parent | 893f423aa9534e63dc7a310bfd3789180e01412c (diff) | |
download | qolab-6d1403f496d36b3f4617ab7eff6bc8dd60b9df7a.tar.gz qolab-6d1403f496d36b3f4617ab7eff6bc8dd60b9df7a.zip |
simplified scope class
-rw-r--r-- | scope.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -14,8 +14,6 @@ class Scope(scpi.SCPIinstr): rm = pyvisa.ResourceManager() Scope(rm.open_resource('TCPIP::192.168.0.2::INSTR')) """ - def __init__(self, resource): - super().__init__(resource) # Minimal set of methods to be implemented by a scope. # Should work with minimal arguments list |