Property (Write Only)
SCPI.MMEMory.LOAD.CKIT(Ckit) = File
This command recalls the definition file of the specified calibration kit (file with the ".ckx" extension saved with SCPI.MMEMory.STORe.CKIT(Ckit)).
Specify the file name with the extension. When you use directory names and file name, separate them with "\ " (back slash), or "/" (slash).
Parameter |
Ckit |
Description |
Number of calibration kit |
Data type |
Long integer type (Long) |
Range |
1 to 30 |
Preset value |
1 |
Note |
If the specified variable is out of the allowable setup range, an error occurs when executed. |
Parameter |
File |
Description |
File name of the definition table of a calibration kit |
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.CKIT(1) = "Test1/Ckit01.ckx"
SCPI.MMEMory.LOAD.CKIT(1) = "A:\Ckit01.ckx"
Cal > Modify Cal Kit > Import Cal Kit...
:MMEMory:LOAD:CKIT{[1]-30} <string>
10 OUTPUT 717;":MMEM:LOAD:CKIT1 ""Test1/Ckit01.ckx"""
10 OUTPUT 717;":MMEM:LOAD:LIM ""A:Ckit01.ckx"""