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, optional

Name of the design to validate. The default is None.

output_dirstr, optional

Output directory to save the log file to. The default is None, in which case the file is exported to the working directory.

portsstr, optional

Number of excitations that are expected. The default is None.

Returns:
list of str

List of validation messages.

References

>>> oDesign.ValidateDesign