RdgMore

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:HTControl:RDGMore
class RdgMoreCls[source]

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

get(frameBlock=FrameBlock.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:HTControl:RDGMore
value: List[str] = driver.source.bb.wlnn.fblock.mac.htControl.rdgMore.get(frameBlock = repcap.FrameBlock.Default)

Sets the value for the RDG/More PPDU. 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.

param frameBlock

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

return

rdg_more: integer Range: #H0,1 to #H1,1

set(rdg_more: List[str], frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:HTControl:RDGMore
driver.source.bb.wlnn.fblock.mac.htControl.rdgMore.set(rdg_more = ['rawAbc1', 'rawAbc2', 'rawAbc3'], frameBlock = repcap.FrameBlock.Default)

Sets the value for the RDG/More PPDU. 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.

param rdg_more

integer Range: #H0,1 to #H1,1

param frameBlock

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