Dpcch

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:UECHannels:CARRier<Carrier>:DPCCh
class Dpcch[source]

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

class DpcchStruct[source]

Structure for setting input parameters. Fields:

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

  • Beta_Factor: int: numeric Range: 1 to 15

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

get(carrier=<Carrier.Default: -1>)DpcchStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:UECHannels:CARRier<carrier>:DPCCh
value: DpcchStruct = driver.configure.ueChannels.carrier.dpcch.get(carrier = repcap.Carrier.Default)
Specifies the presence of a DPCCH in the uplink signal and the beta factor and spreading factor of the channel.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • Beta factor setting:

Table Header:

  • CONFigure:WCDMa:SIGN<i>:UL:GFACtor:PDATa<no>

  • CONFigure:WCDMa:SIGN<i>:UL:GFACtor:RMC<no>

  • CONFigure:WCDMa:SIGN<i>:UL:GFACtor:VIDeo

  • CONFigure:WCDMa:SIGN<i>:UL:GFACtor:VOICe

  • 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 DpcchStruct structure arguments.

set(structure: RsCmwWcdmaMeas.Implementations.Configure_.UeChannels_.Carrier_.Dpcch.Dpcch.DpcchStruct, carrier=<Carrier.Default: -1>)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:UECHannels:CARRier<carrier>:DPCCh
driver.configure.ueChannels.carrier.dpcch.set(value = [PROPERTY_STRUCT_NAME](), carrier = repcap.Carrier.Default)
Specifies the presence of a DPCCH in the uplink signal and the beta factor and spreading factor of the channel.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • Beta factor setting:

Table Header:

  • CONFigure:WCDMa:SIGN<i>:UL:GFACtor:PDATa<no>

  • CONFigure:WCDMa:SIGN<i>:UL:GFACtor:RMC<no>

  • CONFigure:WCDMa:SIGN<i>:UL:GFACtor:VIDeo

  • CONFigure:WCDMa:SIGN<i>:UL:GFACtor:VOICe

  • Setting of spreading factor via automatic configuration depending on connection

configuration

param structure

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

param carrier

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