Read-only

PortsNeedingDeltaMatch Property


Description

Returns the port numbers for which delta match correction is required. 0 (zero) is returned if the Cal does NOT require Delta Match correction for one of the following reasons:

  • The Cal does NOT involve Unknown Thru or TRL. You specify this using ThruCalMethod Property.

  • The Cal DOES involve Unknown Thru or TRL, but the delta match data can be calculated by the Unknown Thru or TRL Cal. Learn how this is possible. However, you can force the Cal to use the Delta Match data from a Cal Set.

 VB Syntax

value = guided.PortsNeedingDeltaMatch

Variable

(Type) - Description

value

(Variant) Variable to store the returned list of port numbers.

guided

GuidedCalibration (object)

Return Type

Variant

Default

Not Applicable

Examples

Dim ports As Variant
ports = guided.PortsNeedingDeltaMatch

C++ Syntax

HRESULT get_PortsNeedingDeltaMatch (VARIANT* portList);

Interface

IGuidedCalibration2