Write only

InitiateCableCharacterization Method


Description

Initializes a cable repeatability characterization for the specified channel and port.

 VB Syntax

UncertChar.InitiateCableCharacterization (chan, port,iterations)

Variable

(Type) - Description

UncertChar

A Characterizer (object)

chan

(Long) Channel number to calibrate.

Note: chan MUST be the active channel.

port

(Long) Port number to use in the characterization.

iterations

(Long) Number of Iterative connections of the standards to be measured for the characterization.

Return Type

Not Applicable

Default

Not Applicable

Examples

oUncerChar.InitiateCableCharacterization(2,2,20)

C++ Syntax

HRESULT InitiateCableCharacterization([in] long channel, [in] long portNum, [in] long numIterationsPerStep, [out,retval] long* pNumSteps);

Interface

IUncertaintyCharacterizer

The following existing commands on the GuidedCal object are used to perform the initialized cable repeatability characterization:

GenerateSteps Method

Get StepDescription Method

MinimumIterationsForStep Property

AcquireStep Method

IterationCountForStep Property

ResetStep Method

Save (CalSet) Method

Abort Method

 


Last Modified:

28-Oct-2014

New topic