delay#
- property PowerIQSource.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 PowerIQSource >>> app = pyaedt.Circuit() >>> source = PowerIQSource(app, name="IQ1") >>> source.delay "0s"