User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
app.WebEditor.GetProcessor([in] VARIANT processor)
Retrieves a reference to a processor that has been added to the Web. This reference may then be used to
access the processor's controls.
' Retrieve a pointer to the MyAvg averager and set it's number of sweeps
to the value 1234
set myAverager = app.WebEditor.GetProcessor("MyAvg")
myAverager.Sweeps = 1234
app.WebEditor.RemoveAll()
Removes all processors from the web.
' Show the WebEditor and remove all processors from it
app.ActiveView = "WebEdit"
app.WebEditor.RemoveAll
app.WebEditor.RemoveConnection([in] VARIANT destProcessor, [in] VARIANT destInputPin)
Removes a connection between two pins on the web.
app.WebEditor.RemovePreview([in] VARIANT processor)
Removes the named preview display.
app.WebEditor.RemoveProcessor([in] VARIANT processor)
Removes the named processor from the Web.
3-34