diff options
Diffstat (limited to 'scope.py')
-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 |