Read-only
About Calibration Kits

ActiveCalKit Property


Description

Returns a handle to the Active CalKit object. The active cal kit is the kit selected for use in Unguided calibrations.

You can either (1) use the handle directly to access CalKit properties and methods, or (2) set a variable to the CalKit object. The variable retains a handle to the original object if another CalKit becomes active.

 VB Syntax

1) app.ActiveCalKit.<setting>
or

2) Set
cKit = app.ActiveCalKit

Variable

(Type) - Description

app

An Application (object)

<setting>

A CalKit property (or method) and arguments

cKit

(object) - A CalKit object

Return Type

CalKit object

Default

None

Examples

Public cKit as calKit
Set cKit = app.ActiveCalKit 'read

C++ Syntax

HRESULT get_ActiveCalKit (ICalkit * kit)

Interface

IApplication