Soffset

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:UEReport:SCC<Carrier>:RSSI:RMTC:SOFFset
class SoffsetCls[source]

Soffset 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>:RSSI:RMTC:SOFFset
value: int = driver.configure.ueReport.scc.rssi.rmtc.soffset.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

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

param secondaryCompCarrier:

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

return:

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

set(offset: int, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UEReport:SCC<Carrier>:RSSI:RMTC:SOFFset
driver.configure.ueReport.scc.rssi.rmtc.soffset.set(offset = 1, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

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

param offset:

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

param secondaryCompCarrier:

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