Open dhunganaanish opened 2 years ago
@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.
I have not been able to figure out the frequency sweep using driver code. can you help me?