field_setup_names#

property Q3d.field_setup_names: list[str]#

List of EM field names.

Returns:
List of str

Examples

>>> from ansys.aedt.core import Q3d
>>> q3d = Q3d()
>>> setup = q3d.create_setup()
>>> q3d.insert_em_field_box()
>>> setup_names = q3d.field_setup_names