Skip to content

create_sbr_file_based_antenna() is failing to insert farfield based antenna in HFSS #921

Closed
@mahesh-dhanekula

Description

@mahesh-dhanekula

``I am trying to load a ffd file into HFSS using following syntax:

hfss = Hfss(solutiontype='SBR+')
hfss.create_sbr_file_based_antenna(ffd_full_path='D:/ffd_files/far_field.ffd')

I am getting a flood of error messages as listed down.
But I can create and simulate the design using same ffd file manually.
Is this an issue in pyaedt ?

`2022/03/07 16.56.14:Global:INFO :Logger Started on D:\aedt files\pyaedt20220307_165614.log
2022/03/07 16.56.14:Global:INFO :pyaedt v0.4.35
2022/03/07 16.56.14:Global:INFO :Python version 3.8.10 (tags/v3.8.10:3d8993a, May 3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)]
2022/03/07 16.56.14:Global:INFO :No project is defined. Project Test_Model_CR1 exists and has been read.
2022/03/07 16.56.14:Global:INFO :Active design is set to HFSSDesign1
2022/03/07 16.56.14:Global:INFO :aedt file load time 0.04799938201904297
2022/03/07 16.56.14:Global:INFO :Design Loaded
2022/03/07 16.56.14:Global:INFO :Successfully loaded project materials !
2022/03/07 16.56.14:Global:INFO :Materials Loaded
2022/03/07 16.56.14:Global:ERROR :Method parse_dim_arg Failed: Key Error. Please Check again
2022/03/07 16.56.14:Global:ERROR :'km'
2022/03/07 16.56.14:Global:ERROR :Arguments Provided:
2022/03/07 16.56.14:Global:ERROR : string = 1km
2022/03/07 16.56.14:Global:ERROR : scale_to_unit = None
2022/03/07 16.56.14:Global:ERROR : variable_manager = <pyaedt.application.Variables.VariableManager object at 0x000002403574A220>
2022/03/07 16.56.14:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 132, in parse_dim_arg
2022/03/07 16.56.14:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=parse_dim_arg
2022/03/07 16.56.14:Global:ERROR :Method parse_dim_arg Failed: Key Error. Please Check again
2022/03/07 16.56.14:Global:ERROR :'km'
2022/03/07 16.56.14:Global:ERROR :Arguments Provided:
2022/03/07 16.56.15:Global:ERROR : string = 0km
2022/03/07 16.56.15:Global:ERROR : scale_to_unit = None
2022/03/07 16.56.15:Global:ERROR : variable_manager = <pyaedt.application.Variables.VariableManager object at 0x000002403574A220>
2022/03/07 16.56.15:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 132, in parse_dim_arg
2022/03/07 16.56.15:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=parse_dim_arg
2022/03/07 16.56.15:Global:ERROR :Method parse_dim_arg Failed: Key Error. Please Check again
2022/03/07 16.56.15:Global:ERROR :'km'
2022/03/07 16.56.15:Global:ERROR :Arguments Provided:
2022/03/07 16.56.15:Global:ERROR : string = 0km
2022/03/07 16.56.15:Global:ERROR : scale_to_unit = None
2022/03/07 16.56.15:Global:ERROR : variable_manager = <pyaedt.application.Variables.VariableManager object at 0x000002403574A220>
2022/03/07 16.56.15:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 132, in parse_dim_arg
2022/03/07 16.56.15:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=parse_dim_arg
2022/03/07 16.56.15:Global:ERROR :Method parse_dim_arg Failed: Key Error. Please Check again
2022/03/07 16.56.15:Global:ERROR :'km'
2022/03/07 16.56.15:Global:ERROR :Arguments Provided:
2022/03/07 16.56.15:Global:ERROR : string = 0km
2022/03/07 16.56.15:Global:ERROR : scale_to_unit = None
2022/03/07 16.56.15:Global:ERROR : variable_manager = <pyaedt.application.Variables.VariableManager object at 0x000002403574A220>
2022/03/07 16.56.15:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 132, in parse_dim_arg
2022/03/07 16.56.15:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=parse_dim_arg
2022/03/07 16.56.15:Global:ERROR :Method parse_dim_arg Failed: Key Error. Please Check again
2022/03/07 16.56.15:Global:ERROR :'km'
2022/03/07 16.56.15:Global:ERROR :Arguments Provided:
2022/03/07 16.56.15:Global:ERROR : string = 1km
2022/03/07 16.56.15:Global:ERROR : scale_to_unit = None
2022/03/07 16.56.15:Global:ERROR : variable_manager = <pyaedt.application.Variables.VariableManager object at 0x000002403574A220>
2022/03/07 16.56.15:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 132, in parse_dim_arg
2022/03/07 16.56.15:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=parse_dim_arg
2022/03/07 16.56.15:Global:ERROR :Method parse_dim_arg Failed: Key Error. Please Check again
2022/03/07 16.56.15:Global:ERROR :'km'
2022/03/07 16.56.15:Global:ERROR :Arguments Provided:
2022/03/07 16.56.15:Global:ERROR : string = 0km
2022/03/07 16.56.15:Global:ERROR : scale_to_unit = None
2022/03/07 16.56.15:Global:ERROR : variable_manager = <pyaedt.application.Variables.VariableManager object at 0x000002403574A220>
2022/03/07 16.56.15:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 132, in parse_dim_arg
2022/03/07 16.56.15:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=parse_dim_arg
2022/03/07 16.56.15:Global:ERROR :Method normalize_vector Failed: General or AEDT Error. Please Check again
2022/03/07 16.56.15:Global:ERROR :float division by zero
2022/03/07 16.56.15:Global:ERROR :Arguments Provided:
2022/03/07 16.56.15:Global:ERROR : v = [False, False, False]
2022/03/07 16.56.15:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 450, in normalize_vector
2022/03/07 16.56.15:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=normalize_vector
2022/03/07 16.56.15:Global:ERROR :Method _v_dot Failed: Type Error. Please Check again
2022/03/07 16.56.15:Global:ERROR :'bool' object is not subscriptable
2022/03/07 16.56.15:Global:ERROR :Arguments Provided:
2022/03/07 16.56.15:Global:ERROR : a = [False, False, False]
2022/03/07 16.56.15:Global:ERROR : b = False
2022/03/07 16.56.15:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 318, in _v_dot
2022/03/07 16.56.15:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=_v_dot
2022/03/07 16.56.15:Global:ERROR :Method v_prod Failed: Type Error. Please Check again
2022/03/07 16.56.15:Global:ERROR :'bool' object is not iterable
2022/03/07 16.56.15:Global:ERROR :Arguments Provided:
2022/03/07 16.56.15:Global:ERROR : s = False
2022/03/07 16.56.15:Global:ERROR : v = False
2022/03/07 16.56.15:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 365, in v_prod
2022/03/07 16.56.15:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=v_prod
2022/03/07 16.56.15:Global:ERROR :Method v_sub Failed: Type Error. Please Check again
2022/03/07 16.56.15:Global:ERROR :'bool' object is not iterable
2022/03/07 16.56.15:Global:ERROR :Arguments Provided:
2022/03/07 16.56.16:Global:ERROR : a = [False, False, False]
2022/03/07 16.56.16:Global:ERROR : b = False
2022/03/07 16.56.16:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 386, in v_sub
2022/03/07 16.56.16:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=v_sub
2022/03/07 16.56.16:Global:ERROR :Method v_norm Failed: Type Error. Please Check again
2022/03/07 16.56.16:Global:ERROR :'bool' object is not iterable
2022/03/07 16.56.16:Global:ERROR :Arguments Provided:
2022/03/07 16.56.16:Global:ERROR : a = False
2022/03/07 16.56.16:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 427, in v_norm
2022/03/07 16.56.16:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=v_norm
2022/03/07 16.56.16:Global:ERROR :Method normalize_vector Failed: Type Error. Please Check again
2022/03/07 16.56.16:Global:ERROR :'bool' object is not iterable
2022/03/07 16.56.16:Global:ERROR :Arguments Provided:
2022/03/07 16.56.16:Global:ERROR : v = False
2022/03/07 16.56.16:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 450, in normalize_vector
2022/03/07 16.56.16:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=normalize_vector
2022/03/07 16.56.16:Global:ERROR :Method v_cross Failed: Type Error. Please Check again
2022/03/07 16.56.16:Global:ERROR :'bool' object is not subscriptable
2022/03/07 16.56.16:Global:ERROR :Arguments Provided:
2022/03/07 16.56.16:Global:ERROR : a = False
2022/03/07 16.56.16:Global:ERROR : b = False
2022/03/07 16.56.16:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 296, in v_cross
2022/03/07 16.56.16:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=v_cross
2022/03/07 16.56.16:Global:ERROR :Method v_norm Failed: Type Error. Please Check again
2022/03/07 16.56.16:Global:ERROR :'bool' object is not iterable
2022/03/07 16.56.16:Global:ERROR :Arguments Provided:
2022/03/07 16.56.16:Global:ERROR : a = False
2022/03/07 16.56.16:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 427, in v_norm
2022/03/07 16.56.16:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=v_norm
2022/03/07 16.56.16:Global:ERROR :Method normalize_vector Failed: Type Error. Please Check again
2022/03/07 16.56.16:Global:ERROR :'bool' object is not iterable
2022/03/07 16.56.16:Global:ERROR :Arguments Provided:
2022/03/07 16.56.16:Global:ERROR : v = False
2022/03/07 16.56.16:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 450, in normalize_vector
2022/03/07 16.56.16:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=normalize_vector
2022/03/07 16.56.16:Global:ERROR :Method axis_to_euler_zyz Failed: Type Error. Please Check again
2022/03/07 16.56.16:Global:ERROR :'bool' object is not subscriptable
2022/03/07 16.56.16:Global:ERROR :Arguments Provided:
2022/03/07 16.56.16:Global:ERROR : x = False
2022/03/07 16.56.16:Global:ERROR : y = False
2022/03/07 16.56.16:Global:ERROR : z = False
2022/03/07 16.56.16:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 855, in axis_to_euler_zyz
2022/03/07 16.56.16:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=axis_to_euler_zyz
2022/03/07 16.56.16:Global:ERROR :Method parse_dim_arg Failed: Key Error. Please Check again
2022/03/07 16.56.16:Global:ERROR :'km'
2022/03/07 16.56.16:Global:ERROR :Arguments Provided:
2022/03/07 16.56.16:Global:ERROR : string = 1km
2022/03/07 16.56.16:Global:ERROR : scale_to_unit = None
2022/03/07 16.56.16:Global:ERROR : variable_manager = <pyaedt.application.Variables.VariableManager object at 0x000002403574A220>
2022/03/07 16.56.16:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 132, in parse_dim_arg
2022/03/07 16.56.16:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=parse_dim_arg
2022/03/07 16.56.16:Global:ERROR :Method parse_dim_arg Failed: Key Error. Please Check again
2022/03/07 16.56.16:Global:ERROR :'km'
2022/03/07 16.56.16:Global:ERROR :Arguments Provided:
2022/03/07 16.56.16:Global:ERROR : string = 0km
2022/03/07 16.56.16:Global:ERROR : scale_to_unit = None
2022/03/07 16.56.16:Global:ERROR : variable_manager = <pyaedt.application.Variables.VariableManager object at 0x000002403574A220>
2022/03/07 16.56.16:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 132, in parse_dim_arg
2022/03/07 16.56.16:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=parse_dim_arg
2022/03/07 16.56.16:Global:ERROR :Method parse_dim_arg Failed: Key Error. Please Check again
2022/03/07 16.56.17:Global:ERROR :'km'
2022/03/07 16.56.17:Global:ERROR :Arguments Provided:
2022/03/07 16.56.17:Global:ERROR : string = 0km
2022/03/07 16.56.17:Global:ERROR : scale_to_unit = None
2022/03/07 16.56.17:Global:ERROR : variable_manager = <pyaedt.application.Variables.VariableManager object at 0x000002403574A220>
2022/03/07 16.56.17:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 132, in parse_dim_arg
2022/03/07 16.56.17:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=parse_dim_arg
2022/03/07 16.56.17:Global:ERROR :Method parse_dim_arg Failed: Key Error. Please Check again
2022/03/07 16.56.17:Global:ERROR :'km'
2022/03/07 16.56.17:Global:ERROR :Arguments Provided:
2022/03/07 16.56.17:Global:ERROR : string = 0km
2022/03/07 16.56.17:Global:ERROR : scale_to_unit = None
2022/03/07 16.56.17:Global:ERROR : variable_manager = <pyaedt.application.Variables.VariableManager object at 0x000002403574A220>
2022/03/07 16.56.17:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 132, in parse_dim_arg
2022/03/07 16.56.17:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=parse_dim_arg
2022/03/07 16.56.17:Global:ERROR :Method parse_dim_arg Failed: Key Error. Please Check again
2022/03/07 16.56.17:Global:ERROR :'km'
2022/03/07 16.56.17:Global:ERROR :Arguments Provided:
2022/03/07 16.56.17:Global:ERROR : string = 1km
2022/03/07 16.56.17:Global:ERROR : scale_to_unit = None
2022/03/07 16.56.17:Global:ERROR : variable_manager = <pyaedt.application.Variables.VariableManager object at 0x000002403574A220>
2022/03/07 16.56.17:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 132, in parse_dim_arg
2022/03/07 16.56.17:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=parse_dim_arg
2022/03/07 16.56.17:Global:ERROR :Method parse_dim_arg Failed: Key Error. Please Check again
2022/03/07 16.56.17:Global:ERROR :'km'
2022/03/07 16.56.17:Global:ERROR :Arguments Provided:
2022/03/07 16.56.17:Global:ERROR : string = 0km
2022/03/07 16.56.17:Global:ERROR : scale_to_unit = None
2022/03/07 16.56.17:Global:ERROR : variable_manager = <pyaedt.application.Variables.VariableManager object at 0x000002403574A220>
2022/03/07 16.56.17:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 132, in parse_dim_arg
2022/03/07 16.56.17:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=parse_dim_arg
2022/03/07 16.56.17:Global:ERROR :Method normalize_vector Failed: General or AEDT Error. Please Check again
2022/03/07 16.56.17:Global:ERROR :float division by zero
2022/03/07 16.56.17:Global:ERROR :Arguments Provided:
2022/03/07 16.56.17:Global:ERROR : v = [False, False, False]
2022/03/07 16.56.17:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 450, in normalize_vector
2022/03/07 16.56.17:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=normalize_vector
2022/03/07 16.56.17:Global:ERROR :Method _v_dot Failed: Type Error. Please Check again
2022/03/07 16.56.17:Global:ERROR :'bool' object is not subscriptable
2022/03/07 16.56.17:Global:ERROR :Arguments Provided:
2022/03/07 16.56.17:Global:ERROR : a = [False, False, False]
2022/03/07 16.56.17:Global:ERROR : b = False
2022/03/07 16.56.17:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 318, in _v_dot
2022/03/07 16.56.17:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=_v_dot
2022/03/07 16.56.17:Global:ERROR :Method v_prod Failed: Type Error. Please Check again
2022/03/07 16.56.17:Global:ERROR :'bool' object is not iterable
2022/03/07 16.56.17:Global:ERROR :Arguments Provided:
2022/03/07 16.56.17:Global:ERROR : s = False
2022/03/07 16.56.17:Global:ERROR : v = False
2022/03/07 16.56.17:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 365, in v_prod
2022/03/07 16.56.17:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=v_prod
2022/03/07 16.56.17:Global:ERROR :Method v_sub Failed: Type Error. Please Check again
2022/03/07 16.56.17:Global:ERROR :'bool' object is not iterable
2022/03/07 16.56.17:Global:ERROR :Arguments Provided:
2022/03/07 16.56.17:Global:ERROR : a = [False, False, False]
2022/03/07 16.56.17:Global:ERROR : b = False
2022/03/07 16.56.17:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 386, in v_sub
2022/03/07 16.56.17:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=v_sub
2022/03/07 16.56.17:Global:ERROR :Method v_norm Failed: Type Error. Please Check again
2022/03/07 16.56.17:Global:ERROR :'bool' object is not iterable
2022/03/07 16.56.17:Global:ERROR :Arguments Provided:
2022/03/07 16.56.17:Global:ERROR : a = False
2022/03/07 16.56.17:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 427, in v_norm
2022/03/07 16.56.18:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=v_norm
2022/03/07 16.56.18:Global:ERROR :Method normalize_vector Failed: Type Error. Please Check again
2022/03/07 16.56.18:Global:ERROR :'bool' object is not iterable
2022/03/07 16.56.18:Global:ERROR :Arguments Provided:
2022/03/07 16.56.18:Global:ERROR : v = False
2022/03/07 16.56.18:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 450, in normalize_vector
2022/03/07 16.56.18:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=normalize_vector
2022/03/07 16.56.18:Global:ERROR :Method v_cross Failed: Type Error. Please Check again
2022/03/07 16.56.18:Global:ERROR :'bool' object is not subscriptable
2022/03/07 16.56.18:Global:ERROR :Arguments Provided:
2022/03/07 16.56.18:Global:ERROR : a = False
2022/03/07 16.56.18:Global:ERROR : b = False
2022/03/07 16.56.18:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 296, in v_cross
2022/03/07 16.56.18:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=v_cross
2022/03/07 16.56.18:Global:ERROR :Method v_norm Failed: Type Error. Please Check again
2022/03/07 16.56.18:Global:ERROR :'bool' object is not iterable
2022/03/07 16.56.18:Global:ERROR :Arguments Provided:
2022/03/07 16.56.18:Global:ERROR : a = False
2022/03/07 16.56.18:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 427, in v_norm
2022/03/07 16.56.18:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=v_norm
2022/03/07 16.56.18:Global:ERROR :Method normalize_vector Failed: Type Error. Please Check again
2022/03/07 16.56.18:Global:ERROR :'bool' object is not iterable
2022/03/07 16.56.18:Global:ERROR :Arguments Provided:
2022/03/07 16.56.18:Global:ERROR : v = False
2022/03/07 16.56.18:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 450, in normalize_vector
2022/03/07 16.56.18:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=normalize_vector
2022/03/07 16.56.18:Global:ERROR :Method axis_to_euler_zyz Failed: Type Error. Please Check again
2022/03/07 16.56.18:Global:ERROR :'bool' object is not subscriptable
2022/03/07 16.56.18:Global:ERROR :Arguments Provided:
2022/03/07 16.56.18:Global:ERROR : x = False
2022/03/07 16.56.18:Global:ERROR : y = False
2022/03/07 16.56.18:Global:ERROR : z = False
2022/03/07 16.56.18:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modeler\GeometryOperators.py", line 855, in axis_to_euler_zyz
2022/03/07 16.56.18:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=axis_to_euler_zyz
2022/03/07 16.56.19:Global:ERROR :Method create Failed: General or AEDT Error. Please Check again
2022/03/07 16.56.19:Global:ERROR :(-2147352567, 'Exception occurred.', (0, None, None, None, 0, -2147024381), None)
2022/03/07 16.56.19:Global:ERROR :Project: Test_Model_CR1, Design: HFSSDesign1 (SBR+), [error] Script macro error: Abnormal script termination. (4:56:19 PM Mar 07, 2022)

2022/03/07 16.56.19:Global:ERROR :Arguments Provided:
2022/03/07 16.56.19:Global:ERROR :Error in : File "C:\Program Files\Python38\lib\site-packages\pyaedt\modules\Boundary.py", line 167, in create
2022/03/07 16.56.19:Global:ERROR :Check Online documentation on: https://aedtdocs.pyansys.com/search.html?q=create`

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions