condition prod/sim funnel
This block is part of the funnels group and was last modified in core v10.4.28.
condition prod/sim funnel v10.4.28 In pins 2
- Production required
condition - Simulation required
condition
Out pins 1
- condition
condition
env |
production |
simulation |
A typical wiring for condition prod/sim funnel: true feeds the production pin; OR feeds the simulation pin; the condition out pin feeds === false.

Commonly used with
In production blueprints, this block is most often wired together with:
- === false: this block feeds into it. returns true if the boolean is not true. Despite the === false label this is a !== true test: null, 0 and any other non-true value also pass.
- true: feeds into this block. Gives the condition true hard-coded.
- OR: feeds into this block. operator for a set of operands is true if and only if one or more of its operands is true.
- return: this block feeds into it. Returns the added custom pins as data-pins on the function execute.
Version history
Introduced in v10.4.28.
Back to
funnels Return to the main group to view all sub-groups Back to env. funnel Return to the group to view all blocks within this group
