Mscheme
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUSCh:MSCHeme
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Nr1, allocation=Allocation.Default) ModulationScheme[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUSCh:MSCHeme value: enums.ModulationScheme = driver.configure.nrSubMeas.cc.allocation.pusch.mscheme.get(carrierComponent = repcap.CarrierComponent.Nr1, allocation = repcap.Allocation.Default)
Selects the modulation scheme for carrier <no>, allocation <a>.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1
allocation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Allocation’)
- Returns:
mod_scheme: Modulation scheme AUTO: Auto-detection BPSK, BPWS: π/2-BPSK, π/2-BPSK with shaping QPSK, Q16, Q64, Q256: QPSK, 16QAM, 64QAM, 256QAM
- set(mod_scheme: ModulationScheme, carrierComponent=CarrierComponent.Nr1, allocation=Allocation.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUSCh:MSCHeme driver.configure.nrSubMeas.cc.allocation.pusch.mscheme.set(mod_scheme = enums.ModulationScheme.AUTO, carrierComponent = repcap.CarrierComponent.Nr1, allocation = repcap.Allocation.Default)
Selects the modulation scheme for carrier <no>, allocation <a>.
- Parameters:
mod_scheme – Modulation scheme AUTO: Auto-detection BPSK, BPWS: π/2-BPSK, π/2-BPSK with shaping QPSK, Q16, Q64, Q256: QPSK, 16QAM, 64QAM, 256QAM
carrierComponent – optional repeated capability selector. Default value: Nr1
allocation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Allocation’)