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:FUNC:DOM:COUP command),
Or
CALCulate<Ch>[:SELected] — active trace of channel <Ch>,
<Ch>={[1]|2|...9}
Parameter
{ON|1} |
Arbitrary range |
{OFF|0} |
Entire sweep range |
{0|1}
0
Markers > Marker Search > Search Range
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.DOMain.STATe
Status = app.SCPI.CALCulate(Ch).SELected.MARKer(1).FUNCtion.DOMain.STATe
app.SCPI.CALCulate(Ch).SELected.MARKer(1).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)