35. Parameter Expression Datum Filter¶
The Parameter Expression Datum Filter provides a way to generate filter parameters by evaluating expressions against existing properties. The generated parameters will be available to any further datum filters in the same filter chain.
Tip
Parameters are useful as temporary variables that you want to use during datum processing but do not want to include as datum properties that get posted to SolarNet.
This filter is provided by the Standard Datum Filters plugin.
35.1 Settings¶
In addition to the Common Settings, the following general settings are available:
Setting | Description |
---|---|
Expressions | A list of expression configurations that are evaluated to derive parameter values from other property values. |
Use the + and - buttons to add/remove expression configurations.
35.2 Expression settings¶
Each expression configuration contains the following settings:
Setting | Description |
---|---|
Parameter | The filter parameter name to store the expression result in. |
Expression | The expression to evaluate. See below for more info. |
Expression Language | The [expression language][expr-lang] to write Expression in. |
35.3 Expressions¶
See the Expressions section for general expressions reference. This filter supports Datum Expressions that lets you treat all datum properties, and filter parameters, as expression variables directly.