setglobalsnode properties
Last updated: Feb 11, 2025
The Set Globals node scans the data and computes summary values that
can be used in CLEM expressions. For example, you can use this node to compute statistics for a
field called
and then use the overall mean of age
in CLEM
expressions by inserting the function age
. @GLOBAL_MEAN(age)
Example
stream = modeler.script.stream() typenode = stream.findByID("id42KW3MSA94B") node = stream.create("setglobals", "My node") stream.link(typenode, node) node.setKeyedPropertyValue("globals", "Na", ["Max", "Sum", "Mean"]) node.setKeyedPropertyValue("globals", "K", ["Max", "Sum", "Mean"]) node.setKeyedPropertyValue("globals", "Age", ["Max", "Sum", "Mean", "SDev"]) node.setPropertyValue("clear_first", False)
properties |
Data type | Property description |
---|---|---|
|
|
Structured property where fields to be set must be referenced with the following syntax:
|
|
flag | |
|
flag |
Was the topic helpful?
0/1000