create_source_excitation#

Hfss.create_source_excitation(sheet_name, point1, point2, sourcename, sourcetype='Voltage')[source]#

Create a source excitation.

Parameters:
sheet_namestr

Name of the sheet.

point1
point2
sourcenamestr

Name of the source.

sourcetypestr, optional

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

Returns:
pyaedt.modules.Boundary.BoundaryObject

Boundary object.

References

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