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


In This Topic
    SetProfileXExcitationVoltage Method
    In This Topic
    Sets the excitation voltage for the specified profile.
    Syntax
    'Declaration
     
    
    Public Sub SetProfileXExcitationVoltage( _
       ByVal profileNumber As Integer, _
       ByVal value As Single _
    ) 
    'Usage
     
    
    Dim instance As DeviceIAA105
    Dim profileNumber As Integer
    Dim value As Single
     
    instance.SetProfileXExcitationVoltage(profileNumber, value)
    public void SetProfileXExcitationVoltage( 
       int profileNumber,
       float value
    )

    Parameters

    profileNumber
    value
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also