Pag

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:PAG:RMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_rmax() EutraNbiotRmAx[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:PAG:RMAX
value: enums.EutraNbiotRmAx = driver.source.bb.eutra.downlink.niot.pag.get_rmax()

Sets the maximum number NPDCCH is repeated RMax (paging) .

Returns:

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

set_rmax(paging_rmax: EutraNbiotRmAx) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:PAG:RMAX
driver.source.bb.eutra.downlink.niot.pag.set_rmax(paging_rmax = enums.EutraNbiotRmAx.R1)

Sets the maximum number NPDCCH is repeated RMax (paging) .

Parameters:

paging_rmax – R1 | R2 | R4 | R8 | R16 | R32 | R64 | R128 | R256 | R512 | R1024 | R2048