Lan

SCPI Commands

SYSTem:COMMunicate:LAN:DHCP
SYSTem:COMMunicate:LAN:ADDRess
SYSTem:COMMunicate:LAN:SMASk
SYSTem:COMMunicate:LAN:DGATeway
SYSTem:COMMunicate:LAN:HOSTname
SYSTem:COMMunicate:LAN:MAC
SYSTem:COMMunicate:LAN:RESet
SYSTem:COMMunicate:LAN:EDITed
class LanCls[source]

Lan commands group definition. 10 total commands, 2 Subgroups, 8 group commands

get_address() str[source]
# SCPI: SYSTem:COMMunicate:LAN:ADDRess
value: str = driver.system.communicate.lan.get_address()

No command help available

return

arg_0: No help available

get_dgateway() str[source]
# SCPI: SYSTem:COMMunicate:LAN:DGATeway
value: str = driver.system.communicate.lan.get_dgateway()

No command help available

return

arg_0: No help available

get_dhcp() bool[source]
# SCPI: SYSTem:COMMunicate:LAN:DHCP
value: bool = driver.system.communicate.lan.get_dhcp()

No command help available

return

arg_0: No help available

get_edited() str[source]
# SCPI: SYSTem:COMMunicate:LAN:EDITed
value: str = driver.system.communicate.lan.get_edited()

No command help available

return

result: No help available

get_hostname() str[source]
# SCPI: SYSTem:COMMunicate:LAN:HOSTname
value: str = driver.system.communicate.lan.get_hostname()

No command help available

return

arg_0: No help available

get_mac() str[source]
# SCPI: SYSTem:COMMunicate:LAN:MAC
value: str = driver.system.communicate.lan.get_mac()

No command help available

return

result: No help available

get_smask() str[source]
# SCPI: SYSTem:COMMunicate:LAN:SMASk
value: str = driver.system.communicate.lan.get_smask()

No command help available

return

arg_0: No help available

reset() None[source]
# SCPI: SYSTem:COMMunicate:LAN:RESet
driver.system.communicate.lan.reset()

No command help available

reset_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: SYSTem:COMMunicate:LAN:RESet
driver.system.communicate.lan.reset_with_opc()

No command help available

Same as reset, but waits for the operation to complete before continuing further. Use the RsNgx.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms

Maximum time to wait in milliseconds, valid only for this call.

set_address(arg_0: str) None[source]
# SCPI: SYSTem:COMMunicate:LAN:ADDRess
driver.system.communicate.lan.set_address(arg_0 = '1')

No command help available

param arg_0

No help available

set_dgateway(arg_0: str) None[source]
# SCPI: SYSTem:COMMunicate:LAN:DGATeway
driver.system.communicate.lan.set_dgateway(arg_0 = '1')

No command help available

param arg_0

No help available

set_dhcp(arg_0: bool) None[source]
# SCPI: SYSTem:COMMunicate:LAN:DHCP
driver.system.communicate.lan.set_dhcp(arg_0 = False)

No command help available

param arg_0

No help available

set_hostname(arg_0: str) None[source]
# SCPI: SYSTem:COMMunicate:LAN:HOSTname
driver.system.communicate.lan.set_hostname(arg_0 = '1')

No command help available

param arg_0

No help available

set_smask(arg_0: str) None[source]
# SCPI: SYSTem:COMMunicate:LAN:SMASk
driver.system.communicate.lan.set_smask(arg_0 = '1')

No command help available

param arg_0

No help available

Subgroups