Ctyp

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:HETF:CTYP
class CtypCls[source]

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

get(station=Station.Default) CodingType[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:HETF:CTYP
value: enums.CodingType = driver.configure.sta.connection.hetf.ctyp.get(station = repcap.Station.Default)

Specifies the coding used by the HE TB PPDU.

param station:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sta’)

return:

type_py: BCC | LDPC

set(type_py: CodingType, station=Station.Default) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:HETF:CTYP
driver.configure.sta.connection.hetf.ctyp.set(type_py = enums.CodingType.BCC, station = repcap.Station.Default)

Specifies the coding used by the HE TB PPDU.

param type_py:

BCC | LDPC

param station:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sta’)