| aMotion_GetFlags | Index |
Definition:
Parameters:
| channel | - | Motion control channel |
Return Value:
Description:
This routine gets the mode flags for a motion control channel. See the cmdMO_CFG documentation for details on configuring a motion control channel.
Example:
#include <aMotion.tea>
n=aMotion_GetFlags(0);
This would set variable n to the flags for motion control channel 0.
Related: