State

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) bool[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:STATe
value: bool = driver.source.bb.wlnn.fblock.user.mac.state.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

The command activates/deactivates the generation of the MAC Header.

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:

state: 0 | 1| OFF | ON

set(state: bool, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:STATe
driver.source.bb.wlnn.fblock.user.mac.state.set(state = False, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

The command activates/deactivates the generation of the MAC Header.

Parameters:
  • state – 0 | 1| OFF | ON

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