LogicHigh Property (APlot)

Returns or sets the value for determining whether the data is high or low on the object.

Syntax

Object.LogicHigh [ = dLogicHigh ]

The LogicHigh property syntax has the following parts:

 

Name

Type

Description

Object

APlot

APlot object

dLogicHigh

Double

Returns or sets the value for determining whether the data is high or low on the object.

Comments

Values that are greater or equal to the logic high value are "1". The default is zero (FALSE). Applies to the Logic Chart only.

Example

The following statement changes the APlot's LogicHigh so that values in the Logic Chart which are greater than "1" become "1":

plt1.LogicHigh=1

Applies to

APlot

See Also

 

LogicInvert