SCPI Command
CALCulate<Ch>:PARameter:COUNt <numeric>
CALCulate<Ch>:PARameter:COUNt?
Sets or reads out the number of traces in the channel. |
---|
command/query |
Channel <Ch>,
<Ch>={[1]|2|3|4}
<Ch>={[1] … |16} (in N-port mode only)
<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
None
Equivalent COM Command
SCPI.CALCulate(Ch).PARameter(1).COUNt
TraceNum = app.SCPI.CALCulate(1).PARameter.COUNt
app.SCPI.CALCulate(1).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
Back to Command Finder (From User Interface)