FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / ISupportDigitalCharacteristics Interface / SetChannelXOffset Method


In This Topic
    SetChannelXOffset Method (ISupportDigitalCharacteristics)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub SetChannelXOffset( _
       ByVal channelNumber As Integer, _
       ByVal offset As Double _
    ) 
    'Usage
     
    
    Dim instance As ISupportDigitalCharacteristics
    Dim channelNumber As Integer
    Dim offset As Double
     
    instance.SetChannelXOffset(channelNumber, offset)
    void SetChannelXOffset( 
       int channelNumber,
       double offset
    )

    Parameters

    channelNumber
    offset
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also