Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
9444e219
Commit
9444e219
authored
Nov 13, 2020
by
taste
Browse files
Fix typo in simulink template
parent
24927529
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/skeletons/simulink_main_script/interface.tmplt
View file @
9444e219
...
...
@@ -119,7 +119,7 @@ set_param('@_Name_@/@_Param_Names_@','BusObject','@_REPLACE_ALL(-/_):Param_Types
add_block('simulink/Commonly Used Blocks/Bus Creator','@_Name_@/@_Param_Names_@_@_REPLACE_ALL(-/_):Param_Types_@_BusCre');
add_line('@_Name_@','@_Paam_Names_@_@_REPLACE_ALL(-/_):Param_Types_@_BusCre/1','@_Param_Names_@/1');
@@-- set BUS creator inputs to be consistent with the name of the complex type fields
setInputsBusCreator(@_Param_
t
ypes_@,'@_Name_@/@_Param_Names_@_@_REPLACE_ALL(-/_):Param_Types_@_BusCre');
setInputsBusCreator(@_Param_
T
ypes_@,'@_Name_@/@_Param_Names_@_@_REPLACE_ALL(-/_):Param_Types_@_BusCre');
@@-- set the properties specification by bus object to 'on'
set_param('@_Name_@/@_Param_Names_@','UseBusObject','on');
@@-- set the NonVirtualBus to 'on'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment