Read only
About ECAL

IsECALModuleFound Property - Superseded


Description

Note: This property is replaced by IsECALModuleFoundEx Property.

Tests communication between the PNA and the specified ECal module.

 VB Syntax

modFound = cal.IsECALModuleFound (module)

Variable

(Type) - Description

modFound

(boolean) - Variable to store the returned test result.

True - The PNA identified the presence of the specified ECal module.

False - The PNA did NOT identify the presence of the specified ECal module.

cal

(object) - A Calibrator object

module

(enum NAECALModule) – ECAL module. Choose from:

0 - naECALModule_A

1 - naECALModule_B

Return Type

Boolean

Default

Not applicable

Examples

Set cal = pna.ActiveChannel.Calibrator

moduleFound = cal.IsECALModuleFound(naECALModule_A)

C++ Syntax

HRESULT get_IsECALModuleFound(tagNAECALModule moduleNumber, VARIANT_BOOL *bModuleFound);

Interface

Calibrator