SCPI Command
CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain[:STATe] {OFF|ON|0|1}
CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain[:STATe]?
Turns the state of the arbitrary range when executing the marker search ON/OFF. If the state of an arbitrary range is ON, marker search is performed in the range specified by the CALC:MARK:FUNC:DOM:STAR, CALC:MARK:FUNC:DOM:STOP commands. Otherwise, the search is performed over the entire sweep 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)
Parameter
{ON|1} |
Marker search range ON |
{OFF|0} |
Marker search range OFF |
{0|1}
0
Markers > Search > Search Range
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.DOMain.STATe
Status = app.SCPI.CALCulate(1).SELected.MARKer.FUNCtion.DOMain.STATe
app.SCPI.CALCulate(1).SELected.MARKer.FUNCtion.DOMain.STATe = true
Type
Boolean (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)