User`s guide

Table Of Contents
Chapter 12 183
Sample Application Programs
Controlling Using SICL-LAN Server
12. Sample Application
Programs
Sample control
The
E5061A/E5062A can be controlled by executing the above procedures in order,
following the control flow in Figure 12-4. This is demonstrated by the procedure Preset (a
procedure which is executed when the Preset button is clicked) as described in Example
12-6.
Example 12-6 Preset
Sub Preset()
''' Open Session
E507x = OpenSession
'''Presetting the analyzer
Call OutputSiclLan(E507x, ":SYST:PRES")
'''Close Session
Call iclose(E507x)
End Sub