Wlan

SCPI Commands

SYSTem:COMMunicate:WLAN:STATe
SYSTem:COMMunicate:WLAN:SSID
SYSTem:COMMunicate:WLAN:PASSword
SYSTem:COMMunicate:WLAN:DHCP
SYSTem:COMMunicate:WLAN:IPADdress
SYSTem:COMMunicate:WLAN:MASK
SYSTem:COMMunicate:WLAN:GATeway
class WlanCls[source]

Wlan commands group definition. 9 total commands, 2 Subgroups, 7 group commands

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

No command help available

return

arg_0: No help available

get_gateway() str[source]
# SCPI: SYSTem:COMMunicate:WLAN:GATeway
value: str = driver.system.communicate.wlan.get_gateway()

No command help available

return

arg_0: No help available

get_ip_address() str[source]
# SCPI: SYSTem:COMMunicate:WLAN:IPADdress
value: str = driver.system.communicate.wlan.get_ip_address()

Queries IP address for WLAN. Available only if option R&S NGP-K102.

return

arg_0: No help available

get_mask() str[source]
# SCPI: SYSTem:COMMunicate:WLAN:MASK
value: str = driver.system.communicate.wlan.get_mask()

No command help available

return

arg_0: No help available

get_ssid() str[source]
# SCPI: SYSTem:COMMunicate:WLAN:SSID
value: str = driver.system.communicate.wlan.get_ssid()

Sets or queries SSID of the access point when wireless interface works as a client. Available only if option R&S NGP-K102.

return

arg_0: No help available

get_state() bool[source]
# SCPI: SYSTem:COMMunicate:WLAN[:STATe]
value: bool = driver.system.communicate.wlan.get_state()

Enables or disables WLAN state. Available only if option R&S NGP-K102.

return

arg_0: No help available

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

No command help available

param arg_0

No help available

set_gateway(arg_0: str) None[source]
# SCPI: SYSTem:COMMunicate:WLAN:GATeway
driver.system.communicate.wlan.set_gateway(arg_0 = '1')

No command help available

param arg_0

No help available

set_ip_address(arg_0: str) None[source]
# SCPI: SYSTem:COMMunicate:WLAN:IPADdress
driver.system.communicate.wlan.set_ip_address(arg_0 = '1')

Queries IP address for WLAN. Available only if option R&S NGP-K102.

param arg_0

No help available

set_mask(arg_0: str) None[source]
# SCPI: SYSTem:COMMunicate:WLAN:MASK
driver.system.communicate.wlan.set_mask(arg_0 = '1')

No command help available

param arg_0

No help available

set_password(arg_0: str) None[source]
# SCPI: SYSTem:COMMunicate:WLAN:PASSword
driver.system.communicate.wlan.set_password(arg_0 = '1')

Sets or queries password for WLAN. Available only if option R&S NGP-K102.

param arg_0

WLAN password.

set_ssid(arg_0: str) None[source]
# SCPI: SYSTem:COMMunicate:WLAN:SSID
driver.system.communicate.wlan.set_ssid(arg_0 = '1')

Sets or queries SSID of the access point when wireless interface works as a client. Available only if option R&S NGP-K102.

param arg_0

SSID of access point.

set_state(arg_0: bool) None[source]
# SCPI: SYSTem:COMMunicate:WLAN[:STATe]
driver.system.communicate.wlan.set_state(arg_0 = False)

Enables or disables WLAN state. Available only if option R&S NGP-K102.

param arg_0
  • 1: Enable WLAN.

  • 0: Disable WLAN.

Subgroups