SCPI.MMEMory.STORe.CKIT(Ckit)

Object type

Property (Write Only)

Syntax

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

Description

This command saves the definition table of the calibration kit to a file.

Variable

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.

Examples

SCPI.MMEMory.STORe.CKIT(1) = "d:\Ckit01.ckx"

SCPI.MMEMory.STORe.CKIT(1) = "test/trace01.csv"

Related objects

SCPI.MMEMory.LOAD.CKIT(Ckit)

Equivalent key

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

Equivalent SCPI command

Syntax

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

Example of use

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

10 OUTPUT 717;":MMEM:STOR:CKIT1 ""d:Ckit01.ckx"""