forked from awendt/pyrelacs
adding print statement connected
This commit is contained in:
parent
841c3efb0a
commit
638cf4995e
@ -9,6 +9,7 @@ def connect():
|
||||
daq_device = uldaq.DaqDevice(devices[0])
|
||||
daq_device.connect()
|
||||
print(f"Connected to daq_device {devices[0].product_name}")
|
||||
print(f"Connected to daq_device {daq_device.is_connected()}")
|
||||
|
||||
except uldaq.ULException as e:
|
||||
print('\n', e)
|
||||
|
Loading…
Reference in New Issue
Block a user