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

lntSetCurrentStep

lntSetCurrentStep(
x_val
)
=> t / nil

Description

Sets the current step value for a trace when the Net Tracer is invoked in Step trace mode.

Arguments

x_val

New current value to be set for the Step trace.

Value Returned

t

The Step trace was set to the new current value.

nil

The Step trace was not set to the new current value.

Example

lntSetCurrentStep(5) ==> t
lntGetCurrentStep() ==> 5

Sets the current step value to 5 and returns the value when lntGetCurrentStep() is used.

Related Topics

lntGetCurrentStep

Tracing Nets


Return to top
 ⠀
X