Enabling, Disabling and Inquiring
To enable Design Intent Capture:
Type UA_DESIGN_INTENT ON in the user input line and press ENTER.
To disable Design Intent Capture:
Type UA_DESIGN_INTENT OFF in the user input line and press ENTER.
To inquire the on/off status of Design Intent Capture use the arithmetic function UA_GET_DESIGN_INTENT. A value of 0 is returned if Design Intent Capture is disabled, and a value of 1 is returned if Design Intent Capture is enabled. For example, to display the current on/off status of Design Intent Capture type DISPLAY (UA_GET_DESIGN_INTENT) in the user input line and press ENTER.
Was this helpful?