| aMotion_GetRampAccStepTime | Index |
Definition:
Parameters:
| channel | - | Motion control channel. |
Return Value:
Description:
This routine returns the current ramp acceleration step time for a motion control channel.
Example:
#include <aMotion.tea>
n=aMotion_GetRampAccStepTime(0);
This would set variable n to the ramp acceleration step time for channel 0.
Related: