after setting up the picosdk (https://pypi.org/project/picosdk/) for the PS 6426E, I would like to check the driver of my scope.
However, I receive the following response:
>>> from picosdk.discover import find_all_units
>>> scopes = find_all_units()
>>> vars(scopes[0])
{'driver':
>>> scopes[0].info
ctypes.ArgumentError: argument 5:
How can I find out the value of scopes[0].info?
Thank you in advance!
Ben