:MMEM:STOR:CKIT<Std>

Type

Command

Syntax

:MMEMory:STORe:CKIT<Std> <String>

Description

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.

Variable

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

Examples

Dim Var as String
Var = "Mycalkit1.ckx"
Ena.WriteString ":MMEM:STOR:CKIT1 " & Var, True

Equivalent Softkey

Cal > Modify Cal Kit > Export Cal Kit...

COM Command Syntax (Internal Control Only)

SCPI.MMEMORY.STORE.CKIT(Std)