Dpdch

SCPI Command :

CONFigure:WCDMa:MEASurement<instance>:UECHannels:CARRier<carrier>:DPDCh
class DpdchCls[source]

Dpdch commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class DpdchStruct[source]

Response structure. Fields:

  • Enable: bool: Channel disabled | enabled

  • Beta_Factor: int: No parameter help available

  • Spreading_Factor: int: No parameter help available

get(carrier=Carrier.Default) DpdchStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:UECHannels:CARRier<carrier>:DPDCh
value: DpdchStruct = driver.configure.wcdmaMeas.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.

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(enable: bool, beta_factor: int, spreading_factor: int, carrier=Carrier.Default) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:UECHannels:CARRier<carrier>:DPDCh
driver.configure.wcdmaMeas.ueChannels.carrier.dpdch.set(enable = False, beta_factor = 1, spreading_factor = 1, carrier = repcap.Carrier.Default)

Specifies the presence of a DPDCH in the uplink signal and the beta factor and spreading factor of the channel.

param enable:

Channel disabled | enabled

param beta_factor:

No help available

param spreading_factor:

No help available

param carrier:

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