Scount

SCPI Commands :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:SCOunt:MODulation
CONFigure:NRSub:MEASurement<Instance>:MEValuation:SCOunt:POWer
CONFigure:NRSub:MEASurement<Instance>:MEValuation:SCOunt:PDYNamics
CONFigure:NRSub:MEASurement<Instance>:MEValuation:SCOunt:TXPower
class ScountCls[source]

Scount commands group definition. 6 total commands, 1 Subgroups, 4 group commands

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

get_power() int[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:SCOunt:POWer
value: int = driver.configure.nrSubMeas.multiEval.scount.get_power()

No command help available

return:

statistic_count: No help available

get_tx_power() int[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:SCOunt:TXPower
value: int = driver.configure.nrSubMeas.multiEval.scount.get_tx_power()

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

set_power(statistic_count: int) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:SCOunt:POWer
driver.configure.nrSubMeas.multiEval.scount.set_power(statistic_count = 1)

No command help available

param statistic_count:

No help available

set_tx_power(statistic_count: int) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:SCOunt:TXPower
driver.configure.nrSubMeas.multiEval.scount.set_tx_power(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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.nrSubMeas.multiEval.scount.clone()

Subgroups