pyrc.core.components.input#
- class Input#
Bases:
ABCEach Input can be called as function to get its value during solving depending on the time step/ temperature or last input value.
- abstract property index: int#
Returns the index of self in the input vector/matrix.
- Returns:
The index of self in the input vector/matrix.
- Return type:
int
- abstract property initial_value#