SCPI.SERVice.CHANnel(Ch).SWEep.POINts

Object Type

Property (Read Only)

Syntax

Value = SCPI.SERVice.CHANnel(Ch).SWEep.POINts

Description

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

Variable

Parameter

Value

Description

Number of measurement points

Data Type

Long integer type (Long)

Examples

Dim Poin as Long
Poin = SCPI.SERVice.CHANnel(2).SWEep.POINts

Related Objects

SCPI.SENSe(Ch).SWEep.POINts

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

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:SERVice:CHANnel{[1]-4}:SWEep:POINts?

Query Response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SERV:CHAN2:SWE:POIN?"
20 ENTER 717;A