lxUpdateComponentsAndNetsFinish
lxUpdateComponentsAndNetsFinish(
d_schId
d_layId
[ ?extractSchematic { t | nil } ]
)
=> t / nil
Description
Finishes the update process by executing the Update Components And Nets command with the form values supplied by lxSet* functions and after the previous call to lxUpdateComponentsAndNetsStart.
When used with the other lxSet* functions, this provides an alternative interface to the Update Components And Nets form. If optional arguments are not supplied the normal default values for the form fields apply.
Arguments
Value Returned
|
Layout update did not complete. Check the log file for details. |
Example
lxUpdateComponentsAndNetsStart(schCv layCv (?extractSchematic t))
...
;; lxSet* calls used to set form values
....
lxUpdateComponentsAndNetsFinish(schCv layCv (?extractSchematic t))
Return to top