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


In This Topic
    GetChannelXDirectionXType Method (DeviceQIA128)
    In This Topic
    Retrieves the type of the specified direction for a given channel.
    Syntax
    'Declaration
     
    
    Public Function GetChannelXDirectionXType( _
       ByVal channelNumber As Integer, _
       ByVal direction As CalibrationDirections _
    ) As String
    'Usage
     
    
    Dim instance As DeviceQIA128
    Dim channelNumber As Integer
    Dim direction As CalibrationDirections
    Dim value As String
     
    value = instance.GetChannelXDirectionXType(channelNumber, direction)
    public string GetChannelXDirectionXType( 
       int channelNumber,
       CalibrationDirections direction
    )

    Parameters

    channelNumber
    direction

    Return Value

    If the firmware version major is greater than 4, returns the direction type. Otherwise, returns an empty string.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also