You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\Users\hatlab-MSMT2\anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3552, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in <cell line: 1>
vna.savetrace(10, r"Z:\data\TMSlight_new\cooldown20240628\supercon_cable_tests\")
File "", line 3, in savetrace
File "c:\users\hatlab-msmt2\documents\github\instrumentserver\instrumentserver\client\proxy.py", line 261, in wrap
return self.askServer(msg)
File "c:\users\hatlab-msmt2\documents\github\instrumentserver\instrumentserver\client\proxy.py", line 78, in askServer
return self.cli.ask(message)
File "c:\users\hatlab-msmt2\documents\github\instrumentserver\instrumentserver\client\core.py", line 65, in ask
ret = recv(self.socket)
File "c:\users\hatlab-msmt2\documents\github\instrumentserver\instrumentserver\base.py", line 16, in recv
return decode(socket.recv_pyobj())
File "c:\users\hatlab-msmt2\documents\github\instrumentserver\instrumentserver\base.py", line 8, in decode
return pickle.loads(data)
TypeError: function takes exactly 5 arguments (6 given)
No issue if 1000 points
The text was updated successfully, but these errors were encountered:
1601 VNA points causes
Traceback (most recent call last):
File "C:\Users\hatlab-MSMT2\anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3552, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in <cell line: 1>
vna.savetrace(10, r"Z:\data\TMSlight_new\cooldown20240628\supercon_cable_tests\")
File "", line 3, in savetrace
File "c:\users\hatlab-msmt2\documents\github\instrumentserver\instrumentserver\client\proxy.py", line 261, in wrap
return self.askServer(msg)
File "c:\users\hatlab-msmt2\documents\github\instrumentserver\instrumentserver\client\proxy.py", line 78, in askServer
return self.cli.ask(message)
File "c:\users\hatlab-msmt2\documents\github\instrumentserver\instrumentserver\client\core.py", line 65, in ask
ret = recv(self.socket)
File "c:\users\hatlab-msmt2\documents\github\instrumentserver\instrumentserver\base.py", line 16, in recv
return decode(socket.recv_pyobj())
File "c:\users\hatlab-msmt2\documents\github\instrumentserver\instrumentserver\base.py", line 8, in decode
return pickle.loads(data)
TypeError: function takes exactly 5 arguments (6 given)
No issue if 1000 points
The text was updated successfully, but these errors were encountered: