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

lntGetCurrentStep

lntGetCurrentStep(
)
=> x_val

Description

Returns the current step value when the Net Tracer is invoked in Step trace mode.

Arguments

None

Value Returned

x_val

Value of the current step number for a Step trace.

Example

lntGetCurrentStep() ==> 1

Returns the value of the current step number for the trace.

lntNextStep()
lntGetCurrentStep() ==> 2

Increments the step count by one and returns the latest current step number for the trace.

lntContSteps()
lntGetCurrentStep() ==> 10

Generates a continuous Step trace up to the last step and returns the latest current value of the step.

Related Topics

Tracing Nets


Return to top
 ⠀
X