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


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

    Parameters

    channelNumber
    direction

    Return Value

    The offset value for the specified channel and direction.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also