Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unhandled exception with too many VNA points #4

Open
borismesits opened this issue Jul 3, 2024 · 0 comments
Open

unhandled exception with too many VNA points #4

borismesits opened this issue Jul 3, 2024 · 0 comments

Comments

@borismesits
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant