Depth

SCPI Commands :

[SOURce<HW>]:AM:DEPTh:SUM
[SOURce<HW>]:AM<CH>:[DEPTh]
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get(generatorIx=GeneratorIx.Default) float[source]
# [SOURce<HW>]:AM<CH>:[DEPTh]
value: float = driver.source.am.depth.get(generatorIx = repcap.GeneratorIx.Default)

Sets the depth of the amplitude modulation in percent.

Parameters:

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

Returns:

depth: float Range: 0 to 100

get_sum() float[source]
# [SOURce<HW>]:AM:DEPTh:SUM
value: float = driver.source.am.depth.get_sum()

Sets the total depth of the LF signal when using combined signal sources in amplitude modulation.

Returns:

am_depth_sum: float Range: 0 to 100

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

Sets the depth of the amplitude modulation in percent.

Parameters:
  • depth – float Range: 0 to 100

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

set_sum(am_depth_sum: float) None[source]
# [SOURce<HW>]:AM:DEPTh:SUM
driver.source.am.depth.set_sum(am_depth_sum = 1.0)

Sets the total depth of the LF signal when using combined signal sources in amplitude modulation.

Parameters:

am_depth_sum – float Range: 0 to 100