Uem
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:UEM
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) bool[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:UEM value: bool = driver.source.bb.wlnn.fblock.user.uem.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Requires more than one spatial stream. Enables unequal modulations. If enabled, set a pattern and MCS to configure the modulation format for up to four spatial streams.
- 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_state: 1 | ON | 0| OFF
- set(uem_state: bool, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:UEM driver.source.bb.wlnn.fblock.user.uem.set(uem_state = False, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Requires more than one spatial stream. Enables unequal modulations. If enabled, set a pattern and MCS to configure the modulation format for up to four spatial streams.
- Parameters:
uem_state – 1 | ON | 0| OFF
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’)