Pag

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:PAG:RMAX
class PagCls[source]

Pag commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_rmax() RsSmbv.enums.EutraNbiotRmAx[source]
# SCPI: [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) .

return

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

set_rmax(paging_rmax: RsSmbv.enums.EutraNbiotRmAx) None[source]
# SCPI: [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) .

param paging_rmax

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