power_magnitude#

property PowerSinSource.power_magnitude: str#

Available power of the source above power offset.

Returns:
str

Available power of the source above power offset.

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.power_magnitude
"1W"