Skip to content
Snippets Groups Projects
Commit a7d04ece authored by Federico Felici's avatar Federico Felici
Browse files

Hard-coded top-level sampling time to 0.1ms

parent 292ded0b
No related branches found
No related tags found
No related merge requests found
......@@ -728,7 +728,7 @@ classdef SCDclass_expcode
function obj = setupmain(obj)
% sets up global configs for the expcode
scd.expcode = obj.maincode;
scd.timing.dt = 25e-6; % hard code for now, determine later from slowest thread
scd.timing.dt = 1e-4; % hard code for now, determine later from slowest thread
Simulink.data.assigninGlobal(obj.getslxname,'scd',scd);
% add configurations.sldd as reference, contains simulation parameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment