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() BbinSampRateModeb[source]
# SCPI: [SOURce<HW>]:BBIN:SRATe:SOURce
value: enums.BbinSampRateModeb = driver.source.bbin.symbolRate.get_source()

Queries the digital interface used to estimate the sample rate.

return:

source: HSDin HSDin Queried for [:SOURcehw]:BBIN:DIGital:INTerface HSDin.

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_source(source: BbinSampRateModeb) None[source]
# SCPI: [SOURce<HW>]:BBIN:SRATe:SOURce
driver.source.bbin.symbolRate.set_source(source = enums.BbinSampRateModeb.HSDin)

Queries the digital interface used to estimate the sample rate.

param source:

HSDin HSDin Queried for [:SOURcehw]:BBIN:DIGital:INTerface HSDin.