Main Content

openImportDialog

Get information about available file logs of signal data

Since R2023b

Description

openImportDialog(target_object.FileLog) opens the Import File Log dialog box for importing File Logs from the Speedgoat® target computer. This dialog lets you refresh the list of available logs, import a log to the Simulation Data Inspector, import one or more logs to a development computer folder, or delete logs.

example

Examples

collapse all

For target computer object tg, open the Import File Log dialog box.

tg = slrealtime('TargetPC1');
connect(tg);
openImportDialog(tg.FileLog);

Input Arguments

collapse all

Object that represents target computer, specified as a Target object. The object provides access to methods that manipulate the target computer properties.

Example: tg

Version History

Introduced in R2023b