:CALC<Ch>:RLIM:REP

Type

Query

Syntax

:CALCulate<Ch>[:SELected]:RLIMit:REPort[:DATA]?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:RLIMit:REPort[:DATA]?

Description

This command reads the ripple value of the ripple test.  

The data transfer format when this command is executed depends on the setting with the SCPI.FORMat.DATA command.(Read only)

Variable

Query Response

{numeric 1} ... {numeric NOP×3+1}<newline><^END>

NOP is the number of measurement points.

Examples

Dim Var as Variant
Ena.WriteString ":CALC1:RLIM:REP?", True
Var=Ena.ReadList(ASCIIType_R8, ",")

Related Commands

:CALC:RLIM

Equivalent Softkey

No equivalent key is available on the front panel.

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.RLIMIT.REPORT.DATA

SCPI.CALCULATE(Ch).TRACE(Tr).RLIMIT.REPORT.DATA