load_diff_pairs_from_file#
- Circuit.load_diff_pairs_from_file(input_file)[source]#
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
str
Full qualified name of the file containing the differential pairs definition.
- input_file
- Returns:
- bool
True
when successful,False
when failed.
References
>>> oDesign.LoadDiffPairsFromFile