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

lntNextStep

lntNextStep(
)
=> t / nil

Description

Increments the current step value by one when the Net Tracer is invoked in Step trace mode.

Arguments

None

Value Returned

t

The trace is incremented by a step.

nil

The trace is not incremented by a step.

Example

lntGetCurrentStep() ==> 1
lntNextStep()
lntGetCurrentStep() ==> 2

Returns the current step value of 1, increments the step value by 1, and then returns the revised current step value of 2.

Related Topics

Tracing Nets


Return to top
 ⠀
X