| aMotion_PeekSet | 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_PeekSet(0);
This would set variable n to the current setpoint of motion control channel 0.
Related: