Dpch
SCPI Commands :
[SOURce<HW>]:BB:W3GPp:PPARameter:DPCH:COUNt
[SOURce<HW>]:BB:W3GPp:PPARameter:DPCH:SRATe
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_count() int[source]
# [SOURce<HW>]:BB:W3GPp:PPARameter:DPCH:COUNt value: int = driver.source.bb.w3Gpp.pparameter.dpch.get_count()
Sets the number of activated DPCHs. The maximum number is the ratio of the chip rate and the symbol rate (maximum 512 at the lowest symbol rate of 7.5 ksps) .
- Returns:
count: integer Range: 0 to 512 (Max depends on other settings)
- get_symbol_rate() SymbRate[source]
# [SOURce<HW>]:BB:W3GPp:PPARameter:DPCH:SRATe value: enums.SymbRate = driver.source.bb.w3Gpp.pparameter.dpch.get_symbol_rate()
This command sets the symbol rate of DPCHs. The setting takes effect only after execution of command BB:W3GPp:PPARameter:EXECute.
- Returns:
srate: D7K5 | D15K | D30K | D60K | D120k | D240k | D480k | D960k
- set_count(count: int) None[source]
# [SOURce<HW>]:BB:W3GPp:PPARameter:DPCH:COUNt driver.source.bb.w3Gpp.pparameter.dpch.set_count(count = 1)
Sets the number of activated DPCHs. The maximum number is the ratio of the chip rate and the symbol rate (maximum 512 at the lowest symbol rate of 7.5 ksps) .
- Parameters:
count – integer Range: 0 to 512 (Max depends on other settings)
- set_symbol_rate(srate: SymbRate) None[source]
# [SOURce<HW>]:BB:W3GPp:PPARameter:DPCH:SRATe driver.source.bb.w3Gpp.pparameter.dpch.set_symbol_rate(srate = enums.SymbRate.D120k)
This command sets the symbol rate of DPCHs. The setting takes effect only after execution of command BB:W3GPp:PPARameter:EXECute.
- Parameters:
srate – D7K5 | D15K | D30K | D60K | D120k | D240k | D480k | D960k