FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIAA105 Class / GetProfileXExcitationVoltage Method


In This Topic
    GetProfileXExcitationVoltage Method
    In This Topic
    Gets the excitation voltage for the specified profile.
    Syntax
    'Declaration
     
    
    Public Function GetProfileXExcitationVoltage( _
       ByVal profileNumber As Integer _
    ) As Single
    'Usage
     
    
    Dim 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.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also