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


In This Topic
    SetChannelXLoadingPoint Method (DeviceUSB225)
    In This Topic
    Set loading point for channel.
    Syntax
    'Declaration
     
    
    Public Sub SetChannelXLoadingPoint( _
       ByVal channelNumber As Integer, _
       ByVal loadingPoint As LoadingPoint _
    ) 
    'Usage
     
    
    Dim instance As DeviceUSB225
    Dim channelNumber As Integer
    Dim loadingPoint As LoadingPoint
     
    instance.SetChannelXLoadingPoint(channelNumber, loadingPoint)
    public void SetChannelXLoadingPoint( 
       int channelNumber,
       LoadingPoint loadingPoint
    )

    Parameters

    channelNumber
    loadingPoint
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also