create_source_excitation#

Hfss.create_source_excitation(assignment, point1, point2, name, source_type='Voltage')[source]#

Create a source excitation.

Parameters:
assignmentstr

Name of the sheet.

point1list

First point of the source excitation.

point2list

Second point of the source excitation.

namestr

Name of the source.

source_typestr, optional

Type of the source. The default is "Voltage".

Returns:
ansys.aedt.core.modules.boundary.BoundaryObject

Boundary object.

References

>>> oModule.AssignVoltage
>>> oModule.AssignCurrent