rdeSequencer
rdeSequencer( [ t_designStyle ] ) ; => t / nil
Description
This function will display the auto router sequencer dialog box. It will obtain some values from the current geWindow. If there is no current geWindow, it will return nil.
The sequencer does not acquire any license until the sequence is executed completely.
Arguments
Value Returned
|
Returns t if the auto router sequencer dialog box is displayed. |
|
|
Returns nil if the auto router sequencer dialog box cannot be displayed. |
Examples
Displays the auto router sequencer dialog box.
rdeSequencer("asic")
Related Topics
Space-based Router Functions
Return to top