Socket

SCPI Commands :

SYSTem:COMMunicate:SOCKet:PORT
SYSTem:COMMunicate:SOCKet:RESource
class SocketCls[source]

Socket commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_port() int[source]
# SCPI: SYSTem:COMMunicate:SOCKet:PORT
value: int = driver.system.communicate.socket.get_port()

No command help available

return:

scpi_eth_port: No help available

get_resource() str[source]
# SCPI: SYSTem:COMMunicate:SOCKet:RESource
value: str = driver.system.communicate.socket.get_resource()

Queries the visa resource string for remote control via LAN interface, using TCP/IP socket protocol.

return:

resource: string

set_port(scpi_eth_port: int) None[source]
# SCPI: SYSTem:COMMunicate:SOCKet:PORT
driver.system.communicate.socket.set_port(scpi_eth_port = 1)

No command help available

param scpi_eth_port:

No help available