Nosm
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:PUSCh:NOSM
- class NosmCls[source]
Nosm commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) float [source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:PUSCh:NOSM value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.pusch.nosm.get(carrierComponent = repcap.CarrierComponent.Default)
Defines the number of subbands/M of the PUSCH.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
no_of_subbands: numeric value
- set(no_of_subbands: float, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:PUSCh:NOSM driver.applications.k10Xlte.configure.lte.uplink.cc.pusch.nosm.set(no_of_subbands = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines the number of subbands/M of the PUSCH.
- param no_of_subbands
numeric value
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)