Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-106 3700AS-901-01 Rev. D/June 2018
comm.gpib.enable
This attribute describes whether or not communication using the GPIB connection is enabled.
Usage
state = comm.gpib.enable
comm.gpib.enable = state
true: Enabled
false: Disabled
Details
This performs the same function as the MENU > GPIB > ENABLE option that is available through the
front panel of the instrument.
Also see
Set the GPIB address (on page 2-12)
comm.lan.enable
This attribute controls whether or not any communication using the LAN connection is enabled.
Usage
state = comm.lan.enable
comm.lan.enable = state
true: Enabled
false: Disabled
Details
This is the master control setting. When this is true (enabled), you may individually control web,
Telnet, VXI-11 and raw socket access to the instrument. However, when this is false (disabled), all
LAN communication is disabled and this overrides the individual LAN enabled settings.
To disable only certain LAN communication with the instrument, enable this attribute and set the
specific LAN communication attribute to false for raw sockets, Telnet, VXI-11 or web.
Example
Disable all LAN communication with instrument.
Also see
comm.lan.rawsockets.enable (on page 11-107)
comm.lan.telnet.enable (on page 11-107)
comm.lan.vxi11.enable (on page 11-108)
comm.lan.web.enable (on page 11-109)