How too use logical operators on the connection

1. Connection

  • Double click on the connection to set requirements to the signal

346651297 image13

2. Query using logical operators

  • Example:

    • Path == Dynamic.segment_* && path == Dynamic.node_*

  • Syntax

    • path logical operator <filter1> logical operator path == <filter2>

    • path logical operator <filter1>

  • Logical operators

    • and : &&

    • Or: ||

    • NOT: !=

    • EQUAL: ==

1775085886 image14

3. Examples

  • path == Dynamic.element_* || path == Dynamic.node_*

  • path == Dynamic.segment_* && path == Dynamic.node_*

  • path == Dynamic.segment_*

  • path == CY || path == CZ

  • path != CY && path != CZ

232587352 image15

4. Activate using logical operators

923727559 image17

797162918 image16