Search found 1 match

by doug.kelly
Thu Sep 28, 2023 10:46 am
Forum: General Software Discussions
Topic: using 2 PS6824E with python
Replies: 1
Views: 14958

Re: using 2 PS6824E with python

In case anyone ends up here looking for a solution, I ended up having to do some aggressive casting to modify the ps6000 case for use with ps6000a. Not pretty, but it works: def get_serial_number(self) -> str: """Returns SN from scope""" info_string = (ctypes.c_char * 40)() info_string_arg = ctypes....