ac_phase#

property PowerSinSource.ac_phase: str#

AC phase value.

Returns:
str

AC phase value.

Examples

>>> import ansys.aedt.core as pyaedt
>>> from ansys.aedt.core.modules.boundary.circuit_boundary import PowerSinSource
>>> app = pyaedt.Circuit()
>>> source = PowerSinSource(app, name="P1")
>>> source.ac_phase
"0deg"