simetrix.getSchematicFromHandle¶
- simetrix.getSchematicFromHandle(handle: int) Schematic¶
Returns a Schematic object with the given handle. This function allows a Python Schematic object to be created from an id obtained from a call to a Simetrix script language function.
- Parameters:
handle (int) – Handle of the schematic to obtain.