linux.Targets
Description
A linux.Targets
object represents the available target
computers and provides access to methods to add targets, remove targets, rename targets and to
create target object for a particular target computer.
The object provides access to methods and properties that:
Start, pause, resume, and stop the application.
Read and set parameters.
Monitor signals.
Retrieve status information about the target computer.
Restart the target computer.
Load the application.
Function names are case-sensitive. Type the entire name. Property names are not case-sensitive. You do not need to type the entire name if the characters you type are unique for the property.
You can invoke some of the object properties and functions from the target computer command line when the application has been loaded.
Creation
tgs=linux.Targets()
creates a targets object representing target
computers.
Object Functions
addTarget | Add target computer to target computers object |
getAllTargets | Get list of available target computers |
removeTarget | Delete target computer |
renameTarget | Rename target computer |
Examples
Version History
Introduced in R2022b