*BeginTracing()

Indicates the beginning of a tracing block.

Syntax

*BeginTracing()

Application

HyperView

Substatements

*BeginLine()

*LineColor()

*LineWidth()

*NodeLocator()

*PartLocator()

*SystemLocator()

*TracingMode()

Example

*BeginTracing()
  *LineColor(255, 255, 255)
  *LineWidth(2)
  *TracingMode(LastNumberOfSteps, 1)
  *PartLocator(1, "Part", 1)
*EndTracing()

Comments

This block captures your selections from the Tracing panel in HyperView. Tracing can be performed on a node, component, system or line.