FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIHH505 Class / SetChannelXDirectionXSign Method


In This Topic
    SetChannelXDirectionXSign Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetChannelXDirectionXSign( _
       ByVal channelNumber As Integer, _
       ByVal direction As CalibrationDirections, _
       ByVal value As Integer _
    ) 
    'Usage
     
    
    Dim instance As DeviceIHH505
    Dim channelNumber As Integer
    Dim direction As CalibrationDirections
    Dim value As Integer
     
    instance.SetChannelXDirectionXSign(channelNumber, direction, value)
    public void SetChannelXDirectionXSign( 
       int channelNumber,
       CalibrationDirections direction,
       int value
    )

    Parameters

    channelNumber
    direction
    value
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also