SCPI.MMEMory.STORe.SEGMent

Object type

Method (Write Only)

Syntax

SCPI.MMEMory.STORe.SEGMent = File

Description

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

Variable

Parameter

File

Description

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

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

Related objects

SCPI.DISPlay.WINDow(Ch).ACTivate

SCPI.MMEMory.LOAD.SEGMent

Equivalent key

Sweep Setup > Edit Segment Table > Export to CSV File

Equivalent SCPI command

Syntax

:MMEMory:STORe:SEGMent <string>

Example of use

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

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