Read-only
About Source Power Cal
About PMAR

PowerMtrReadingUncertainty Property


Description

Returns the power uncertainty associated with the specific power meter at the specified frequency and power.

 VB Syntax

pwrUnc = pwrSensor.PowerMtrReadingUncertainty(freq,power)

Variable

(Type) - Description

pwrUnc

(Double) Variable to store the returned power meter reading uncertainty.

pwrSensor

A PowerSensorUncertainty (Object)

freq

(Double) Frequency (Hz).

power

(Double) Power (dBm).

Return Type

Double (Watts)

Default

Not Applicable

Examples

pwrUnc = pwrSensor.PowerMtrReadingUncertainty(10e9,0.0)

C++ Syntax

HRESULT PowerMtrReadingUncertainty(double freq, double power, double *pwrUnc);

Interface

IPowerSensorUncertainty