Write/Read

ECALCharacterizationEx Property


Description

This property replaces ECALCharacterization Property.

Specifies the characterization data within an ECal module to be used for the calibration.

Learn more about ECal User Characterization.

 VB Syntax

cal.ECALCharacterizationEx (module) = value

Variable

(Type) - Description

cal

Calibrator (object)

module

(long integer)  Optional argument. ECal module.

Choose from modules 1 through 8

Use IsECALModuleFoundEx to determine the number of modules connected to the PNA

Use GetECALModuleInfoEx to returns the model and serial number of each module.

value

(Long) – Characterization data within the ECal module to be used for ECal operations. Choose from:

0 – Factory Characterization

1 – UserCharacterization1

2 – UserCharacterization2

..and so forth up to...

12 – UserCharacterization12

Return Type

Long

Default

0 - Factory Characterization

Examples

cal.ECALCharacterizationEx (4) = 2

C++ Syntax

HRESULT put_ECALCharacterizationEx( long moduleNumber, long characterization);

HRESULT get_ECALCharacterizationEx( long moduleNumber, long* characterization);

Interface

ICalibrator4


Last Modified:

15-Jun-10

Updated for 12 User chars