damping_factor#

property PowerSinSource.damping_factor: str#

Damping factor.

Returns:
str

Damping factor.

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.damping_factor
"0"