Exponential

SCPI Command :

[SOURce<HW>]:AM<CH>:DEPTh:EXPonential
class ExponentialCls[source]

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

get(generatorIx=GeneratorIx.Default) float[source]
# SCPI: [SOURce<HW>]:AM<CH>:DEPTh:EXPonential
value: float = driver.source.am.depth.exponential.get(generatorIx = repcap.GeneratorIx.Default)

Sets the depth of the exponential amplitude modulation in dB/volt.

param generatorIx:

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

return:

depth_exp: float Range: 0 to 100

set(depth_exp: float, generatorIx=GeneratorIx.Default) None[source]
# SCPI: [SOURce<HW>]:AM<CH>:DEPTh:EXPonential
driver.source.am.depth.exponential.set(depth_exp = 1.0, generatorIx = repcap.GeneratorIx.Default)

Sets the depth of the exponential amplitude modulation in dB/volt.

param depth_exp:

float Range: 0 to 100

param generatorIx:

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