I'm attempting to create a class that enables pressure sensing using the Phidgets Interface Kit and a few different pressure sensors. When I go to open the channel, I keep getting the error: Invalid Argument prc = Phidget_openWaitForAttachment((PhidgetHandle)sensors[0].ch, 5000); if (prc != 0) { std...