Query
:CALCulate<Ch>[:SELected]:RLIMit:REPort[:DATA]?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:RLIMit:REPort[:DATA]?
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)
{numeric 1} ... {numeric NOP×3+1}<newline><^END>
NOP is the number of measurement points.
{numeric 1}: Number of ripple limit line
{numeric n×3-1} : Number of ripple limit bands.
{numeric n×3} : Ripple value.
{numeric n×3+1} : Ripple test result (1: Fail, 0: Pass)
Dim Var as Variant
Ena.WriteString ":CALC1:RLIM:REP?", True
Var=Ena.ReadList(ASCIIType_R8, ",")
No equivalent key is available on the front panel.
SCPI.CALCULATE(Ch).SELECTED.RLIMIT.REPORT.DATA
SCPI.CALCULATE(Ch).TRACE(Tr).RLIMIT.REPORT.DATA