Symbols

SCPI Command :

[SOURce<HW>]:BB:DVBS2:SYMBols:[RATE]
class SymbolsCls[source]

Symbols commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_rate() float[source]
# SCPI: [SOURce<HW>]:BB:DVBS2:SYMBols:[RATE]
value: float = driver.source.bb.dvbs2.symbols.get_rate()

Sets the symbol rate. In the transmission spectrum, the symbol rate represents the 3 dB bandwidth.

return:

symbol_rate: float Range: 0,100000 to 90,000000

set_rate(symbol_rate: float) None[source]
# SCPI: [SOURce<HW>]:BB:DVBS2:SYMBols:[RATE]
driver.source.bb.dvbs2.symbols.set_rate(symbol_rate = 1.0)

Sets the symbol rate. In the transmission spectrum, the symbol rate represents the 3 dB bandwidth.

param symbol_rate:

float Range: 0,100000 to 90,000000