Dpch
SCPI Commands :
[SOURce<HW>]:BB:W3GPp:PPARameter:DPCH:COUNt
[SOURce<HW>]:BB:W3GPp:PPARameter:DPCH:SRATe
- class DpchCls[source]
Dpch commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_count() int [source]
# SCPI: [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) .
- return
count: integer Range: 0 to 512 (Max depends on other settings)
- get_symbol_rate() RsSmbv.enums.SymbRate [source]
# SCPI: [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.
- return
srate: D7K5| D15K| D30K| D60K| D120k| D240k| D480k| D960k
- set_count(count: int) None [source]
# SCPI: [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) .
- param count
integer Range: 0 to 512 (Max depends on other settings)
- set_symbol_rate(srate: RsSmbv.enums.SymbRate) None [source]
# SCPI: [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.
- param srate
D7K5| D15K| D30K| D60K| D120k| D240k| D480k| D960k