Remote Commands
R&S
®
FSW
1104User Manual 1173.9411.02 ─ 43
This command is only available if external generator control is active (see
SOURce<si>:EXTernal<gen>[:STATe] on page 1098).
Parameters:
<State> ON | OFF | 0 | 1
OFF | 0
Switches the function off
ON | 1
Switches the function on
Example:
CORR ON
Activates normalization.
Manual operation: See "Source Calibration Normalize" on page 399
[SENSe:]CORRection:TRANsducer:GENerate <Name>
This command uses the normalized measurement data to generate a transducer factor
with up to 1001 points. The trace data is converted to a transducer with unit dB and
stored in a file with the specified name and the suffix .trd under
c:\r_s\instr\trd. The frequency points are allocated in equidistant steps between
start and stop frequency.
The generated transducer factor can be further adapted using the commands descri-
bed in Chapter 14.10.3, "Working with Transducers", on page 1267).
Parameters:
<Name> '<name>
Example:
CORR:TRAN:GEN 'SMW200A1'
Creates the transducer file
C:\r_s\instr\trd\SMW200A.trd.
Manual operation: See "Save as Trd Factor" on page 400
Programming Example for External Generator Control
The following example demonstrates how to work with an external generator in a
remote environment.
It assumes a signal generator of the type SMW06 is connected to the R&S FSW,
including TTL synchronization, as described in the R&S FSW User Manual.
//--------------Preparing the instrument -----------
//Reset the instrument
*RST
//Set the frequency span.
SENS:FREQ:STAR 10HZ
SENS:FREQ:STOP 1MHZ
//--------------Configuring the interface -----------
Setting Basic Measurement Parameters