SCPI Command
CALCulate<Ch>[:SELected]:MARKer:COUNt <numeric>
CALCulate<Ch>[:SELected]:MARKer:COUNt?
Or
CALCulate<Ch>:TRACe<Tr>:MARKer:COUNt <numeric>
CALCulate<Ch>:TRACe<Tr>: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 |
CALCulate<Ch>[:SELected] — active trace of channel <Ch>,
Or
CALCulate<Ch>:TRACe<Tr> — trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
<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
note |
This command is similar to CALCulate<Ch>[:SELected]:MARKer:COUN only. |
MarkerCnt = app.SCPI.CALCulate(Ch).SELected.MARKer.COUNt
app.SCPI.CALCulate(Ch).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