®
Remote commands
R&S
FPL1000
Configuring and performing measurements
CALC:MARK6:FUNC:FME:DET CAV
//----------- Configuring a limit check -------------
//Select EN55011A.LIN as limit line 1
CALC:LIM1:NAME "EN55011A.LIN"
//Configure trace 1 to be checked against limit line 1
CALC:LIM1:TRAC1:CHEC ON
//Clear the results of all previous limit checks
CALC:LIM:CLE
//----------- Performing the Measurement ------------
//Select single sweep mode.
INIT:CONT OFF
//Initiate a new measurement and wait until the sweep has finished.
INIT;*WAI
//------------ Retrieving Results -------------------
//Query the results for the EMI measurement
//First marker frequency, then final test level
CALC:MARK1:X?
CALC:MARK1:FUNC:FME:RES?
CALC:MARK2:X?
CALC:MARK2:FUNC:FME:RES?
CALC:MARK3:X?
CALC:MARK3:FUNC:FME:RES?
CALC:MARK4:X?
CALC:MARK4:FUNC:FME:RES?
CALC:MARK5:X?
CALC:MARK5:FUNC:FME:RES?
CALC:MARK6:X?
CALC:MARK6:FUNC:FME:RES?
//Query the result of the limit check for trace 1
CALC:LIM1:FAIL?
//Query the result of the limit check and the distance from the limit lines
//for each marker
CALC:MARK1:FUNC:FME:LIM:COND?
CALC:MARK1:FUNC:FME:LIM:DELT?
CALC:MARK2:FUNC:FME:LIM:COND?
CALC:MARK2:FUNC:FME:LIM:DELT?
CALC:MARK3:FUNC:FME:LIM:COND?
CALC:MARK3:FUNC:FME:LIM:DELT?
CALC:MARK4:FUNC:FME:LIM:COND?
CALC:MARK4:FUNC:FME:LIM:DELT?
CALC:MARK5:FUNC:FME:LIM:COND?
CALC:MARK5:FUNC:FME:LIM:DELT?
CALC:MARK6:FUNC:FME:LIM:COND?
CALC:MARK6:FUNC:FME:LIM:DELT?
Manuel d'utilisation 1179.5860.09 - 12
737
737