MissionModeler Procedure ChangeSiteType

Change a procedure's Site type for a MissionModeler Aircraft object.

Related Commands

  • MissionModeler Procedure
  • Syntax

    MissionModeler <AircraftObjPath> Procedure ChangeSiteType [<Index>] SiteType <SiteType> [SiteSource <SiteSource> SiteName <SiteName>]

    Description

    <Index> Enter the index of the procedure to change.
    SiteType "<SiteType>" Enter the site type to change to. Valid values are Runway, Waypoint, "VTOL Point", "Runway from Catalog", "Waypoint from Catalog", "VTOL Point from Catalog", "End of previous procedure".
    For details on Site Types go to Site SetValue
    [SiteSource <SiteSource> SiteName <SiteName>] Include this sequence if you are changing to a site from a catalog. Specify the catalog name (<SiteSource>) and <SiteName> for the site. <SiteSource> and <SiteName> must be enclosed in double quotes if they contain spaces.

     

    Examples

    To change the site of procedure 2 to a runway for Aircraft1:

    MissionModeler */Aircraft/Aircraft1 Procedure ChangeSiteType 2 SiteType Runway