Modulation
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:MBSFn:SUBFrame<sf>:PMCH:MODulation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) ModulationDlSf[source]
# CONFigure[:LTE]:DL[:CC<cc>]:MBSFn:SUBFrame<sf>:PMCH:MODulation value: enums.ModulationDlSf = driver.applications.k10Xlte.configure.lte.downlink.cc.mbsfn.subframe.pmch.modulation.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)
Selects the modulation type for an MBSFN 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’)
- Returns:
modulation: QPSK | QAM16 | QAM64 | QAM256 | Q1K
- set(modulation: ModulationDlSf, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) None[source]
# CONFigure[:LTE]:DL[:CC<cc>]:MBSFn:SUBFrame<sf>:PMCH:MODulation driver.applications.k10Xlte.configure.lte.downlink.cc.mbsfn.subframe.pmch.modulation.set(modulation = enums.ModulationDlSf.Q1K, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)
Selects the modulation type for an MBSFN subframe.
- Parameters:
modulation – QPSK | QAM16 | QAM64 | QAM256 | Q1K
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’)