**Moku model:go
**Operating system:macOS sonoma
**Software version:14.1.1
Bug or support request description:
been tryin to run this:
"
from moku.instruments import Oscilloscope
osc = Oscilloscope(‘[fe80::7269:79ff:feb9:43c2%31]’)
osc.get_data()
"
and i get this error:
“ValueError: ‘fe80::7269:79ff:feb9:43c21’ does not appear to be an IPv4 or IPv6 address”
after seen some posts regarding this issue I tryed to run this line:
“>>> osc = Oscilloscope(‘[fe80::7269:79ff:feb9:43c2]’)”
and get this errro:
“Failed to establish a new connection: [Errno 65] No route to host’))”