Rmax

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:NIOT:RMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default) EutraNbiotRmAx[source]
# [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.

Parameters:

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

Returns:

max_rep_npdcch: R1 | R2 | R4 | R8 | R16 | R32 | R64 | R128 | R256 | R512 | R1024 | R2048

set(max_rep_npdcch: EutraNbiotRmAx, userIx=UserIx.Default) None[source]
# [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.

Parameters:
  • max_rep_npdcch – R1 | R2 | R4 | R8 | R16 | R32 | R64 | R128 | R256 | R512 | R1024 | R2048

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