Main Content

slrealtime

Interface for managing target computer

Since R2020b

Description

example

target_object = slrealtime constructs a target object representing the default target computer. Select the default target computer by using the slrtExplorer.

example

target_object = slrealtime(target_name) constructs a target object representing the target computer designated by target_name.

Examples

collapse all

Create a target object that communicates with the default target computer. Select the default target computer by using the slrtExplorer.

target_object = slrealtime('TargetPC1');

Create a target object that communicates with target computer TargetPC1. Report the status of the target computer. In this case, the target computer is not connected to the development computer.

target_object = slrealtime('TargetPC1')
Target: TargetPC1
   Connected            = No

Input Arguments

collapse all

Example: 'TargetPC1'

Data Types: char | string

Output Arguments

collapse all

Provides access to methods that manipulate the target computer properties.

Example: tg

Version History

Introduced in R2020b

See Also

|