Nosm

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:PUSCh:NOSM
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# 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.

Parameters:

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

Returns:

no_of_subbands: numeric value

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

Parameters:
  • no_of_subbands – numeric value

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