Skip to content

Commit

Permalink
Fix Keysight test
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed May 15, 2024
1 parent 67cc970 commit 5a01959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_keysight.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
def test_e36233a_auto():
ps = keysight.E36233A()
# Read all properties from all channels
for chan in ps.channels:
for chan in ps.channels():
print(f"Channel {chan.channel_number}:")
print(f"Voltage: {chan.voltage}")
print(f"Current: {chan.current}")
Expand Down

0 comments on commit 5a01959

Please sign in to comment.