Returns or sets the value for determining whether the data is high or low on the object.
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. |
Values that are greater or equal to the logic high value are "1". The default is zero (FALSE). Applies to the Logic Chart only.
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