Read only |
About ECAL |
Description |
Note: This property is replaced by IsECALModuleFoundEx Property. Tests communication between the VNA 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 VNA identified the presence of the specified ECal module. False - The VNA 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 |