ADS template class

ads_template

ads_template model template The System Development Kit Used as a template for all TheSyDeKick Entities.

Current docstring documentation style is Numpy https://numpydoc.readthedocs.io/en/latest/format.html

This text here is to remind you that documentation is important. However, youu may find it out the even the documentation of this entity may be outdated and incomplete. Regardless of that, every day and in every way we are getting better and better :).

Initially written by Marko Kosunen, marko.kosunen@aalto.fi, 2017.

class ads_template.ads_template(*arg)[source]
configure_ads()[source]
init()[source]
main()[source]

Guideline. Isolate python processing to main method.

To isolate the interna processing from IO connection assigments, The procedure to follow is 1) Assign input data from input to local variable 2) Do the processing 3) Assign local variable to output

run(*arg)[source]

Guideline: Define model depencies of executions in run method.