Usage#

Random words that work as introductory for myFunction.myFunction() function:

myFunction.myFunction(time, inputs, params)

External function ‘myFunction’

WARNING: This function needs to have the same name as the file/module that contains it, otherwise it won’t work.

Parameters
  • time (float) – Time value for the main loop.

  • inputs (dict{numpy.darray}) – Dictionary with all the input values

  • params (dict{str}) – Dictionary with all the necessary parameters for the function

Returns

Dictionary with the output(s) as float or numpy vector

Return type

dict{numpy.darray}

More words