It works if the E1 receives one plane per list in tree, so could do an average of the values in each list for the E1...
List structure that doesn't seem to work looks like:
PLN -
{0} 10 (items)
{1} 10 (...)
{2} 10
...
E1 -
{0} 10
{1} 10
{2} 10
...
Command output -
{0} 10
{1} 10
{2} 10
...
List structure that does work looks like:
PLN -
{0} 10
{1} 10
{2} 10
...
E1 -
{0} 1
{1} 1
{2} 1
...
Command output -
{0} 1
{1} 1
{2} 1
...
List structure that doesn't seem to work looks like:
PLN -
{0} 10 (items)
{1} 10 (...)
{2} 10
...
E1 -
{0} 10
{1} 10
{2} 10
...
Command output -
{0} 10
{1} 10
{2} 10
...
List structure that does work looks like:
PLN -
{0} 10
{1} 10
{2} 10
...
E1 -
{0} 1
{1} 1
{2} 1
...
Command output -
{0} 1
{1} 1
{2} 1
...