Hsdpcch

SCPI Commands

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

Hsdpcch commands group definition. 2 total commands, 1 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 570

  • 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>:HSDPcch
value: GetStruct = driver.configure.multiEval.limit.rcdError.eecdp.carrier.hsdpcch.get(carrier = repcap.Carrier.Default)

Specifies the presence of an HS-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. For the HS-DPCCH three sets of beta factor and spreading factor can be configured, depending on whether it transports an ACK, NACK or CQI. This command configures/returns the values related to the currently active set. For selection of the active set, see method RsCmwWcdmaMeas.Configure.MultiEval.Limit.RcdError.Eecdp.Carrier.Hsdpcch.Config.set.

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>:HSDPcch
driver.configure.multiEval.limit.rcdError.eecdp.carrier.hsdpcch.set(enable = False, beta_factor = 1, spreading_factor = 1, carrier = repcap.Carrier.Default)

Specifies the presence of an HS-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. For the HS-DPCCH three sets of beta factor and spreading factor can be configured, depending on whether it transports an ACK, NACK or CQI. This command configures/returns the values related to the currently active set. For selection of the active set, see method RsCmwWcdmaMeas.Configure.MultiEval.Limit.RcdError.Eecdp.Carrier.Hsdpcch.Config.set.

param enable

OFF | ON Channel disabled | enabled

param beta_factor

numeric Range: 5 to 570

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

Cloning the Group

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

Subgroups