get_output_variable# Q3d.get_output_variable(variable: str, solution: str = None)# Retrieve the value of the output variable. Parameters: variablestrName of the variable. solutionstr, optionalName of the solution in the format “name : sweep_name”. If None, the first available solution is used. Default is None. Returns: typeValue of the output variable. References >>> oDesign.GetNominalVariation >>> oModule.GetOutputVariableValue