PfOffset

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:PCYCle:PFOFfset
class PfOffsetCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Frame: enums.Frame: T1T: 1 T2 | T4 | T8 | T16: 1/2, 1/4, 1/8, 1/16

  • Offset: int: No parameter help available

get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:PCYCle:PFOFfset
value: GetStruct = driver.configure.signaling.nradio.cell.pcycle.pfOffset.get(cell_name = 'abc')

Configures the field ‘nAndPagingFrameOffset’, used by the UE as input for the calculation of paging radio frame and paging occasion.

param cell_name:

No help available

return:

structure: for return value, see the help for GetStruct structure arguments.

set(cell_name: str, frame: Frame, offset: int = None) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:PCYCle:PFOFfset
driver.configure.signaling.nradio.cell.pcycle.pfOffset.set(cell_name = 'abc', frame = enums.Frame.T16, offset = 1)

Configures the field ‘nAndPagingFrameOffset’, used by the UE as input for the calculation of paging radio frame and paging occasion.

param cell_name:

No help available

param frame:

T1T: 1 T2 | T4 | T8 | T16: 1/2, 1/4, 1/8, 1/16

param offset:

No help available