Read only

GetCalTypes Method


Description

Returns a list of available calibration types known to the PNA. The Standard CalTypes are the same on all PNA's, but the Custom CalTypes are not necessarily the same. They are dependent on the custom measurement in the PNA. Learn more about applying Cal Types.

See also CalibrationTypeID to apply a Cal Type containing in a Cal Set.

 VB Syntax

v = mgr.GetCalTypes

Variable

(Type) - Description

mgr

A CalManager (Object)

v

Name/GuidPair that contains the calibration type name and associated GUID for each cal type known to the PNA.

Return Type

(variant) Two dimensional array.

Default

Not Applicable

Examples

v =CalManager.GetCalTypes

C++ Syntax

HRESULT GetCalTypes( VARIANT * NameGuidPair )

Interface

ICalManager2