SCPI.MMEMory.LOAD.PLIMit

Object Type

Method (Write Only)

Syntax

SCPI.MMEMory.LOAD.PLIMit = File

Description

This command sets Load point limit table of active channel from CSV file.

This command recalls the specified point limit table file (file with the .csv extension saved with SCPI.MMEMory.STORe.PLIMit), from the point limit table for the active trace of the active channel.

 

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

Variable

Parameter

File

Description

File name of point 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).ACTivate
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.MMEMory.LOAD.PLIMit = "d:\plimit01.csv"

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

Related Objects

SCPI.DISPlay.WINDow(Ch).ACTivate

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

SCPI.MMEMory.STORe.PLIMit

Equivalent Key

Analysis > Point Limit Test > Edit Point Limit > Import from CSV File...

Equivalent SCPI Command

Syntax

:MMEMory:LOAD:PLIMit <string>

Query Response

{} <newline><^END>

Example of use

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

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