Frequently Asked Questions
Signal :: operator[] subscript out of range
Error message:
Signal :: operator[] subscript out of range-- -- Signal = ca sub = 15
Meaning:
You used an
array notation
for some
signal "ca" (i.e.: ca[1], ca[2], ect)
The
subscript
of the
array (=15 in this example)
is
out of range