Poffset

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:UEReport:SCC<Carrier>:DMTC:POFFset
class PoffsetCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UEReport:SCC<Carrier>:DMTC:POFFset
value: int = driver.configure.ueReport.scc.dmtc.poffset.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the offset of the DRS for LAA. The offset must be at least 5 ms smaller than the configured periodicity, see method RsCmwLteSig.Configure.UeReport.Scc.Dmtc.Period.set.

param secondaryCompCarrier:

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

return:

offset: numeric Range: 0 ms to 155 ms, Unit: ms

set(offset: int, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UEReport:SCC<Carrier>:DMTC:POFFset
driver.configure.ueReport.scc.dmtc.poffset.set(offset = 1, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the offset of the DRS for LAA. The offset must be at least 5 ms smaller than the configured periodicity, see method RsCmwLteSig.Configure.UeReport.Scc.Dmtc.Period.set.

param offset:

numeric Range: 0 ms to 155 ms, Unit: ms

param secondaryCompCarrier:

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