Spectrum
SCPI Commands :
CONFigure:LTE:MEASurement<Instance>:MEValuation:SCOunt:SPECtrum:SEMask
CONFigure:LTE:MEASurement<Instance>:MEValuation:SCOunt:SPECtrum:ACLR
- class SpectrumCls[source]
Spectrum commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_aclr() int[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:SCOunt:SPECtrum:ACLR
Snippet: value: int = driver.configure.multiEval.scount.spectrum.get_aclr()
Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot. Separate statistic counts for ACLR and spectrum emission mask measurements are supported.
- return:
statistic_count: numeric Range: 1 slot to 1000 slots
- get_se_mask() int[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:SCOunt:SPECtrum:SEMask
Snippet: value: int = driver.configure.multiEval.scount.spectrum.get_se_mask()
Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot. Separate statistic counts for ACLR and spectrum emission mask measurements are supported.
- return:
statistic_count: numeric Range: 1 slot to 1000 slots
- set_aclr(statistic_count: int) None[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:SCOunt:SPECtrum:ACLR
Snippet: driver.configure.multiEval.scount.spectrum.set_aclr(statistic_count = 1)
Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot. Separate statistic counts for ACLR and spectrum emission mask measurements are supported.
- param statistic_count:
numeric Range: 1 slot to 1000 slots
- set_se_mask(statistic_count: int) None[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:SCOunt:SPECtrum:SEMask
Snippet: driver.configure.multiEval.scount.spectrum.set_se_mask(statistic_count = 1)
Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot. Separate statistic counts for ACLR and spectrum emission mask measurements are supported.
- param statistic_count:
numeric Range: 1 slot to 1000 slots