Parameter | Value | Waveform | Definition |
p3 | 1 | Squarewave | Repetitive squarewave with frequency F and duty cycle d. The duty cycle d defines how long the amplitude is positive. |
p3 | 2 | Triangle | Repetitive triangle waveform with frequency F and duty cycle d. The duty cycle d defines how long the waveform is rising from DC-AC to DC+AC. Set d=1 to create a rising sawtooth. Set d=0 to create a falling sawtooth |
p3 | 3 | Sinusoidal | y=DC+AC*sin(2*PI*F*t-Phase) |
p3 | 4 | Pulse | For t<1/F the ouput equals DC+AC, if t>1/F the output equals DC |
p3 | 5 | Step | If t>Tdelay, the output becomes DC+AC |
p3 | 6 | Saw | Repetitive triangle waveform with frequency F and duty cycle d. The duty cycle d defines how long the waveform is rising from DC-AC to DC+AC. |
p3 | 7 | Center | Centered square wave. The width of pulse of the squarewave is defined by the input d. For d=1, the output is a squarewave. For d <1 the width of pulse of the squarewave is equal to (1/2)*(1/F)*d. |
p3 | 8 | Trapezoidal | Centered trapezoidal wave. The width of maximum part of the waveform is defined by the input d. For d=1, the output is a squarewave. For d <1 the width of maximum part of the wave is equal to (1/2)*(1/F)*d. For d=0, the output is a triangle waveform. |