SymbolRate

SCPI Commands :

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

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

get_value() float[source]
# SCPI: [SOURce<HW>]:BB:WLNN:SRATe
value: float = driver.source.bb.wlnn.symbolRate.get_value()

Displays the sample rate specific for the selected bandwidth ([:SOURce<hw>]:BB:WLNN:BWidth) .

return

samp_rate: float 20MHz for BW20, 60MHz for BW40.

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

Sets the sample rate of the signal.

return

variation: float Range: 400 to 40000000, Unit: Hz (c/s)

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

Sets the sample rate of the signal.

param variation

float Range: 400 to 40000000, Unit: Hz (c/s)