Fcontrol

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:FCONtrol
class FcontrolCls[source]

Fcontrol commands group definition. 12 total commands, 11 Subgroups, 1 group commands

get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) str[source]
# SCPI: [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.

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:

fcontrol: integer Range: #H0000,16 to #HFFFF,16

set(fcontrol: str, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# SCPI: [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.

param fcontrol:

integer Range: #H0000,16 to #HFFFF,16

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.wlnn.fblock.user.mac.fcontrol.clone()

Subgroups