FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceQIA128 Class / SetChannelXDirectionXGain Method


In This Topic
    SetChannelXDirectionXGain Method (DeviceQIA128)
    In This Topic
    Sets the gain for the specified direction and channel.
    Syntax
    'Declaration
     
    
    Public Sub SetChannelXDirectionXGain( _
       ByVal channelNumber As Integer, _
       ByVal direction As CalibrationDirections, _
       ByVal value As String _
    ) 
    'Usage
     
    
    Dim instance As DeviceQIA128
    Dim channelNumber As Integer
    Dim direction As CalibrationDirections
    Dim value As String
     
    instance.SetChannelXDirectionXGain(channelNumber, direction, value)
    public void SetChannelXDirectionXGain( 
       int channelNumber,
       CalibrationDirections direction,
       string value
    )

    Parameters

    channelNumber
    direction
    value
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also