Property (Read-Write)
SCPI.CALCulate(Ch).PARameter.COUNt = Value
Value = SCPI.CALCulate(Ch).PARameter.COUNt
This command sets/gets the number of traces of selected channel (Ch).
Parameter |
Value |
Description |
Number of traces |
Data type |
Long integer type (Long) |
Range |
1 to 8, Varies depending on the upper limit setting for the channel/trace number |
Preset value |
1 |
Note |
If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set. |
Dim TraceNum As Long
SCPI.CALCulate(1).PARameter.COUNt = 4
TraceNum = SCPI.CALCulate(1).PARameter.COUNt
Display > Num of Traces
:CALCulate{[1]-4}:PARameter:COUNt <numeric>
:CALCulate{[1]-4}:PARameter:COUNt?
{numeric}<newline><^END>
10 OUTPUT 717;":CALC1:PAR:COUN 4"
20 OUTPUT 717;":CALC1:PAR:COUN?"
30 ENTER 717;A