CdPower
SCPI Command :
CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIST:SEGMent<nr>:CDPower
- class CdPowerCls[source]
CdPower commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class CdPowerStruct[source]
Response structure. 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_Cdp: bool: OFF: Disable measurement ON: Enable measurement of code domain power.
Enable_Cde: bool: Disable or enable measurement of code domain error.
Enable_Pcde: bool: Disable or enable measurement of peak code domain error.
- get(segment=Segment.Default) CdPowerStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIST:SEGMent<nr>:CDPower value: CdPowerStruct = driver.configure.wcdmaMeas.multiEval.listPy.segment.cdPower.get(segment = repcap.Segment.Default)
Defines the statistical length for the AVERage, MINimum, MAXimum and SDEViation calculation and enables the calculation of the different code domain results in segment no. <no>; see ‘Multi-evaluation list mode’. The statistical length for CDP, CDE, PCDE and modulation results is identical (see also method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.ListPy. Segment.Modulation.set) .
- param segment:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
- return:
structure: for return value, see the help for CdPowerStruct structure arguments.
- set(mod_statistics: int, enable_cdp: bool, enable_cde: bool, enable_pcde: bool = None, segment=Segment.Default) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIST:SEGMent<nr>:CDPower driver.configure.wcdmaMeas.multiEval.listPy.segment.cdPower.set(mod_statistics = 1, enable_cdp = False, enable_cde = False, enable_pcde = False, segment = repcap.Segment.Default)
Defines the statistical length for the AVERage, MINimum, MAXimum and SDEViation calculation and enables the calculation of the different code domain results in segment no. <no>; see ‘Multi-evaluation list mode’. The statistical length for CDP, CDE, PCDE and modulation results is identical (see also method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.ListPy. Segment.Modulation.set) .
- param mod_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_cdp:
OFF: Disable measurement ON: Enable measurement of code domain power.
- param enable_cde:
Disable or enable measurement of code domain error.
- param enable_pcde:
Disable or enable measurement of peak code domain error.
- param segment:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)