Scount

SCPI Commands

CONFigure:CDMA:MEASurement<Instance>:MEValuation:SCOunt:MODulation
CONFigure:CDMA:MEASurement<Instance>:MEValuation:SCOunt:SPECtrum
class Scount[source]

Scount commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_modulation()int[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:SCOunt:MODulation
value: int = driver.configure.multiEval.scount.get_modulation()

Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot.

return

scount_mod: numeric Number of measurement intervals. Range: 1 to 1000

get_spectrum()int[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:SCOunt:SPECtrum
value: int = driver.configure.multiEval.scount.get_spectrum()

Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot.

return

scount_spectrum: numeric Number of measurement intervals. Range: 1 to 1000

set_modulation(scount_mod: int)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:SCOunt:MODulation
driver.configure.multiEval.scount.set_modulation(scount_mod = 1)

Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot.

param scount_mod

numeric Number of measurement intervals. Range: 1 to 1000

set_spectrum(scount_spectrum: int)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:SCOunt:SPECtrum
driver.configure.multiEval.scount.set_spectrum(scount_spectrum = 1)

Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot.

param scount_spectrum

numeric Number of measurement intervals. Range: 1 to 1000