Nmrl
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:MBSFn:AI:NMRL
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# 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.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
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]
# 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.
- Parameters:
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.
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)