Scount

SCPI Commands :

CONFigure:LTE:MEASurement<Instance>:PRACh:SCOunt:MODulation
CONFigure:LTE:MEASurement<Instance>:PRACh:SCOunt:PDYNamics
class ScountCls[source]

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

get_modulation() int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:SCOunt:MODulation
value: int = driver.configure.prach.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 Range: 1 to 1000

get_pdynamics() int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:SCOunt:PDYNamics
value: int = driver.configure.prach.scount.get_pdynamics()

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 Range: 1 to 1000

set_modulation(statistic_count: int) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:SCOunt:MODulation
driver.configure.prach.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 Range: 1 to 1000

set_pdynamics(statistic_count: int) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:SCOunt:PDYNamics
driver.configure.prach.scount.set_pdynamics(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 Range: 1 to 1000