ShowGaps Property

Specifies whether the Pen ,GeneralDataSet, or RealTimeSPCDataSet should show gaps in the line indicating errors in the data sets.

Syntax

object.ShowGaps [= Boolean]

Properties

The ShowGaps property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Boolean

Whether to display gaps in the line.

Settings

The settings for Boolean are:

Value

Description

True

Data error gaps are displayed.

False

Data error gaps are not displayed.

Remarks

Every data point has a value, timestamp, and a quality. If the quality code indicates a bad data sample, for example, device off line or communication access error, this code indicates that the sampling process could not get a valid reading at this point in time. With this field enabled, the Pen's data line will show a gap in the data line that indicates that there is no valid data.

 

Applies To