AutomaticSun
#
- class ansys.speos.core.source.BaseSourceAmbient.AutomaticSun(sun, default_values=True, stable_ctr=False)#
Sun type Automatic.
By default, user’s current time and Ansys France is used a time zone.
- Parameters:
- Parameters:
Notes
Do not instantiate this class yourself, use set_sun_automatic method available in source classes.
Overview#
Get year info of the automatic sun. |
|
Get month info of the automatic sun. |
|
Get day info of the automatic sun. |
|
Get hour info of the automatic sun. |
|
Get minute info of the automatic sun. |
|
Get longitude info of the automatic sun. |
|
Get latitude info of the automatic sun. |
|
Get time zone info of the automatic sun. |
Import detail#
from ansys.speos.core.source.BaseSourceAmbient import AutomaticSun
Property detail#
- property AutomaticSun.month: int#
Get month info of the automatic sun.
- Returns:
int
month information.
- property AutomaticSun.minute: int#
Get minute info of the automatic sun.
- Returns:
int
minute information.
- property AutomaticSun.longitude: float#
Get longitude info of the automatic sun.
- Returns:
float
longitude information.