Skip to content

Commit dd173db

Browse files
author
neil.hamilton
committed
Replace values for GetUnitInfo in ps6000Examples/ps6000GetInfoExample.py with working ones
1 parent ddd796d commit dd173db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ps6000Examples/ps6000GetInfoExample.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
status["getInfo"] = ps.ps6000GetUnitInfo(chandle, ctypes.byref(string),stringLength, ctypes.byref(requiredSize), info)
2828
assert_pico_ok(status["getInfo"])
2929

30+
print(string.value)
31+
3032
# Close unitDisconnect the scope
3133
# handle = chandle
3234
ps.ps6000CloseUnit(chandle)

0 commit comments

Comments
 (0)