Edpdch<EdpdChannel>

RepCap Settings

# Range: Nr1 .. Nr4
rc = driver.configure.multiEval.limit.rcdError.eecdp.carrier.edpdch.repcap_edpdChannel_get()
driver.configure.multiEval.limit.rcdError.eecdp.carrier.edpdch.repcap_edpdChannel_set(repcap.EdpdChannel.Nr1)

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:MEValuation:LIMit:RCDerror:EECDp:CARRier<Carrier>:EDPDch<EdpdChannel>
class Edpdch[source]

Edpdch commands group definition. 1 total commands, 0 Sub-groups, 1 group commands Repeated Capability: EdpdChannel, default value after init: EdpdChannel.Nr1

class GetStruct[source]

Response structure. Fields:

  • Enable: bool: OFF | ON Channel disabled | enabled

  • Beta_Factor: int: numeric Range: 5 to 5655

  • Spreading_Factor: int: numeric Range: 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256

  • Nominal_Cdp: float: float Range: -70 dB to 0 dB, Unit: dB

  • Effective_Cdp: float: float Range: -90 dB to 0 dB, Unit: dB

get(carrier=<Carrier.Default: -1>, edpdChannel=<EdpdChannel.Default: -1>)GetStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:RCDerror:EECDp:CARRier<carrier>:EDPDch<nr>
value: GetStruct = driver.configure.multiEval.limit.rcdError.eecdp.carrier.edpdch.get(carrier = repcap.Carrier.Default, edpdChannel = repcap.EdpdChannel.Default)

Specifies the presence of a selected E-DPDCH (1 to 4) in the uplink signal and the beta factor and spreading factor of the channel. A query returns also the nominal CDP and effective CDP resulting from these settings.

param carrier

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

param edpdChannel

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

return

structure: for return value, see the help for GetStruct structure arguments.

set(enable: bool, beta_factor: int, spreading_factor: int, carrier=<Carrier.Default: -1>, edpdChannel=<EdpdChannel.Default: -1>)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:RCDerror:EECDp:CARRier<carrier>:EDPDch<nr>
driver.configure.multiEval.limit.rcdError.eecdp.carrier.edpdch.set(enable = False, beta_factor = 1, spreading_factor = 1, carrier = repcap.Carrier.Default, edpdChannel = repcap.EdpdChannel.Default)

Specifies the presence of a selected E-DPDCH (1 to 4) in the uplink signal and the beta factor and spreading factor of the channel. A query returns also the nominal CDP and effective CDP resulting from these settings.

param enable

OFF | ON Channel disabled | enabled

param beta_factor

numeric Range: 5 to 5655

param spreading_factor

numeric Range: 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256

param carrier

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

param edpdChannel

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.multiEval.limit.rcdError.eecdp.carrier.edpdch.clone()