Scount

SCPI Commands :

CONFigure:LTE:MEASurement<Instance>:MEValuation:SCOunt:MODulation
CONFigure:LTE:MEASurement<Instance>:MEValuation:SCOunt:POWer
class ScountCls[source]

Scount commands group definition. 4 total commands, 1 Subgroups, 2 group commands

get_modulation() int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:SCOunt:MODulation
value: int = driver.configure.lteMeas.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: No help available

get_power() int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:SCOunt:POWer
value: int = driver.configure.lteMeas.multiEval.scount.get_power()

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

return:

statistic_count: No help available

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

No help available

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

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.lteMeas.multiEval.scount.clone()

Subgroups