validate_full_design# Hfss3dLayout.validate_full_design(name=None, output_dir=None, ports=None)[source]# Validate the design based on the expected value and save the information in the log file. Parameters: namestr, optionalName of the design to validate. The default is None. output_dirstr, optionalOutput directory to save the log file to. The default is None, in which case the file is exported to the working directory. portsstr, optionalNumber of excitations that are expected. The default is None. Returns: list of strList of validation messages. References >>> oDesign.ValidateDesign