CtOffset

SCPI Command :

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

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

get(cellNull=CellNull.Default) int[source]
# SCPI: [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) .

INTRO_CMD_HELP: Prerequisites for this command

  • Select more than one carrier ([:SOURce<hw>]:BB:NR5G:NODE:NCARrier) .

param cellNull

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

return

cust_timing_offs: No help available

set(cust_timing_offs: int, cellNull=CellNull.Default) None[source]
# SCPI: [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) .

INTRO_CMD_HELP: Prerequisites for this command

  • Select more than one carrier ([:SOURce<hw>]:BB:NR5G:NODE:NCARrier) .

param cust_timing_offs

integer Range: -2004572 to 1964636

param cellNull

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