PopFrame

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:PCYCle:POPFrame
class PopFrameCls[source]

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

get(cell_name: str) AntNoPorts[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:PCYCle:POPFrame
value: enums.AntNoPorts = driver.configure.signaling.nradio.cell.pcycle.popFrame.get(cell_name = 'abc')

Configures the field ‘ns’, indicating the number of paging occasions per paging frame.

param cell_name:

No help available

return:

occasions: No help available

set(cell_name: str, occasions: AntNoPorts) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:PCYCle:POPFrame
driver.configure.signaling.nradio.cell.pcycle.popFrame.set(cell_name = 'abc', occasions = enums.AntNoPorts.P1)

Configures the field ‘ns’, indicating the number of paging occasions per paging frame.

param cell_name:

No help available

param occasions:

No help available