Is it possible to have multiple non-overlapping parameter condition trigger ranges?

Say I want instrument A to trigger when my parameter is >=0 and <50, and instrument B to trigger if >=50 and <=100. I can set up the parameter condition ranges, but since the ranges are always inclusive, there’s no way to cover the range both fully and uniquely. Either:

  1. I do 0-50 and 50-100, in which case the value of exactly 50 triggers both instruments, or
  2. I do 0-49.9 and 50-100, in which case the value 49.95 doesn’t trigger either instrument.

With only two instruments and ranges, I could use an inverted parameter condition. But say I had three, or four. Is there a way to set up the conditions so they cover the range of a parameter fully and uniquely?