SCPI Command
CALCulate<Ch>:PARameter:COUNt <numeric>
CALCulate<Ch>:PARameter:COUNt?
Sets or reads out the number of traces in the channel. |
---|
command/query |
The channel <Ch>,
<Ch>={[1]|2|...16}
<numeric> The number of the traces in the channel from 1 to 16
Sets the value of the limit, which is closer to the specified value.
<numeric>
1
Display > Num of Traces
Equivalent COM Command
SCPI.CALCulate(Ch).PARameter(1).COUNt
TraceNum = app.SCPI.CALCulate(Ch).PARameter.COUNt
app.SCPI.CALCulate(Ch).PARameter.COUNt = 2
Long (read/write)
Warning |
Object PARameter 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