sources#
- Matrix.sources(is_gc_sources: bool = True) list#
List of matrix sources.
- Parameters:
- is_gc_sourcesbool
In Q3d, define if to return GC sources or RL sources. The default is
True.
- Returns:
Examples
>>> from ansys.aedt.core.modules.boundary.q3d_boundary import Matrix >>> obj = Matrix() >>> obj.sources(is_gc_sources=True)