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. The value range depends on the configured symbol rate. For more information, refer to the specifications document.
- param indexNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Symbol’)
- return:
deviation: float Range: depends on settings , 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. The value range depends on the configured symbol rate. For more information, refer to the specifications document.
- param deviation:
float Range: depends on settings , Unit: Hz
- param indexNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Symbol’)