Acontrol
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:HEControl:ACONtrol
- class AcontrolCls[source]
Acontrol commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) str [source]
# SCPI: [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.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
aggregated_ctrl: integer
- set(aggregated_ctrl: str, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None [source]
# SCPI: [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.
- param aggregated_ctrl
integer
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)