Property (Read-Write)
SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.DOMain.MULTiple.STOP(Param) = Value
Value = SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.DOMain.MULTiple.STOP(Param)
The following syntax is also supported:
SCPI.CALCulate(Ch).TRACe(Tr).MARKer(Mk).FUNCtion.DOMain.MULTiple.STOP(Param) = Value
Value = SCPI.CALCulate(Ch).TRACe(Tr).MARKer(Mk).FUNCtion.DOMain.MULTiple.STOP(Param)
This command sets/gets the stop value of the target range in the multiple search range, for the selected channel (Ch) in revision A.9.60 and above.
When the trace coupling is off, the active trace is the target to be set.
You can select the trace and set/get the stop value of the target range in the multiple search range for the trace (when the trace coupling is off) just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.
Parameter |
Param |
Description |
Target search range of search analysis. |
Data type |
Integer |
Range |
1 to 16 |
Parameter |
Value |
Description |
Stop value of the target range in the multiple search range |
Data type |
Double precision floating point type (Double) |
Preset value |
0 |
Unit |
Hz (hertz), dBm or s (second) |
see the example in SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.DOMain.MULTiple.RANGe
SCPI.CALCULATE(Ch).SELected.MARKer.FUNCtion.DOMain.MULTiple.RANGe
SCPI.CALCULATE(Ch).SELected.MARKer.FUNCtion.DOMain.MULTiple.STATe
SCPI.CALCULATE(Ch).SELected.MARKer.FUNCtion.DOMain.MULTiple.START
Marker Search > Search Range > Multiple Range > Stop
:CALCulate{[1]-160}[:SELected]:MARKer{[1]-10}:FUNCtion:DOMain:MULTiple:STOP <numeric(Range)>,<numeric(Frequency)>
:CALCulate{[1]-160}[:SELected]:MARKer{[1]-10}:FUNCtion:DOMain:MULTiple:STOP? <numeric(Range)>
The following syntax is also supported:
:CALCulate{[1]-160}:TRACe{[1]-16}:MARKer{[1]-10}:FUNCtion:DOMain:MULTiple:STOP <numeric(Range)>,<numeric(Frequency)>
:CALCulate{[1]-160}:TRACe{[1]-16}:MARKer{[1]-10}:FUNCtion:DOMain:MULTiple:STOP? <numeric(Range)>
{numeric}<newline><^END>
10 OUTPUT 717;":CALC1:MARK1:FUNC:DOM:MULT:STOP 2,1.8E9"
20 OUTPUT 717;":CALC1:MARK1:FUNC:DOM:MULT:STOP? 2"
30 ENTER 717;A