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
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also