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

Object Type

Property (Read Only)

Syntax

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

Description

This command gets the number of array elements using SCPI.CALCulate(Ch).SELected.RLIMit.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 49

Examples

Dim NumRlimTbl as Long
NumRlimTbl = SCPI.SERVice.CHANnel(1).TRACe(2).RLIMit.DATA

Related Objects

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

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

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

Query Response

{numeric} <newline><^END>

Example of use

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