Dpch

SCPI Commands :

[SOURce<HW>]:BB:TDSCdma:UP:PPARameter:DPCH:COUNt
[SOURce<HW>]:BB:TDSCdma:UP:PPARameter:DPCH:CRESt
[SOURce<HW>]:BB:TDSCdma:UP:PPARameter:DPCH:SFACtor
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_count() int[source]
# [SOURce<HW>]:BB:TDSCdma:UP:PPARameter:DPCH:COUNt
value: int = driver.source.bb.tdscdma.up.pparameter.dpch.get_count()

Sets the number of activated DPCHs. The maximum number depends on the spreading factor: Max. No. DPCH = 3 x ‘Spreading Factor’

Returns:

count: integer Range: 1 to 48

get_crest() CresFactMode[source]
# [SOURce<HW>]:BB:TDSCdma:UP:PPARameter:DPCH:CRESt
value: enums.CresFactMode = driver.source.bb.tdscdma.up.pparameter.dpch.get_crest()

Selects the desired range for the crest factor of the test scenario.

Returns:

crest: MINimum | AVERage | WORSt MINimum The crest factor is minimized. The channelization codes are distributed uniformly over the code domain. The timing offsets are increased by 3 per channel. AVERage An average crest factor is set. The channelization codes are distributed uniformly over the code domain. The timing offsets are all set to 0. WORSt The crest factor is set to an unfavorable value (i.e. maximum) . The channelization codes are assigned in ascending order. The timing offsets are all set to 0.

get_sfactor() TdscdmaSpreadFactor[source]
# [SOURce<HW>]:BB:TDSCdma:UP:PPARameter:DPCH:SFACtor
value: enums.TdscdmaSpreadFactor = driver.source.bb.tdscdma.up.pparameter.dpch.get_sfactor()

Sets the spreading factor for the DPCHs.

Returns:

sfactor: 1 | 2| 4 | 8| 16

set_count(count: int) None[source]
# [SOURce<HW>]:BB:TDSCdma:UP:PPARameter:DPCH:COUNt
driver.source.bb.tdscdma.up.pparameter.dpch.set_count(count = 1)

Sets the number of activated DPCHs. The maximum number depends on the spreading factor: Max. No. DPCH = 3 x ‘Spreading Factor’

Parameters:

count – integer Range: 1 to 48

set_crest(crest: CresFactMode) None[source]
# [SOURce<HW>]:BB:TDSCdma:UP:PPARameter:DPCH:CRESt
driver.source.bb.tdscdma.up.pparameter.dpch.set_crest(crest = enums.CresFactMode.AVERage)

Selects the desired range for the crest factor of the test scenario.

Parameters:

crest – MINimum | AVERage | WORSt MINimum The crest factor is minimized. The channelization codes are distributed uniformly over the code domain. The timing offsets are increased by 3 per channel. AVERage An average crest factor is set. The channelization codes are distributed uniformly over the code domain. The timing offsets are all set to 0. WORSt The crest factor is set to an unfavorable value (i.e. maximum) . The channelization codes are assigned in ascending order. The timing offsets are all set to 0.

set_sfactor(sfactor: TdscdmaSpreadFactor) None[source]
# [SOURce<HW>]:BB:TDSCdma:UP:PPARameter:DPCH:SFACtor
driver.source.bb.tdscdma.up.pparameter.dpch.set_sfactor(sfactor = enums.TdscdmaSpreadFactor._1)

Sets the spreading factor for the DPCHs.

Parameters:

sfactor – 1 | 2| 4 | 8| 16