Property (Write Only)
SCPI.MMEMory.STORe.ASCFactor = File
This command saves the reference calibration coefficient and the calibration coefficient table for power sensor A into a CSV file (extension ".csv").
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 |
A file name (extension ".csv") to save the reference calibration coefficient and the calibration coefficient table for power sensor A. |
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. |
SCPI.MMEMory.STORe.ASCFactor = "d:\sensor01.csv"
SCPI.MMEMory.STORe.ASCFactor = "test/sensor01.csv"
Cal > Power Calibration > Sensor A Settings > Export to CSV File...
:MMEMory:STORe:ASCFactor <string>
10 OUTPUT 717;":MMEM:STOR:ASCF ""Test1/Sensor01.csv"""
10 OUTPUT 717;":MMEM:STOR:ASCF ""D:Sensor01.csv"""