Hsdpcch

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:UECHannels:CARRier<Carrier>:HSDPcch
class Hsdpcch[source]

Hsdpcch commands group definition. 2 total commands, 1 Sub-groups, 1 group commands

class HsdpcchStruct[source]

Structure for setting input parameters. 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

get(carrier=<Carrier.Default: -1>)HsdpcchStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:UECHannels:CARRier<carrier>:HSDPcch
value: HsdpcchStruct = driver.configure.ueChannels.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. 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.UeChannels.Carrier.Hsdpcch.Config.set.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • Beta factor setting: CONFigure:WCDMa:SIGN<i>:UL:GFACtor:HSDPa

  • Setting of spreading factor via automatic configuration depending on connection configuration

param carrier

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

return

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

set(structure: RsCmwWcdmaMeas.Implementations.Configure_.UeChannels_.Carrier_.Hsdpcch.Hsdpcch.HsdpcchStruct, carrier=<Carrier.Default: -1>)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:UECHannels:CARRier<carrier>:HSDPcch
driver.configure.ueChannels.carrier.hsdpcch.set(value = [PROPERTY_STRUCT_NAME](), 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. 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.UeChannels.Carrier.Hsdpcch.Config.set.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • Beta factor setting: CONFigure:WCDMa:SIGN<i>:UL:GFACtor:HSDPa

  • Setting of spreading factor via automatic configuration depending on connection configuration

param structure

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

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.ueChannels.carrier.hsdpcch.clone()

Subgroups