Run for each Group
- switchboard.applybygroup
Input:
- objects – Anything
- by – Anything
- switchboard – Switchboard
Output:
- output – Anything
Runs the specified Switchboard once per group and collects the
outputs. The group mapping is specified by the by
parameter.
For each group only those objects from objects
will be passed to the
Switchboard that are mapped to the group.
This function requires a Switchboard with the inputs objects
and
group
and one output.