The RMP Motion Controller APIs

◆ Reset()

void Reset ( )

Reset the controller which stops and restarts the RMP firmware.

Sample Code:
controller = MotionController.CreateFromSoftware(TestContext.CurrentContext.TestDirectory);
controller.Reset(); // reboot the RMP controller firmware
Note
All objects will need to be recreated.
Examples
HelperFunctions.cs.