Differences
This shows you the differences between two versions of the page.
| — |
submodel_group [2026/08/28 03:00] (current) hermann Create new page from functor_docs documentation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Submodel Group ====== | ||
| + | |||
| + | ===== Description ===== | ||
| + | |||
| + | This container executes the functors it contains using submodel semantics, discarding any content already produced by them if an error occurs. | ||
| + | |||
| + | ===== Inputs ===== | ||
| + | |||
| + | None. | ||
| + | |||
| + | ===== Optional Inputs ===== | ||
| + | |||
| + | None. | ||
| + | |||
| + | ===== Outputs ===== | ||
| + | |||
| + | None. | ||
| + | |||
| + | ===== Group ===== | ||
| + | |||
| + | [[Functor List#Control | Control]] | ||
| + | |||
| + | ===== Notes ===== | ||
| + | |||
| + | This functor is equivalent to combining [[Skip All On Error]] with Trap And Ignore Errors set to false and [[Log Policy]] with Maximum Log Level set to Unconditional. It exists so that a submodel can be represented without requiring Boolean Value or Log Tag. | ||
| + | |||
| + | ===== Internal Name ===== | ||
| + | |||
| + | SubmodelGroup | ||