get_output_variable#
- Rmxprt.get_output_variable(variable: str, solution: str = None)#
Retrieve the value of the output variable.
- Parameters:
- Returns:
typeValue of the output variable.
References
>>> oDesign.GetNominalVariation >>> oModule.GetOutputVariableValue
Examples
>>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.get_output_variable("my_var")