Skip to content

Commit

Permalink
missing link issue ModECI#515
Browse files Browse the repository at this point in the history
  • Loading branch information
rimjhimittal committed Mar 21, 2024
1 parent bebbc89 commit 5b3d495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modeci_mdf/mdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class Parameter(MdfBase):
default_initial_value: The initial value of the parameter, only used when parameter is stateful.
time_derivative: How the parameter changes with time, i.e. ds/dt. Units of time are seconds.
function: Which of the in-build MDF functions (linear etc.) this uses, See
https://mdf.readthedocs.io/en/latest/api/MDF_function_specifications.html
https://mdf.readthedocs.io/en/latest/api/MDF_function_specifications.html
args: Dictionary of values for each of the arguments for the function of the parameter,
e.g. if the in-build function is :code:`linear(slope)`, the args here could be :code:`{"slope": 3}` or
:code:`{"slope": "input_port_0 + 2"}`
Expand Down

0 comments on commit 5b3d495

Please sign in to comment.