BaseSourceAmbient
#
- class ansys.speos.core.source.BaseSourceAmbient(project, name, description='', metadata=None, source_instance=None)#
Bases:
BaseSource
Super Class for ambient sources.
- Parameters:
- project
ansys.speos.core.project.Project
Project in which source shall be created.
- name
str
Name of the source.
- description
str
Description of the source. By default,
""
.- metadata
Optional
[Mapping
[str
,str
]] Metadata of the feature. By default,
{}
.- source_instance
ansys.api.speos.scene.v2.scene_pb2.Scene.SourceInstance
,optional
Source instance to provide if the feature does not have to be created from scratch By default,
None
, means that the feature is created from scratch by default.
- project
- Parameters:
Notes
This is a Super class, Do not instantiate this class yourself
Import detail#
from ansys.speos.core.source import BaseSourceAmbient
Classes#
Sun type Automatic. |
|
Sun type Manual>. |