Read-only |
About Source Power CalAbout PMAR |
Description |
Returns the power level associated with the best accuracy for a specific power meter. |
VB Syntax |
plevel = pwrSensor.PowerForBestAccuracy |
Variable |
(Type) - Description |
plevel |
(Double) -Frequency in Hertz. |
pwrSensor |
A PowerSensorUncertainty (Object) |
Return Type |
(Double) Power in dBm. |
Default |
Not Applicable |
Examples |
plevel = pwrSensor.PowerForBestAccuracy |
C++ Syntax |
HRESULT PowerForBestAccuracy(double *plevel); |
Interface |
IPowerSensorUncertainty |