Csd

SCPI Command :

CONFigure:WLAN:MIMO:CSD
class CsdCls[source]

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

get() RsFsw.enums.CsdSyncMethod[source]
# SCPI: CONFigure:WLAN:MIMO:CSD
value: enums.CsdSyncMethod = driver.applications.k91Wlan.configure.wlan.mimo.csd.get()

Determines whether or not the cyclic shift delay (CSD) is used for timing synchronisation.

return

method: IGNore | APPLy APPLy (Default:) The timing offset estimation result (assuming CSD=0) is used for the subsequent signal analysis. IGNore The timing offset estimation result (assuming CSD=0) is ignored for the subsequent signal analysis.

set(method: RsFsw.enums.CsdSyncMethod) None[source]
# SCPI: CONFigure:WLAN:MIMO:CSD
driver.applications.k91Wlan.configure.wlan.mimo.csd.set(method = enums.CsdSyncMethod.APPLy)

Determines whether or not the cyclic shift delay (CSD) is used for timing synchronisation.

param method

IGNore | APPLy APPLy (Default:) The timing offset estimation result (assuming CSD=0) is used for the subsequent signal analysis. IGNore The timing offset estimation result (assuming CSD=0) is ignored for the subsequent signal analysis.