メインコンテンツ

deleteCoreFiles

Deletes crash stack core files from target computer

Since R2026a

Description

deleteCoreFiles(target_object,model_name) deletes crash stack core files from the Speedgoat® target computer for the model.

example

Examples

collapse all

Create a Target object tg. Connect to the target computer. Delete any crash stack information for the model that is available on the target computer.

model = "slrt_ex_osc";
tg = slrealtime;
connect(tg);
my_files = deleteCoreFiles(tg,model);

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

Example: 'slrt_ex_osc'

Data Types: char | string | handle

Version History

Introduced in R2026a