Edpdch<EdpdChannel>

RepCap Settings

# Range: Nr1 .. Nr4
rc = driver.configure.ueChannels.carrier.edpdch.repcap_edpdChannel_get()
driver.configure.ueChannels.carrier.edpdch.repcap_edpdChannel_set(repcap.EdpdChannel.Nr1)

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:UECHannels:CARRier<Carrier>:EDPDch<EdpdChannel>
class Edpdch[source]

Edpdch commands group definition. 1 total commands, 0 Sub-groups, 1 group commands Repeated Capability: EdpdChannel, default value after init: EdpdChannel.Nr1

class EdpdchStruct[source]

Structure for setting input parameters. Fields:

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

  • Beta_Factor: int: numeric Range: 5 to 5655

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

get(carrier=<Carrier.Default: -1>, edpdChannel=<EdpdChannel.Default: -1>)EdpdchStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:UECHannels:CARRier<carrier>:EDPDch<nr>
value: EdpdchStruct = driver.configure.ueChannels.carrier.edpdch.get(carrier = repcap.Carrier.Default, edpdChannel = repcap.EdpdChannel.Default)

Specifies the presence of a selected E-DPDCH (1 to 4) 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: CONFigure:WCDMa:SIGN<i>:UL:GFACtor:HSUPa:EDPCch

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

param edpdChannel

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

return

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

set(structure: RsCmwWcdmaMeas.Implementations.Configure_.UeChannels_.Carrier_.Edpdch.Edpdch.EdpdchStruct, carrier=<Carrier.Default: -1>, edpdChannel=<EdpdChannel.Default: -1>)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:UECHannels:CARRier<carrier>:EDPDch<nr>
driver.configure.ueChannels.carrier.edpdch.set(value = [PROPERTY_STRUCT_NAME](), carrier = repcap.Carrier.Default, edpdChannel = repcap.EdpdChannel.Default)

Specifies the presence of a selected E-DPDCH (1 to 4) 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: CONFigure:WCDMa:SIGN<i>:UL:GFACtor:HSUPa:EDPCch

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

param structure

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

param carrier

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

param edpdChannel

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.ueChannels.carrier.edpdch.clone()