EePeriods
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:MEValuation:MODulation:EEPeriods:PUCCh
- Commands in total: 3Subgroups: 1Direct child commands: 1
- get_pucch() bool[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:MODulation:EEPeriods:PUCCh value: bool = driver.configure.nrSubMeas.multiEval.modulation.eePeriods.get_pucch()
No help available
- set_pucch(pucch: bool) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:MODulation:EEPeriods:PUCCh driver.configure.nrSubMeas.multiEval.modulation.eePeriods.set_pucch(pucch = False)
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
eePeriods_copy = driver.configure.nrSubMeas.multiEval.modulation.eePeriods.clone()
Subgroups