Write / Read
About Source Power Cal
About PMAR

ReadingsTolerance Property


Description

This command, along with ReadingsPerPoint Property allows for settling of the power sensor READINGS.

Each power reading is averaged with the previous readings at each stimulus point. When the average meets this tolerance value or the maximum ReadingsPerPoint has been made, the average is returned as the valid reading.

VB Syntax

pwrSens.ReadingsTolerance = value

Variable

(Type) - Description

pwrCal

A SourcePowerCalibrator (Object) or

A PowerSensorAsReceiver (Object)

value

(Double) –  Power meter settling tolerance value in dB. Choose any number between 0 and 5.

Return Type

Double

Default

.05 dB

Examples

pwrSens.ReadingsTolerance = .1 'Write
ReadTol = pwrSensor.ReadingsTolerance 'Read

C++ Syntax

HRESULT get_ReadingsTolerance( double *pVal);

HRESULT put_ReadingsTolerance( double newVal);

Interface

ISourcePowerCalibrator3

IPowerSensorAsReceiver