Replies: 2 comments 1 reply
-
|
that via SCPI the frequency can not be set above 4294967295 Hz (which is exactly max. value of uint32). When I send command ":VNA:FREQ:STOP 4294967295" it works, but ":VNA:FREQ:STOP 4294967296" or any higher value results in "ERROR" response. I am using current release (1.2.1). |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I can't test this myself right now but I can't find any obvious mistake in the code. I will check this in a couple of days, should be an easy fix. In any case, 1.2.1 is not the latest release. Please check if the bug is already fixed in 1.5.0 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using python to control the GUI, the commands VNA:FREQuency:START or VNA:FREQuency:STOP cannot be set to 5G.

The python file witch named retrieve_trace_data.py provided by Jan.
Beta Was this translation helpful? Give feedback.
All reactions