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

axlSetWCCTime

axlSetWCCTime(
x_specID
t_time
)
=> t / nil 

Description

Sets the time information for the given specification handle of a worst-case corner.

This function does not require any particular format for specifying the input time and also no validity checks are required for the time string.

Arguments

x_specID

Handle to the specification of the worst-case corner.

t_time

Time information to be set.

Value Returned

t

The time information is set.

nil

The command is unsuccessful.

Examples

Sets the time information of the spec (specification handle) to "Dec 3 20:52:47 2022".

Here, 1054 is the worst-case corner sdb handle.

spech = axlGetWCCSpec(1054, "Gain")
axlSetWCCTime( spech, "Dec 3 20:52:47 2022")
=> t

Related Topics

Worst Case Corners


Return to top
 ⠀
X