Connection

SCPI Commands

SYSTem:COMMunicate:WLAN:CONNection:STATe
class ConnectionCls[source]

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

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

Connects or disconnects WLAN to the predefined wireless access point. Available only if option R&S NGP-K102.

return

arg_0: No help available

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

Connects or disconnects WLAN to the predefined wireless access point. Available only if option R&S NGP-K102.

param arg_0
  • 1: Connect WLAN to the predefined wireless access point.

  • 0: Disconnect WLAN from the predefined wireless access point.