post_processing#
- property Variable.post_processing: bool#
Whether this variable is a post-processing variable.
Examples
>>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.variable_manager.set_variable("post_gain", expression="1", is_post_processing=True) >>> var = hfss.variable_manager["post_gain"] >>> var.post_processing