Returns or sets whether the logic is inverted for the object. Applies only to the Logic Chart.
Object.LogicInvert [ = bInverted ]
The LogicInvert property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
APlot |
APlot object |
|
bInverted |
Bool |
A boolean expression that specifies whether the logic is inverted for the object. |
bInverted can be one of the following:
|
Value |
Description |
|
True |
The plot's Logic Chart will use logic invert. |
|
False * |
The plot's Logic Chart will not use logic invert. |
If set to TRUE , values that are "1" become "0" and vice versa. The default is zero (FALSE). Applies to the Logic Chart only.
The following statement changes the APlot's LogicInvert so that values in the Logic Chart which are "1" become "0" and those which are "0" become "1":
plt1.LogicInvert=True