Spectrum

SCPI Commands :

CONFigure:NIOT:MEASurement<Instance>:MEValuation:SCOunt:SPECtrum:SEMask
CONFigure:NIOT: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:NIOT:MEASurement<Instance>:MEValuation:SCOunt:SPECtrum:ACLR
value: int = driver.configure.niotMeas.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.

return:

statistic_count: Number of measurement intervals (slots)

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

return:

statistic_count: Number of measurement intervals (slots)

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

param statistic_count:

Number of measurement intervals (slots)

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

param statistic_count:

Number of measurement intervals (slots)