SymbolRate

SCPI Command :

[SOURce<HW>]:BB:EUTRa: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: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.

return

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

set_variation(variation: float) None[source]
# SCPI: [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.

param variation

float Range: 400 to 4E7, Unit: Hz