IPort Interface |
Namespace: EMInvent.InventSim.COMServer
The IPort type exposes the following members.
| Name | Description | |
|---|---|---|
| AnalyticPortExcitationCount |
Gets the number of analytic port excitation.
| |
| LumpedPortExcitationCount |
Gets the number of lumped port excitation.
| |
| Name |
Gets or set the name of the port.
| |
| Type |
Gets port type.
|
| Name | Description | |
|---|---|---|
| AddAnalyticPortExcitation |
Adds an analytic port excitation.
| |
| AddLumpedPortExcitation |
Adds a lumped port excitation.
| |
| GetAnalyticPortExcitationByIndex |
Gets an analytic port excitation with the specified index.
| |
| GetLumpedPortExcitationByIndex |
Gets a lumped port excitation with the specified index.
| |
| GetProperty |
Returns object property with a specified name. If property is not found,
ArgumentException is thrown.
| |
| IsEqual |
Compares instances of ports.
| |
| RemoveAnalyticPortExcitation |
Removes an analytic port excitation.
| |
| RemoveLumpedPortExcitation |
Removes a lumped port excitation.
|