Fsk
SCPI Command :
[SOURce<HW>]:BB:GSM:FSK:DEViation
- class FskCls[source]
Fsk commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_deviation() float [source]
# SCPI: [SOURce<HW>]:BB:GSM:FSK:DEViation value: float = driver.source.bb.gsm.fsk.get_deviation()
Sets the modulation deviation when BB:GSM:FORMat FSK2 is selected. The range of values depends on the symbol rate (BB:GSM:SRATe) . The maximum deviation is 10 MHz.
- return
deviation: float Range: 0.1xf(symb) to 1.5xf(symb) ;(10MHz) , Unit: Hz
- set_deviation(deviation: float) None [source]
# SCPI: [SOURce<HW>]:BB:GSM:FSK:DEViation driver.source.bb.gsm.fsk.set_deviation(deviation = 1.0)
Sets the modulation deviation when BB:GSM:FORMat FSK2 is selected. The range of values depends on the symbol rate (BB:GSM:SRATe) . The maximum deviation is 10 MHz.
- param deviation
float Range: 0.1xf(symb) to 1.5xf(symb) ;(10MHz) , Unit: Hz