Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Library pathTarget path(s) where user libraries can be found. Used to search for libraries other than the MATLAB and RT-LAB libraries when incorporating user-written code.
AddAdds a library path to the list.
EditEdits the selected library path.
DeleteRemoves the selected library path from the list.
Move upChanges the ordering of the library's path; moves up.
Move downChanges the ordering of the library's path; moves down.

Compiler

Image RemovedImage Added

Compiler VersionSelection of the compiler to be used when building the model.  AUTOMATIC is recommended for most usages, and defaults to MinGW for Windows targets.  If Microsoft Visual C++ is to be used, it must explicitly be selected.
Compiler CommandUser command called on the target during the compilation process.
Compiler Options

Options used by the target compiler during the compilation process.

Refer to the target compiler documentation for specific information on the possible compiler options (e.g. -xxx).

Add flags for maximum CPU portabilityAdds options to the compiler to enable maximum CPU portability (-mtune=generic). Enables the compiled executable to be run on a machine with different CPU from the one it was compiled on. This feature is only available for windows  machines.
Linker Options

Options used by the target linker during the linkage process.

Refer to the target linker documentation for specific information on the possible linker options (e.g. -xxx).

...

After that, if you change a model property, only the edited model is affected.

Real-Time Properties

Anchor
Hardware-synchronized
Hardware-synchronized

Target platformChooses the target platform on which to run the simulation (OPAL-RTLinux (x86-based) or Windows system).
Real-Time simulation modeEnables the user to define how the model’s simulation can be executed on an OPAL-RTLinux (x86-based) or Windows system.
SimulationIn this mode, the model is not synchronized; the model starts a new Simulation with low priority: this simulation mode can be used to run a simulation in the background while working with other applications on the same computer.

...