Breadcrumbs

SplitGroup

Summary

This allows application of all conversions contained one after the other, in the same way as in the ConversionContainer. If multiple state or value conversions are inserted, the value of a conversion will be applied to the input of the next conversion. The output value of the last conversion (in the Niagara order) will be applied to the point.

 

Implementation

image2018-3-5 11:4:11.png

 

Example

In the example below, the group "startWith43" allows a value conversion to be performed initially by selecting a portion of the string (see StringSlice) and then comparing it with the text "43" and thus applying a status "set" if this is not the case.

image2018-6-5 13:12:40.png