AcConstraint
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:ACConstraint
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) str[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:ACConstraint value: 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) .
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
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: str, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:ACConstraint driver.source.bb.wlnn.fblock.mac.vhtControl.acConstraint.set(vht_ac_constraint = rawAbc, frameBlock = repcap.FrameBlock.Default)
The command sets the value for the AC signal field. It indicates the access point of the responder (1 bit) .
- Parameters:
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.
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)