Using the Process Analyst > Process Analyst for Developers > Automation Model > RequestMode [Enumeration]

RequestMode [Enumeration]

Defines the data acquisition method for a pen.

Defined As

Members

Member Name

Description

Value

RequestMode_Average

The value will be an average of the individual samples within the multiple sample, as will the timestamp

0

RequestMode_Minimum

The value will be the minimum value out of the individual samples within the multiple sample. The timestamp will be the average of the individual samples.

1

RequestMode_Maximum

The value will be the maximum value out of the individual samples within the multiple sample. The timestamp will be the average of the individual samples.

2

RequestMode_Newest

The value will the latest arrived value out of the individual samples within the multiple sample. The timestamp will be the average of the individual samples.

3

See Also

IPen.RequestMode [Property][Get/Set]