SymbolRate
SCPI Commands :
[SOURce<HW>]:BBIN:SRATe:MAX
[SOURce<HW>]:BBIN:SRATe:SOURce
[SOURce<HW>]:BBIN:SRATe:SUM
[SOURce<HW>]:BBIN:SRATe:[ACTual]
- class SymbolRateCls[source]
SymbolRate commands group definition. 4 total commands, 0 Subgroups, 4 group commands
- get_actual() float [source]
# SCPI: [SOURce<HW>]:BBIN:SRATe:[ACTual] value: float = driver.source.bbin.symbolRate.get_actual()
Queries the sample rate of the external digital baseband signal.
- return
actual: float Range: 400 to 100E6
- get_max() int [source]
# SCPI: [SOURce<HW>]:BBIN:SRATe:MAX value: int = driver.source.bbin.symbolRate.get_max()
Queries the maximum sample rate.
- return
dig_iq_hs_out_sr_max: integer Range: 400 to 600E6
- get_source() RsSmbv.enums.BbinSampRateMode [source]
# SCPI: [SOURce<HW>]:BBIN:SRATe:SOURce value: enums.BbinSampRateMode = driver.source.bbin.symbolRate.get_source()
Sets the digital interface used to estimate the sample rate.
- return
source: DIN | HSDin DIN Estimates the sample rate based on the digital input signal. HSDin Enabled for [:SOURcehw]:BBIN:DIGital:INTerfaceHSDin.
- get_sum() int [source]
# SCPI: [SOURce<HW>]:BBIN:SRATe:SUM value: int = driver.source.bbin.symbolRate.get_sum()
Queries the sum of the sample rates of all active channels.
- return
dig_iq_hs_out_sr_sum: integer Range: 0 to depends on settings
- set_actual(actual: float) None [source]
# SCPI: [SOURce<HW>]:BBIN:SRATe:[ACTual] driver.source.bbin.symbolRate.set_actual(actual = 1.0)
Queries the sample rate of the external digital baseband signal.
- param actual
float Range: 400 to 100E6
- set_source(source: RsSmbv.enums.BbinSampRateMode) None [source]
# SCPI: [SOURce<HW>]:BBIN:SRATe:SOURce driver.source.bbin.symbolRate.set_source(source = enums.BbinSampRateMode.DIN)
Sets the digital interface used to estimate the sample rate.
- param source
DIN | HSDin DIN Estimates the sample rate based on the digital input signal. HSDin Enabled for [:SOURcehw]:BBIN:DIGital:INTerfaceHSDin.