![]() ![]() BRAHMS
User Guide » Developing Systems » Quick Start » Turn On Logging
This documentation is offline - click here to go online
Index | Search: Go online to use Search
| ||
OverviewIn order to get anything back from an execution, we have to request that something be logged. In order that those logs not be empty, we have to ask the system to execute for some non-zero time period. Procedure
Example![]() ScriptThis example, along with the others in this section, can be found in the script M Source Code (against 995)
% section header
disp
brahms Expected OutputMatlab Console
=== Turn On Logging ===
--------------------------------
BRAHMS execution object
--------------------------------
Name: (not set)
Title: (not set)
Precision: 6
Window: (not set)
Encapsulate All: false
Log All: true
Seed: (not set)
Addresses: 127.0.0.1
Affinity: (not set)
Execution Stop: 1
Working Directory: (not set)
Launch Line: brahms ((MATLAB)) ((EXECFILE)) ((ARGS))
System File (In): unnamed-sys.xml
System File (Out): (not set)
Execution File: unnamed-exe.xml
--------------------------------
out =
src: [1x1 struct]
ans =
out: [1 2 3 4 5 6 7 8 9 10]
|
||
This is a documentation page for the BRAHMS Modular Execution (Simulation) Framework. For details of licensing and distribution, please click here. To advise of an error or omission, please click here. |