Joined
SCPI Command :
CONFigure:WLAN:RSYNc:JOINed
- class JoinedCls[source]
Joined commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: 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.
- return
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]
# SCPI: 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.
- param state
ON | OFF | 1 | 0 ON | 1 RX antennas are synchronized and tracked together. OFF | 0 RX antennas are synchronized and tracked separately.