Click or drag to resize

IPortsAddAnalytic Method

Add an analytic port.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
IPort AddAnalytic(
	string name,
	ISimObject face,
	AnalyticPortWaveguideType waveguideType
)

Parameters

name
Type: SystemString
Name of the port.
face
Type: EMInvent.InventSim.COMServerISimObject
Face to which port will be assigned.
waveguideType
Type: EMInvent.InventSim.Simulator.PortsAnalyticPortWaveguideType
Waveguide type.

Return Value

Type: IPort
Reference to the newly created analytic port.
See Also