TxopDuration

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:TXOPduration
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) int[source]
# [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.

Parameters:

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

Returns:

tx_op_duraion: integer Range: 0 to 127

set(tx_op_duraion: int, frameBlock=FrameBlock.Default) None[source]
# [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.

Parameters:
  • tx_op_duraion – integer Range: 0 to 127

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