PowerIQSource#

class ansys.aedt.core.modules.boundary.circuit_boundary.PowerIQSource(app, name, source_type=None)#

Power IQ Class.

Methods

PowerIQSource.create()

Create a new source in AEDT.

PowerIQSource.delete()

Delete the source in AEDT.

PowerIQSource.update([original_name, new_source])

Update the source in AEDT.

Attributes

PowerIQSource.carrier_amplitude_power

Carrier amplitude value, power-based.

PowerIQSource.carrier_amplitude_voltage

Carrier amplitude value, voltage-based.

PowerIQSource.carrier_frequency

Carrier frequency value.

PowerIQSource.carrier_offset

Carrier offset.

PowerIQSource.damping_factor

Damping factor.

PowerIQSource.dc_magnitude

DC voltage value.

PowerIQSource.delay

Delay to start of sine wave.

PowerIQSource.file

File path with I and Q values.

PowerIQSource.i_q_values

I and Q value at each timepoint.

PowerIQSource.imaginary_impedance

Imaginary carrier impedance.

PowerIQSource.name

Source name.

PowerIQSource.phase_delay

Phase delay.

PowerIQSource.real_impedance

Real carrier impedance.

PowerIQSource.repeat_from

Repeat from time.

PowerIQSource.sampling_time

Sampling time value.

PowerIQSource.tone

Frequency to use for harmonic balance.