diff options
Diffstat (limited to 'qolab')
-rw-r--r-- | qolab/hardware/scope/sds1104x.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qolab/hardware/scope/sds1104x.py b/qolab/hardware/scope/sds1104x.py index da7fd65..fd007c1 100644 --- a/qolab/hardware/scope/sds1104x.py +++ b/qolab/hardware/scope/sds1104x.py @@ -218,7 +218,7 @@ if __name__ == '__main__': print("testing") rm = pyvisa.ResourceManager() print(rm.list_resources()) - instr=rm.open_resource('TCPIP::192.168.0.61::INSTR') + instr=rm.open_resource('TCPIP::192.168.0.62::INSTR') scope = SDS1104X(instr) print(f'ID: {scope.idn}') print(f'Ch1 mean: {scope.mean(1)}') |