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