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]

CONFigure:LTE:MEASurement<Instance>:PRACh:SCOunt:MODulation

Snippet: 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]

CONFigure:LTE:MEASurement<Instance>:PRACh:SCOunt:PDYNamics

Snippet: 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]

CONFigure:LTE:MEASurement<Instance>:PRACh:SCOunt:MODulation

Snippet: 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]

CONFigure:LTE:MEASurement<Instance>:PRACh:SCOunt:PDYNamics

Snippet: 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