load_diff_pairs_from_file#
- Hfss3dLayout.load_diff_pairs_from_file(input_file: str) bool#
Load differential pairs definition from a file.
You can use the
save_diff_pairs_to_filemethod to obtain the file format. TheFile End Of Linemust be UNIX (LF). New definitions are added only if compatible with the existing definition already defined in the project.- Parameters:
- input_file
strorpathlib.Path Full path to the differential pairs definition file.
- input_file
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oModule.LoadDiffPairsFromFile