SymbolRate

SCPI Command :

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

Sets the symbol rate.

Returns:

variation: float Range: 4E2 to 15E6

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

Sets the symbol rate.

Parameters:

variation – float Range: 4E2 to 15E6

Cloning the Group

# Create a copy of the original group, that exists independently
symbolRate_copy = driver.source.bb.btooth.symbolRate.clone()

Subgroups