Enabling, Disabling and Inquiring
To enable Design Intent Capture type:
UA_DESIGN_INTENT ON [Enter]
UA_DESIGN_INTENT ON [Enter]
To disable Design Intent Capture type:
UA_DESIGN_INTENT OFF [Enter]
UA_DESIGN_INTENT OFF [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) [Enter]
DISPLAY (UA_GET_DESIGN_INTENT) [Enter]