Pcycle

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:PCYCle:PCYCle
class PcycleCls[source]

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

get(cell_name: str) PagingCycle[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:PCYCle:PCYCle
value: enums.PagingCycle = driver.configure.signaling.lte.cell.pcycle.pcycle.get(cell_name = 'abc')

Selects the paging cycle in radio frames.

param cell_name:

No help available

return:

paging_cycle: No help available

set(cell_name: str, paging_cycle: PagingCycle) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:PCYCle:PCYCle
driver.configure.signaling.lte.cell.pcycle.pcycle.set(cell_name = 'abc', paging_cycle = enums.PagingCycle.P128)

Selects the paging cycle in radio frames.

param cell_name:

No help available

param paging_cycle:

No help available