offset | signal ground value |
a | amplitude |
ts | start time (when the slope starts to rise) |
tr | rise time (time the signal needs to reach the upper value) |
k | number of outputs during the rise of the ramp (only for QSS1) |
yVal[1] | yVal[2] | yVal[3] | |
t=0 | offset | 0 | 0 |
t=ts+i*tr/k | offset+i*a/k | 0 | 0 |
i={0,1,2,...,k} |
Parameter setting: |
offset=0 a=1 ts=1 tr=1 k=10 |
yVal[1] | yVal[2] | yVal[3] | |
t=0 | offset | 0 | 0 |
t=ts | offset | a/tr | 0 |
t=ts+tr | offset+a | 0 | 0 |
|
Parameter setting: |
offset=0 a=1 ts=1 tr=1 |