| |||
| Home > Model Debugger Scripting Functions > Model connection and configuration > selectTarget() | |||
void selectTarget(stringtargetName)
Set the target for all subsequent scripting commands. is
the qualified target name and must be in the same format as used
in the Model Debugger Select Target dialog.targetName
The function can be used in a script or in the command line of the Model Debugger Output window:
If used in a nested script, the target is set for all subsequent scripts.
If used on the command line of the Model Debugger Output window, the function only sets the target for the Model Debugger window where it was used.