*SystemLocator() - Components

Indicates that a system is being tracked, traced, or measured.

Syntax

*SystemLocator ("model_id, system_pool, system_id")

Application

HyperView

Inputs

model_id
The model identifier.
system_pool
The system pool name.
system_id
The system identifier.

Context

*BeginMeasures()

*BeginTracing()

*BeginTracking()

Example

*BeginNote("On", "Note 2")
   *Transparent(On)
   *AutoHide(Off)
   *AnchorToScreen(On)
   *Attach("SYSTEM")
   *SystemLocator("1 Markers 10")
   *Position(0.770437, 0.609091)
   *Text("Note attached to a SYSTEM")
   *Font("Bitstream Vera Sans", "regular", "regular", 10)
   *Color(0)
   *BorderWidth(1)
   *NoteAlignment(Left)
   *NoteAnchor(None, None)
   *TitleFlag(No)
*EndNote()