delay#
- property PowerSinSource.delay: str#
Delay to start of sine wave.
- Returns:
strDelay to start of sine wave.
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.delay "0s"