Main Content

reset

Update a system log object with current console log messages

Since R2020b

Description

example

reset(systemlog_object,target_object) updates the SystemLog object with the current console log content from the selected target computer.

Examples

collapse all

Use the reset function to update a SystemLog object with the current console log content from a target computer.

Reset SystemLog object slog with current console log content from target computer tg.

reset(slog,tg)

Input Arguments

collapse all

Provides access to methods that display and filter console log content from the target computer.

Example: slog

Provides access to methods that manipulate the target computer properties.

Example: tg

Version History

Introduced in R2020b