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

not a issue, frequency sweep #2

Open
dhunganaanish opened this issue Nov 4, 2022 · 1 comment
Open

not a issue, frequency sweep #2

dhunganaanish opened this issue Nov 4, 2022 · 1 comment

Comments

@dhunganaanish
Copy link

I have not been able to figure out the frequency sweep using driver code. can you help me?

@charkster
Copy link
Owner

@dhunganaanish this instrument driver is only a method to save a unique Keysight 33600a configuration into a Python list. After you have entered the proper settings into the instrument (by pressing the touch screen buttons), you would run get_unique_scpi() to get a SCPI list of all the settings you have entered. This list can be saved and then written to the instrument when you want to restore that exact setting.
It takes a lot of time to correctly input all the needed settings into the Keysight 33600a... my script makes sure that you can easily get all those same settings again in the future.
My advice is to configure the frequency sweep using the touch screen and test it by looking at the output on an oscilloscope or logic analyzer. Once it looks proper, connect it to your circuit and see if you get expected result.
Good luck.

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

2 participants