Offset

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CELL:SCC<Carrier>:SYNC:OFFSet
class OffsetCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) float[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:SCC<Carrier>:SYNC:OFFSet
value: float = driver.configure.cell.scc.sync.offset.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Configures the timing offset relative to the time zone.

param secondaryCompCarrier:

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

return:

offset: numeric Range: 0 s to 1E-3 s, Unit: s

set(offset: float, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:SCC<Carrier>:SYNC:OFFSet
driver.configure.cell.scc.sync.offset.set(offset = 1.0, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Configures the timing offset relative to the time zone.

param offset:

numeric Range: 0 s to 1E-3 s, Unit: s

param secondaryCompCarrier:

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