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.wlanMeas.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: Number of measurement intervals for modulation measurements

get_power_vs_time() int[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:SCOunt:PVTime
value: int = driver.configure.wlanMeas.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: Number of measurement intervals for the power vs time measurement

get_ts_mask() int[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:SCOunt:TSMask
value: int = driver.configure.wlanMeas.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: Number of measurement intervals for the transmit spectrum mask measurement

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

Number of measurement intervals for modulation measurements

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

Number of measurement intervals for the power vs time measurement

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

Number of measurement intervals for the transmit spectrum mask measurement