| aMotion_GetRampTargetH | Index |
Definition:
Parameters:
| channel | - | Motion control channel. |
Return Value:
Description:
This routine returns the most significant 2 bytes of the 4-byte ramp travel distance for a motion control channel.
Example:
#include <aMotion.tea>
n=aMotion_GetRampTargetH(0);
This would set variable n to the most significant 2 bytes of the ramp travel distance for channel 0.
Related: