Symmetry

SCPI Command :

WGENerator<*>:MODulation:FM:SYMMetry
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(waveformGen=WaveformGen.Default) float[source]
# WGENerator<*>:MODulation:FM:SYMMetry
value: float = driver.wgenerator.modulation.fm.symmetry.get(waveformGen = repcap.WaveformGen.Default)

Sets the symmetry for the FM 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:FM:SYMMetry
driver.wgenerator.modulation.fm.symmetry.set(ramp_symmetry = 1.0, waveformGen = repcap.WaveformGen.Default)

Sets the symmetry for the FM 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’)