Eof
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:EOF
- class EofCls[source]
Eof commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) RsSmbv.enums.WlannFbMpduEof [source]
# SCPI: [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.
- 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
mpdu_eof: E0| E1 E0 End of frame is untagged. E1 End of frame is tagged.
- set(mpdu_eof: RsSmbv.enums.WlannFbMpduEof, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:TFConfig:EOF driver.source.bb.wlnn.fblock.user.tfConfig.eof.set(mpdu_eof = enums.WlannFbMpduEof.E0, 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.
- param mpdu_eof
E0| E1 E0 End of frame is untagged. E1 End of frame is tagged.
- 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’)