Spectrum
SCPI Command :
CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIST:SEGMent<nr>:SPECtrum
- class SpectrumCls[source]
Spectrum commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class SpectrumStruct[source]
Response structure. Fields:
Spec_Statistics: int: The statistical length is limited by the length of the segment (see [CMDLINKRESOLVED Configure.WcdmaMeas.MultiEval.ListPy.Segment.Setup#set CMDLINKRESOLVED]) .
Enable_Aclr: bool: OFF: Disable measurement. ON: Enable measurement of ACLR.
Enable_Emask: bool: Disable or enable measurement of spectrum emission mask.
Enable_Obw: bool: Disable or enable measurement of occupied bandwidth.
- get(segment=Segment.Default) SpectrumStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIST:SEGMent<nr>:SPECtrum value: SpectrumStruct = driver.configure.wcdmaMeas.multiEval.listPy.segment.spectrum.get(segment = repcap.Segment.Default)
Defines the statistical length for the AVERage and MAXimum calculation and enables the calculation of the different spectrum results in segment no. <no>; see ‘Multi-evaluation list mode’.
- param segment:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
- return:
structure: for return value, see the help for SpectrumStruct structure arguments.
- set(spec_statistics: int, enable_aclr: bool, enable_emask: bool, enable_obw: bool, segment=Segment.Default) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIST:SEGMent<nr>:SPECtrum driver.configure.wcdmaMeas.multiEval.listPy.segment.spectrum.set(spec_statistics = 1, enable_aclr = False, enable_emask = False, enable_obw = False, segment = repcap.Segment.Default)
Defines the statistical length for the AVERage and MAXimum calculation and enables the calculation of the different spectrum results in segment no. <no>; see ‘Multi-evaluation list mode’.
- param spec_statistics:
The statistical length is limited by the length of the segment (see method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.ListPy.Segment.Setup.set) .
- param enable_aclr:
OFF: Disable measurement. ON: Enable measurement of ACLR.
- param enable_emask:
Disable or enable measurement of spectrum emission mask.
- param enable_obw:
Disable or enable measurement of occupied bandwidth.
- param segment:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)