SCPI Command
CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain:STOP <stimulus>
CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain:STOP?
Sets or reads out the stop value of the marker search range. |
---|
command/query |
All traces of channel <Ch> (if the marker search range coupling is set to ON by the CALC:MARK:COUP command),
Or
The active trace of channel <Ch> (if otherwise),
<Ch>={[1]|2|3|4}
<Ch>={[1] … |16} (in N-port mode only)
<stimulus> the stop value of the marker search
Hz | s | dBm
<numeric>
Upper limit of the analyzer frequency range
Markers > Search > Search Stop
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.DOMain.STOP
Value = app.SCPI.CALCulate(1).SELected.MARKer.FUNCtion.DOMain.STOP
app.SCPI.CALCulate(1).SELected.MARKer.FUNCtion.DOMain.STOP = 1e6
Double (read/write)
Warning |
Object MARKer has an index of 1, which can be omitted in Visual Basic, but it cannot be omitted in other programming languages. |
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)