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
Value Returned
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
Return to top