get_ibis_model_from_file#
- Circuit.get_ibis_model_from_file(input_file: str | Path, is_ami: bool | None = False) Ibis#
Create an IBIS model based on the data contained in an IBIS file.
- Parameters:
- input_file
strorpathlib.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.IbisIBIS object exposing all data from the IBIS file.