Depth
SCPI Command :
WGENerator<*>:MODulation:AM:DEPTh
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(waveformGen=WaveformGen.Default) float[source]
# WGENerator<*>:MODulation:AM:DEPTh value: float = driver.wgenerator.modulation.am.depth.get(waveformGen = repcap.WaveformGen.Default)
Sets the modulation depth, the percentage of the amplitude range that is used for AM modulation.
- Parameters:
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)
- Returns:
depth: 0 to 100
- set(depth: float, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:MODulation:AM:DEPTh driver.wgenerator.modulation.am.depth.set(depth = 1.0, waveformGen = repcap.WaveformGen.Default)
Sets the modulation depth, the percentage of the amplitude range that is used for AM modulation.
- Parameters:
depth – 0 to 100
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)