Command
:MMEMory:STORe:CKIT<Std> <String>
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 |
String |
Description |
A file name used to save the definition of the calibration kit. |
Data Type |
Character string type (String) |
Range |
1 to 30 |
Dim Var as String
Var = "Mycalkit1.ckx"
Ena.WriteString ":MMEM:STOR:CKIT1 " & Var, True
Cal > Modify Cal Kit > Export Cal Kit...
SCPI.MMEMORY.STORE.CKIT(Std)