Write / Read
About Source Power Cal
About PMAR

ReadingsPerPoint Property


Description

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

Specifies the maximum number of power readings that are taken at each stimulus point to allow for power meter settling. Each reading is averaged with the previous readings at that stimulus point. When this average meets the ReadingsTolerance value or this number of readings has been made, the average is returned as the valid reading.

VB Syntax

pwrSensor.ReadingsPerPoint = value

Variable

(Type) - Description

pwrCal

A SourcePowerCalibrator (Object) or

A PowerSensorAsReceiver (Object)

value

(long integer) – Number of power readings.  Choose any number between 3 and 100.

Return Type

Long Integer

Default

3

Examples

pwrSensor.ReadingsPerPoint = 3 'Write
numReadings = pwrSensor.ReadingsPerPoint 'Read

C++ Syntax

HRESULT put_ReadingsPerPoint(long newVal);

HRESULT get_ReadingsPerPoint(long *pVal);

Interface

ISourcePowerCalibrator

IPowerSensorAsReceiver