I/O Configurations

I/O Configurations ClosedSetup

GPIB Address

Sockets SCPI

VXI-11 SCPI

HiSLIP SCPI

SCPI Telnet Port

LAN Configuration

Hostname

IP Address

Subnet Mask

Gateway

I/O Monitor

Enable

Verbose Logging

File

Clear Log

Opens the I/O Configuration menu, which lets you display the VISA addresses, and configure GPIB, SCPI Services, and SCPI Options.

GUI Location

System Menu (triple bar icon) > Settings (gear icon) > IO Configuration

GPIB Address

Specifies the GPIB address of your instrument.

GUI Location

System Menu (triple bar icon) > Settings (gear icon) > I/O Configuration > Addresses tab > GPIB Address

SCPI Command

:SYSTem:COMMunicate:GPIB:ADDRess <integer>

:SYSTem:COMMunicate:GPIB:ADDRess?

SCPI Example

:SYST:COMM:GPIB:ADDR 19

Notes

Changing the Address on the GPIB port requires all further communication to use the new address.

Preset

This is unaffected by Preset but is set to 19 on a "Restore System Settings to Default Values"

State Saved

No

Range

0 to 30

Sockets SCPI

Turns the sockets server in your instrument on and off.

SCPI Command

:SYSTem:COMMunicate:SCPI:SOCKets ON|OFF|1|0

:SYSTem:COMMunicate:SCPI:SOCKets?

SCPI Example

:SYST:COMM:SCPI:SOCK ON

Preset

This is unaffected by Preset but is set to ON on a "Restore System Settings to Default Values"

State Saved

No

VXI-11 SCPI

Turns the VXI-11 server in your instrument on and off.

GUI Location

System Menu (triple bar icon) > Settings (gear icon) > I/O Configuration > SCPI Setup tab > VXI-11 SCPI

SCPI Command

:SYSTem:COMMunicate:SCPI:VXI11 ON|OFF|1|0

:SYSTem:COMMunicate:SCPI:VXI11?

SCPI Example

:SYST:COMM:SCPI:VXI11

Preset

This is unaffected by Preset but is set to ON on a "Restore System Settings to Default Values"

State Saved

No

HiSLIP SCPI

Turns HiSLIP in your instrument on and off.

GUI Location

System Menu (triple bar icon) > Settings (gear icon) > I/O Configuration > SCPI Setup tab > HiSLIP SCPI

SCPI Command

:SYSTem:COMMunicate:SCPI:HISLip ON|OFF|1|0

:SYSTem:COMMunicate:SCPI:HISLip?

SCPI Example

:SYST:COMM:SCPI:HISL

Preset

This is unaffected by Preset but is set to ON on a "Restore System Settings to Default Values"

State Saved

No

SCPI Telnet Port

The instrument provides basic SCPI I/O via a telnet port.  The default port is 5024. The ability to change the port to 5023 is provided.

NOTE: changing the SCPI Telnet Port requires restarting the instrument application for the change to take effect.

GUI Location

System Menu (triple bar icon) > Settings (gear icon) > I/O Configuration > Addresses tab > SCPI Telnet Port

SCPI Command

:SYSTem:COMMunicate:LAN:SCPI:TELNet:PORT 5023|5024

:SYSTem:COMMunicate:LAN:SCPI:TELNet:PORT?

SCPI Example

:SYST:COMM:LAN:SCPI:TELN:PORT 5023

Preset

Not reset by Preset, set to 5024 with Restore System Settings to Defaults.

LAN Configuration

The Local Area Network (LAN) configuration can be selected as Auto or Manual. In Auto, the network assigns the IP address for the instrument using DHCP or Auto-IP. In manual mode, you provide the IP address, Subnet mask, and Gateway.

GUI Location

System Menu (triple bar icon) > Settings (gear icon) > I/O Configuration > Networking tab > LAN Configuration

SCPI Command

:SYSTem:COMMunicate:LAN:CONfig AUTO|MANual

:SYSTem:COMMunicate:LAN:CONFig?

SCPI Example

:SYST:COMM:LAN:CONF MAN

Preset

This is unaffected by a Preset but is set to AUTO on a "Restore System Settings to Default Values."

State Saved

Persistent, survives preset and power cycle but not saved in the instrument state.

Hostname

The Hostname can also be set via SCPI or in the GUI. The default hostname is K-<model number>-<last 5 digits of serial number>, and is reset to this when Restore System Settings to Default Values is invoked.

GUI Location

System Menu (triple bar icon) > Settings (gear icon) > I/O Configuration > Networking tab > Host Name

SCPI Command

:SYSTem:COMMunicate:LAN:HOSTname <string>

:SYSTem:COMMunicate:LAN:HOSTname?

SCPI Example

:SYST:COMM:LAN:HOST"mySigGen"

Preset

This is unaffected by a Preset but is set to K-<model number>-<last 5 digits of serial number> on a "Restore System Settings to Default Values."

Notes

<string> accepts alphanumeric characters a-z and 0-9 and the hyphen. The string cannot start with a hyphen. Both upper case and lower case letters are accepted, however the hostname is case insensitive. The maximum length of the string is 15 characters.

State Saved

