aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2021-11-30 23:22:04 -0500
committerEugeniy E. Mikhailov <evgmik@gmail.com>2021-11-30 23:22:04 -0500
commit6d1403f496d36b3f4617ab7eff6bc8dd60b9df7a (patch)
treeb78d41485c3e5bd9cd7c1aa543e3f09c32c3331e
parent893f423aa9534e63dc7a310bfd3789180e01412c (diff)
downloadqolab-6d1403f496d36b3f4617ab7eff6bc8dd60b9df7a.tar.gz
qolab-6d1403f496d36b3f4617ab7eff6bc8dd60b9df7a.zip
simplified scope class
-rw-r--r--scope.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scope.py b/scope.py
index 9bd2fe1..ffc0720 100644
--- a/scope.py
+++ b/scope.py
@@ -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