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) str[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:MRQ
value: 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: 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 = rawAbc, 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’)