SCPI.SENSe(Ch).SEGMent.SWEep.POINts

Object type

Property (Read-only)

Syntax

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

Description

This command reads the total number of the measurement points of all segments for the segment sweep table of selected channel (Ch).

Variable

Parameter

Value

Description

Total number of measurement points of all segments

Data type

Long integer type (Long)

Preset Value

2

Examples

Dim SegmPoin As Long
SegmPoin = SCPI.SENSe(1).SEGMent.SWEep.POINts

Related objects

SCPI.SENSe(Ch).SEGMent.DATA

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

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

Query response

{numeric}<newline><^END>

Example of use

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