SCPI.MMEMory.LOAD.LIMit

Object type

Property (Write Only)

Syntax

SCPI.MMEMory.LOAD.LIMit = File

Description

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

Variable

Parameter

File

Description

File name of 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.LIMit = "d:\limit01.csv"

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

Related objects

SCPI.DISPlay.WINDow(Ch).ACTivate

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

SCPI.MMEMory.STORe.LIMit

Equivalent key

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

Equivalent SCPI command

Syntax

:MMEMory:LOAD:LIMit <string>

Example of use

10 OUTPUT 717;":MMEM:LOAD:LIM ""Test1/Limit01.csv"""

10 OUTPUT 717;":MMEM:LOAD:LIM ""D:Limit01.csv"""