SymbolRate

SCPI Command :

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

return

variation: float Range: 4E2 to 20E6

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

param variation

float Range: 4E2 to 20E6