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
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also