pyibis-ami 7.2.4__tar.gz → 7.2.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyibis_ami-7.2.4/src/pyibis_ami.egg-info → pyibis_ami-7.2.5}/PKG-INFO +1 -1
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/pyproject.toml +1 -1
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5/src/pyibis_ami.egg-info}/PKG-INFO +1 -1
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibisami/ami/model.py +1 -1
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/LICENSE +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/MANIFEST.in +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/README.md +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/docs/source/ami.rst +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/docs/source/conf.py +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/docs/source/ibis.rst +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/docs/source/index.rst +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/docs/source/install.rst +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/docs/source/modules.rst +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/docs/source/tools.rst +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/examples/all_taps.run +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/examples/bandwidth.run +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/examples/dummy.em +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/examples/examples.md +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/examples/freq_resp.em +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/examples/impulse.em +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/examples/impulse_response_8ma.txt +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/examples/mode.run +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/examples/stratix4_ami_tx_runs/all_taps.run +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/examples/stratix4_ami_tx_runs/test_results.xml +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/examples/test_results/test_results.xsl +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/setup.cfg +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibis_ami.egg-info/SOURCES.txt +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibis_ami.egg-info/dependency_links.txt +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibis_ami.egg-info/entry_points.txt +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibis_ami.egg-info/requires.txt +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibis_ami.egg-info/top_level.txt +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibisami/IBIS_AMI_Checker.ipynb +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibisami/IBIS_AMI_Tester.ipynb +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibisami/__init__.py +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibisami/__main__.py +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibisami/ami/__init__.py +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibisami/ami/config.py +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibisami/ami/generic.ami.em +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibisami/ami/generic.ibs.em +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibisami/ami/parameter.py +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibisami/ami/parser.py +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibisami/ami/reserved_parameter_names.py +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibisami/common.py +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibisami/ibis/__init__.py +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibisami/ibis/file.py +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibisami/ibis/model.py +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibisami/ibis/parser.py +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibisami/tools/__init__.py +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibisami/tools/run_notebook.py +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibisami/tools/run_tests.py +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/src/pyibisami/tools/test_results.xsl +0 -0
- {pyibis_ami-7.2.4 → pyibis_ami-7.2.5}/tests/test_run_tests.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pyibis-ami
|
3
|
-
Version: 7.2.
|
3
|
+
Version: 7.2.5
|
4
4
|
Summary: Facilitates working directly with IBIS-AMI DLLs from the Python command prompt.
|
5
5
|
Author-email: David Banas <capn.freako@gmail.com>
|
6
6
|
Project-URL: Documentation, https://pyibis-ami.readthedocs.io/en/latest/
|
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|
5
5
|
[project]
|
6
6
|
name = "pyibis-ami"
|
7
7
|
description = "Facilitates working directly with IBIS-AMI DLLs from the Python command prompt."
|
8
|
-
version = "7.2.
|
8
|
+
version = "7.2.5"
|
9
9
|
authors = [ {name = "David Banas", email = "capn.freako@gmail.com"}
|
10
10
|
]
|
11
11
|
readme = "README.md"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pyibis-ami
|
3
|
-
Version: 7.2.
|
3
|
+
Version: 7.2.5
|
4
4
|
Summary: Facilitates working directly with IBIS-AMI DLLs from the Python command prompt.
|
5
5
|
Author-email: David Banas <capn.freako@gmail.com>
|
6
6
|
Project-URL: Documentation, https://pyibis-ami.readthedocs.io/en/latest/
|
@@ -325,7 +325,7 @@ class AMIModel: # pylint: disable=too-many-instance-attributes
|
|
325
325
|
self._info_params = init_object.info_params # pylint: disable=attribute-defined-outside-init
|
326
326
|
|
327
327
|
# Check GetWave() consistency if possible.
|
328
|
-
if init_object.info_params and init_object.info_params["GetWave_Exists"]:
|
328
|
+
if init_object.info_params and init_object.info_params["GetWave_Exists"] and init_object.info_params["GetWave_Exists"].pvalue:
|
329
329
|
if not self._amiGetWave:
|
330
330
|
raise RuntimeError(
|
331
331
|
"Reserved parameter `GetWave_Exists` is True, but I can't bind to `AMI_GetWave()`!"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|