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

Object type    

Property (Read Only)

Syntax         

Status = SCPI.CALCulate(Ch).SELected.RLIMit.FAIL

Description

This command reads the ripple test result for the active trace  (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect command) of the selected channel (Ch).

Variable

Parameter

Status

Description

The ripple test result

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the ripple test result is FAIL.

  • False or OFF: Turns OFF the ripple test result is FAIL.

Note

When the ripple test if set to OFF, False or OFF is always read out.

Examples

Dim Result As Boolean
Result = SCPI.CALCulate(1).SELected.RLIMit.FAIL

Related objects

SCPI.CALCulate(Ch).PARameter(Tr).SELect

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

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:CALCulate{[1]-4}[:SELected]:RLIMit:FAIL?

Example of use

10 OUTPUT 717;":CALC1:RLIM:FAIL?"
20 ENTER 717;A