SCPI Command
CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain:STARt <stimulus>
CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain:STARt?
Sets or reads out the start 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 start value of the marker search
Hz | s | dBm
<numeric>
Lower limit of the analyzer frequency range
Markers > Search > Search Start
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.DOMain.STARt
Value = app.SCPI.CALCulate(1).SELected.MARKer.FUNCtion.DOMain.STARt
app.SCPI.CALCulate(1).SELected.MARKer.FUNCtion.DOMain.STARt = 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)