phase_delay#
- property PowerSinSource.phase_delay: str#
Phase delay.
- Returns:
strPhase delay.
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.phase_delay "0deg"