AutomaticSun#
- class ansys.speos.core.source.BaseSourceAmbient.AutomaticSun(sun, default_parameters=None, stable_ctr=False)#
Sun type Automatic.
By default, user’s current time and Ansys France is used a time zone.
- Parameters:
- sun
ansys.api.speos.scene.v2.scene_pb2.AutomaticSun Wavelengths range protobuf object to modify.
- default_parameters
Optional[ansys.speos.core.generic.parameters.AutomaticSunParameters] = None, If defined the values in the AutomaticSun instance will be overwritten by the values of the data class.
- stable_ctrbool
Variable to indicate if usage is inside class scope
- sun
- Parameters:
sun (ansys.api.speos.scene.v2.scene_pb2.AutomaticSun)
default_parameters (Optional[ansys.speos.core.generic.parameters.AutomaticSunParameters])
stable_ctr (bool)
Notes
Do not instantiate this class yourself, use set_sun_automatic method available in source classes.
Overview#
Property of year info of the automatic sun. |
|
Property of month info of the automatic sun. |
|
Property of day info of the automatic sun. |
|
Get hour info of the automatic sun. |
|
Property of minute info of the automatic sun. |
|
Property of longitude info of the automatic sun. |
|
Property of latitude info of the automatic sun. |
|
Property of time zone info of the automatic sun. |
Import detail#
from ansys.speos.core.source.BaseSourceAmbient import AutomaticSun