MOD built-in module

MOD built-in module is available only for product versions from 12.00.xx4 and from 13.00.xx5.

MOD built-in module is the interface between Python and the module miscellaneous functions.

 

If you want to use MOD built-in module you need to import it:

 

import MOD

 

then you can use its methods like in the following example:

 

MOD.watchdogEnable(60)

 

starts software watchdog protection.

More details about MOD built-in module methods can be found in the following paragraphs.