Click or drag to resize

IPortGetLumpedPortExcitationByIndex Method

Gets a lumped port excitation with the specified index.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
ILumpedPortExcitation GetLumpedPortExcitationByIndex(
	int index
)

Parameters

index
Type: SystemInt32
The index of the excitation.

Return Value

Type: ILumpedPortExcitation
Reference to the excitation object.
See Also