Junction.N
This parameter is used to define one or more junction components to be used in the fuel system. This junction is defined as a hash map comprised of multiple key:value
pairs - separated by the #
symbol - and has the following structure:
Junction.N = **Name:<junction_name>:<value>**#Title:<junction_title>#Index:<engine_index>
Note that you may have more than one junction, in which case you would increment the N
index, starting from 1. A typical example of a single junction definition would be like this:
Junction.1 = Name:FuelSelector
#InputOnlyLines:LeftInnerToFuelSelector,RightInnerToFuelSelector
#OutputOnlyLines:FuelSelectorToPumpsJunction
#Option:LeftInnerToFuelSelector,FuelSelectorToPumpsJunction
#Option:RightInnerToFuelSelector,FuelSelectorToPumpsJunction
#Option:CenterAftToFuelSelector,FuelSelectorToPumpsJunction
#Option:FuelSelectorToPumpsJunction
Where is index in the list of parameters? Is the word option missing from the description example.