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

hiSetUndoLimit

hiSetUndoLimit(
n_undoLimit
) 
=> t / nil 

Description

Sets the maximum number of hiUndo commands that can be performed in sequence. Specify either 0 or 128; 0 disables the undo command and 128 sets the undo limit to 128. If you specify any number other than 0, the undo limit is 128.

You can also set the undo limit in the Undo Limit field in the CIW User Preferences form.

This function is not available in Concept SKILL. For more information, see Design Entry HDL–SKILL Routines.

Argument

n_undoLimit

The maximum number of hiUndo commands that can be performed. Specify either 0 or 128. A setting of 0 disables the undo command, a setting of 128 sets the maximum to 128. Any value other than 0 sets the limit to 128.

Value Returned

t

The undo limit was successfully set.

nil

n_undoLimit is non-zero and undo processing cannot be enabled.

Related Topics

hiUndo

hiSetUndoLimit


Return to top
 ⠀
X