NrbOffset

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:NRBoffset
class NrbOffsetCls[source]

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

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:NRBoffset
value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.nrbOffset.get(carrierComponent = repcap.CarrierComponent.Default)
Defines an the location of the NB-IoT signal within the LTE carrier as a resource block offset.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on exclusion of inband NB-IoT (method RsFsw.Applications.K10x_Lte.Configure.Lte.Downlink.Cc.EiNbIot.State.set) .

param carrierComponent

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

return

arg_0: No help available

set(arg_0: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:NRBoffset
driver.applications.k10Xlte.configure.lte.downlink.cc.nrbOffset.set(arg_0 = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines an the location of the NB-IoT signal within the LTE carrier as a resource block offset.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on exclusion of inband NB-IoT (method RsFsw.Applications.K10x_Lte.Configure.Lte.Downlink.Cc.EiNbIot.State.set) .

param arg_0

No help available

param carrierComponent

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