SymbolRate

SCPI Command :

[SOURce<HW>]:BBIN:SRATe:[ACTual]
class SymbolRateCls[source]

SymbolRate commands group definition. 1 total commands, 0 Subgroups, 1 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 250E6

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 250E6