PfOffset
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:PCYCle:PFOFfset
- class PfOffsetCls[source]
PfOffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) FramesOffset[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:PCYCle:PFOFfset value: enums.FramesOffset = driver.configure.signaling.lte.cell.pcycle.pfOffset.get(cell_name = 'abc')
Configures the field ‘nB’, used by the UE as input for the calculation of paging radio frame and paging occasion.
- param cell_name:
No help available
- return:
frames_offset: T4T, T2T, T1T: 4, 2, 1 T2 | T4 | T8 | T16 | T32: 1/2, 1/4, 1/8, 1/16, 1/32
- set(cell_name: str, frames_offset: FramesOffset) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:PCYCle:PFOFfset driver.configure.signaling.lte.cell.pcycle.pfOffset.set(cell_name = 'abc', frames_offset = enums.FramesOffset.T16)
Configures the field ‘nB’, used by the UE as input for the calculation of paging radio frame and paging occasion.
- param cell_name:
No help available
- param frames_offset:
T4T, T2T, T1T: 4, 2, 1 T2 | T4 | T8 | T16 | T32: 1/2, 1/4, 1/8, 1/16, 1/32