SCPI.SERVice.CHANnel(Ch).SEGMent.DATA

Object Type

Property (Read Only)

Syntax

Value = SCPI.SERVice.CHANnel(Ch).SEGMent.DATA

Description

This command gets number of the segment data, for the selected channel ( Ch).

Variable

Parameter

Value

Description

Number of the segment data

Data Type

Long integer type (Long)

Range

9 to 1413

Preset Value

9

Examples

Dim NumSegm as Long
NumSegm = SCPI.SERVice.CHANnel(2).SEGMent.DATA

Related Objects

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:SERVice:CHANnel{[1]-4}:SEGMent:DATA?

Query Response

{numeric} <newline><^END>

Example of use

10 OUTPUT 717;":SERV:CHAN3:SEGM:DATA?"
20 ENTER 717;A