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_filestrPath of the IBIS file. is_amibool, optionalWhether the file to import is an IBIS AMI file. The default is False, in which case it is an IBIS file. Returns: ansys.aedt.core.generic.ibis_reader.IbisIBIS object exposing all data from the IBIS file.