BaseSwitch2¶
-
MacroModule
¶ genre FlowControl
authors Torben Paetz
,Darko Ojdanic
package FMEstable/ReleaseMeVis
definition BaseSwitch2.def see also BaseSwitch
,Switch
,ImageSwitch
keywords base
,switch
Purpose¶
BaseSwitch2
is a simplified version of BaseSwitch
. It has two inputs and can be switched either with Use Input1
or Select
.
Input Fields¶
input0¶
-
name:
input0
, type:
MLBase
¶ First base input, will be forwarded to output if ‘left’ has been selected as output or
Use Input1
equals false.
input1¶
-
name:
input1
, type:
MLBase
¶ Second base input, will be forwarded to output if ‘right’ has been selected as output or
Use Input1
equals true.
Output Fields¶
output0¶
-
name:
output0
, type:
MLBase
¶ Forwards first or second base input depending on the state of
Use Input1
.