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.lteMeas.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: No help available

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

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

No help available

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

No help available