SCPI Control of USB and GPIB Devices Connected to a VNA


See GPIB Devices below.

USB Devices

The following procedure is the USB equivalent of the VNA "GPIB Pass-Through" feature. This allows you to send SCPI commands from a remote PC to a USB device (such as a USB power sensor) that is connected to the VNA.

The PC must have the Keysight I/O Libraries installed.

  1. On the VNA, press Utility, System, System Setup, then Remote Interface....

  2. Check SICL Enabled.

  3. On your PC, start Keysight Connection Expert which is the wizard for Keysight I/O Libraries.

  4. In the dialog, select the Manual Configuration tab.

  5. Click Remote USB interface.

  1. In the Remote USB Interface dialog (shown above), do EITHER of the following:

In the above dialog, the VISA interface ID is USB1. Therefore, a VISA program on the PC could send commands to the sensor that is connected to the VNA at the VISA resource string beginning with USB1::<interface>.

  1. Click the Accept button. The Instruments tab is selected listing available instruments.

  2. Click on the device you want to communicate with (U2000A in this example) then click Send Commands To This Instrument.

  1. Type a command, then click Send Command or Read Response.


SCPI Control of GPIB Devices Connected to a VNA

Access the VNA GPIB System Controller port from your PC as though it were a local GPIB card on your PC. 

This allows you to send SCPI commands from a remote PC to a GPIB device such as a Power Meter, that is connected to the VNA.

The PC must have the Keysight I/O Libraries installed.

  1. On the VNA, press Utility, System, System Setup, then Remote Interface....

  2. Check SICL Enabled.

  3. On your PC, start Keysight Connection Expert which is the wizard for Keysight I/O Libraries.

  4. In the dialog, select the Manual Configuration tab.

  5. Click Remote GPIB interface.

In the above dialog, use the default settings EXCEPT where specified here:

Then access the VNA GPIB System Controller port using the SICL interface ID shown in the dialog (gpib1 in above dialog image).

For example, with a power meter at address 13, you would open a VISA session on the PC to GPIB1::13::INSTR and then send commands to it while the device is connected to the VNA Controller port. 

Important: Close any open VISA session handles to that interface before the VNA controls device.