You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cbhw. should throw an error when the true instrument IP is not as configured. For example, on my 257-512ch hub, the instrument IP is hard coded to 192.168.137.201. I then tell python to use the instrument address 192.168.137.200 in the hub object, call cbsdk.connect with the hub object, and got no connection error. Confirmed that an error should have been received because run_level = 0 after cbsdk.connect() ran with no errors.
cbhw. should throw an error when the true instrument IP is not as configured. For example, on my 257-512ch hub, the instrument IP is hard coded to 192.168.137.201. I then tell python to use the instrument address 192.168.137.200 in the hub object, call cbsdk.connect with the hub object, and got no connection error. Confirmed that an error should have been received because run_level = 0 after cbsdk.connect() ran with no errors.