UemPattern

SCPI Command :

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

Requires more than one spatial stream. Sets a pattern for unequal modulations in up to four spatial streams. This pattern affects the modulation format for streams 1 to 4.

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:

uem_pattern: UEM0 | UEM1 | UEM2 | UEM3

set(uem_pattern: WlannFbUempAttern, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:UEMPattern
driver.source.bb.wlnn.fblock.user.uemPattern.set(uem_pattern = enums.WlannFbUempAttern.UEM0, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Requires more than one spatial stream. Sets a pattern for unequal modulations in up to four spatial streams. This pattern affects the modulation format for streams 1 to 4.

Parameters:
  • uem_pattern – UEM0 | UEM1 | UEM2 | UEM3

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