Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

lntContSteps

lntContSteps(
)
=> t / nil

Description

Generates the complete trace from the current step to the last when the Net Tracer is invoked in Step trace mode.

Arguments

None

Value Returned

t

The continuous Step trace was generated.

nil

The continuous Step trace was not generated.

Example

lntGetCurrentStep() ==> 1

Returns the current step number.

lntNextStep()
lntGetCurrentStep() ==> 2

Generates the trace for the next step and returns the latest current step number.

lntNextStep()
lntGetCurrentStep() ==> 3

Generates the trace for the next step and returns the latest current step number.

lntContSteps()
lntGetCurrentStep() ==> 10

Generates the continuous trace covering all the required steps and returns the latest current step number.

Related Topics

Tracing Nets


Return to top
 ⠀
X