Specifications

Programming Guide 2-87
ESG Family Signal Generators Programming Commands and Examples
Generating an AC-Coupled External FM Signal, Example Program 5
Program Comments
10 to 190: Title and program description
200: Assigns the signal generator’s GPIB address to a variable.
210: Places the signal generator into LOCAL mode.
220: Resets the signal generator’s parser and clears any pending output from the source.
230: Clears the controller’s display.
240: Sets the signal generator to a defined state.
250: Sets External 2 source to frequency modulation.
260: Sets FM path 2 coupling to AC.
270: Sets FM path 2 deviation to 20 kHz.
280: Sets the carrier frequency to 700 MHz.
290:
Sets the carrier output power level to
25 dBm.
300: Turns on the frequency modulation.
310: Turns on the RF output.
320 to 330: Prints a message to the controller’s display.
340: Places the signal generator into LOCAL mode.
360: Ends the program.