| aMotion_GetSetpoint | Index |
Definition:
Parameters:
| channel | - | Motion control channel. |
Return Value:
Description:
This routine gets the current setpoint for a motion control channel.
Example:
#include <aMotion.tea>
n=aMotion_GetSetpoint(0);
This would set veriable n to the current setpoint of motion control channel 0.
Related: