Fsk

SCPI Command :

[SOURce<HW>]:BB:DM:FSK:DEViation
class FskCls[source]

Fsk commands group definition. 3 total commands, 1 Subgroups, 1 group commands

get_deviation() float[source]
# SCPI: [SOURce<HW>]:BB:DM:FSK:DEViation
value: float = driver.source.bb.dm.fsk.get_deviation()

Sets the frequency deviation when FSK modulation is selected.

return

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

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

param deviation

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

Cloning the Group

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

Subgroups