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

dagSetExpandedActionStatus

dagSetExpandedActionStatus(
t_actionName
w_dagObject
g_status
)
=> t / nil 

Description

Sets the status of the specified action in the expanded-action list of a node. Setting the status to nil makes the action name appear gray in the pop-up menu and makes the action accelerator unavailable. Once a dagNode has been placed into a tool, the actions from the dagClass are concatenated to make a full list of actions for this node. This is known as the expanded-action list.

Arguments

t_actionName

Name of the action.

w_dagObject

Node the action is associated with.

g_status

Enables the action.

Value Returned

t

The function was successful.

nil

There was an error.

Related Topics

dag Functions


Return to top
 ⠀
X