Our DSOX should do automatic measurements while the screen should be visible.
The scope gets the commands from a PC via GPIB.
Before initialisation i send a reset command to the scope over GPIB to ensure a clear state.
The annoying screensaver gets enabled with the reset command (agilents default is ON) so i have to
disable it. But how?
kind regards
The scope gets the commands from a PC via GPIB.
Before initialisation i send a reset command to the scope over GPIB to ensure a clear state.
The annoying screensaver gets enabled with the reset command (agilents default is ON) so i have to
disable it. But how?
kind regards
As you know ...
*RST --> Equivalent to the "Factory Default Setup" softkey
:SYST:PRESET --> Equivalent to the "Default Setup" hardkey (next to "Autoscale")
If a regular default setup satisfies your initialization needs, you can use :SYST:PRESET instead of *RST. The screen saver settings are not affected by a regular default setup, only affected by a factory default setup.
You can also send *CLS and other clearing commands and device clear commands if needed.
--Bret