Scount

SCPI Commands :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:SCOunt:TSMask
CONFigure:WLAN:MEASurement<Instance>:MEValuation:SCOunt:PVTime
CONFigure:WLAN:MEASurement<Instance>:MEValuation:SCOunt:MODulation
class ScountCls[source]

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

get_modulation() int[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:SCOunt:MODulation
value: int = driver.configure.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: numeric Number of measurement intervals for modulation measurements Range: 1 to 2000

get_power_vs_time() int[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:SCOunt:PVTime
value: int = driver.configure.multiEval.scount.get_power_vs_time()

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

return:

statistic_count: numeric Number of measurement intervals for the power vs time measurement Range: 1 to 2000

get_ts_mask() int[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:SCOunt:TSMask
value: int = driver.configure.multiEval.scount.get_ts_mask()

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

return:

statistic_count: numeric Number of measurement intervals for the transmit spectrum mask measurement Range: 1 to 1000

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

numeric Number of measurement intervals for modulation measurements Range: 1 to 2000

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

numeric Number of measurement intervals for the power vs time measurement Range: 1 to 2000

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

numeric Number of measurement intervals for the transmit spectrum mask measurement Range: 1 to 1000