Mrq

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:MRQ
class MrqCls[source]

Mrq 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:VHTControl:MRQ
value: List[str] = driver.source.bb.wlnn.fblock.mac.vhtControl.mrq.get(frameBlock = repcap.FrameBlock.Default)

The command determines the information of the MRQ subfield.

param frameBlock

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

return

mrq: integer 0 requests MCS feedback (solicited MFB) . 1 otherwise

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

The command determines the information of the MRQ subfield.

param mrq

integer 0 requests MCS feedback (solicited MFB) . 1 otherwise

param frameBlock

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