Read-only |
About Source Power Cal |
Description |
Returns the ID string of power meters / sensors that are connected to the VNA USB. Use the list to select a power sensor for a source power cal. |
VB Syntax |
list = pwrCal.USBPowerMeterCatalog |
Variable |
(Type) - Description |
list |
(String) Variable to store the returned list of USB power meters. |
pwrCal |
(object) – A SourcePowerCalibrator (object) |
Return Type |
Comma-delimited strings. Two sensor strings are separated by a semicolon. |
Default |
Not Applicable |
Examples |
Set pwrCal = pna.SourcePowerCalibrator |
C++ Syntax |
HRESULT get_USBPowerMeterCatalog(BSTR *pUSBList); |
Interface |
ISourcePowerCalibrator6 |