FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceUSB225 Class / SetChannelXOffset Method


In This Topic
    SetChannelXOffset Method (DeviceUSB225)
    In This Topic
    Sets offset for a channel
    Syntax
    'Declaration
     
    
    Public Sub SetChannelXOffset( _
       ByVal channelNumber As Integer, _
       ByVal offset As Double _
    ) 
    'Usage
     
    
    Dim instance As DeviceUSB225
    Dim channelNumber As Integer
    Dim offset As Double
     
    instance.SetChannelXOffset(channelNumber, offset)
    public 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