Offset
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:TIMing:OFFSet
- class OffsetCls[source]
Offset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:TIMing:OFFSet value: int = driver.configure.signaling.nradio.cell.timing.offset.get(cell_name = 'abc')
Defines a time offset for a cell, before switching it on.
- param cell_name:
No help available
- return:
time_offset: No help available
- set(cell_name: str, time_offset: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:TIMing:OFFSet driver.configure.signaling.nradio.cell.timing.offset.set(cell_name = 'abc', time_offset = 1)
Defines a time offset for a cell, before switching it on.
- param cell_name:
No help available
- param time_offset:
No help available