Search found 2 matches

by neoflash
Tue Nov 09, 2021 4:45 am
Forum: General Software Discussions
Topic: USB TC-08 in python
Replies: 27
Views: 57529

Re: USB TC-08 in python

For Mac os python programming, how to set the resolution of the picolog?

In Mac, this command doesn't seem to work. It feels like Mac driver doesn't support full functions?

Code: Select all

tc08.usb_tc08_set_resolution(device, 15)
AttributeError: dlsym(0x7ff66dc16640, usb_tc08_set_resolution): symbol not found
by neoflash
Tue Nov 09, 2021 1:25 am
Forum: PicoScope 6 for Mac
Topic: GitHub TC-08 Python example code on Mac BigSur
Replies: 1
Views: 17542

GitHub TC-08 Python example code on Mac BigSur

Hi, I have installed PicoSDK-10.7.21.227.pkg and picolog 6 on Mac. The PicoLog 6 works fine. I have also installed GitHub package from here: https://github.com/picotech/picosdk-python-wrappers Then I go to the example python code: usbtc08Examples/tc08SingleModeExample.py python3 tc08SingleModeExampl...