Click or drag to resize

AntennaSourceCreate Method

Gets the antenna source instance in a document or creates one if it does not exist.

Namespace: ema3d.Api.V25.Core.Excitation
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static AntennaSource Create(
	ISet<IHasTrimmedCurve> geometry,
	SegmentLocation excitationLocation,
	Document doc,
	Simulation simulation = null
)

Parameters

geometry  ISetIHasTrimmedCurve
Geometry to create the antenna source on.
excitationLocation  SegmentLocation
Location of the excitation
doc  Document
Document to get plane wave instance from, defaults to Active Window.
simulation  Simulation  (Optional)
Simulation to get plane wave instance from, defaults to Current Simulation.

Return Value

AntennaSource
Antenna Source instance in given document and simulation.
See Also