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: Thecomm.gpibcommand tree..lan: Thecomm.lancommand tree.
gpib
property
¶
gpib: CommGpib
Return the comm.gpib command tree.
Sub-properties and sub-methods
.enable: Thecomm.gpib.enableattribute.
lan
property
¶
lan: CommLan
Return the comm.lan command tree.
Sub-properties and sub-methods
.enable: Thecomm.lan.enableattribute..rawsockets: Thecomm.lan.rawsocketscommand tree..telnet: Thecomm.lan.telnetcommand tree..vxi11: Thecomm.lan.vxi11command tree..web: Thecomm.lan.webcommand tree.
CommGpib
¶
Bases: BaseTSPCmd
The comm.gpib command tree.
Properties and methods
.enable: Thecomm.gpib.enableattribute.
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 = valuecommand.
TSP Syntax
- comm.gpib.enable = value
- print(comm.gpib.enable)
| Raises: |
|
|---|
CommLan
¶
Bases: BaseTSPCmd
The comm.lan command tree.
Properties and methods
.enable: Thecomm.lan.enableattribute..rawsockets: Thecomm.lan.rawsocketscommand tree..telnet: Thecomm.lan.telnetcommand tree..vxi11: Thecomm.lan.vxi11command tree..web: Thecomm.lan.webcommand 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 = valuecommand.
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: Thecomm.lan.rawsockets.enableattribute.
telnet
property
¶
telnet: CommLanTelnet
Return the comm.lan.telnet command tree.
Sub-properties and sub-methods
.enable: Thecomm.lan.telnet.enableattribute.
vxi11
property
¶
vxi11: CommLanVxi11
Return the comm.lan.vxi11 command tree.
Sub-properties and sub-methods
.enable: Thecomm.lan.vxi11.enableattribute.
web
property
¶
web: CommLanWeb
Return the comm.lan.web command tree.
Sub-properties and sub-methods
.enable: Thecomm.lan.web.enableattribute.
CommLanRawsockets
¶
Bases: BaseTSPCmd
The comm.lan.rawsockets command tree.
Properties and methods
.enable: Thecomm.lan.rawsockets.enableattribute.
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 = valuecommand.
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: Thecomm.lan.telnet.enableattribute.
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 = valuecommand.
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: Thecomm.lan.vxi11.enableattribute.
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 = valuecommand.
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: Thecomm.lan.web.enableattribute.
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 = valuecommand.
TSP Syntax
- comm.lan.web.enable = value
- print(comm.lan.web.enable)
| Raises: |
|
|---|