Dpdch

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:UECHannels:CARRier<Carrier>:DPDCh
class Dpdch[source]

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

class DpdchStruct[source]

Structure for setting input parameters. Fields:

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

  • Beta_Factor: int: numeric Range: 0 to 15

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

get(carrier=<Carrier.Default: -1>)DpdchStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:UECHannels:CARRier<carrier>:DPDCh
value: DpdchStruct = driver.configure.ueChannels.carrier.dpdch.get(carrier = repcap.Carrier.Default)
Specifies the presence of a DPDCH 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 DpdchStruct structure arguments.

set(structure: RsCmwWcdmaMeas.Implementations.Configure_.UeChannels_.Carrier_.Dpdch.Dpdch.DpdchStruct, carrier=<Carrier.Default: -1>)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:UECHannels:CARRier<carrier>:DPDCh
driver.configure.ueChannels.carrier.dpdch.set(value = [PROPERTY_STRUCT_NAME](), carrier = repcap.Carrier.Default)
Specifies the presence of a DPDCH 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 DpdchStruct structure arguments.

param carrier

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