Scount

SCPI Commands :

CONFigure:NRSub:MEASurement<Instance>:SRS:SCOunt:MODulation
CONFigure:NRSub:MEASurement<Instance>:SRS:SCOunt:PDYNamics
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_modulation() int[source]
# CONFigure:NRSub:MEASurement<Instance>:SRS:SCOunt:MODulation
value: int = driver.configure.nrSubMeas.srs.scount.get_modulation()

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

Returns:

statistic_count: numeric

get_pdynamics() int[source]
# CONFigure:NRSub:MEASurement<Instance>:SRS:SCOunt:PDYNamics
value: int = driver.configure.nrSubMeas.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.

Returns:

statistic_count: numeric

set_modulation(statistic_count: int) None[source]
# CONFigure:NRSub:MEASurement<Instance>:SRS:SCOunt:MODulation
driver.configure.nrSubMeas.srs.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.

Parameters:

statistic_count – numeric

set_pdynamics(statistic_count: int) None[source]
# CONFigure:NRSub:MEASurement<Instance>:SRS:SCOunt:PDYNamics
driver.configure.nrSubMeas.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.

Parameters:

statistic_count – numeric