Property (Write Only)
SCPI.MMEMory.LOAD.BSCFactor = File
This command recalls the file (file with the ".csv" extension saved with the SCPI.MMEMory.STORe.BSCFactor) you want to specify as the table for the reference calibration coefficient and the calibration coefficient table for power sensor B.
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") of the reference calibration coefficient and the calibration coefficient table for power sensor B. |
Data type |
Character string type (String) |
Range |
254 characters or less |
Note |
If the specified file does not exist, a runtime error occurs. |
SCPI.MMEMory.LOAD.BSCFactor = "d:\sensor01.csv"
SCPI.MMEMory.LOAD.BSCFactor = "test/sensor01.csv"
Cal > Power Calibration > Sensor B Settings > Import from CSV File
:MMEMory:LOAD:BSCFactor <string>
10 OUTPUT 717;":MMEM:LOAD:BSCF ""Test1/Sensor01.csv"""
10 OUTPUT 717;":MMEM:LOAD:BSCF ""D:Sensor01.csv"""