Seems to me that your array definition is at fault.
txB_S3 - txB_S11 have no sector Logic component, whilst txB_S1 and txB_S2 do.
txA_sectors = [[txB_S1, "S1m", S1L, [10500, 10300, 0]], [txB_S2, "S2m", S2L, [10500, 11300, 0]],
[txB_S3, "S3m", S3L, [10500, 12300 ,0]], [txB_S4, "S4m", S4L, [ 9500, 10300, 0]], [txB_S5, "S5m",
S5L, [ 9500, 11300, 0]], [txB_S6, "S6m", S6L, [ 9500, 12300, 0]], [txB_S7, "S7m", S7L, [8500, 10300,
0]], [txB_S8, "S8m", S8L, [8500, 11300, 0]], [txB_S9, "S9m", S9L,[8500, 12300, 0]], [txB_S10, "S10m",
S10L,[7500, 10300, 0]], [txB_S11, "S11m", S11L,[7500, 11300, 0]] ]
Like so......maybe
Planck