State

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:EINBiot[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) bool[source]
# CONFigure[:LTE]:DL[:CC<cc>]:EINBiot[:STATe]
value: bool = driver.applications.k10Xlte.configure.lte.downlink.cc.eiNbIot.state.get(carrierComponent = repcap.CarrierComponent.Default)

Turns the exclusion of resource blocks used by an NB-IoT inband deployment from the LTE measurement results on and off.

Parameters:

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

Returns:

state: ON | OFF | 1 | 0

set(state: bool, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:DL[:CC<cc>]:EINBiot[:STATe]
driver.applications.k10Xlte.configure.lte.downlink.cc.eiNbIot.state.set(state = False, carrierComponent = repcap.CarrierComponent.Default)

Turns the exclusion of resource blocks used by an NB-IoT inband deployment from the LTE measurement results on and off.

Parameters:
  • state – ON | OFF | 1 | 0

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