SCPI.MMEMory.STORe.RLIMit

Object type    

Property (Write Only)

Syntax         

SCPI.MMEMory.STORe.RLIMit = File

Description

This command saves the ripple limit table of the active trace (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect command) of the active channel (specified with the SCPI.DISPlay.WINDow(Ch).ACTivate command) into a file in the CSV format.

Variable

Parameter

File

Description

File name used to save 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, a runtime error occurs.

Examples (1)

SCPI.DISPlay.WINDow(1).ACTivate
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.MMEMory.STORe.RLIMit = "D:\Rlimit01.csv"

Examples (2)

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

Related objects

SCPI.DISPlay.WINDow(Ch).ACTivate

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

SCPI.MMEMory.LOAD.RLIMit

Equivalent key

Analysis > Ripple Limit > Edit Ripple Line > Export to CSV File...

Equivalent SCPI command

Syntax

:MMEMory:STORe:RLIMit <string>

Example of use

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

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