Fsk

SCPI Command :

[SOURce<HW>]:BB:GSM:FSK:DEViation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_deviation() float[source]
# [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.

Returns:

deviation: float Range: 0.1xf(symb) to 1.5xf(symb) ;(10MHz) , Unit: Hz

set_deviation(deviation: float) None[source]
# [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.

Parameters:

deviation – float Range: 0.1xf(symb) to 1.5xf(symb) ;(10MHz) , Unit: Hz