EePeriods

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:MODulation:EEPeriods:PUCCh
class EePeriodsCls[source]

EePeriods commands group definition. 3 total commands, 1 Subgroups, 1 group commands

get_pucch() bool[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:MODulation:EEPeriods:PUCCh
value: bool = driver.configure.lteMeas.multiEval.modulation.eePeriods.get_pucch()

Enables or disables EVM exclusion periods for slots with detected channel type ‘PUCCH’. If enabled, the first and the last SC-FDMA symbol of each slot is excluded from the calculation of EVM, magnitude error and phase error single value results. If the last symbol of a slot is already excluded because SRS signals are allowed, the second but last symbol is also excluded.

return:

pucch: No help available

set_pucch(pucch: bool) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:MODulation:EEPeriods:PUCCh
driver.configure.lteMeas.multiEval.modulation.eePeriods.set_pucch(pucch = False)

Enables or disables EVM exclusion periods for slots with detected channel type ‘PUCCH’. If enabled, the first and the last SC-FDMA symbol of each slot is excluded from the calculation of EVM, magnitude error and phase error single value results. If the last symbol of a slot is already excluded because SRS signals are allowed, the second but last symbol is also excluded.

param pucch:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.lteMeas.multiEval.modulation.eePeriods.clone()

Subgroups