Remote Commands
R&S
®
FSVA3000/ R&S
®
FSV3000
863
User Manual 1178.8520.02 ─ 01
CALCulate<n>:MARKer<m>:FUNCtion:TOI:RESult?
This command queries the results for the third order intercept point measurement.
To get a valid result, you have to perform a complete measurement with synchroniza-
tion to the end of the measurement before reading out the result. This is only possible
for single sweep mode.
See also
Suffix:
<n>
.
<m>
Return values:
<TOI>
Third order intercept point.
Example:
INIT:CONT OFF
Switches to single sweep mode.
CALC:MARK:FUNC:TOI ON
Switches the intercept measurement.
INIT;*WAI
Starts a sweep and waits for the end.
CALC:MARK:FUNC:TOI:RES?
Outputs the measured value.
Usage:
Query only
14.5.11.2
Programming Example: Measuring the TOI
This example demonstrates how to determine the TOI in a remote environment.
//-----------Configuring the measurement ------------
*RST
//Reset the instrument
CALC:MARK:FUNC:TOI ON
//Activate TOI measurement.
//--------------Performing the Measurement-----
INIT:CONT OFF
//Selects single sweep mode.
CALC:MARK:FUNC:TOI:SEAR ONCE
//Initiates a search for signals in the current trace.
//---------------Retrieving Results-------------
CALC:MARK:FUNC:TOI:RES?
//Returns the TOI.
Configuring and Performing Measurements