EDIT Menu
3 Ć150
AWG2021 User Manual
int(
Truncates the fraction to obtain the integer.
Example: range(0,100 ms)
int(5*sin(2*pi*x))/5
Figure 3 Ć108: Equation Using int(
round(
Rounds off the fraction to obtain the integer.
Example: range(0,100 ms)
round(5*sin(2*pi*x))/5
Figure 3 Ć109: Equation Using round(