load_diff_pairs_from_file#

Hfss3dLayout.load_diff_pairs_from_file(filename: str) bool[source]#

Load differtential pairs definition from file.

You can use the save_diff_pairs_to_file method to obtain the file format. The File End Of Line must be UNIX (LF). New definitions are added only if compatible with the existing definition already defined in the project.

Parameters:
filenamestr

Fully qualified name of the file containing the differential pairs definition.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.LoadDiffPairsFromFile