User<UserIx>
SCPI Command :
CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:USER<mu>:DELete
- Commands in total: 9Subgroups: 8Direct child commands: 1
Repeated Capability Setting:
# Range: Ix1 .. Ix8 driver.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.user.repcap_userIx_set(repcap.UserIx.Ix1)
- delete(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>: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) .
- 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’)
- 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 copy of the original group, that exists independently
user_copy = driver.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.user.clone()
Subgroups