Posted Tue, 19 Sep 2023 17:59:59 GMT by Marius, Ovidiu

Hello, I want to make automations on this oscilloscope but I got stuck when I want to load the setup file (.set) on the oscilloscope, I use LAN connection, does anyone know how I should proceed?
Posted Tue, 19 Sep 2023 23:00:05 GMT by Teles, Afonso
Hi Ovidiu,

If the setup file is currently on the scope, you can just use the recall:setup command to load it.
If it's not on the scope drive, you can transfer it to the scope using filesystem:writefile and then proceed with the above command.
Posted Wed, 20 Sep 2023 09:06:23 GMT by Marius, Ovidiu

Hello,
I tried with the filesystem:writefile command but I can't transfer anything to the scope, could you give me an example? I read the documentation of the function but I can't do it and I don't get any error...

Posted Wed, 20 Sep 2023 23:04:29 GMT by Teles, Afonso

Hi Ovidiu,

Here's how you'd use it: filesystem:writefile "C:/test.txt", #215This is a test

The second argument is a "block argument" which is defined on page 2-9 of the manual.

Posted Thu, 21 Sep 2023 08:00:03 GMT by Marius, Ovidiu
I solved it, thank you very much

You must be signed in to post in this forum.