
112
Chapter 2
Programming Fundamentals
Using the LAN to Control the Analyzer
Controlling Your Analyzer with SICL LAN and HP/Agilent
BASIC for Windows
Before you can use HP/Agilent BASIC for Windows with SICL LAN,
you need to set up VISA/SICL LAN I/O drivers for use with your BASIC
applications. Consult your BASIC documentation for information how
to do this.
To set up SICL LAN for BASIC, add the following statement to your
AUTOST program (all on a single line):
LOAD BIN “GPIBS;DEV lan[analyzer IP address]:GPIB name TIME 30 ISC 7”
Replace
analyzer IP address
with the IP address of your analyzer,
GPIP name
with the GPIB name given to your analyzer, and
7
with the
logical unit number.
For example, the following
LOAD
statement should be added to your
AUTOST
program for the parameters listed below:
analyzer IP address 12.22.344.225
analyzer GPIB name inst0
logical unit number 7
timeout value (seconds) 30
LOAD
statement (all on a single line)
LOAD BIN “GPIBS;DEV lan[12.22.344.225]:inst0 TIME 30 ISC 7”
Summary of Contents for E4406A VSA Series
Page 4: ...4 ...
Page 59: ...59 2 Programming Fundamentals ...
Page 124: ...124 Chapter2 Programming Fundamentals Using the LAN to Control the Analyzer ...
Page 125: ...125 3 Programming Examples ...
Page 164: ...164 Chapter3 Programming Examples Using Java Programming Over Socket LAN ...
Page 165: ...165 4 Programming Command Cross References ...
Page 379: ...379 6 Error Messages ...
Page 412: ...412 Chapter6 Error Messages Error Message Descriptions ...