Mscheme
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUSCh:MSCHeme
- class MschemeCls[source]
Mscheme commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Nr1, allocation=Allocation.Default) ModulationScheme[source]
# SCPI: 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)
No command help available
- param carrierComponent:
optional repeated capability selector. Default value: Nr1
- param allocation:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Allocation’)
- return:
mod_scheme: No help available
- set(mod_scheme: ModulationScheme, carrierComponent=CarrierComponent.Nr1, allocation=Allocation.Default) None[source]
# SCPI: 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)
No command help available
- param mod_scheme:
No help available
- param carrierComponent:
optional repeated capability selector. Default value: Nr1
- param allocation:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Allocation’)