forked from zietzm/Helmholtz_Test_Bench
Code cleanup
- Removed default value for channel - formatting to make pycharm happy - added comments
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ device.voltage1 = 12
|
||||
device.current1 = 1
|
||||
time.sleep(10)
|
||||
print("...now enabling the power output control...")
|
||||
device.enable_output()
|
||||
device.enable_output(0)
|
||||
time.sleep(2)
|
||||
device_status_info1 = device.get_device_status_information(0)
|
||||
device_status_info2 = device.get_device_status_information(1)
|
||||
|
||||
Reference in New Issue
Block a user