10.7 EdgeOperator
This Enumeration describes the different condition modes for a binary condition. Its representation in the AddressSpace and the possible values are defined in Table 154.
| Name | Value | Description |
| Rising_0 | 0 | The related condition is solved if the variable value is change from false to true. |
| Falling_1 | 1 | The related condition is solved if the variable value is change from true to false. |