Fsk

SCPI Command :

[SOURce<HW>]:BB:DM:FSK:DEViation
Commands in total: 3
Subgroups: 1
Direct child commands: 1
get_deviation() float[source]
# [SOURce<HW>]:BB:DM:FSK:DEViation
value: float = driver.source.bb.dm.fsk.get_deviation()

Sets the frequency deviation when FSK modulation is selected.

Returns:

deviation: float The value range depends on the symbol rate. Range: 1 to 40E6

set_deviation(deviation: float) None[source]
# [SOURce<HW>]:BB:DM:FSK:DEViation
driver.source.bb.dm.fsk.set_deviation(deviation = 1.0)

Sets the frequency deviation when FSK modulation is selected.

Parameters:

deviation – float The value range depends on the symbol rate. Range: 1 to 40E6

Cloning the Group

# Create a copy of the original group, that exists independently
fsk_copy = driver.source.bb.dm.fsk.clone()

Subgroups