AcConstraint

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl: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:VHTControl:ACConstraint
value: List[str] = driver.source.bb.wlnn.fblock.mac.vhtControl.acConstraint.get(frameBlock = repcap.FrameBlock.Default)

The command sets the value for the AC signal field. It indicates the access point of the responder (1 bit) .

param frameBlock

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

return

vht_ac_constraint: integer 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.

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

The command sets the value for the AC signal field. It indicates the access point of the responder (1 bit) .

param vht_ac_constraint

integer 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’)