Read-only

CalKitTypes Property


Description

Returns the names of the available mechanical cal kits in your VNA that can be used for unguided calibrations.

 VB Syntax

value = cal.CalKitTypes (port)

Variable

(Type) - Description

cal

Calibrator (object)

port

Port number

value

(Variant) Variable to store the returned cal kit types.

Return Type

Variant

Examples

value = cal.CalKitTypes(4)

C++ Syntax

HRESULT get_CalKitTypes(VARIANT* calkits);

Interface

ICalibrator10