Command
:MMEMory:LOAD:SEGMent <String>
This command recalls the specified segment table file (file with a .csv extension saved with the:MMEM:STOR:SEGM) for 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 |
String |
Description |
File name (extension ".csv") |
Data Type |
Character string type (String) |
Range |
254 chars |
Dim Var as String
Var = "D:\segtable1.csv"
Ena.WriteString ":MMEM:LOAD:SEGM " & Var, True
Sweep Setup > Edit Segment Table > Import from CSV File...
SCPI.MMEMORY.LOAD.SEGMENT