Read-only
About Source Power Cal

USBPowerMeterCatalog Property


Description

Returns the ID string of power meters / sensors that are connected to the PNA 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
list = pwrCal.USBPowerMeterCatalog'Read

C++ Syntax

HRESULT get_USBPowerMeterCatalog(BSTR *pUSBList);

Interface

ISourcePowerCalibrator6