CtOffset

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:TMPH:CTOFfset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default) int[source]
# [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:TMPH:CTOFfset
value: int = driver.source.bb.nr5G.node.cell.tmph.ctOffset.get(cellNull = repcap.CellNull.Default)

Defines a cell specific custom timing advance offset in terms of time (Tc) . Prerequisites for this command

  • Select more than one carrier (method RsSmbv.source.bb.nr5G.node.ncarrier() ) .

Parameters:

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

set(cust_timing_offs: int, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:TMPH:CTOFfset
driver.source.bb.nr5G.node.cell.tmph.ctOffset.set(cust_timing_offs = 1, cellNull = repcap.CellNull.Default)

Defines a cell specific custom timing advance offset in terms of time (Tc) . Prerequisites for this command

  • Select more than one carrier (method RsSmbv.source.bb.nr5G.node.ncarrier() ) .

Parameters:
  • cust_timing_offs – integer Range: -2004572 to 1964636

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