get_output_variable#
- Q2d.get_output_variable(variable, solution=None)[source]#
Retrieve the value of the output variable.
- Parameters:
- variable
str
Name of the variable.
- solution
Name of the solution in the format “name : sweep_name”. If None, the first available solution is used. Default is None.
- variable
- Returns:
type
Value of the output variable.
References
>>> oDesign.GetNominalVariation >>> oModule.GetOutputVariableValue