Joined

SCPI Command :

CONFigure:WLAN:RSYNc:JOINed
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:WLAN:RSYNc:JOINed
value: bool = driver.applications.k91Wlan.configure.wlan.rsync.joined.get()

Configures how PPDU synchronization and tracking is performed for multiple antennas.

Returns:

state: ON | OFF | 1 | 0 ON | 1 RX antennas are synchronized and tracked together. OFF | 0 RX antennas are synchronized and tracked separately.

set(state: bool) None[source]
# CONFigure:WLAN:RSYNc:JOINed
driver.applications.k91Wlan.configure.wlan.rsync.joined.set(state = False)

Configures how PPDU synchronization and tracking is performed for multiple antennas.

Parameters:

state – ON | OFF | 1 | 0 ON | 1 RX antennas are synchronized and tracked together. OFF | 0 RX antennas are synchronized and tracked separately.