RdgMore

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:RDGMore
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) str[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:RDGMore
value: str = driver.source.bb.wlnn.fblock.mac.vhtControl.rdgMore.get(frameBlock = repcap.FrameBlock.Default)

The command issues the reverse direction grant. When transmitted by an initiator or a responder, this field is interpreted differently. Transmitted by Initiator 0 = No reverse grant. 1 = A reverse grant is present, as defined by the Duration/ID field. Transmitted by Responder 0 = The PPDU carrying the MPDU is the last transmission by the responder. 1 = The PPDU carrying the frame is followed by another PPDU.

Parameters:

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

Returns:

vht_rdg_more: integer

set(vht_rdg_more: str, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:RDGMore
driver.source.bb.wlnn.fblock.mac.vhtControl.rdgMore.set(vht_rdg_more = rawAbc, frameBlock = repcap.FrameBlock.Default)

The command issues the reverse direction grant. When transmitted by an initiator or a responder, this field is interpreted differently. Transmitted by Initiator 0 = No reverse grant. 1 = A reverse grant is present, as defined by the Duration/ID field. Transmitted by Responder 0 = The PPDU carrying the MPDU is the last transmission by the responder. 1 = The PPDU carrying the frame is followed by another PPDU.

Parameters:
  • vht_rdg_more – integer

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