Property (Read-Write)
SCPI.SENSe(Ch).SWEep.POINts = Value
Value = SCPI.SENSe(Ch).SWEep.POINts
This command sets/gets the number of measurement points of selected channel (Ch).
Parameter |
Value |
Description |
Number of measurement points |
Data type |
Long integer type (Long) |
Range |
2 to 20001 |
Preset value |
201 |
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 Nop As Long
SCPI.SENSe(1).SWEep.POINts = 801
Nop = SCPI.SENSe(1).SWEep.POINts
Sweep Setup > Points
:SENSe{[1]-160}:SWEep:POINts <numeric>
:SENSe{[1]-160}:SWEep:POINts?
{numeric}<newline><^END>
10 OUTPUT 717;":SENS1:SWE:POIN 801"
20 OUTPUT 717;":SENS1:SWE:POIN?"
30 ENTER 717;A