Fcontrol
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:FCONtrol
- Commands in total: 12Subgroups: 11Direct child commands: 1
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) str[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:FCONtrol value: str = driver.source.bb.wlnn.fblock.user.mac.fcontrol.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
The command enters the value of the frame control field. The frame control field has a length of 2 bytes (16 bits) and is used to define the protocol version, the frame type, and its function, etc.. As an alternative, the individual bits can be set with the following commands.
- 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:
fcontrol: integer Range: #H0000,16 to #HFFFF,16
- set(fcontrol: str, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:FCONtrol driver.source.bb.wlnn.fblock.user.mac.fcontrol.set(fcontrol = rawAbc, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
The command enters the value of the frame control field. The frame control field has a length of 2 bytes (16 bits) and is used to define the protocol version, the frame type, and its function, etc.. As an alternative, the individual bits can be set with the following commands.
- Parameters:
fcontrol – integer Range: #H0000,16 to #HFFFF,16
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’)
Cloning the Group
# Create a copy of the original group, that exists independently
fcontrol_copy = driver.source.bb.wlnn.fblock.user.mac.fcontrol.clone()
Subgroups