Property (Write Only)
SCPI.MMEMory.STORe.CKIT(Ckit) = File
This command saves the definition table of the calibration kit to a file.
Specify the file name with the .ckx extension. When you use a directory name and file name, separate them with “/” (slash) or “\” (backslash).
If a file with the specified file name exists, its contents are overwritten.
Parameter |
File |
Description |
A file name used to save the definition of the calibration kit. |
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. |
For information on the variable (Ckit), see Val Ckit.
SCPI.MMEMory.STORe.CKIT(1) = "d:\Ckit01.ckx"
SCPI.MMEMory.STORe.CKIT(1) = "test/trace01.csv"
Cal > Modify Cal Kit > Export Cal Kit...
:MMEMory:STORe:CKIT{[1]-30} <string>
10 OUTPUT 717;":MMEM:STOR:CKIT1 ""Test1/Ckit01.ckx"""
10 OUTPUT 717;":MMEM:STOR:CKIT1 ""d:Ckit01.ckx"""