Wep

SCPI Command :

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

The command enters the value of the individual bits of the frame control field.

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:

wep: integer Range: #H0,1 to #H1,1

set(wep: str, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:FCONtrol:WEP
driver.source.bb.wlnn.fblock.user.mac.fcontrol.wep.set(wep = rawAbc, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

The command enters the value of the individual bits of the frame control field.

Parameters:
  • wep – integer Range: #H0,1 to #H1,1

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