Are you using co-simulation in your current workflow? Let us know in the comments how it has saved your project timeline.
def run(self, t_start: float, t_end: float, log_callback: Callable = None): t = t_start outputs = {name: {} for name in self.models} xmod co-simulation
: In the simulation and testing of complex avionics and flight control systems. Are you using co-simulation in your current workflow
class PController(XModModel): """Outputs F = Kp * (x_ref - x_measured).""" xmod co-simulation