TxopDuration

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:TXOPduration
class TxopDurationCls[source]

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

get(frameBlock=FrameBlock.Default) int[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:TXOPduration
value: int = driver.source.bb.wlnn.fblock.txopDuration.get(frameBlock = repcap.FrameBlock.Default)

If transmission opportunity (TXOP) is set to 127, it indicates no duration information. If it is set to any other value, it indicates duration information for network allocation vector (NAV) parameter and that the TXOP is protected.

param frameBlock:

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

return:

tx_op_duraion: integer Range: 0 to 127

set(tx_op_duraion: int, frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:TXOPduration
driver.source.bb.wlnn.fblock.txopDuration.set(tx_op_duraion = 1, frameBlock = repcap.FrameBlock.Default)

If transmission opportunity (TXOP) is set to 127, it indicates no duration information. If it is set to any other value, it indicates duration information for network allocation vector (NAV) parameter and that the TXOP is protected.

param tx_op_duraion:

integer Range: 0 to 127

param frameBlock:

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