Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

dagSetActionStatus

dagSetActionStatus(
t_actionName
w_dagObject
g_status 
)
=> t / nil

Description

Sets the status of the specified action in the action list of the class or node. An action that has been turned off is grayed-out in the pop-up menu and not available through its action accelerator, if any.

Arguments

t_actionName

Name of the action.

w_dagObject

Node or class the action is associated with.

g_status

[t or nil] t turns on the action; nil turns it off.

Values Returned

t

The function was successful.

nil

There was an error.

Related Topics

dag Functions


Return to top
 ⠀
X