Tcpip

SCPI Command :

SYSTem:COMMunicate:RDEVice:OSCilloscope:TCPip
class TcpipCls[source]

Tcpip commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() str[source]
# SCPI: SYSTem:COMMunicate:RDEVice:OSCilloscope:TCPip
value: str = driver.system.communicate.rdevice.oscilloscope.tcpip.get()

Defines the TCPIP address or computer name of the oscilloscope connected to the FSW via LAN. Note: The IP address is maintained after a [PRESET], and is transferred between applications.

return

address: computer name or IP address

set(address: str) None[source]
# SCPI: SYSTem:COMMunicate:RDEVice:OSCilloscope:TCPip
driver.system.communicate.rdevice.oscilloscope.tcpip.set(address = 'abc')

Defines the TCPIP address or computer name of the oscilloscope connected to the FSW via LAN. Note: The IP address is maintained after a [PRESET], and is transferred between applications.

param address

computer name or IP address