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:FUNC:DOM:COUP command),
Or
CALCulate<Ch>[:SELected] — active trace of channel <Ch>,
<Ch>={[1]|2|...9}
<stimulus> the stop value of the marker search
Hz |s |dBm
<numeric>
Upper limit of the analyzer frequency range
Markers > Marker Search > Search Stop
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.DOMain.STOP
Value = app.SCPI.CALCulate(Ch).SELected.MARKer(1).FUNCtion.DOMain.STOP
app.SCPI.CALCulate(Ch).SELected.MARKer(1).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)