SCPI Command
CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain:STOP <stimulus>
CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain:STOP?
Or
CALCulate<Ch>:TRACe<Tr>:MARKer:FUNCtion:DOMain:STOP <stimulus>
CALCulate<Ch>:TRACe<Tr>: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>,
Or
CALCulate<Ch>:TRACe<Tr> — trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
<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(1).FUNCtion.DOMain.STOP
note |
This command is similar to CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain:STOP only. |
Value = app.SCPI.CALCulate(Ch).SELected.MARKer.FUNCtion.DOMain.STOP
app.SCPI.CALCulate(Ch).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