Select active (TQL): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
{{Param TQL|suppresscategory=true|allowselflinks=true|list=true| | {{Param TQL|suppresscategory=true|allowselflinks=true|list=true| | ||
{{: Area (TQL Param)}} | {{: Area (TQL Param)}} | ||
{{: Indicator (TQL Param)}} | {{: Indicator (TQL Param)}} | ||
{{: Neighborhood (TQL Param)}} | |||
{{: Net type (TQL Param)}} | |||
{{: Overlay (TQL Param)}} | {{: Overlay (TQL Param)}} | ||
}} | }} | ||
Latest revision as of 09:40, 9 January 2024
| Select | Unit | Description | Fixed clause amount | Polygon based |
|---|---|---|---|---|
| ACTIVE | boolean | Returns whether an Item is active in this session | 1 | false |
Allowed clause parameters
| Param | Type | Description | Limits search polygon |
|---|---|---|---|
| AREA | Item ID | Area with ID | true |
| INDICATOR | Item ID | Indicator with ID | false |
| NEIGHBORHOOD | Item ID | Neighborhood with ID | true |
| NET_TYPE | Net type | Only net items of this net type | false |
| OVERLAY | Item ID | Overlay with ID | false |
Examples
SELECT_ACTIVE_WHERE_AREA_IS_5
SELECT_ACTIVE_WHERE_NET_TYPE_IS_ELECTRICITY
- Returns whether the Net Setting ELECTRICITY_ACTIVE is considered active; I.e. the setting has a value of true.