I'm trying to turn PSU1000_0 on and off programmatically using Python. Here's the setup I have: Python script on macOS -> USB -> HUB0000_0 -> PSU1000_0. PSU1000_0 is connected to port 0 on HUB0000_0. The following code (from examples provided) works fine. def turn_on(port): digitalOutput = DigitalOu...