Ranges Filter

Navigation:  Widget Designer > Nodes > Filter Nodes >

Ranges Filter

prev main next

Navigation:  Widget Designer > Nodes > Filter Nodes >

Ranges Filter

prev main next

Loading...

The Ranges filter node checks if the input point lies within the specifiable ranges and outputs the set value corresponding to this active range.

This node can be found under Nodes > Filter > Ranges

wd_nodes_filter_is-in-range

Node properties

Input:

Choose an input node from list or enter numeric value.

Add:

Open the Add Range dialog to configure a new range.

wd_nodes_filter_ranges-add
Name:
Define here a name for your range

Min / Max:
Enter here the minimum and maximum values representing the range. Please note that the Max value needs to be larger than the Min value.

Output:

Define a string or numeric value that should be outputted when the input value lies within this range.

If different ranges overlap in this area, the output value of the range positioned higher in the list will be chosen as output.

If the input value is out of any range, the output will hold the last active range output value.

 

Delete:

Select an entry from the list and press this button to delete it. An entry can also be deleted by right-clicking on it an selecting "Delete".

Delete All:

Press this button to reset the whole list.

Edit:

If you want to edit an existing range, right-click on one of the entries from the list and select "Edit" to open the Edit dialog (corresponding to the Add dialog).

Node control

With Widget Designer version 6, all nodes support so called node commands. Node commands access functions (i.e methods) from a node and / or set a parameter (i.e. property).

Enter "node", followed by the according ID and a dot and a list will pop up showing all available commands for the node. For instance, Node1.TintColor.SetRGB(125,0,255), colors the node in purple.
In addition, the node properties with a parameter ID (the small superscript number) can be edited via the command Node1.SetParam(ID,new Value) or WDNodeSetParam(NodeID,ParamID,Value).

Node output values

The Node generates the following output:

- Output Value (set output value of the currently active range)