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]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:MODulation:EEPeriods:PUSCh:LAGGing
value: enums.LaggingExclPeriod = driver.configure.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 | MS05 | MS25 OFF: no exclusion MS05: 5 μs excluded MS25: 25 μs excluded

get_leading() LeadingExclPeriod[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:MODulation:EEPeriods:PUSCh:LEADing
value: enums.LeadingExclPeriod = driver.configure.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 | MS25 OFF: no exclusion MS25: 25 μs excluded

set_lagging(lagging: LaggingExclPeriod) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:MODulation:EEPeriods:PUSCh:LAGGing
driver.configure.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 | MS05 | MS25 OFF: no exclusion MS05: 5 μs excluded MS25: 25 μs excluded

set_leading(leading: LeadingExclPeriod) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:MODulation:EEPeriods:PUSCh:LEADing
driver.configure.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 | MS25 OFF: no exclusion MS25: 25 μs excluded