Scount

SCPI Commands

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

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

get_ber()int[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:SCOunt:BER
value: int = driver.configure.multiEval.scount.get_ber()

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

return

statistic_count: decimal Number of transport blocks Range: 1 to 1000

get_modulation()int[source]
# SCPI: CONFigure:WCDMa: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

statistic_count: decimal Number of measurement intervals Range: 1 to 1000

get_spectrum()int[source]
# SCPI: CONFigure:WCDMa: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

statistic_count: decimal Number of measurement intervals Range: 1 to 1000

set_ber(statistic_count: int)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:SCOunt:BER
driver.configure.multiEval.scount.set_ber(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

decimal Number of transport blocks Range: 1 to 1000

set_modulation(statistic_count: int)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:SCOunt:MODulation
driver.configure.multiEval.scount.set_modulation(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

decimal Number of measurement intervals Range: 1 to 1000

set_spectrum(statistic_count: int)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:SCOunt:SPECtrum
driver.configure.multiEval.scount.set_spectrum(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

decimal Number of measurement intervals Range: 1 to 1000