Scount

SCPI Commands

CONFigure:GSM:MEASurement<Instance>:MEValuation:SCOunt:PVTime
CONFigure:GSM:MEASurement<Instance>:MEValuation:SCOunt:MODulation
CONFigure:GSM:MEASurement<Instance>:MEValuation:SCOunt:SMODulation
CONFigure:GSM:MEASurement<Instance>:MEValuation:SCOunt:SSWitching
CONFigure:GSM:MEASurement<Instance>:MEValuation:SCOunt:BER
class Scount[source]

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

get_ber()int[source]
# SCPI: CONFigure:GSM: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: numeric Number of measurement intervals (bursts) for the ‘BER’ measurement Range: 1 to 1000

get_modulation()int[source]
# SCPI: CONFigure:GSM: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: numeric Number of measurement intervals for the modulation measurement Range: 1 to 1000

get_power_vs_time()int[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:SCOunt:PVTime
value: int = driver.configure.multiEval.scount.get_power_vs_time()

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

return

statistic_count: numeric Number of measurement intervals for the power vs. time measurement Range: 1 to 1000

get_smodulation()int[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:SCOunt:SMODulation
value: int = driver.configure.multiEval.scount.get_smodulation()

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

return

statistic_count: numeric Number of measurement intervals for the spectrum modulation measurement Range: 1 to 1000

get_sswitching()int[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:SCOunt:SSWitching
value: int = driver.configure.multiEval.scount.get_sswitching()

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

return

statistic_count: numeric Number of measurement intervals for the spectrum switching measurement Range: 1 to 100

set_ber(statistic_count: int)None[source]
# SCPI: CONFigure:GSM: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

numeric Number of measurement intervals (bursts) for the ‘BER’ measurement Range: 1 to 1000

set_modulation(statistic_count: int)None[source]
# SCPI: CONFigure:GSM: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

numeric Number of measurement intervals for the modulation measurement Range: 1 to 1000

set_power_vs_time(statistic_count: int)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:SCOunt:PVTime
driver.configure.multiEval.scount.set_power_vs_time(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

numeric Number of measurement intervals for the power vs. time measurement Range: 1 to 1000

set_smodulation(statistic_count: int)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:SCOunt:SMODulation
driver.configure.multiEval.scount.set_smodulation(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

numeric Number of measurement intervals for the spectrum modulation measurement Range: 1 to 1000

set_sswitching(statistic_count: int)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:SCOunt:SSWitching
driver.configure.multiEval.scount.set_sswitching(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

numeric Number of measurement intervals for the spectrum switching measurement Range: 1 to 100