Linear

SCPI Command :

[SOURce<HW>]:AM<CH>:DEPTh:LINear
class LinearCls[source]

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

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

Sets the depth of the linear amplitude modulation in percent / volt.

param generatorIx:

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

return:

depth_lin: float Range: 0 to 100

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

Sets the depth of the linear amplitude modulation in percent / volt.

param depth_lin:

float Range: 0 to 100

param generatorIx:

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