set_material_threshold# Hfss.set_material_threshold(threshold: float | None = 100000) → bool# Set the material conductivity threshold. Parameters: thresholdfloat, optionalConductivity threshold. The default value is 100000. Returns: boolTrue when successful, False when failed.