Depth

SCPI Command :

WGENerator<*>:MODulation:AM:DEPTh
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(wgenerator=Wgenerator.Default) float[source]
# WGENerator<*>:MODulation:AM:DEPTh
value: float = driver.wgenerator.modulation.am.depth.get(wgenerator = repcap.Wgenerator.Default)

Sets the amplitude modulation depth.

Parameters:

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

Returns:

depth: 0 to 100

set(depth: float, wgenerator=Wgenerator.Default) None[source]
# WGENerator<*>:MODulation:AM:DEPTh
driver.wgenerator.modulation.am.depth.set(depth = 1.0, wgenerator = repcap.Wgenerator.Default)

Sets the amplitude modulation depth.

Parameters:
  • depth – 0 to 100

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