Insert

SCPI Command :

CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:USER<mu>:INSert
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(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>:INSert
driver.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.user.insert.set(segment = repcap.Segment.Default, channel = repcap.Channel.Default, ruAllocationIx = repcap.RuAllocationIx.Default, userIx = repcap.UserIx.Default)

For HE Multi-User Downlink PPDUs that support MIMO only: Adds another user (station) for the selected resource unit (RU) to the configuration table. A maximum of 8 users can be assigned to a single resource unit in MIMO mode. Is only available for RU sizes of at least 106 subcarriers.

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

set_with_opc(segment=Segment.Default, channel=Channel.Default, ruAllocationIx=RuAllocationIx.Default, userIx=UserIx.Default, opc_timeout_ms: int = -1) None[source]