Command
:MMEMory:LOAD:CKIT<Std> <String>
This command recalls the definition file of the specified calibration kit (file with the ".ckx" extension saved with the:MMEM:STOR:CKIT.
Specify the file name with the extension. When you use directory names and file name, separate them with "\ " (back slash), or "/" (slash).
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:LOAD:CKIT1 " & Var, True
Cal > Modify Cal Kit > Import Cal Kit...
SCPI.MMEMORY.LOAD.CKIT(Std)