SymbolRate
SCPI Command :
[SOURce<HW>]:BB:LRWPan:SRATe:VARiation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_variation() float[source]
# [SOURce<HW>]:BB:LRWPan:SRATe:VARiation value: float = driver.source.bb.lrWpan.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:
sym_rate_var: float Range: 400 to 3.19488E10
- set_variation(sym_rate_var: float) None[source]
# [SOURce<HW>]:BB:LRWPan:SRATe:VARiation driver.source.bb.lrWpan.symbolRate.set_variation(sym_rate_var = 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:
sym_rate_var – float Range: 400 to 3.19488E10