load_diff_pairs_from_file#
- Hfss3dLayout.load_diff_pairs_from_file(input_file: str) bool [source]#
Load differential pairs definition from a file.
You can use the
save_diff_pairs_to_file
method to obtain the file format. TheFile End Of Line
must be UNIX (LF). New definitions are added only if compatible with the existing definition already defined in the project.- Parameters:
- input_file
str
Full path to the differential pairs definition file.
- input_file
- Returns:
- bool
True
when successful,False
when failed.
References
>>> oModule.LoadDiffPairsFromFile