Dcm

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:HETF:DCM
class DcmCls[source]

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

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

Specifies whether the HE TB response uses dual carrier modulation (DCM) .

param station:

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

return:

dcm: OFF | ON

set(dcm: bool, station=Station.Default) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:HETF:DCM
driver.configure.sta.connection.hetf.dcm.set(dcm = False, station = repcap.Station.Default)

Specifies whether the HE TB response uses dual carrier modulation (DCM) .

param dcm:

OFF | ON

param station:

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