Click or drag to resize

IPort Interface

An interface representing a port defined in a project.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
public interface IPort

The IPort type exposes the following members.

Properties
  NameDescription
Public propertyAnalyticPortExcitationCount
Gets the number of analytic port excitation.
Public propertyLumpedPortExcitationCount
Gets the number of lumped port excitation.
Public propertyName
Gets or set the name of the port.
Public propertyType
Gets port type.
Top
Methods
  NameDescription
Public methodAddAnalyticPortExcitation
Adds an analytic port excitation.
Public methodAddLumpedPortExcitation
Adds a lumped port excitation.
Public methodGetAnalyticPortExcitationByIndex
Gets an analytic port excitation with the specified index.
Public methodGetLumpedPortExcitationByIndex
Gets a lumped port excitation with the specified index.
Public methodGetProperty
Returns object property with a specified name. If property is not found, ArgumentException is thrown.
Public methodIsEqual
Compares instances of ports.
Public methodRemoveAnalyticPortExcitation
Removes an analytic port excitation.
Public methodRemoveLumpedPortExcitation
Removes a lumped port excitation.
Top
See Also