SymbolRate

SCPI Command :

[SOURce<HW>]:BB:EUTRa:SRATe:VARiation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_variation() float[source]
# [SOURce<HW>]:BB:EUTRa:SRATe:VARiation
value: float = driver.source.bb.eutra.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.

Returns:

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

set_variation(variation: float) None[source]
# [SOURce<HW>]:BB:EUTRa:SRATe:VARiation
driver.source.bb.eutra.symbolRate.set_variation(variation = 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.

Parameters:

variation – float Range: 400 to 4E7, Unit: Hz