
Automation Command and Query Reference Manual - Control Reference
Sets/Queries the display mode as either "Scope", showing the normal instrument screen, or
"WebEdit", showing the web processor editing panel. Note that WebEdit mode is available only with
certain software options, including XMATH and XMAP.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Switch to WebEdit mode
app.Display.DisplayMode = "WebEdit"
Restores the display of the instrument to the factory default settings
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Restore the display to the factory pre-set state.
app.Display.FactoryDefault
Sets/Queries the grid intensity as a percentage of the maximum value, with a resolution of 1%.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the grid intensity to 60% of the maximum.
app.Display.GridIntensity = 60
Komentáře k této Příručce