Properties
SCPI.CALCulate(Ch).SELected.MARKer(1).COUPle
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Boolean |
Target | All traces of channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The ON/OFF state of the marker coupling function. |
Allowable Values | True: Marker coupling ON False: Marker coupling OFF |
Preset Value | True |
Syntax | Dim Status As Boolean Status = app.SCPI.CALCulate(Ch).SELected.MARKer.COUPle app.SCPI.CALCulate(Ch).SELected.MARKer.COUPle = false |
Warning | Object MARKer has an index. In Visual Basic the index is 1 by default when it is omitted. The index can not be omitted in other programming languages. |
Equivalent Softkeys | Marker > Properties > Marker Couple |