'DeclarationPublic Function GetProfileXExcitationVoltage( _ ByVal profileNumber As Integer _ ) As Single
'UsageDim instance As DeviceIAA105 Dim profileNumber As Integer Dim value As Single value = instance.GetProfileXExcitationVoltage(profileNumber)
public float GetProfileXExcitationVoltage( int profileNumber )
Parameters
- profileNumber
Return Value
The excitation voltage for the specified profile.