get_ibis_model_from_file#
- Circuit.get_ibis_model_from_file(input_file, is_ami=False)#
Create an IBIS model based on the data contained in an IBIS file.
- Parameters:
- input_file
str
orpathlib.Path
Path of the IBIS file.
- is_amibool,
optional
Whether the file to import is an IBIS AMI file. The default is
False
, in which case it is an IBIS file.
- input_file
- Returns:
ansys.aedt.core.generic.ibis_reader.Ibis
IBIS object exposing all data from the IBIS file.