You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The property name aedt_process_id should be renamed to process_id. The prefix aedt is redundant and unnecessary since the process_id property is associated with the Desktop() class.
Code sample expected
Add aedt_process_id with a @property wrapper and deprecation warning. Replace all instances of the property with process_id.
Description of the current limitations
The property name
aedt_process_id
should be renamed toprocess_id
. The prefixaedt
is redundant and unnecessary since theprocess_id
property is associated with theDesktop()
class.Code sample expected
Add
aedt_process_id
with a@property
wrapper and deprecation warning. Replace all instances of the property withprocess_id
.Useful links and references
https://github.com/ansys/pyaedt/blob/main/src/ansys/aedt/core/desktop.py
The text was updated successfully, but these errors were encountered: