SCPI Command
CALCulate<Ch>[:SELected]:RLIMit:DISPlay:VALue <char>
CALCulate<Ch>[:SELected]:RLIMit:DISPlay:VALue?
Or
CALCulate<Ch>:TRACe<Tr>:RLIMit:DISPlay:VALue <char>
CALCulate<Ch>:TRACe<Tr>:RLIMit:DISPlay:VALue?
Selects the display type of the ripple value in the specified band. |
---|
command/query |
CALCulate<Ch>[:SELected] — active trace of channel <Ch>,
Or
CALCulate<Ch>:TRACe<Tr> — trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
<char> Specifies the math operation:
OFF |
Ripple value display OFF |
ABSolute |
Absolute value |
MARgin |
Margin (difference between the ripple limit and the absolute value) |
{OFF|ABS|MAR}
OFF
Analysis > Ripple Limit > Ripple Value
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.VALue
note |
This command is similar to CALCulate<Ch>[:SELected]:RLIMit:DISPlay:VALue only. |
Param = app.SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.VALue
app.SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.VALue = "ABS"
String (read/write)
Back to CALCulate
Back to Command Finder