MuNum<Station>

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:CCH1:MUNum<ST>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr16

driver.source.bb.wlnn.fblock.cch1.muNum.repcap_station_set(repcap.Station.Nr1)
get(frameBlock=FrameBlock.Default, station=Station.Default) int[source]
# [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.

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

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

Returns:

mu_num_ch_1: integer Range: 0 to 8

set(mu_num_ch_1: int, frameBlock=FrameBlock.Default, station=Station.Default) None[source]
# [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.

Parameters:
  • mu_num_ch_1 – integer Range: 0 to 8

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

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

Cloning the Group

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