Hi, using the following code to access the oscilloscope with Python I get the following error:
Code: osc = Oscilloscope(IP address, force_connect = True)
Error: Exception has occurred: ConnectionError
HTTPConnectionPool(host=IP address, port=80): Max retries exceeded with url: /api/moku/claim_ownership (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0x0000023C6029E230>: Failed to establish a new connection: [WinError 10051] A socket operation was attempted to an unreachable network’))
Thanks for the help in advance,
Tim
PS: Using the serial number for connecting, the following applies:
Code: osc = Oscilloscope(serial=776, force_connect = True)
Error: Exception has occurred: MokuNotFound
exception: no description