 | ILumpedPortExcitationGetVoltage Method |
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxIProperty GetVoltage(
int index
)
Function GetVoltage (
index As Integer
) As IProperty
Dim instance As ILumpedPortExcitation
Dim index As Integer
Dim returnValue As IProperty
returnValue = instance.GetVoltage(index)
Parameters
- index
- Type: SystemInt32
Return Value
Type:
IProperty
See Also