-
|
I am trying to use the signal generator option via a python script to sweep between 2.7 and 3 GHz. but at the moment I can only get the signal generator to work for stable frequencies. |
Beta Was this translation helpful? Give feedback.
Answered by
jankae
Oct 30, 2025
Replies: 1 comment 1 reply
-
|
There is no API to set up a sweep over SCPI. You will have to manually change the frequency from your python script to step through the sweep. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tomtanios
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no API to set up a sweep over SCPI. You will have to manually change the frequency from your python script to step through the sweep.