Deviation
SCPI Command :
[SOURce<HW>]:BB:DM:FSK:VARiable:SYMBol<CH0>:DEViation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(indexNull=IndexNull.Default) float[source]
# [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.
- Parameters:
indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Symbol’)
- Returns:
deviation: float Range: depends on settings , Unit: Hz
- set(deviation: float, indexNull=IndexNull.Default) None[source]
# [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.
- Parameters:
deviation – float Range: depends on settings , Unit: Hz
indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Symbol’)