Edpcch

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:MEValuation:LIMit:RCDerror:EECDp:CARRier<Carrier>:EDPCch
class Edpcch[source]

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

class GetStruct[source]

Response structure. Fields:

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

  • Beta_Factor: int: numeric Range: 5 to 3585

  • 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>)GetStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:RCDerror:EECDp:CARRier<carrier>:EDPCch
value: GetStruct = driver.configure.multiEval.limit.rcdError.eecdp.carrier.edpcch.get(carrier = repcap.Carrier.Default)

Specifies the presence of an E-DPCCH 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’)

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>)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:RCDerror:EECDp:CARRier<carrier>:EDPCch
driver.configure.multiEval.limit.rcdError.eecdp.carrier.edpcch.set(enable = False, beta_factor = 1, spreading_factor = 1, carrier = repcap.Carrier.Default)

Specifies the presence of an E-DPCCH 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 3585

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’)