evaluate_expression# Hfss3dLayout.evaluate_expression(expression)[source]# Evaluate a valid string expression and return the numerical value in SI units. Parameters: expressionstrA valid string expression for a design property or project variable. For example, "34mm*sqrt(2)" or "$G1*p2/34". Returns: floatEvaluated value for the string expression.