Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.
This repository was archived by the owner on Oct 2, 2020. It is now read-only.

pin_name_offset #330

@pthomas

Description

@pthomas

Hello, I was playing with the symbol generator tools, and then running checklib.ph which was reporting:

  Violating S3.6
    Pin name position offset
    Pin offset not preferred value
     - Pin offset (40) should be 20mils unless required by symbol geometry

I changed line 202 of SymbolGenerator.py to:
self.pin_name_offset = int(kwargs.get('offset', 20))
And this seemed to resolve the checklib violation. I can send a pull request if that would be better.

thanks,
Paul

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions