Write only
About ECal User Characterization

Initialize Method Superseded


Description

Note: This command is replaced with InitializeEx Method

Initiates a User Characterization of an ECal module.  The specified channel number must be an S-parameter measurement channel.  The User characterization number must already be set before issuing this command using CharacterizationNumber Property.

 VB Syntax

userChar.Initialize (chan)

Variable

(Type) - Description

userChar

ECalUserCharacterizer (object)

chan

(Long) Channel number of a calibrated S-parameter channel.

Return Type

Not Applicable

Default

Not Applicable

Examples

userchar.Initialize(2)

C++ Syntax

HRESULT put_Initialize(long chanNum);

Interface

IECalUserCharacterizer