TaOffset

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:[TMPH]:TAOFfset
class TaOffsetCls[source]

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

get(cellNull=CellNull.Default) RsSmbv.enums.TimingAdjustmentOffsetAll[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:[TMPH]:TAOFfset
value: enums.TimingAdjustmentOffsetAll = driver.source.bb.nr5G.node.cell.tmph.taOffset.get(cellNull = repcap.CellNull.Default)

Sets an offset (NTA offset) to the timing advance value for UL/DL switching synchronization as specified in . The NTA offset values can be set as specified in .

param cellNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)

return

timing_adj_offset: N0| N13792| N25600| N39936

set(timing_adj_offset: RsSmbv.enums.TimingAdjustmentOffsetAll, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:[TMPH]:TAOFfset
driver.source.bb.nr5G.node.cell.tmph.taOffset.set(timing_adj_offset = enums.TimingAdjustmentOffsetAll.N0, cellNull = repcap.CellNull.Default)

Sets an offset (NTA offset) to the timing advance value for UL/DL switching synchronization as specified in . The NTA offset values can be set as specified in .

param timing_adj_offset

N0| N13792| N25600| N39936

param cellNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)