SymbolRate

SCPI Command :

[SOURce<HW>]:BB:ONEWeb:SRATe:VARiation
class SymbolRateCls[source]

SymbolRate commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_variation() float[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:SRATe:VARiation
value: float = driver.source.bb.oneweb.symbolRate.get_variation()

Sets the output sample rate. A variation of this parameter affects the ARB clock rate; all other signal parameters remain unchanged. The current value of this parameter depends on the current physical settings, like the channel bandwidth.

return

sample_rate_var: float Range: 400 to 4E7, Unit: Hz

set_variation(sample_rate_var: float) None[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:SRATe:VARiation
driver.source.bb.oneweb.symbolRate.set_variation(sample_rate_var = 1.0)

Sets the output sample rate. A variation of this parameter affects the ARB clock rate; all other signal parameters remain unchanged. The current value of this parameter depends on the current physical settings, like the channel bandwidth.

param sample_rate_var

float Range: 400 to 4E7, Unit: Hz