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 transmission (TX) mode. The available TX modes depend on the IEEE 802.11 standard and the transmission bandwidth. For details, see the table Table ‘TX mode for frame type Data/Trigger and Physical Mode > Mixed Mode’ and the following tables.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
tmode: L10 | L20 | LDUP | LUP | LLOW | CCK | PBCC | HT20 | HT40 | HTDup | HTUP | HTLow | V20 | V40 | V80 | V8080 | V160 | HE20 | HE40 | HE80 | HE8080 | HE160 | EHT20 | EHT40 | EHT80 | EHT160 | EHT320 | UHR L20 | LDUP | LUP | LLOW TX modes for the standards IEEE 802.11a/g. CCK | PBCC TX modes for the standards IEEE 802.11b/g. L10 | L20 TX modes for the standards IEEE 802.11p/j. HT20 | HT40 | HTDup | HTUP | HTLow TX modes for the standards IEEE 802.11n. V20 | V40 | V80 | V8080 | V160 TX modes for the standards IEEE 802.11ac. HE20 | HE40 | HE80 | HE8080 | HE160 TX modes for the standards IEEE 802.11ax. EHT20 | EHT40 | EHT80 | EHT160 | EHT320 TX modes for the standards IEEE 802.11be. UHR TX modes for the standards IEEE 802.11bn.
- 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 transmission (TX) mode. The available TX modes depend on the IEEE 802.11 standard and the transmission bandwidth. For details, see the table Table ‘TX mode for frame type Data/Trigger and Physical Mode > Mixed Mode’ and the following tables.
- Parameters:
tmode – L10 | L20 | LDUP | LUP | LLOW | CCK | PBCC | HT20 | HT40 | HTDup | HTUP | HTLow | V20 | V40 | V80 | V8080 | V160 | HE20 | HE40 | HE80 | HE8080 | HE160 | EHT20 | EHT40 | EHT80 | EHT160 | EHT320 | UHR L20 | LDUP | LUP | LLOW TX modes for the standards IEEE 802.11a/g. CCK | PBCC TX modes for the standards IEEE 802.11b/g. L10 | L20 TX modes for the standards IEEE 802.11p/j. HT20 | HT40 | HTDup | HTUP | HTLow TX modes for the standards IEEE 802.11n. V20 | V40 | V80 | V8080 | V160 TX modes for the standards IEEE 802.11ac. HE20 | HE40 | HE80 | HE8080 | HE160 TX modes for the standards IEEE 802.11ax. EHT20 | EHT40 | EHT80 | EHT160 | EHT320 TX modes for the standards IEEE 802.11be. UHR TX modes for the standards IEEE 802.11bn.
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)