MuNum<Station>

RepCap Settings

# Range: Nr1 .. Nr16
rc = driver.source.bb.wlnn.fblock.cch1.muNum.repcap_station_get()
driver.source.bb.wlnn.fblock.cch1.muNum.repcap_station_set(repcap.Station.Nr1)

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:CCH1:MUNum<ST>
class MuNumCls[source]

MuNum commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Station, default value after init: Station.Nr1

get(frameBlock=FrameBlock.Default, station=Station.Default) int[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:CCH1:MUNum<ST>
value: int = driver.source.bb.wlnn.fblock.cch1.muNum.get(frameBlock = repcap.FrameBlock.Default, station = repcap.Station.Default)

Sets the number of MU-MIMO users for each RU and station of the first content channel.

param frameBlock

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

param station

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

return

mu_num_ch_1: integer Range: 0 to 8

set(mu_num_ch_1: int, frameBlock=FrameBlock.Default, station=Station.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:CCH1:MUNum<ST>
driver.source.bb.wlnn.fblock.cch1.muNum.set(mu_num_ch_1 = 1, frameBlock = repcap.FrameBlock.Default, station = repcap.Station.Default)

Sets the number of MU-MIMO users for each RU and station of the first content channel.

param mu_num_ch_1

integer Range: 0 to 8

param frameBlock

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

param station

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.wlnn.fblock.cch1.muNum.clone()