Technical data

Programming Your Instruments 6
Agilent Connectivity Guide 137
“VISA COM 488.2 Formatted I/O 1.0" corresponds to
BasicFormattedIO.dll
2
Create Formatted I/O Reference. Create the formatted I/O reference
with a statement such as:
Dim Fgen As VisaComLib.FormattedIO488
3
Create the New Object. Use
Set Fgen = New VisaComLib.FormattedIO488
to create the formatted I/O object.
For additional information on VISA COM usage, see the VISA COM
Help (click the IO Control, then click Documentation > VISA COM
Help).