Write/Read

CalKitType Property


Description

Sets and returns the name of the Cal Kit to use for unguided cal.

 VB Syntax

cal.CalKitType (port) = value

Variable

(Type) - Description

cal

Calibrator (object)

port

(Long) Currently unused

value

(String) Cal Kit name enclosed in quotes. Use CalKitTypes to read a list of all available Cal Kits in the PNA.

 Return Type

String

Default

Last kit selected

Examples

cal.CalKitType(1)= "85052B"

C++ Syntax

HRESULT put_CalKitType(long port, BSTR calKit);

HRESULT get_CalKitType(long port, BSTR* pCalKit);

Interface

ICalibrator10


Last Modified:

17-Mar-2010

MX New topic