simetrix.Pin¶ class simetrix.Pin¶ Bases: object Class defines a pin of a schematic instance. Methods Attributes name Name of pin. point Location of pin. property name: str¶ Name of pin. property point: Point¶ Location of pin. This maybe relative to the instance origin or an absolute schematic location. Which depends on the method using this class.