Skip to content

Commit

Permalink
Update Stub Files
Browse files Browse the repository at this point in the history
  • Loading branch information
cemitch99 authored and github-actions[bot] committed Nov 20, 2024
1 parent f4bd0f8 commit 7e28c8b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/python/impactx/impactx_pybind/elements.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class Aperture(Named, Thin, Alignment):
repeat_x: float = 0,
repeat_y: float = 0,
shape: str = "rectangular",
action: str = "transmit",
dx: float = 0,
dy: float = 0,
rotation: float = 0,
Expand All @@ -100,6 +101,13 @@ class Aperture(Named, Thin, Alignment):
Push first the reference particle, then all other particles.
"""
@property
def action(self) -> str:
"""
action type (transmit, absorb)
"""
@action.setter
def action(self, arg1: str) -> None: ...
@property
def repeat_x(self) -> float:
"""
horizontal period for repeated aperture masking
Expand Down

0 comments on commit 7e28c8b

Please sign in to comment.