(ongoing...)
These options were first introduced in step 2a.
When an assembly is auto assembled, inports and outports are connected so that the assembly can be used as it.
In the previous example, inport is connected to from and outport is connected to goto.
These connections depend on these two options :
connectionTypeForAblInputs
connectionTypeForAblOutputs
If the options are open, we can see the default value for these two options : 4, i.e. connect with demux from/goto.
Suppose the value is changed to 1 (connect with inports) for inport and to 2 (connect with gotos) for outport
As a result, if a new auto assembly is asked :
the new connections will be :
If for example you choose 3 (connect with demuxed inports) for inports and 3 (connect with demuxed outports) :
and a new auto assembly is asked, result is.
For the inports, it is possible to connect them to a user defined From WorkSpace block with connectionTypeForAblInputs set to 5 :
In that case, result of the assembly is :