Eof

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:EOF
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) WlannFbMpduEof[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:EOF
value: enums.WlannFbMpduEof = driver.source.bb.wlnn.fblock.user.tfConfig.eof.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Selects the end of frame (EOF) tag. Tagged/untagged indication is set in the 1-bit EOF/Tag field of an MPDU.

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:

mpdu_eof: E0 | E1 E0 End of frame is untagged. E1 End of frame is tagged.

set(mpdu_eof: WlannFbMpduEof, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:EOF
driver.source.bb.wlnn.fblock.user.tfConfig.eof.set(mpdu_eof = enums.WlannFbMpduEof.EOF0, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Selects the end of frame (EOF) tag. Tagged/untagged indication is set in the 1-bit EOF/Tag field of an MPDU.

Parameters:
  • mpdu_eof – E0 | E1 E0 End of frame is untagged. E1 End of frame is tagged.

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