Scount

SCPI Commands :

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

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

get_modulation() List[int][source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SCOunt:MODulation
value: List[int] = driver.configure.multiEval.listPy.scount.get_modulation()

Specifies the statistical length for modulation measurements for all segments in list mode. The values in curly brackets {} are specified for each active segment: {…}seg 1, {…}seg 2, …, {…}seg n. The number of active segments n is determined by method RsCmwWlanMeas.Configure.MultiEval.ListPy.count.

return:

stat_counts_mod: No help available

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

Specifies the spectrum statistical length for transmit spectrum mask measurements for all segments in list mode. The values in curly brackets {} are specified for each active segment: {…}seg 1, {…}seg 2, …, {…}seg n. The number of active segments n is determined by method RsCmwWlanMeas.Configure.MultiEval.ListPy.count.

return:

stat_counts_sem: No help available

set_modulation(stat_counts_mod: List[int]) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SCOunt:MODulation
driver.configure.multiEval.listPy.scount.set_modulation(stat_counts_mod = [1, 2, 3])

Specifies the statistical length for modulation measurements for all segments in list mode. The values in curly brackets {} are specified for each active segment: {…}seg 1, {…}seg 2, …, {…}seg n. The number of active segments n is determined by method RsCmwWlanMeas.Configure.MultiEval.ListPy.count.

param stat_counts_mod:

No help available

set_ts_mask(stat_counts_sem: List[int]) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SCOunt:TSMask
driver.configure.multiEval.listPy.scount.set_ts_mask(stat_counts_sem = [1, 2, 3])

Specifies the spectrum statistical length for transmit spectrum mask measurements for all segments in list mode. The values in curly brackets {} are specified for each active segment: {…}seg 1, {…}seg 2, …, {…}seg n. The number of active segments n is determined by method RsCmwWlanMeas.Configure.MultiEval.ListPy.count.

param stat_counts_sem:

No help available