EePeriods

SCPI Command :

CONFigure:NRSub: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:NRSub:MEASurement<Instance>:MEValuation:MODulation:EEPeriods:PUCCh
value: bool = driver.configure.nrSubMeas.multiEval.modulation.eePeriods.get_pucch()

No command help available

return:

pucch: No help available

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

No command help available

param pucch:

No help available

Cloning the Group

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

Subgroups