Skip to content

Commit

Permalink
Update pyaedt/application/Design.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzovecchietti authored Apr 29, 2024
1 parent 4f78750 commit 10d6606
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyaedt/application/Design.py
Original file line number Diff line number Diff line change
Expand Up @@ -4050,6 +4050,7 @@ def __init__(self, app, manipulate_inputs):

@property
def available_properties(self):
"""Available properties names for the current design."""
return [prop for prop in self.design_settings.GetPropNames() if not prop.endswith("/Choices")]

def __repr__(self):
Expand Down

0 comments on commit 10d6606

Please sign in to comment.