SCPI.MMEMory.LOAD.CKIT(Ckit)

Object type

Property (Write Only)

Syntax

SCPI.MMEMory.LOAD.CKIT(Ckit) = File

Description

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).

Variable

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.

Examples

SCPI.MMEMory.LOAD.CKIT(1) = "Test1/Ckit01.ckx"

SCPI.MMEMory.LOAD.CKIT(1) = "A:\Ckit01.ckx"

Related objects

SCPI.MMEMory.STORe.CKIT(Ckit)

Equivalent key

Cal > Modify Cal Kit > Import Cal Kit...

Equivalent SCPI command

Syntax

:MMEMory:LOAD:CKIT{[1]-30} <string>

Example of use

10 OUTPUT 717;":MMEM:LOAD:CKIT1 ""Test1/Ckit01.ckx"""

10 OUTPUT 717;":MMEM:LOAD:LIM ""A:Ckit01.ckx"""