SCPI.SERVice.CHANnel(Ch).TRACe(Tr).LIMit.DATA

Object Type

Property (Read Only)

Syntax

Value = SCPI.SERVice.CHANnel(Ch).TRACe(Tr).LIMit.DATA

Description

This command gets the number of array elements using SCPI.CALCulate(Ch).SELected.LIMit.DATA command, for the selected trace ( Tr) of the selected channel ( Ch).

Variable

Parameter

Value

Description

number of array elements

Data Type

Long integer type (Long)

Range

1 to 501

Examples

Dim NumLimTbl as Long
NumLimTbl = SCPI.SERVice.CHANnel(2).TRACe(4).LIMit.DATA

Related Objects

SCPI.CALCulate(Ch).SELected.LIMit.DATA

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

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

Query Response

{numeric} <newline><^END>

Example of use

10 OUTPUT 717;":SERV:CHAN1:TRAC3:LIM:DATA?"
20 ENTER 717;A