isRunning
Description
isRunning(
returns the running status of a real-time application on the Speedgoat® target computer.target_object
,app_name
)
Examples
Get Real-Time Application Running Status
Get the real-time application running status and the name of the application.
To get the running status of any real-time application on the target computer, use:
[running, runningAppName] = isRunning(tg)
running = logical 1 runningAppName = 'slrt_ex_osc'
To get the running status of a real-time application that you select on the target computer, use:
[running, runningAppName] = isRunning(tg,'slrt_ex_osc')
running = logical 1 runningAppName = 'slrt_ex_osc'
Input Arguments
target_object
— Object that represents target computer
slrealtime.Target
object
Provides access to methods that manipulate the target computer properties.
Example: tg
app_name
— Real-time application name
character vector | string scalar
Provides name of real-time application MLDATX file that you built from the model.
Example: 'slrt_ex_osc'
Version History
Introduced in R2021b
See Also
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)