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: 4
Subgroups: 0
Direct child commands: 4
get_actual() float[source]
# [SOURce<HW>]:BBIN:SRATe:[ACTual]
value: float = driver.source.bbin.symbolRate.get_actual()

Sets the sample rate of the external digital baseband signal.

Returns:

actual: float Range: 25E6 to max (depends on options) max = 200E6 (R&S SMW-B10) max = 250E6 (R&S SMW-B9) max = 100E6 | 200E6 (for method RsSmw.source.bbin.digital.source() FADER1 | FADER2) See also ‘Supported digital interfaces and system configuration’.

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

get_source() BbinSampRateMode[source]
# [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.

Returns:

source: DIN | HSDin | USER USER Enabled for method RsSmw.source.bbin.digital.interface() DIN. Set the value with method RsSmw.source.bbin.symbolRate.actual() . DIN Enabled for method RsSmw.source.bbin.digital.source() CODER1 | CODER2. Estimates the sample rate based on the digital input signal. HSDin Enabled for method RsSmw.source.bbin.digital.interface() HSDin. *RST: USER (R&S SMW-B10) /HSDin (R&S SMW-B9)

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)

Sets the sample rate of the external digital baseband signal.

Parameters:

actual – float Range: 25E6 to max (depends on options) max = 200E6 (R&S SMW-B10) max = 250E6 (R&S SMW-B9) max = 100E6 | 200E6 (for method RsSmw.source.bbin.digital.source() FADER1 | FADER2) See also ‘Supported digital interfaces and system configuration’.

set_source(source: BbinSampRateMode) None[source]
# [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.

Parameters:

source – DIN | HSDin | USER USER Enabled for method RsSmw.source.bbin.digital.interface() DIN. Set the value with method RsSmw.source.bbin.symbolRate.actual() . DIN Enabled for method RsSmw.source.bbin.digital.source() CODER1 | CODER2. Estimates the sample rate based on the digital input signal. HSDin Enabled for method RsSmw.source.bbin.digital.interface() HSDin. *RST: USER (R&S SMW-B10) /HSDin (R&S SMW-B9)