05-12-2015 11:10 AM
I'd like to be able to programmatically change the time step a Simulink model is using when called by the LabVIEW Model Interface Toolkit. The time step is neither a model parameter nor a model signal. Is this possible to do?
Solved! Go to Solution.
05-12-2015 05:50 PM
This is not possible. The timestep for the model is fixed and compiled into the model. You can do things like trigger model subsystems based on an input value or some event within the model.