*TracingSteps()

Defines the steps to trace when *TracingMode() is set to "List".

Syntax

*TracingSteps (index1, index2, index3, ...)

Application

HyperView

Inputs

index1
This is a comma separated list of simulation step indexes that will be traced.

Context

*BeginTracing()

Example

*BeginTracing()
    *LineColor("185 185 185")
    *LineWidth(1)
    *TracingMode("List", 1)
    *TracingSteps(0, 1, 2, 3, 4, 5)
    *BeginTracingNode()
        *NodeLocator("1 Shell 4 Node 189")
        *EntityColor("255   0   0  76")
    *EndTracingNode()
    *ObeyTrackingSystem("Yes")
    *ProjectMode("element")
*EndTracing()