get_ibis_model_from_file#

Circuit.get_ibis_model_from_file(input_file, is_ami=False)[source]#

Create an IBIS model based on the data contained in an IBIS file.

Parameters:
input_filestr

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.

Returns:
pyaedt.generic.ibis_reader.Ibis

IBIS object exposing all data from the IBIS file.