CapSense Output Low?

That is fair, I did not frame it well.

Specifically in that CapSense code, I want one of the capacitance sensors that is reading lower than the other one to be turned off for a delay which I will do with an IF statement. Another words, if there is a right and left capsense foil (like in the example code on the Arduino article), when you touch the left and it shows a greater than a certain total than the other, the right one turns off for 10 seconds. In that CapSense code, how it's structured, I'm not sure which int to turn off or the best method to turn off power to that specific sensor. Should I LOW the 5V pin to it or is one of those int turned LOW? I want to turn that pin to one of them off. In this situation, how do I do that?