Mrq
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:MRQ
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) str[source]
# [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.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
mrq: integer 0 requests MCS feedback (solicited MFB) . 1 otherwise
- set(mrq: str, frameBlock=FrameBlock.Default) None[source]
# [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.
- Parameters:
mrq – integer 0 requests MCS feedback (solicited MFB) . 1 otherwise
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)