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
Commands in total: 6
Subgroups: 1
Direct child commands: 4
get_modulation() int[source]
# 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.

Returns:

statistic_count: numeric

get_pdynamics() int[source]
# 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.

Returns:

statistic_count: Number of measurement intervals

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

No help available

get_tx_power() int[source]
# 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.

Returns:

statistic_count: Number of measurement intervals

set_modulation(statistic_count: int) None[source]
# 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.

Parameters:

statistic_count – numeric

set_pdynamics(statistic_count: int) None[source]
# 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.

Parameters:

statistic_count – Number of measurement intervals

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

No help available

set_tx_power(statistic_count: int) None[source]
# 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.

Parameters:

statistic_count – Number of measurement intervals

Cloning the Group

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

Subgroups