Remote Commands
R&S
®
FSW
952
User Manual 1173.9411.02 ─ 43
//Define a video bandwidth of 5 MHz for range 2.
ESP:RANG2:BAND:VID 5000000
//Define a sweep time of 1 second for range 2.
ESP:RANG2:SWE:TIME 1
//Define a reference level of 0 dBm for range 2.
ESP:RANG2:RLEV 0
//Define an input attenuation of 10 dB for range 2.
ESP:RANG2:INP:ATT 10
// Create a transducer that can be used.
// It has to cover the corresponding frequency range
SENSe1:CORRection:TRANsducer:SELect 'Transducer'
SENSe1:CORRection:TRANsducer:UNIT 'DB'
SENSe1:CORRection:TRANsducer:COMMent 'Test Transducer'
// Frequency Span 0 MHz bis 20 Ghz
SENSe1:CORRection:TRANsducer:DATA 0e6,5, 20e9,3
//Include a transducer called 'transducer' for range 2.
ESP:RANG2:TRAN 'Transducer'
//------------ Configuring the limit check------------------
//Check the absolute and relative limits for all ranges in power class 1 and
//fails if both limits are violated. Since power class 2 is set to be used for
//the entire measurement, values for Limit Check 1 are irrelevant. They are
//defined here to demonstrate the use of the MAX function for relative limits.
ESP:RANG:LIM1:STAT AND
//Enable the use of maximum function for relative limit start. If the value
//exceeds the larger of the absolute (-13 dBm) and relative (-10 dBc) start
//values, the check fails.
ESP:RANG2:LIM1:REL:STAR:FUNC MAX
ESP:RANG2:LIM1:REL:STAR -10
ESP:RANG2:LIM1:REL:STAR:ABS -13
ESP:RANG2:LIM1:REL:STOP:FUNC MAX
ESP:RANG2:LIM1:REL:STOP -10
ESP:RANG2:LIM1:REL:STOP:ABS -13
//Check the absolute and relative limits for all ranges in power class 2 and
//fails if either limit is violated. Since power class 2 is set to be used for
//the entire measurement, values for Limit Check 1 are irrelevant.
ESP:RANG:LIM2:STAT OR
//Define an absolute limit of 10 dBm for the entire range 2 for power class 2.
ESP:RANG2:LIM2:ABS:STAR 10
ESP:RANG2:LIM2:ABS:STOP 10
//Define a relative limit of -20 dBc for the entire range 2 for power class 2.
ESP:RANG2:LIM2:REL:STAR -20
ESP:RANG2:LIM2:REL:STOP -20
Configuring and Performing Measurements