-
Notifications
You must be signed in to change notification settings - Fork 21
Version_Allocator
Simon Gerber edited this page Mar 19, 2024
·
2 revisions
Allocators are used to define offsets of comObjects, parameters and other values used in modules. They define a valid range for an argument, used to generate multiple instances of a module.
A module needs at least allocators for comObjects and parameters (they are created automatically with the module). The exact values will be adjusted automatically.
Alternatively you can soecify the arguments for single instances of a module manually.