Deviation

SCPI Command :

[SOURce<HW>]:BB:DM:FSK:VARiable:SYMBol<CH0>:DEViation
class DeviationCls[source]

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

get(indexNull=IndexNull.Default) float[source]
# SCPI: [SOURce<HW>]:BB:DM:FSK:VARiable:SYMBol<CH0>:DEViation
value: float = driver.source.bb.dm.fsk.variable.symbol.deviation.get(indexNull = repcap.IndexNull.Default)

Sets the deviation of the selected symbol for variable FSK modulation mode.

param indexNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Symbol’)

return

deviation: float The value range depends on the selected symbol rate (see data sheet) . Range: -40E6 to 40E6, Unit: Hz

set(deviation: float, indexNull=IndexNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:DM:FSK:VARiable:SYMBol<CH0>:DEViation
driver.source.bb.dm.fsk.variable.symbol.deviation.set(deviation = 1.0, indexNull = repcap.IndexNull.Default)

Sets the deviation of the selected symbol for variable FSK modulation mode.

param deviation

float The value range depends on the selected symbol rate (see data sheet) . Range: -40E6 to 40E6, Unit: Hz

param indexNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Symbol’)