I intend to integrate a V3500A RF power meter in an automated measurement system controlled by a VEE program. I have read the V3500A user manual and it discusses fully the installation of drivers for USB control in VB and C++ environments, together with the commands that are sent to the instrument as strings. However, the manual does not discuss the control of the V3500 in a VEE environment. I need to know if there exists a method for the commands (and the instrument responses) to be sent (and read) by a VEE program using Agilent 15.5 IO library.
Thanks in advance for your cooperation.
Thanks in advance for your cooperation.
Then, the user needs to connect the V3500A to the "Instrument Manager" of Agilent VEE Pro with the steps below:
a) Copy the VISA Address of the V3500A from the IO Library,normally its "ASRL xx::INSTR"
b) In Agilent VEE Pro, click "add instrument" from the "Instrument Manager"
c) Select "ASRL" as "Interface Type"
d) Paste the "ASRL xx::INSTR" to the "VISA ADDRESS" column
e) Then click "OK"
f) Start to build your VEE program with the basic command in the User Guide
The communication between Agilent VEE Pro and V3500A is estalished.
Please have a trial.