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()

Sets the sample rate of the external digital baseband signal.

return

actual: float Range: 25E6 to max (depends on the installed options) max = 200E6 (R&S SMW-B10) max = 250E6 (R&S SMW-B9) max = 100E6|200E6 (for [:SOURcehw]:BBIN:DIGital:SOURceFADER1|FADER2) See also ‘Supported digital interfaces depending on the system configuration’.

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: 1050E6 to 1250E6

get_source() RsSmw.enums.BbinSampRateMode[source]
# SCPI: [SOURce<HW>]:BBIN:SRATe:SOURce
value: enums.BbinSampRateMode = driver.source.bbin.symbolRate.get_source()

Selects whether the sample rate is estimated based on the digital input signal or is a user-defined value.

return

source: DIN | HSDin | USER USER Enabled for [:SOURcehw]:BBIN:DIGital:INTerfaceDIN. Set the value with [:SOURcehw]:BBIN:SRATe[:ACTual]. DIN Enabled for [:SOURcehw]:BBIN:DIGital:SOURceCODER1|CODER2. Estimates the sample rate based on the digital input signal. HSDin Enabled for [:SOURcehw]:BBIN:DIGital:INTerfaceHSDin. *RST: USER (R&S SMW-B10) /HSDin (R&S SMW-B9)

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)

Sets the sample rate of the external digital baseband signal.

param actual

float Range: 25E6 to max (depends on the installed options) max = 200E6 (R&S SMW-B10) max = 250E6 (R&S SMW-B9) max = 100E6|200E6 (for [:SOURcehw]:BBIN:DIGital:SOURceFADER1|FADER2) See also ‘Supported digital interfaces depending on the system configuration’.

set_source(source: RsSmw.enums.BbinSampRateMode) None[source]
# SCPI: [SOURce<HW>]:BBIN:SRATe:SOURce
driver.source.bbin.symbolRate.set_source(source = enums.BbinSampRateMode.DIN)

Selects whether the sample rate is estimated based on the digital input signal or is a user-defined value.

param source

DIN | HSDin | USER USER Enabled for [:SOURcehw]:BBIN:DIGital:INTerfaceDIN. Set the value with [:SOURcehw]:BBIN:SRATe[:ACTual]. DIN Enabled for [:SOURcehw]:BBIN:DIGital:SOURceCODER1|CODER2. Estimates the sample rate based on the digital input signal. HSDin Enabled for [:SOURcehw]:BBIN:DIGital:INTerfaceHSDin. *RST: USER (R&S SMW-B10) /HSDin (R&S SMW-B9)