Method (Write Only)
SCPI.MMEMory.LOAD.SEGMent = File
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.
Specify the file name with the extension. When you use directory names and file name, separate them with "\" (back slash), or "/" (slash).
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. |
SCPI.DISPlay.WINDow(1).ACTivate
SCPI.MMEMory.LOAD.SEGMent = "d:\segm01.csv"
SCPI.DISPlay.WINDow(1).ACTivate
SCPI.MMEMory.LOAD.SEGMent = "test/segm01.csv"
SCPI.DISPlay.WINDow(Ch).ACTivate
Sweep Setup > Edit Segment Table > Import from CSV File
:MMEMory:LOAD:SEGMent <string>
10 OUTPUT 717;":MMEM:LOAD:SEGM ""Test1/Segm01.csv"""
10 OUTPUT 717;":MMEM:LOAD:SEGM ""D:Segm01.csv"""