gpeSyncSandbox
gpeSyncSandbox(u_sandbox[g_transferConstraint] [?verbose{t|nil} ] ) =>t/ nil
Description
Sets the specified Modgen sandbox object to sync mode, meaning that changes made to the state of the Modgen sandbox object cause an update to any associated Modgen constraint and layout placement.
Arguments
|
Specifies whether the constraint must be transferred to the schematic cellview. The default is |
|
Value Returned
|
Indicates that the specified Modgen sandbox is in the sync mode. |
|
Example
Sets the Modgen sandbox object, which is identified by the value of sb, in sync mode:
sb = gpeEditSandbox() => pe:0x#####
gpeSyncSandbox(sb) => t
Return to top