NrbOffset

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:NRBoffset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# 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. Prerequisites for this command

  • Turn on exclusion of inband NB-IoT (method RsFsw.applications.k10Xlte.configure.lte.downlink.cc.eiNbIot.state.set() ) .

Parameters:

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

set(arg_0: float, carrierComponent=CarrierComponent.Default) None[source]
# 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. Prerequisites for this command

  • Turn on exclusion of inband NB-IoT (method RsFsw.applications.k10Xlte.configure.lte.downlink.cc.eiNbIot.state.set() ) .

Parameters:

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