Download Software User Manual

Transcript
SUM
iss: 6 rev: 3
NLR-EFO-SUM-2
read
Description
Read data from the link.
Return value
The data read as a binary string.
25.12
InitCond class
This class is used for the manipulation of initial condition files. This allows the user to create a new initial
condition file or modify an existing file. Individual values can be set or modified. It is also possible to
merge two initial condition files.
25.12.1
Constructors
eurosim::InitCond ic filename dictfile
Description
Create a new set of initial conditions from an existing file.
Parameters
ic The name of the new InitCond object.
filename The initial condition file.
dictfile The path of the data dictionary file.
25.12.2
Method reference
add filename
Description
Merge an existing initial condition file with the current initial condition data.
Parameters
filename The path of the to-be-merged initial condition file.
Return value
true on success, false on failure.
write filename binary
Description
Write the initial condition data to a file.
Parameters
filename The path of the new initial condition file.
binary If true, write a binary file, otherwise write the data in human readable (ASCII) format.
Return value
true on success, false on failure.
simtime
Description
Return the simulation time of the initial condition file.
Return value
The simulation time.
420
c Airbus Defence and Space