AcConstraint

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:HTControl:ACConstraint
class AcConstraintCls[source]

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

Sets the value for the AC signal field. 0 = The response may contain data from any TID (Traffic Identifier) . 1 = The response may contain data only from the same AC as the last Data received from the initiator.

param frameBlock

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

return

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

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

Sets the value for the AC signal field. 0 = The response may contain data from any TID (Traffic Identifier) . 1 = The response may contain data only from the same AC as the last Data received from the initiator.

param ac_constraint

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

param frameBlock

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