Scount

SCPI Command :

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

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

get_pdynamics() int[source]

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

Snippet: value: int = driver.configure.lteMeas.srs.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: Number of measurement intervals

set_pdynamics(statistic_count: int) None[source]

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

Snippet: driver.configure.lteMeas.srs.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:

Number of measurement intervals