Symmetry
SCPI Command :
WGENerator<*>:FUNCtion:RAMP[:SYMMetry]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(waveformGen=WaveformGen.Default) float[source]
# WGENerator<*>:FUNCtion:RAMP[:SYMMetry] value: float = driver.wgenerator.function.ramp.symmetry.get(waveformGen = repcap.WaveformGen.Default)
Sets the symmetry of a ramp waveform, the percentage of time the waveform is rising. By changing the symmetry of the ramp, you can create, for example, triangular waveforms.
- 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<*>:FUNCtion:RAMP[:SYMMetry] driver.wgenerator.function.ramp.symmetry.set(ramp_symmetry = 1.0, waveformGen = repcap.WaveformGen.Default)
Sets the symmetry of a ramp waveform, the percentage of time the waveform is rising. By changing the symmetry of the ramp, you can create, for example, triangular waveforms.
- Parameters:
ramp_symmetry – 0 to 100
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)