check_touchstone_files#
- ansys.aedt.core.visualization.advanced.touchstone_parser.check_touchstone_files(input_dir='', passivity=True, causality=True)#
Check passivity and causality for all Touchstone files included in the folder.
- Parameters:
- Returns:
dict
Dictionary with the SNP file name as the key and a list if the passivity and/or causality checks are enabled. The first element in the list is a str with
"passivity"
or"causality"
as a value. The second element is a Boolean that is set toTrue
when the criteria passed orFalse
otherwise. The last element is a string with the log information.