public void Stop(int axis)
 {
     N.GT_Stop(card, Axis.Of(axis).Mask, 0).Verify();
 }