Hi,
Using DSO6104A via LAN.
I am facing issue when using :SAVE:PWD .
If I send some SCPI commands directly I get:
> *IDN?
< AGILENT TECHNOLOGIES,DSO6104A,MY48260164,05.25.0000
> *RST
> :SAVE:PWD?
< "/usb0/"
> :SAVE:PWD "C:/"
> :SAVE:PWD?
< "/usb0/"
My final goal is to save the config to a .scp file locally. But I need to know where is the file saved...
Am I missing something?
Any idea ?
Thanks for your help.
Using DSO6104A via LAN.
I am facing issue when using :SAVE:PWD .
If I send some SCPI commands directly I get:
> *IDN?
< AGILENT TECHNOLOGIES,DSO6104A,MY48260164,05.25.0000
> *RST
> :SAVE:PWD?
< "/usb0/"
> :SAVE:PWD "C:/"
> :SAVE:PWD?
< "/usb0/"
My final goal is to save the config to a .scp file locally. But I need to know where is the file saved...
Am I missing something?
Any idea ?
Thanks for your help.
1. Scope internal storage (only applies to Setup Files, and some other feature)
2. USB
If you wish to save directly to PC, this command is not for you.
So, you can always save to a USB that is plugged in with something like:
:SAV:IMAGE "/usb0/hello.bmp"
(note: I can't recall the exact syntax, so this is just an example)