SymbolRate

SCPI Command :

[SOURce<HW>]:BB:BTOoth:SRATe:VARiation
class SymbolRateCls[source]

SymbolRate commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_variation() float[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:SRATe:VARiation
value: float = driver.source.bb.btooth.symbolRate.get_variation()

Sets the symbol rate.

return

variation: float Range: 4E2 to 15E6

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

Sets the symbol rate.

param variation

float Range: 4E2 to 15E6

Cloning the Group

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

Subgroups