Symmetry

SCPI Command :

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

Sets the symmetry, the percentage of time the ramp modulation waveform is rising, for amplitude modulation, if method RsRtx.wgenerator.modulation.typePy.set() is set to AM.

Parameters:

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

Returns:

ramp_symmetry: 0 to 100

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

Sets the symmetry, the percentage of time the ramp modulation waveform is rising, for amplitude modulation, if method RsRtx.wgenerator.modulation.typePy.set() is set to AM.

Parameters:
  • ramp_symmetry – 0 to 100

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