MuNum<Station>
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:CCH2:MUNum<ST>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr16 driver.source.bb.wlnn.fblock.cch2.muNum.repcap_station_set(repcap.Station.Nr1)
- get(frameBlock=FrameBlock.Default, station=Station.Default) int[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:CCH2:MUNum<ST> value: int = driver.source.bb.wlnn.fblock.cch2.muNum.get(frameBlock = repcap.FrameBlock.Default, station = repcap.Station.Default)
Sets the number of MU-MIMO users for each RU and station of the second 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_2: integer Range: 0 to 8
- set(mu_num_ch_2: int, frameBlock=FrameBlock.Default, station=Station.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:CCH2:MUNum<ST> driver.source.bb.wlnn.fblock.cch2.muNum.set(mu_num_ch_2 = 1, frameBlock = repcap.FrameBlock.Default, station = repcap.Station.Default)
Sets the number of MU-MIMO users for each RU and station of the second content channel.
- Parameters:
mu_num_ch_2 – 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.cch2.muNum.clone()