Persistent, survives preset and power cycle but not saved in the instrument state.

IP Address

Defines the instrument’s IP address used when LAN Configuration is Manual.

GUI Location

System Menu (triple bar icon) > Settings (gear icon) > I/O Configuration > Networking tab > IP Address

SCPI Command

:SYSTem:COMMunicate:LAN:IP <string>

:SYSTem:COMMunicate:LAN:IP?

SCPI Example

:SYST:COMM:LAN:IP "192.168.0.99"

Preset

This is unaffected by a Preset but is set to 255.255.255.0 on a "Restore System Settings to Default Values."

Notes

<string> must be in the format "N.N.N.N" where each N is an integer with value between 0 and 255.

State Saved

Persistent, survives preset and power cycle but not saved in the instrument state.

Subnet Mask

Defines the subnet mask when LAN Configuration is Manual. The subnet mask determines the range of address that are peers on the network with the instrument.

GUI Location

System Menu (triple bar icon) > Settings (gear icon) > I/O Configuration > Networking > Subnet Mask

SCPI Command

:SYSTem:COMMunicate:LAN:SUBNet <string>

:SYSTem:COMMunicate:LAN:SUBNet?

SCPI Example

SYST:COMM:LAN:SUBN "255.255.128.0"

Preset

This is unaffected by a Preset but is set to K-<model number>-<last 5 digits of serial number> on a "Restore System Settings to Default Values."

Notes

<string> must be in the format "N.N.N.N" where each N is an integer with value between 0 and 255.

State Saved

Persistent, survives preset and power cycle but not saved in the instrument state.

Gateway

This setting establishes the Gateway when LAN Configuration is Manual. The LAN device at the gateway address provides the instrument’s access outside the current subnet.

GUI Location

System Menu (triple bar icon) > Settings (gear icon) > I/O Configuration > Networking tab > Gateway

SCPI Command

:SYSTem:COMMunicate:LAN:GATeway <string>

:SYSTem:COMMunicate:LAN:GATeway?

SCPI Example

:SYST:COMM:LAN:GAT"192.168.1.1"

Preset

This is unaffected by a Preset but is set to K-<model number>-<last 5 digits of serial number> on a "Restore System Settings to Default Values."

Notes

<string> must be in the format "N.N.N.N" where each N is an integer with value between 0 and 255.

State Saved

Persistent, survives preset and power cycle but not saved in the instrument state.

I/O Monitor

Allows you to log all SCPI transactions received by the instrument, across all SCPI clients, to the specified file.

Enable

Enables the instrument to begin monitoring SCPI transactions, from all clients, into a specified log file. When set to On, the IO Monitor output terminal in Instrument's Settings >I/O Configuration tab displays the log of incoming SCPI commands.

GUI Location

System Menu (triple bar icon) > Settings (gear icon) > I/O Configuration > I/O Monitor tab > Enable

SCPI Command

:SYSTem:COMMunicate:SCPI:IOMonitor[:STATe] ON|OFF|1|0

:SYSTem:COMMunicate:SCPI:IOMonitor[:STATe]?

SCPI Example

:SYST:COMM:SCPI:IOM ON

:SYST:COMM:SCPI:IOM?

Preset

This is unaffected by Preset but is set to OFF on "Restore System Settings to Default Values."

State Saved

No

Verbose Logging

Includes additional information in the SCPI log. Verbose information consists of SCPI responses, error information, and timestamps. IO monitoring must already be enabled for this setting to have any effect.

GUI Location

System Menu (triple bar icon) > Settings (gear icon) > I/O Configuration > I/O Monitor tab > Verbose Logging

SCPI Command

:SYSTem:COMMunicate:SCPI:IOMonitor:VERBose ON|OFF|1|0

:SYSTem:COMMunicate:SCPI:IOMonitor:VERBose?

SCPI Example

:SYST:COMM:SCPI:IOM:VERB ON

:SYST:COMM:SCPI:IOM:VERB?

Preset

ON

State Saved

No

Notes

Example log output when enabled:

> [2024-05-15 T23:45:49] :IQO1:CORR:OPT:DYN:RANG:OBW?

< [2024-05-15 T23:45:49] 1

File

Writes SCPI transactions received by the instrument to a log file. Click Select to choose this file. During monitoring, the log file is appended by the newly received SCPI commands.

Plaintext (.txt) is the supported log file type.

GUI Location

System Menu (triple bar icon) > Settings (gear icon) > I/O Configuration > I/O Monitor tab > File

SCPI Command

:SYSTem:COMMunicate:SCPI:IOMonitor:FILE "<filename>"

:SYSTem:COMMunicate:SCPI:IOMonitor:FILE?

SCPI Example

:SYST:COMM:SCPI:IOM:FILE "C:\Log.txt"

Preset

/Logs/scpi_log.txt

State Saved

Yes

Clear Log

No SCPI, GUI only

When IO monitoring is enabled, log file contents are displayed in the logging terminal. The log file and terminal can be cleared upon user request, by clicking Clear Log.

There is no query form for the command.

GUI Location

System Menu (triple bar icon) > Settings (gear icon) > I/O Configuration > I/O Monitor tab > Clear Log

SCPI Command

N/A

State Saved No