comm

The comm commands module.

These commands are used in the following models: SS3706A

THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.

Please report an issue if one is found.

Attributes and Functions
- comm.gpib.enable
- comm.lan.enable
- comm.lan.rawsockets.enable
- comm.lan.telnet.enable
- comm.lan.vxi11.enable
- comm.lan.web.enable

Comm

Bases: BaseTSPCmd

The comm command tree.

Properties and methods
  • .gpib: The comm.gpib command tree.
  • .lan: The comm.lan command tree.

gpib property

gpib: CommGpib

Return the comm.gpib command tree.

Sub-properties and sub-methods
  • .enable: The comm.gpib.enable attribute.

lan property

lan: CommLan

Return the comm.lan command tree.

Sub-properties and sub-methods
  • .enable: The comm.lan.enable attribute.
  • .rawsockets: The comm.lan.rawsockets command tree.
  • .telnet: The comm.lan.telnet command tree.
  • .vxi11: The comm.lan.vxi11 command tree.
  • .web: The comm.lan.web command tree.

CommGpib

Bases: BaseTSPCmd

The comm.gpib command tree.

Properties and methods
  • .enable: The comm.gpib.enable attribute.

enable property writable

enable: str

Access the comm.gpib.enable attribute.

Description
  • This attribute describes whether or not communication using the GPIB connection is enabled.
Usage
  • Accessing this property will send the print(comm.gpib.enable) query.
  • Setting this property to a value will send the comm.gpib.enable = value command.
TSP Syntax
- comm.gpib.enable = value
- print(comm.gpib.enable)
Raises:

CommLan

Bases: BaseTSPCmd

The comm.lan command tree.

Properties and methods
  • .enable: The comm.lan.enable attribute.
  • .rawsockets: The comm.lan.rawsockets command tree.
  • .telnet: The comm.lan.telnet command tree.
  • .vxi11: The comm.lan.vxi11 command tree.
  • .web: The comm.lan.web command tree.

enable property writable

enable: str

Access the comm.lan.enable attribute.

Description
  • This attribute controls whether or not any communication using the LAN connection is enabled.
Usage
  • Accessing this property will send the print(comm.lan.enable) query.
  • Setting this property to a value will send the comm.lan.enable = value command.
TSP Syntax
- comm.lan.enable = value
- print(comm.lan.enable)
Raises:

rawsockets property

rawsockets: CommLanRawsockets

Return the comm.lan.rawsockets command tree.

Sub-properties and sub-methods
  • .enable: The comm.lan.rawsockets.enable attribute.

telnet property

telnet: CommLanTelnet

Return the comm.lan.telnet command tree.

Sub-properties and sub-methods
  • .enable: The comm.lan.telnet.enable attribute.

vxi11 property

vxi11: CommLanVxi11

Return the comm.lan.vxi11 command tree.

Sub-properties and sub-methods
  • .enable: The comm.lan.vxi11.enable attribute.

web property

Return the comm.lan.web command tree.

Sub-properties and sub-methods
  • .enable: The comm.lan.web.enable attribute.

CommLanRawsockets

Bases: BaseTSPCmd

The comm.lan.rawsockets command tree.

Properties and methods
  • .enable: The comm.lan.rawsockets.enable attribute.

enable property writable

enable: str

Access the comm.lan.rawsockets.enable attribute.

Description
  • This attribute describes whether or not communication using raw socket is enabled.
Usage
  • Accessing this property will send the print(comm.lan.rawsockets.enable) query.
  • Setting this property to a value will send the comm.lan.rawsockets.enable = value command.
TSP Syntax
- comm.lan.rawsockets.enable = value
- print(comm.lan.rawsockets.enable)
Raises:

CommLanTelnet

Bases: BaseTSPCmd

The comm.lan.telnet command tree.

Properties and methods
  • .enable: The comm.lan.telnet.enable attribute.

enable property writable

enable: str

Access the comm.lan.telnet.enable attribute.

Description
  • This attribute describes whether or not communication using Telnet is enabled.
Usage
  • Accessing this property will send the print(comm.lan.telnet.enable) query.
  • Setting this property to a value will send the comm.lan.telnet.enable = value command.
TSP Syntax
- comm.lan.telnet.enable = value
- print(comm.lan.telnet.enable)
Raises:

CommLanVxi11

Bases: BaseTSPCmd

The comm.lan.vxi11 command tree.

Properties and methods
  • .enable: The comm.lan.vxi11.enable attribute.

enable property writable

enable: str

Access the comm.lan.vxi11.enable attribute.

Description
  • This attribute describes whether or not communication using a VXI-11 connection is enabled.
Usage
  • Accessing this property will send the print(comm.lan.vxi11.enable) query.
  • Setting this property to a value will send the comm.lan.vxi11.enable = value command.
TSP Syntax
- comm.lan.vxi11.enable = value
- print(comm.lan.vxi11.enable)
Raises:

CommLanWeb

Bases: BaseTSPCmd

The comm.lan.web command tree.

Properties and methods
  • .enable: The comm.lan.web.enable attribute.

enable property writable

enable: str

Access the comm.lan.web.enable attribute.

Description
  • This attribute describes whether or not communication using the web interface is enabled.
Usage
  • Accessing this property will send the print(comm.lan.web.enable) query.
  • Setting this property to a value will send the comm.lan.web.enable = value command.
TSP Syntax
- comm.lan.web.enable = value
- print(comm.lan.web.enable)
Raises: