importToFolder
R2026bImport file log data from target computer to folder on development computer
Since R2026a
Syntax
Description
importToFolder(
imports file log signal data from available simulation runs for the selected real-time
application to the current working folder on the development computer. You can import file
log data from the Speedgoat® target computer when the real-time application is stopped or recording is
stopped.target_object.FileLog,'app_name','develCompFolder')
For information about the availability of file logging data, see list.
importToFolder(
imports file log signal data for the selected table of available simulation runs to the
selected folder on the development computer. To create the table, use the target_object.FileLog,run_info,'develCompFolder')list
function.
importToFolder(
imports file log signal data for the selected simulation runs to the selected folder on the
development computer.target_object.FileLog,run_ids,'develCompFolder')
The importToFolder function finds the selected target computer file
log in folder
/home/slrt/application/
and imports the selection to development computer folder
<model>/logdata/run_<X>.
If the optional <develCompFolder>/<model>/run_<X>develCompFolder input argument is omitted, the
importToFolder function imports the selection to development computer
folder
.<current_working_folder>/<model>/run_<X>
After importing log files to the development computer, you can examine the file content
by using the parquetread function.
For more information about the file logging workflow, see Real-Time Signal Logging and Streaming Basics.
Examples
Input Arguments
Version History
Introduced in R2026a
See Also
File Log | Enable File
Log | Target | import | list | discard | openImportDialog | parquetread | startRecording | stopRecording