From ef0c2c1f4e2f8da5be3a90eee56375341b3cc7f2 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Tue, 28 Dec 2021 21:22:59 -0500 Subject: default is non science scope --- qolab/hardware/scope/sds1104x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qolab/hardware/scope/sds1104x.py') 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)}') -- cgit v1.2.3