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 ScountCls[source]

Scount commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_ber() int[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:SCOunt:BER
value: int = driver.configure.wcdmaMeas.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: Number of transport blocks

get_modulation() int[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:SCOunt:MODulation
value: int = driver.configure.wcdmaMeas.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: Number of measurement intervals

get_spectrum() int[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:SCOunt:SPECtrum
value: int = driver.configure.wcdmaMeas.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: Number of measurement intervals

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

Number of transport blocks

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

Number of measurement intervals

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

Number of measurement intervals