LaControl

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:HTControl:LAControl
class LaControlCls[source]

LaControl 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:LAControl
value: List[str] = driver.source.bb.wlnn.fblock.mac.htControl.laControl.get(frameBlock = repcap.FrameBlock.Default)

Sets the value for the link adaption control. B0 (1bit) MA - MA payload When the MA field is set to 1, the payload of the QoS Null Data MPDU is interpreted as a payload of the management action frame. B1 (1bit) TRQ - Sounding Request 1 = Request to the responder to transmit a sounding PPDU. B2 (1bit) MRQ - MCS Request 1 = Request for feedback of MCS. B3-B5 (3bit) MRS - MRQ Sequence Identifier Set by sender to any value in the range ‘000’-‘110’ to identify MRQ. = Invalid if MRQ = 0 B6-B8 (3bit) MFS - MFB Sequence Identifier Set to the received value of MRS. Set to ‘111’ for unsolicited MFB. B9-B15 (7bit) MFB - MCS Feedback Link adaptation feedback containing the recommended MCS. When a responder is unable to provide MCS feedback or the feedback is not available, the MFB is set to ‘all-ones’ (default value) and also MFS is set to ‘1’.

param frameBlock

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

return

la_control: integer Range: #H0000,16 to #HFFFF, 16

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

Sets the value for the link adaption control. B0 (1bit) MA - MA payload When the MA field is set to 1, the payload of the QoS Null Data MPDU is interpreted as a payload of the management action frame. B1 (1bit) TRQ - Sounding Request 1 = Request to the responder to transmit a sounding PPDU. B2 (1bit) MRQ - MCS Request 1 = Request for feedback of MCS. B3-B5 (3bit) MRS - MRQ Sequence Identifier Set by sender to any value in the range ‘000’-‘110’ to identify MRQ. = Invalid if MRQ = 0 B6-B8 (3bit) MFS - MFB Sequence Identifier Set to the received value of MRS. Set to ‘111’ for unsolicited MFB. B9-B15 (7bit) MFB - MCS Feedback Link adaptation feedback containing the recommended MCS. When a responder is unable to provide MCS feedback or the feedback is not available, the MFB is set to ‘all-ones’ (default value) and also MFS is set to ‘1’.

param la_control

integer Range: #H0000,16 to #HFFFF, 16

param frameBlock

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