SCPI Command
CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain:COUPle {OFF|ON|0|1}
CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain:COUPle?
Or
CALCulate<Ch>:TRACe<Tr>:MARKer:FUNCtion:DOMain:COUPle {OFF|ON|0|1}
CALCulate<Ch>:TRACe<Tr>:MARKer:FUNCtion:DOMain:COUPle?
Turns the state of the marker search range coupling for different traces ON/OFF. If the arbitrary search range turned ON by the CALC:MARK:FUNC:DOM command, specifies whether (coupling) or each trace uses individual range when the marker search is performed. |
---|
command/query |
All the traces of channel <Ch>,
<Ch>={[1]|2|...16}
Specifies the state of the marker search range coupling:
{ON|1} |
All traces of channel use the same range |
{OFF|0} |
Each trace uses individual range |
{0|1}
1
Markers > Marker Search > Couple
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(1).FUNCtion.DOMain.COUPle
note |
This command is similar to CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain:COUPle only. |
Status = app.SCPI.CALCulate(Ch).SELected.MARKer.FUNCtion.DOMain.COUPle
app.SCPI.CALCulate(Ch).SELected.MARKer.FUNCtion.DOMain.COUPle = false
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