Modulation
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>[:CW<cw>]:MODulation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default, codeword=Codeword.Default) ModulationDlSf[source]
# CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>[:CW<cw>]:MODulation value: enums.ModulationDlSf = driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alloc.cw.modulation.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, allocation = repcap.Allocation.Default, codeword = repcap.Codeword.Default)
Selects the modulation of an allocation in a downlink subframe.
- 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’)
allocation – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
codeword – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cw’)
- Returns:
modulation: QPSK QPSK modulation QAM16 16QAM modulation QAM64 64QAM modulation QAM256 256QAM modulation Q1K 1024QAM modulation
- set(modulation: ModulationDlSf, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default, codeword=Codeword.Default) None[source]
# CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>[:CW<cw>]:MODulation driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alloc.cw.modulation.set(modulation = enums.ModulationDlSf.Q1K, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, allocation = repcap.Allocation.Default, codeword = repcap.Codeword.Default)
Selects the modulation of an allocation in a downlink subframe.
- Parameters:
modulation – QPSK QPSK modulation QAM16 16QAM modulation QAM64 64QAM modulation QAM256 256QAM modulation Q1K 1024QAM modulation
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’)
allocation – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
codeword – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cw’)