post_processing_variables#
- property VariableManager.post_processing_variables: dict#
Post Processing variables.
- Returns:
dictDictionary of the post processing variables (constant numeric values) available to the design.
References
>>> oProject.GetVariables >>> oDesign.GetVariables >>> oProject.GetChildObject("Variables").GetChildNames >>> oDesign.GetChildObject("Variables").GetChildNames
Examples
>>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.variable_manager.set_variable("post_gain", expression="1", is_post_processing=True) >>> hfss.variable_manager.post_processing_variables