Main Content

getLastApplication

Get name of real-time application most recently run on target computer

Since R2021b

Description

example

getLastApplication(target_object) returns the name of the real-time application that was most recently run on the target computer.

Examples

collapse all

Get the name of the real-time application that was most recently run on the target computer.

getLastApplication(tg)
ans =

    'slrt_ex_osc'

Input Arguments

collapse all

Provides access to methods that manipulate the target computer properties.

Example: tg

Version History

Introduced in R2021b

See Also