I've modified the VoltageRatioInput python example to set the Bridge Gain, but it doesn't seem to be actually setting. Here is the code and logs: # inside the onAttachHandler print('bridge gain before', ph.getBridgeGain()) ph.setBridgeGain(BridgeGain.BRIDGE_GAIN_128) print('bridge gain after', ph.ge...