Tcsd

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:MIMO:TCSD
class TcsdCls[source]

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

class TcsdStruct[source]

Response structure. Fields:

  • Csd_1: int: No parameter help available

  • Csd_2: int: No parameter help available

get() TcsdStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:MIMO:TCSD
value: TcsdStruct = driver.configure.mimo.tcsd.get()

No command help available

return:

structure: for return value, see the help for TcsdStruct structure arguments.

set(csd_1: int, csd_2: int) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:MIMO:TCSD
driver.configure.mimo.tcsd.set(csd_1 = 1, csd_2 = 1)

No command help available

param csd_1:

No help available

param csd_2:

No help available