OobDiscovery

SCPI Commands :

CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:ENABle
CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:SSID
CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:BSSid
CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:CHANnel
CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:OPCLass
CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:PSD
CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:PROBeresp
CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:BROadcast
class OobDiscoveryCls[source]

OobDiscovery commands group definition. 8 total commands, 0 Subgroups, 8 group commands

get_broadcast() FilsProbe[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:BROadcast
value: enums.FilsProbe = driver.configure.connection.oobDiscovery.get_broadcast()

Configures the unsolicited probe responses for the co-located AP operating in sub-6 GHz band.

return:

fils_probe: OFF | FILS | PROBe OFF: disables the discovery of probe responses FILS: enables fast initial link setup authentication PROBe: enables the discovery of unsolicited probe responses

get_bssid() str[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:BSSid
value: str = driver.configure.connection.oobDiscovery.get_bssid()

Configures the BSSID for the co-located AP.

return:

mac: hex Range: 0 to 281.474976710655E+12

get_channel() int[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:CHANnel
value: int = driver.configure.connection.oobDiscovery.get_channel()

Configures the channel number for the co-located AP.

return:

channel: integer Range: 1 to 253

get_enable() bool[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:ENABle
value: bool = driver.configure.connection.oobDiscovery.get_enable()

Disables or enables the out-of-band discovery for a co-located AP.

return:

enable: OFF | ON

get_op_class() int[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:OPCLass
value: int = driver.configure.connection.oobDiscovery.get_op_class()

Configures the operation class for the co-located AP.

return:

class_py: integer Range: 1 to 255

get_probe_resp() bool[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:PROBeresp
value: bool = driver.configure.connection.oobDiscovery.get_probe_resp()

Enables or disables the unsolicited probe responses for the co-located AP operating in 6 GHz band.

return:

enable: OFF | ON

get_psd() float[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:PSD
value: float = driver.configure.connection.oobDiscovery.get_psd()

Configures the power level for power spectral density for 20 MHz channels.

return:

value: No help available

get_ssid() str[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:SSID
value: str = driver.configure.connection.oobDiscovery.get_ssid()

Configures the SSID of the co-located AP operating as the other WLAN instance.

return:

ssid: string Additional parameters: OFF | ON (disables | enables the discovery) .

set_broadcast(fils_probe: FilsProbe) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:BROadcast
driver.configure.connection.oobDiscovery.set_broadcast(fils_probe = enums.FilsProbe.FILS)

Configures the unsolicited probe responses for the co-located AP operating in sub-6 GHz band.

param fils_probe:

OFF | FILS | PROBe OFF: disables the discovery of probe responses FILS: enables fast initial link setup authentication PROBe: enables the discovery of unsolicited probe responses

set_bssid(mac: str) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:BSSid
driver.configure.connection.oobDiscovery.set_bssid(mac = rawAbc)

Configures the BSSID for the co-located AP.

param mac:

hex Range: 0 to 281.474976710655E+12

set_channel(channel: int) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:CHANnel
driver.configure.connection.oobDiscovery.set_channel(channel = 1)

Configures the channel number for the co-located AP.

param channel:

integer Range: 1 to 253

set_enable(enable: bool) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:ENABle
driver.configure.connection.oobDiscovery.set_enable(enable = False)

Disables or enables the out-of-band discovery for a co-located AP.

param enable:

OFF | ON

set_op_class(class_py: int) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:OPCLass
driver.configure.connection.oobDiscovery.set_op_class(class_py = 1)

Configures the operation class for the co-located AP.

param class_py:

integer Range: 1 to 255

set_probe_resp(enable: bool) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:PROBeresp
driver.configure.connection.oobDiscovery.set_probe_resp(enable = False)

Enables or disables the unsolicited probe responses for the co-located AP operating in 6 GHz band.

param enable:

OFF | ON

set_psd(value: float) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:PSD
driver.configure.connection.oobDiscovery.set_psd(value = 1.0)

Configures the power level for power spectral density for 20 MHz channels.

param value:

float Range: -64 to 63.5, Unit: dBm / 20 MHz

set_ssid(ssid: str) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:OOBDiscovery:SSID
driver.configure.connection.oobDiscovery.set_ssid(ssid = 'abc')

Configures the SSID of the co-located AP operating as the other WLAN instance.

param ssid:

string Additional parameters: OFF | ON (disables | enables the discovery) .