SCPI.SOURce.FP(Ch).SWEep.POINts

Object Type

Property (Read-Write)

Syntax

SCPI.SOURce.FP(Ch).SWEep.POINts = Value

Value = SCPI.SOURce.FP(Ch).SWEep.POINts

Description

This command sets/gets number of points, for the selected channel Ch.

Variable

Parameter

   Value

Description

Number of points

Data Type

Long integer type (Long)

Range

2 ~ 1001

Preset Value

201

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Long
Var= 2
SCPI.SOURce.FP1.SWEep.POINts = Var
Var = SCPI.SOURce.FP1.SWEep.POINts

Related Objects

SCPI.SOURce.FP(Ch).SWEep.PARameter

Equivalent Key

FP Menu: Setup > Points

Equivalent SCPI Command

Syntax

:SOURce:FP[1-1]:SWEep:POINts {2 ~ 1001}

:SOURce:FP[1-1]:SWEep:POINts?

Query Response

{2 ~ 1001} <newline><^END>

Example of use

10 OUTPUT 717;":SOURce:FP1:SWEep:POINts 2 "
20 OUTPUT 717;":SOURce:FP1:SWEep:POINts ?"
30 ENTER 717;A