Spectrum

SCPI Commands :

CONFigure:UWB:MEASurement<Instance>:MEValuation:SPECtrum:SCOunt
CONFigure:UWB:MEASurement<Instance>:MEValuation:SPECtrum:MSPLength
class SpectrumCls[source]

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

get_msp_length() MaxSpecPowLen[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:SPECtrum:MSPLength
value: enums.MaxSpecPowLen = driver.configure.uwbMeas.multiEval.spectrum.get_msp_length()

Selects the time interval for measuring the maximum spectral power.

return:

max_spec_pow_len: PPDU: entire PPDU MS1: 1 ms, starting with the PPDU

get_scount() int[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:SPECtrum:SCOunt
value: int = driver.configure.uwbMeas.multiEval.spectrum.get_scount()

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

return:

statistic_count: No help available

set_msp_length(max_spec_pow_len: MaxSpecPowLen) None[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:SPECtrum:MSPLength
driver.configure.uwbMeas.multiEval.spectrum.set_msp_length(max_spec_pow_len = enums.MaxSpecPowLen.MS1)

Selects the time interval for measuring the maximum spectral power.

param max_spec_pow_len:

PPDU: entire PPDU MS1: 1 ms, starting with the PPDU

set_scount(statistic_count: int) None[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:SPECtrum:SCOunt
driver.configure.uwbMeas.multiEval.spectrum.set_scount(statistic_count = 1)

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

param statistic_count:

No help available