Read-only |
About Source Power CalAbout PMAR |
Description |
Returns a list of available power meters that have power uncertainty. |
VB Syntax |
pwrMtrs = pwrSensor.UncertaintyModelCatalog |
Variable |
(Type) - Description |
pwrMtrs |
(Variant) Variable to store the returned power meters. |
pwrSensor |
A PowerSensorUncertainty (Object) |
Return Type |
Array of strings |
Default |
Not Applicable |
Examples |
pwrMtrs = pwrSensor.UncertaintyModelCatalog |
C++ Syntax |
HRESULT UncertaintyModelCatalog(VARIANT *pwrMtrs); |
Interface |
IPowerSensorUncertainty |