CurrentSinSource#

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

Current Sinusoidal Class.

Methods

CurrentSinSource.create()

Create a new source in AEDT.

CurrentSinSource.delete()

Delete the source in AEDT.

CurrentSinSource.update([original_name, ...])

Update the source in AEDT.

Attributes

CurrentSinSource.ac_magnitude

AC magnitude value.

CurrentSinSource.ac_phase

AC phase value.

CurrentSinSource.current_amplitude

Current amplitude.

CurrentSinSource.current_offset

Current offset.

CurrentSinSource.damping_factor

Damping factor.

CurrentSinSource.dc_magnitude

DC current value.

CurrentSinSource.delay

Delay to start of sine wave.

CurrentSinSource.frequency

Frequency.

CurrentSinSource.multiplier

Multiplier for simulating multiple parallel current sources.

CurrentSinSource.name

Source name.

CurrentSinSource.phase_delay

Phase delay.

CurrentSinSource.tone

Frequency to use for harmonic balance.