Write/Read
About Phase Reference Cals

CalKitType Property


Description

Sets and returns the Cal Kit to be used during the S-parameter portion of a Phase Reference calibration.

 VB Syntax

phaseRef.CalKitType = value

Variable

(Type) - Description

object

Any of the following:

PhaseReferenceCalibration (object)

value

(string) - Calibration Kit type. Case-sensitive.

Use GetCompatibleCalKits to return a list of valid Cal Kits.

Return Type

String

Default

Not Applicable

Examples

phaseRef.CalKitType = "85052C"

value = phaseRef.CalKitType 'Read

C++ Syntax

HRESULT get_CalKitType(BSTR *calkit)

HRESULT put_CalKitType(BSTR calkit)

Interface

IPhaseReference2


Last Modified:

15-Mar-2013

New topic