Insert

SCPI Command :

CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:USER<mu>:INSert
class InsertCls[source]

Insert commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set(segment=Segment.Default, channel=Channel.Default, ruAllocationIx=RuAllocationIx.Default, userIx=UserIx.Default) None[source]
# SCPI: 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.

param segment

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)

param channel

optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)

param ruAllocationIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rulocation’)

param 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]