FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIPM505 Class / SetProfileXDACOutputRange Method


In This Topic
    SetProfileXDACOutputRange Method (DeviceIPM505)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetProfileXDACOutputRange( _
       ByVal profileNumber As Integer, _
       ByVal outputRange As String _
    ) 
    'Usage
     
    
    Dim instance As DeviceIPM505
    Dim profileNumber As Integer
    Dim outputRange As String
     
    instance.SetProfileXDACOutputRange(profileNumber, outputRange)
    public void SetProfileXDACOutputRange( 
       int profileNumber,
       string outputRange
    )

    Parameters

    profileNumber
    outputRange
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also