repeat_from#
- property PowerIQSource.repeat_from: str#
Repeat from time.
- Returns:
strRepeat from time.
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.repeat_from "0s"