Acontrol
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:HEControl:ACONtrol
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) str[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:HEControl:ACONtrol value: str = driver.source.bb.wlnn.fblock.user.mac.heControl.acontrol.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Sets the value for the aggregated control field. The length of this value may vary according to the selected control ID subfield.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
aggregated_ctrl: integer
- set(aggregated_ctrl: str, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:HEControl:ACONtrol driver.source.bb.wlnn.fblock.user.mac.heControl.acontrol.set(aggregated_ctrl = rawAbc, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Sets the value for the aggregated control field. The length of this value may vary according to the selected control ID subfield.
- Parameters:
aggregated_ctrl – integer
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)