I was thinking of an 'Inverse Gate'

If you could make some kind of gate that would “reverse” the input, that would be nice.
If the input is over a certain value, the output would be off.
If the input is under the certain value, the output would be on.

NOT_Gate

You can do that with a “filter”. Set it to “greater than 0” for example. When the output is > 0 it will output on “pass”, otherwise it will output on “fail”. Does that do what you need?

Not exactly what i needed, but it worked. Thanks!