UeqmPattern
SCPI Command :
CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:USER<mu>:UEQMpattern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(segment=Segment.Default, channel=Channel.Default, ruAllocationIx=RuAllocationIx.Default, userIx=UserIx.Default) float[source]
# CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:USER<mu>:UEQMpattern value: float = driver.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.user.ueqmPattern.get(segment = repcap.Segment.Default, channel = repcap.Channel.Default, ruAllocationIx = repcap.RuAllocationIx.Default, userIx = repcap.UserIx.Default)
Defines which individual stream the modulation method (MCS index) is defined for. For more information, see ‘Unequal modulations’.
- Parameters:
segment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
ruAllocationIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rulocation’)
userIx – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘User’)
- Returns:
mod_cod_ind: 0 | 1 | 2 | 3 UEQM pattern -1 UEQM is not available
- set(mod_cod_ind: float, segment=Segment.Default, channel=Channel.Default, ruAllocationIx=RuAllocationIx.Default, userIx=UserIx.Default) None[source]
# CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:USER<mu>:UEQMpattern driver.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.user.ueqmPattern.set(mod_cod_ind = 1.0, segment = repcap.Segment.Default, channel = repcap.Channel.Default, ruAllocationIx = repcap.RuAllocationIx.Default, userIx = repcap.UserIx.Default)
Defines which individual stream the modulation method (MCS index) is defined for. For more information, see ‘Unequal modulations’.
- Parameters:
mod_cod_ind – 0 | 1 | 2 | 3 UEQM pattern -1 UEQM is not available
segment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
ruAllocationIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rulocation’)
userIx – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘User’)