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]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:SCOunt:SPECtrum:ACLR
value: int = driver.configure.lteMeas.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: No help available

get_se_mask() int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:SCOunt:SPECtrum:SEMask
value: int = driver.configure.lteMeas.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: No help available

set_aclr(statistic_count: int) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:SCOunt:SPECtrum:ACLR
driver.configure.lteMeas.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:

No help available

set_se_mask(statistic_count: int) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:SCOunt:SPECtrum:SEMask
driver.configure.lteMeas.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:

No help available