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