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

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
poeschlr committed Sep 15, 2019
1 parent 24f55e8 commit bb831c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions KicadModTree/nodes/base/Pad.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,13 @@ class RoundRadiusHandler(object):
:Keyword Arguments:
* *radius_ratio* (``float``) --
The radius ratio of the rounded rectangle.
Ignored for every shape except round rect.
* *maximum_radius* (``float``) --
The maximum radius for the rounded rectangle.
If the radius produced by the radius_ratio parameter for the pad would
exceed the maximum radius, the ratio is reduced to limit the radius.
(This is useful for IPC-7351C compliance as it suggests 25% ratio with limit 0.25mm)
Ignored for every shape except round rect.
* *round_radius_exact* (``float``) --
Set an exact round radius for a pad.
Ignored for every shape except round rect
"""
def __init__(self, **kwargs):
self.radius_ratio = getOptionalNumberTypeParam(
Expand Down
1 change: 0 additions & 1 deletion KicadModTree/nodes/specialized/ExposedPad.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ class ExposedPad(Node):
* *paste_coverage* (``float``) --
how much of the mask free area is covered with paste. (default: 0.65)
* *via_layout* (``int``, ``[int, int]``) --
thermal via layout specification.
How many vias in x and y direction.
Expand Down

0 comments on commit bb831c4

Please sign in to comment.