# Reset the instrument to start from a defined, default status.
*RST
# Switch off the automatic display update to increase programming
# speed
:DISPlay OFF
# Set the output function to sinewave.
:FUNCtion1 SIN
# Set the frequency of the carrier to 1 MHz.
:FREQuency1 1MHZ
# Set the FSK parameters to
# - Hop frequency 5 MHz
# - internal FSK source
# - FSK Rate 450 kHz
:FSK1:FREQuency 5MHZ
:FSK1:SOURce INT
:FSK1:INTernal:RATE 450KHZ
# Enable FSK
:FSK1:STATe ON
# Enable the output 1 and the complement output 1.
:OUTput1 ON
:OUTput1:COMPlement ON