Remote Commands
R&S
®
FSW
1105User Manual 1173.9411.02 ─ 43
//Set the generator type to SMW06 with a frequency range of 100 kHz to 4GHz
SYST:COMM:RDEV:GEN:TYPE 'SMW06'
//Set the interface used to the GPIB address 28
SYST:COMM:RDEV:GEN:INT GPIB
SYST:COMM:GPIB:RDEV:GEN:ADDR 28
//Activate the use of TTL synchronization to optimize measurement speed
SYST:COMM:RDEV:GEN:LINK TTL
//Activate the use of the external reference frequency at 10 MHz on the generator
SOUR:EXT:ROSC EXT
//--------------Configuring the calibration measurement -----------
//Activate external generator control.
SOUR:EXT:STAT ON
//Set the generator output level to -10 dBm.
SOUR:EXT:POW -10DBM
//Set the frequency coupling to automatic
SOUR:EXT:FREQ:COUP:STAT ON
//--------------Configuring the generator frequency range -----------
//Define a series of frequencies (one for each sweep point) based on the current
//frequency at the RF input of the analyzer; the generator frequency is half the
//frequency of the analyzer, with an offset of 100 kHz;
// analyzer start: 10 Hz
// analyzer stop: 1 MHz
// analyzer span: 999.99 KHz
// generator frequency start: 100.005 KHz
// generator frequency stop: 600 KHz
// generator span: 499.995 KHz
SOUR:EXT:FREQ:FACT:NUM 1
SOUR:EXT:FREQ:FACT:DEN 2
SOUR:EXT:FREQ:OFFS 100KHZ
//--------------Performing the calibration measurement -----------
//Perform a transmission measurement with direct connection between the generator
//and the analyzer and wait till the end
SENS:CORR:METH TRAN
SENS:CORR:COLL:ACQ THR; *WAI
//--------------Retrieving the calibration trace results -----------
//Retrieve the measured frequencies (10 Hz - 600 kHz)
TRAC:DATA:X? TRACE1
Setting Basic Measurement Parameters