SymbolRate
SCPI Commands :
[SOURce<HW>]:BB:WLNN:SRATe:VARiation
[SOURce<HW>]:BB:WLNN:SRATe
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_value() float[source]
# [SOURce<HW>]:BB:WLNN:SRATe value: float = driver.source.bb.wlnn.symbolRate.get_value()
Displays the sample rate specific for the selected bandwidth (method
RsSmw.source.bb.wlnn.bandwidth()) .- Returns:
samp_rate: float 20MHz for BW20, 60MHz for BW40.
- get_variation() float[source]
# [SOURce<HW>]:BB:WLNN:SRATe:VARiation value: float = driver.source.bb.wlnn.symbolRate.get_variation()
Sets the sample rate of the signal.
- Returns:
variation: float Range: 400 to 40000000, Unit: Hz (c/s)
- set_variation(variation: float) None[source]
# [SOURce<HW>]:BB:WLNN:SRATe:VARiation driver.source.bb.wlnn.symbolRate.set_variation(variation = 1.0)
Sets the sample rate of the signal.
- Parameters:
variation – float Range: 400 to 40000000, Unit: Hz (c/s)