Write/Read
About Modifying Cal Kits

CalKitType Property


Description

Sets and returns a calibration kit type to be used for UNGUIDED calibration and for cal kit modification. To get a handle to this kit, use app.ActiveCalKit.

Although an unlimited number of cal kits can be imported into the PNA, ONLY mechanical cal kits #1 through #95 can be accessed.

There is also a CalKitType property for use during a Guided, SMC, and VMC Calibration.

 VB Syntax

object.CalKitType = value

Variable

(Type) - Description

object

calkit (object) or

Application (object)

Note: app.CalKitType and calkit.calKitType perform exactly the same function.

value

(enum naCalKit) - Calibration Kit type. Choose from:

1 - naCalKit_User1
2 - naCalKit_User2
3 - naCalKit_User3
4 - naCalKit_User4
..
..
..

94 - naCalKit_User94
95 - naCalKit_User95

These enumerated values correspond with the calibration kit ID on the Advanced Cal Kit  Modify dialog box.

To change the cal kit name, use Name property.

Return Type

NACalKit

Default

Not Applicable

Examples

calkit.CalKitType = naCalKit_User27

kitype = app.CalKitType

C++ Syntax

HRESULT get_CalKitType(tagNACalKit *pVal);
HRESULT put_CalKitType(tagNACalKit newVal);

Interface

IApplication
ICalKit


Last Modified:

12-Oct-2011

Increased limit to 95