Csd

SCPI Command :

CONFigure:WLAN:MIMO:CSD
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() CsdSyncMethod[source]
# 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.

Returns:

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: CsdSyncMethod) None[source]
# 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.

Parameters:

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.