Write only

InitiateNoiseCharacterization Method


Description

Initializes a noise characterization for the specified channel and port.

 VB Syntax

UncertChar.InitiateNoiseCharacterization (chan, firstPort, secondPort, iterations)

Variable

(Type) - Description

UncertChar

A Characterizer (object)

chan

(Long) Channel number to calibrate.

Note: chan MUST be the active channel.

firstPort

(Long) First VNA port number on which the noise characterization is to be performed.

secondPort

(Long) Second VNA port number on which the noise characterization is to be performed.

iterations

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

Return Type

Not Applicable

Default

Not Applicable

Examples

oUncerChar.InitiateNoiseCharacterization(2,1,2,20)

C++ Syntax

HRESULT InitiateNoiseCharacterization([in] long channel, [in] long firstPort, [in] long secondPort, [in] long numIterationsPerStep, [out,retval] long* pNumSteps);

Interface

IUncertaintyCharacterizer

The following existing commands on the GuidedCal object are used to perform the initialized noise 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