Pusch
SCPI Commands :
CONFigure:LTE:MEASurement<Instance>:MEValuation:MODulation:EEPeriods:PUSCh:LEADing
CONFigure:LTE:MEASurement<Instance>:MEValuation:MODulation:EEPeriods:PUSCh:LAGGing
- class PuschCls[source]
Pusch commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_lagging() LaggingExclPeriod[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:MODulation:EEPeriods:PUSCh:LAGGing
Snippet: value: enums.LaggingExclPeriod = driver.configure.lteMeas.multiEval.modulation.eePeriods.pusch.get_lagging()
Specifies an EVM exclusion period at the end of each subframe (detected channel type ‘PUSCH’) ; if SRS signals are allowed, at the end of each shortened subframe. The specified period is excluded from the calculation of EVM, magnitude error and phase error results.
- return:
lagging: OFF: no exclusion MS05: 5 μs excluded MS25: 25 μs excluded
- get_leading() LeadingExclPeriod[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:MODulation:EEPeriods:PUSCh:LEADing
Snippet: value: enums.LeadingExclPeriod = driver.configure.lteMeas.multiEval.modulation.eePeriods.pusch.get_leading()
Specifies an EVM exclusion period at the beginning of a subframe (detected channel type ‘PUSCH’) . The specified period is excluded from the calculation of EVM, magnitude error and phase error results.
- return:
leading: OFF: no exclusion MS25: 25 μs excluded
- set_lagging(lagging: LaggingExclPeriod) None[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:MODulation:EEPeriods:PUSCh:LAGGing
Snippet: driver.configure.lteMeas.multiEval.modulation.eePeriods.pusch.set_lagging(lagging = enums.LaggingExclPeriod.MS05)
Specifies an EVM exclusion period at the end of each subframe (detected channel type ‘PUSCH’) ; if SRS signals are allowed, at the end of each shortened subframe. The specified period is excluded from the calculation of EVM, magnitude error and phase error results.
- param lagging:
OFF: no exclusion MS05: 5 μs excluded MS25: 25 μs excluded
- set_leading(leading: LeadingExclPeriod) None[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:MODulation:EEPeriods:PUSCh:LEADing
Snippet: driver.configure.lteMeas.multiEval.modulation.eePeriods.pusch.set_leading(leading = enums.LeadingExclPeriod.MS25)
Specifies an EVM exclusion period at the beginning of a subframe (detected channel type ‘PUSCH’) . The specified period is excluded from the calculation of EVM, magnitude error and phase error results.
- param leading:
OFF: no exclusion MS25: 25 μs excluded