fym.BaseSystem¶
- class fym.BaseSystem(initial_state=None, shape=(1, 1), name=None)[source]¶
A base system class.
Use
stateattribute. However,BaseEnv.set_dotis the method.Methods
__init__([initial_state, shape, name])reset()set_delay(T)update_delays(t_hist, ode_hist)Attributes
dotinitial_statestateThe state attribure.