Write-only
About Modifying Cal Kits

SaveKits Method


Description

Saves the cal kits, typically after modifying a calibration kit. To load a cal kit into the analyzer from the hard drive, use app.RecallKits.

 VB Syntax

app.SaveKits

Variable

(Type) - Description

app

An Application (object)

Return Type

Not Applicable

Default

Not Applicable

Examples

app.SaveKits

C++ Syntax

HRESULT SaveKits()

Interface

IApplication