Tmode
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:TMODe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) WlannFbTxMode[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:TMODe value: enums.WlannFbTxMode = driver.source.bb.wlnn.fblock.tmode.get(frameBlock = repcap.FrameBlock.Default)
Sets the Tx mode. The available Tx modes are dependent on the physical mode.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
tmode: L20 | LDUP | LUP | LLOW | HT20 | HT40 | HTDup | HTUP | HTLow | CCK | PBCC | V20 | V40 | V80 | V160 | V8080 | L10 | S1 | S2 | S4 | S16 | HE20 | HE40 | HE80 | HE8080 | HE160 | EHT320 | EHT20 | EHT40 | EHT80 | EHT160 | EHT320
- set(tmode: WlannFbTxMode, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:TMODe driver.source.bb.wlnn.fblock.tmode.set(tmode = enums.WlannFbTxMode.CCK, frameBlock = repcap.FrameBlock.Default)
Sets the Tx mode. The available Tx modes are dependent on the physical mode.
- Parameters:
tmode – L20 | LDUP | LUP | LLOW | HT20 | HT40 | HTDup | HTUP | HTLow | CCK | PBCC | V20 | V40 | V80 | V160 | V8080 | L10 | S1 | S2 | S4 | S16 | HE20 | HE40 | HE80 | HE8080 | HE160 | EHT320 | EHT20 | EHT40 | EHT80 | EHT160 | EHT320
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)