Agilent Technologies E5071C Manual page 1058

Hide thumbs Also See for E5071C:
Table of Contents

Advertisement

ErrHandler:
MsgBox "*** Error : " & Error$
Call siclcleanup
End
End Function
Disconnection
The iclose function of SICL is used to disconnect communication. The
iclose function takes the session information output from the iopen
function as its parameter.
Syntax
Status = iclose(addr)
For information on the variable (Status) and the variable (addr), refer to
Variable
Sample control
The E5071C can be controlled by executing the above procedures in order,
following the control flow in Flow of control using SICL. This is
demonstrated by the Preset procedure (a procedure that is executed when
the Preset button is clicked) as described in Preset.
Preset
Sub Preset()
''' Open Session
E507x = OpenSession
'''Presetting the analyzer
Call OutputSiclLan(E507x, ":SYST:PRES")
'''Close Session
Call iclose(E507x)
End Sub
Programming
1285

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents