Description |
Returns a list of index numbers to be used for referring to the ECal modules that are currently attached to the VNA. |
VB Syntax |
clist = cal.ECALModuleNumberList |
Variable |
(Type) - Description |
clist |
Variable to store the returned list of index numbers. |
cal |
Calibrator (object) |
Return Type |
Variant |
Default |
Not Applicable |
Examples |
clist = cal.ECALModuleNumberList |
C++ Syntax |
HRESULT get_ECALModuleNumberList( VARIANT *modules); |
Interface |
ICalibrator6 |