SCPI.SENSe(Ch).SWEep.POINts

Object type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).SWEep.POINts = Value

Value = SCPI.SENSe(Ch).SWEep.POINts

Description

This command sets/gets the number of measurement points of selected channel (Ch).

Variable

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.

Examples

Dim Nop As Long
SCPI.SENSe(1).SWEep.POINts = 801
Nop = SCPI.SENSe(1).SWEep.POINts

Equivalent key

Sweep Setup > Points

Equivalent SCPI command

Syntax

:SENSe{[1]-160}:SWEep:POINts <numeric>

:SENSe{[1]-160}:SWEep:POINts?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SENS1:SWE:POIN 801"
20 OUTPUT 717;":SENS1:SWE:POIN?"
30 ENTER 717;A