CdPower

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:MEValuation:LIST:SEGMent<Segment>:CDPower
class CdPower[source]

CdPower commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class CdPowerStruct[source]

Structure for setting input parameters. Contains optional setting parameters. Fields:

  • Mod_Statistics: int: integer The statistical length is limited by the length of the segment (see [CMDLINK: CONFigure:WCDMa:MEASi:MEValuation:LIST:SEGMentno:SETup CMDLINK]) . Range: 1 to 1000

  • Enable_Cdp: bool: OFF | ON OFF: Disable measurement ON: Enable measurement of code domain power

  • Enable_Cde: bool: OFF | ON Disable or enable measurement of code domain error

  • Enable_Pcde: bool: Optional setting parameter. OFF | ON Disable or enable measurement of peak code domain error

get(segment=<Segment.Default: -1>)CdPowerStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIST:SEGMent<nr>:CDPower
value: CdPowerStruct = driver.configure.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 RsCmwWcdmaMeas.Configure.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(structure: RsCmwWcdmaMeas.Implementations.Configure_.MultiEval_.ListPy_.Segment_.CdPower.CdPower.CdPowerStruct, segment=<Segment.Default: -1>)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIST:SEGMent<nr>:CDPower
driver.configure.multiEval.listPy.segment.cdPower.set(value = [PROPERTY_STRUCT_NAME](), 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 RsCmwWcdmaMeas.Configure.MultiEval.ListPy.Segment. Modulation.set) .

param structure

for set value, see the help for CdPowerStruct structure arguments.

param segment

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)