Sample API Programs
Sample programs are placed in this default location when you install the software:
C:\Users\<user name>\AppData\Roaming\Keysight\Signal Studio\3GPP2 cdma2000 2018.0201\Samples
Using Microsoft Visual C# .NET or a similar IDE, you can modify these sample projects to develop your own API programs.
Basic Program Flow
You can create an API program
by performing the following general steps. This sequence is demonstrated
in the
-
Create an API object.
-
Configure the instrument connection.
-
Clear all carriers.
-
Configure the waveform.
-
Add a framed carrier.
-
Generate and download the waveform to the instrument.
-
Turn on the RF output.
-
End the program and turn off the RF output.
Before editing the sample programs, make backup copies of all files. To save the edited files, right-click each file, select Properties, and deselect the read-only attribute.