User<UserIx>
RepCap Settings
# Range: Ix1 .. Ix8
rc = driver.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.user.repcap_userIx_get()
driver.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.user.repcap_userIx_set(repcap.UserIx.Ix1)
SCPI Command :
CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:USER<mu>:DELete
- class UserCls[source]
User commands group definition. 8 total commands, 7 Subgroups, 1 group commands Repeated Capability: UserIx, default value after init: UserIx.Ix1
- delete(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>:DELete driver.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.user.delete(segment = repcap.Segment.Default, channel = repcap.Channel.Default, ruAllocationIx = repcap.RuAllocationIx.Default, userIx = repcap.UserIx.Default)
Deletes the selected user (station) from the HE Multi-User Downlink PPDU configuration table (for MIMO configuration only) .
- 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’)
- delete_with_opc(segment=Segment.Default, channel=Channel.Default, ruAllocationIx=RuAllocationIx.Default, userIx=UserIx.Default, opc_timeout_ms: int = - 1) None [source]
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.user.clone()
Subgroups