dc_magnitude#

property PowerIQSource.dc_magnitude: str#

DC voltage value.

Returns:
str

DC voltage value.

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.dc_magnitude
"0V"