substrate_names#

property Circuit.substrate_names: list[str]#

Return the names of all substrate data blocks in the active Circuit design.

Returns:
list of str

Names of every substrate data block currently defined in the design.

Examples

>>> from ansys.aedt.core import Circuit
>>> cir = Circuit()
>>> cir.substrate_names