get_ibis_model_from_file#

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

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

Parameters:
pathstr

Path of the IBIS file.

is_amibool, optional

Whether if import an IBIS or an IBIS AMI.

Returns:
pyaedt.generic.ibis_reader.Ibis

IBIS object exposing all data from the IBIS file.