void GMotionComplete | ( | string | axes | ) |
Blocking call that returns once all axes specified have completed their motion.
axes | A string containing a multiple-axes mask. Every character in the string should be a valid argument to MG_BGm, i.e. XYZWABCDEFGHST. |
Wrapper around gclib GMotionComplete(), http://www.galil.com/sw/pub/all/doc/gclib/html/gclibo_8h.html#a19c220879442987970706444197f397a
System.Exception | Will throw an exception if anything other than G_NO_ERROR is received from gclib. |