Rmax
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:NIOT:RMAX
- class RmaxCls[source]
Rmax commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userIx=UserIx.Default) RsSmw.enums.EutraNbiotRmAx [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:NIOT:RMAX value: enums.EutraNbiotRmAx = driver.source.bb.eutra.downlink.user.niot.rmax.get(userIx = repcap.UserIx.Default)
Sets the maximum number NPDCCH is repeated RMax.
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
max_rep_npdcch: R1| R2| R4| R8| R16| R32| R64| R128| R256| R512| R1024| R2048
- set(max_rep_npdcch: RsSmw.enums.EutraNbiotRmAx, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:NIOT:RMAX driver.source.bb.eutra.downlink.user.niot.rmax.set(max_rep_npdcch = enums.EutraNbiotRmAx.R1, userIx = repcap.UserIx.Default)
Sets the maximum number NPDCCH is repeated RMax.
- param max_rep_npdcch
R1| R2| R4| R8| R16| R32| R64| R128| R256| R512| R1024| R2048
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)