SCPI.MMEMory.LOAD.RLIMit

Object type    

Property (Write Only)

Syntax         

SCPI.MMEMory.LOAD.RLIMit = File

Description

This command recalls the specified ripple limit table file (file with the .csv extension saved with SCPI.MMEMory.STORe.RLIMit) of the active channel (specified with the SCPI.DISPlay.WINDow(Ch).ACTivate command), as ripple limit table for the active trace (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect).

Variable

Parameter

File

Description

File name of the ripple limit table (extension ".csv")

Data type

Character string type (String)

Range

254 characters or less

Note

If the specified file does not exist, an error occurs when executed and the object is ignored.

Examples

SCPI.DISPlay.WINDow(1).ACTive
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.MMEMory.LOAD.RIMit = "D:\Rlimit01.csv"

 

SCPI.DISPlay.WINDow(1).ACTive
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.MMEMory.LOAD.RLIMit = "test/Rlimit01.csv"

Related objects

SCPI.DISPlay.WINDow(Ch).ACTivate

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

SCPI.MMEMory.STORe.RLIMit

Equivalent key

Analysis > Ripple Limit > Edit Ripple Line > Import from CSV File...

Equivalent SCPI command

Syntax

:MMEMory:LOAD:RLIMit <string>

Example of use

10 OUTPUT 717;":MMEM:LOAD:RLIM ""RTest1/Rlim01.csv"""

10 OUTPUT 717;":MMEM:LOAD:RLIM ""D:Rlim01.csv"""