Modulation

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:MODulation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) ModulationUlSf[source]
# CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:MODulation
value: enums.ModulationUlSf = driver.applications.k10Xlte.configure.lte.uplink.cc.subframe.alloc.modulation.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)

Selects the modulation of an uplink allocation.

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

  • subframe – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)

Returns:

modulation: QPSK | QAM16 | QAM64 | QAM256

set(modulation: ModulationUlSf, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:MODulation
driver.applications.k10Xlte.configure.lte.uplink.cc.subframe.alloc.modulation.set(modulation = enums.ModulationUlSf.PSK8, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)

Selects the modulation of an uplink allocation.

Parameters:
  • modulation – QPSK | QAM16 | QAM64 | QAM256

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

  • subframe – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)