we are tyring to implement a measurement with the PCSU200 in python.
So, we’ve been trying to use the functions from the .dll of the scope but apparently not all of them work as indent.
So far, we were able to close the .exe via the terminal using the according .dll function. But any other function (like starting the .exe or running the measurement) didn’t work.
Can you please help us?
EDIT: It seems that a few function work without the parameter.
Like, RunOn does work but RunOn(true) or RunOn(false) don’t. RunOn stops the measurement only in this case.