Description
Can you please provide an example how to
- Activate Remote Controlled Logging and
- Transfer the log file to my local PC
using the HMC8012?
I tried several ways completing the task with a Python script. Unfortunately at least I fail in transferring the log file to my PC when requesting "DATA:DATA?".
As the case may be it throws different errors:
- "Timeout", but I just received the first line of the file.
- "Query interrupted" when requesting "SYST:ERR?" after the "DATA:DATA?" command
What is wrong with my Script?