I figured the problem out, but on another note, I'd like to ask about this sample code of the RampOutput here.
![image.png](https://forum.m-labs.hk/assets/files/2024-03-18/1710782952-744876-image.png)
Here, we expect the Voltage Amplitude to be 20V, but the output of this code on ARTIQ says otherwise.
![img-0024.png](https://forum.m-labs.hk/assets/files/2024-03-18/1710783061-87227-img-0024.png)
The amplitude of the two channel outputs is 1.739 V, which is roughly 10 times smaller than the predicted amplitude value.
We also would like to ask why the sample code chooses the array values to be at intervals of 216 (1<<16) // (n_step) = 655
![screenshot-from-2024-03-18-17-49-19.png](https://forum.m-labs.hk/assets/files/2024-03-18/1710784365-975519-screenshot-from-2024-03-18-17-49-19.png)
This screenshot shows the array values of voltage_mu, and the number on the last line shows the output of (1<<16)//n_step