verifSetImpPriority
verifSetImpPriority(
g_sessionId
t_impLib
t_impCell
t_impView
t_impHistory
x_priority
)
=> t / nil
Description
Sets the Priority of the specified implementation in a Verifier session.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
Value Returned
|
|
|
|
Implementation does not exist in the Verifier session, or the command is not successful. |
Examples
The following example starts a Verifier session with a cellview and sets the Priority of the specified implementation.
uid = verifOpenCellView("test" "sample" "verifier")
=>0
verifSetImpPriority(1 "Two_Stage_Opamp" "OpAmp" "maestro_nominal" "Active" 70)
=>t
Related Topics
Return to top