SymbolRate

SCPI Command :

[SOURce<HW>]:BB:LORA:SRATe:VARiation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_variation() float[source]
# [SOURce<HW>]:BB:LORA:SRATe:VARiation
value: float = driver.source.bb.lora.symbolRate.get_variation()

Sets the sample rate of the signal. A variation of this parameter affects the ARB clock rate; all other signal parameters remain unchanged. When changing values of the affecting parameters, the sample rate is reset.

Returns:

variation: float Range: 4E2 to 20E6

set_variation(variation: float) None[source]
# [SOURce<HW>]:BB:LORA:SRATe:VARiation
driver.source.bb.lora.symbolRate.set_variation(variation = 1.0)

Sets the sample rate of the signal. A variation of this parameter affects the ARB clock rate; all other signal parameters remain unchanged. When changing values of the affecting parameters, the sample rate is reset.

Parameters:

variation – float Range: 4E2 to 20E6