SCPI Command
CALCulate<Ch>[:SELected]:MARKer:COUNt <numeric>
CALCulate<Ch>[:SELected]:MARKer:COUNt?
Sets the number of turned ON markers. Note: Choosing 16 turns on the reference marker and sets the markers 1 to 15 to the relative values. |
---|
command/query |
The active trace of channel <Ch>,
<Ch>={[1]|2|3|4}
<Ch>={[1] … |16} (in N-port mode only)
<numeric>, range from 0 to 16
Sets the value of the limit, which is closer to the specified value.
<numeric>
0
None
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(1).COUNt
MarkerCnt = app.SCPI.CALCulate(1).SELected.MARKer.COUNt
app.SCPI.CALCulate(1).SELected.MARKer.COUNt = 5
Long (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)