load_diff_pairs_from_file#
- Circuit.load_diff_pairs_from_file(input_file)#
Load differtential pairs definition from a file.
You can use the
save_diff_pairs_to_file()method to obtain the file format. New definitions are added only if they are compatible with the existing definitions in the project.- Parameters:
- input_file
strorpathlib.Path Full qualified name of the file containing the differential pairs definition.
- input_file
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oDesign.LoadDiffPairsFromFile