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


In This Topic
    GetChannelXDirectionXGain Method (DeviceIAA105)
    In This Topic
    Gets the gain value for the specified channel and direction.
    Syntax
    'Declaration
     
    
    Public Function GetChannelXDirectionXGain( _
       ByVal channelNumber As Integer, _
       ByVal direction As CalibrationDirections _
    ) As String
    'Usage
     
    
    Dim instance As DeviceIAA105
    Dim channelNumber As Integer
    Dim direction As CalibrationDirections
    Dim value As String
     
    value = instance.GetChannelXDirectionXGain(channelNumber, direction)
    public string GetChannelXDirectionXGain( 
       int channelNumber,
       CalibrationDirections direction
    )

    Parameters

    channelNumber
    direction

    Return Value

    The gain value for the specified channel and direction.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also