ac_phase#

property CurrentSinSource.ac_phase: str#

AC phase value.

Returns:
str

Examples

>>> from ansys.aedt.core.modules.boundary.circuit_boundary import CurrentSinSource
>>> import ansys.aedt.core as pyaedt
>>> app = pyaedt.Circuit()
>>> source = CurrentSinSource(app, name="I1")
>>> source.ac_phase