Description | Example | Return message | Group

AllInstanceNames

Identify all <ObjectPaths> within the current scenario

Syntax

AllInstanceNames <ApplicationPath> [IncludeAccess] [<Delimiter>]

Description

This message returns a list of all <ObjectPaths> within the current scenario, with the names separated by a space.

Enter the IncludeAccess keyword to have access object paths included in the list of <ObjectPaths>.

If the <Delimiter> is not entered, a space is used. if the Delimiter contains spaces, it must be enclosed in quotes.

If you want to have the names appear on separate lines, use the keyword NewLine for <Delimiter>. To have a semicolon as your delimiter, use the keyword SemiColon since the ";" character has a special meaning in Connect.

Examples

To identify all <ObjectPaths> within the current scenario:

AllInstanceNames /

AllInstanceNames / NewLine

AllInstanceNames / SemiColon

AllInstanceNames / " AGI "

Return message

The first character of the return message is a space character.

The single-header return message includes the full object paths for all objects in the scenario, as illustrated in the following examples:

/Scenario/Scenario1 /Scenario/Scenario1/Satellite/ERS1

/Scenario/Scenario1/Satellite/ERS1/Sensor/Downlink /Scenario/Scenario1/Satellite/ERS1/Sensor/Horizon

/Scenario/Scenario1/Satellite/Shuttle /Scenario/Scenario1/Satellite/tleTDRS4

/Scenario/Scenario1/Satellite/tleTDRS5 /Scenario/Scenario1/Facility/Baikonur

/Scenario/Scenario1/Facility/Wallops /Scenario/Scenario1/Facility/Wallops/Sensor/FiveDegElev

Group membership

This command belongs to the following group(s):

Scenarios

Version

11