Search Results

by ZeeGee
Tue Mar 16, 2021 7:33 pm
Forum: Python
Topic: Controlling PSU1000_0 using Python
Replies: 1
Views: 7568

Controlling PSU1000_0 using Python

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...