restart
Description
Starts memory.
Syntax
C++
void restart()
Arguments
| None |
Return Value
| None |
Example
dsm.restart();
Notes
When in Master or Slave mode, do not use this method to start the memory. Instead use the arm method to arm the Master mode DSM or the slave_mode property to arm the Slave mode DSM. After arming, the boards will wait for the trigger signal before starting the memory.