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 defc8d8
Showing 1 changed file with 0 additions and 3 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

0 comments on commit defc8d8

Please sign in to comment.