FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIDC250 Class / GetChannelXDACOutputRange Method


In This Topic
    GetChannelXDACOutputRange Method (DeviceIDC250)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetChannelXDACOutputRange( _
       ByVal channel As Integer _
    ) As String
    'Usage
     
    
    Dim instance As DeviceIDC250
    Dim channel As Integer
    Dim value As String
     
    value = instance.GetChannelXDACOutputRange(channel)
    public string GetChannelXDACOutputRange( 
       int channel
    )

    Parameters

    channel
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also