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