Modulation
SCPI Command :
CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIST:SEGMent<nr>:MODulation
- class ModulationCls[source]
Modulation commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class ModulationStruct[source]
Structure for setting input parameters. Fields:
Mod_Statistics: int: The statistical length is limited by the length of the segment (see [CMDLINKRESOLVED Configure.WcdmaMeas.MultiEval.ListPy.Segment.Setup#set CMDLINKRESOLVED]) .
Enable_Ue_Power: bool: OFF: Disable measurement. ON: Enable measurement of UE power.
Enable_Evm: bool: Disable or enable measurement of EVM.
Enable_Mag_Error: bool: Disable or enable measurement of magnitude error.
Enable_Phase_Err: bool: Disable or enable measurement of phase error.
Enable_Freq_Error: bool: Disable or enable measurement of frequency error.
Enable_Iq: bool: Disable or enable measurement of I/Q origin offset and imbalance.
- get(segment=Segment.Default) ModulationStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIST:SEGMent<nr>:MODulation value: ModulationStruct = driver.configure.wcdmaMeas.multiEval.listPy.segment.modulation.get(segment = repcap.Segment.Default)
Defines the statistical length for the AVERage, MAXimum, and SDEViation calculation and enables the calculation of the different modulation results in segment no. <no>; see ‘Multi-evaluation list mode’. The statistical length for CDP, CDE and modulation results is identical (see also method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.ListPy.Segment. CdPower.set) .
- param segment:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
- return:
structure: for return value, see the help for ModulationStruct structure arguments.
- set(structure: ModulationStruct, segment=Segment.Default) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIST:SEGMent<nr>:MODulation structure = driver.configure.wcdmaMeas.multiEval.listPy.segment.modulation.ModulationStruct() structure.Mod_Statistics: int = 1 structure.Enable_Ue_Power: bool = False structure.Enable_Evm: bool = False structure.Enable_Mag_Error: bool = False structure.Enable_Phase_Err: bool = False structure.Enable_Freq_Error: bool = False structure.Enable_Iq: bool = False driver.configure.wcdmaMeas.multiEval.listPy.segment.modulation.set(structure, segment = repcap.Segment.Default)
Defines the statistical length for the AVERage, MAXimum, and SDEViation calculation and enables the calculation of the different modulation results in segment no. <no>; see ‘Multi-evaluation list mode’. The statistical length for CDP, CDE and modulation results is identical (see also method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.ListPy.Segment. CdPower.set) .
- param structure:
for set value, see the help for ModulationStruct structure arguments.
- param segment:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)