I am currently using two LMX2595 synthesizer boards to produce a 6 GHz and a 18 GHz signal to form a Fourier-synthesized train of pulses.
For my application I need now to create a 12 kHz amplitude modulation of that output.
I was told that one can toggle the output of the devices on the microsecond scale what is about 1~2 orders of magnitude smaller than my anticipated modulation frequency.
Therefore, I tried to toggle the output of the devices using a Python program that I could include into my existing code.
I am now able to toggle the output of a single device using the win32com.client Python-library and the OUTA_PD register value.
My program opens a new TICS-PRO window that recognises the first device.
However, I cannot establish a connection to the second device when opening a second TICS-PRO window.
Is there a smarter way to toggle the output of the devices via Python?
Can I eventually change the settings in TICS-PRO instances that are already open -- before running my Python script?