SCPI.MMEMory.LOAD.SEGMent

Object type

Method (Write Only)

Syntax

SCPI.MMEMory.LOAD.SEGMent = File

Description

This command recalls the specified segment sweep table file (file with a .csv extension saved with the SCPI.MMEMory.STORe.SEGMent), as the segment sweep table of the active channel.

Variable

Parameter

File

Description

File name of segment sweep 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.MMEMory.LOAD.SEGMent = "d:\segm01.csv"

SCPI.DISPlay.WINDow(1).ACTivate
SCPI.MMEMory.LOAD.SEGMent = "test/segm01.csv"

Related objects

SCPI.DISPlay.WINDow(Ch).ACTivate

SCPI.MMEMory.STORe.SEGMent

Equivalent key

Sweep Setup > Edit Segment Table > Import from CSV File

Equivalent SCPI command

Syntax

:MMEMory:LOAD:SEGMent <string>

Example of use

10 OUTPUT 717;":MMEM:LOAD:SEGM ""Test1/Segm01.csv"""

10 OUTPUT 717;":MMEM:LOAD:SEGM ""D:Segm01.csv"""