Nmrl

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:MBSFn:AI:NMRL
class NmrlCls[source]

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

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:MBSFn:AI:NMRL
value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.mbsfn.ai.nmrl.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the length of the control data region in an MBSFN subframe.

param carrierComponent

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

return

configuration: 1 The first symbol in a subframe carries data of the control channel. 2 The first two symbols in a subframe carry data of the control channel.

set(configuration: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:MBSFn:AI:NMRL
driver.applications.k10Xlte.configure.lte.downlink.cc.mbsfn.ai.nmrl.set(configuration = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Selects the length of the control data region in an MBSFN subframe.

param configuration

1 The first symbol in a subframe carries data of the control channel. 2 The first two symbols in a subframe carry data of the control channel.

param carrierComponent

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