2-74
Agilent E5270 TIS User’s Guide, Edition 1
TIS Function Reference
vi_E5270
vi_E5270
This function returns the VISA session ID required to use the VXI
plug
&
play
driver
for Agilent E5270. The driver can be used in a program by using the session ID.
Synopsis
ViSession vi_E5270(void)
Example
The following example sends the *CAL command to the Agilent E5270 by using
the e5270_cmd function that is a function of the Agilent E5270 VXI
plug
&
play
driver.
e5270_cmd(vi_E5270(),"*CAL");