aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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