This component marks the end of the trace-region in which pseudo-neutrons are handled.
Please see the Scatter_log_iterator-component for more details.
N.B. This component must be immediately followed by a construction like:
COMPONENT iter1 = Scatter_log_iterator(...)
...
COMPONENT iter2 = Scatter_log_iterator_stop(iterator="iter1") AT (...)
COMPONENT a1 = Arm()
AT (0,0,0) ABSOLUTE
JUMP a0 WHEN(COMP_GETPAR(iter2, loop))
This is to extract the value of the loop variable from the innards of this component
Input parameters
Parameters in boldface are required;
the others are optional.
Name
Unit
Description
Default
iterator
string
Instance name of the Scatter_log_iterator log component preceeding this one.