Main Content

openImportDialog

Get information about available file logs of signal data

Since R2023b

Description

example

openImportDialog(target_object.FileLog) opens the Import File Log dialog box for importing File Logs from the target computer.

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

Provides access to methods that manipulate the target computer properties.

Example: tg

Version History

Introduced in R2023b