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

lntSetTailVal

lntSetTailVal(
x_val
)
=> t / nil

Description

Sets the current value of the tail for all traces when the Net Tracer is invoked in Step trace mode.

Arguments

x_val

Tail value to be set for the Step traces.

The specified tail value must be a positive integer or 0.

Value Returned

t

The specified tail value was set.

nil

The specified tail value was not set.

Example

lntGetTailVal() ==> 1

Returns the current value of the tail for the selected Step trace.

lntSetTailVal(5)
    lntGetTailVal() ==> 5

Sets the tail value of the Step trace to 5 and then returns the newly revised current tail value.

Related Topics

Tracing Nets


Return to top
 ⠀
X