VoltageSinSource#

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

Power Sinusoidal Class.

Methods

VoltageSinSource.create()

Create a new source in AEDT.

VoltageSinSource.delete()

Delete the source in AEDT.

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

Update the source in AEDT.

Attributes

VoltageSinSource.ac_magnitude

AC magnitude value.

VoltageSinSource.ac_phase

AC phase value.

VoltageSinSource.damping_factor

Damping factor.

VoltageSinSource.dc_magnitude

DC voltage value.

VoltageSinSource.delay

Delay to start of sine wave.

VoltageSinSource.frequency

Frequency.

VoltageSinSource.name

Source name.

VoltageSinSource.phase_delay

Phase delay.

VoltageSinSource.public_dir

Shortcut for dir(self).

VoltageSinSource.tone

Frequency to use for harmonic balance.

VoltageSinSource.voltage_amplitude

Voltage amplitude.

VoltageSinSource.voltage_offset

Voltage offset from zero watts.