SCPI.MMEMory.STORe.PLIMit

Object Type

Method (Write Only)

Syntax

SCPI.MMEMory.STORe.PLIMit = File

Description

This command saves the point limit table of the active trace of the active channel into a file in the CSV format (extension ".csv").

 

This command is available at the revision A.11.0x and above.

Variable

Parameter

File

Description

File name to save the point limit table (extension ".csv")

Data type

Character string type (String)

Range

254 characters or less

Note

If a file with the same name as the specified file name exists, its contents are overwritten.

Examples

SCPI.DISPlay.WINDow(1).ACTivate
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.MMEMory.STORe.PLIMit = "d:\plimit01.csv"

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

Related Objects

SCPI.DISPlay.WINDow(Ch).ACTivate

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

SCPI.MMEMory.LOAD.PLIMit

Equivalent Key

Analysis > Point Limit Test > Edit Point Limit > Export to CSV File...

Equivalent SCPI Command

Syntax

:MMEMory:STORe:PLIMit <string>

Example of use

10 OUTPUT 717;":MMEM:STOR:PLIM ""Test1/PLimit01.csv"""

10 OUTPUT 717;":MMEM:STOR:PLIM ""D:\PLimit01.csv"""