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


In This Topic
    SetChannelXNumberLoadingPoints Method (DeviceUSB225)
    In This Topic
    Set number of loading points for channel.
    Syntax
    'Declaration
     
    
    Public Sub SetChannelXNumberLoadingPoints( _
       ByVal channelNumber As Integer, _
       ByVal numberOfLoadingPoints As Integer _
    ) 
    'Usage
     
    
    Dim instance As DeviceUSB225
    Dim channelNumber As Integer
    Dim numberOfLoadingPoints As Integer
     
    instance.SetChannelXNumberLoadingPoints(channelNumber, numberOfLoadingPoints)
    public void SetChannelXNumberLoadingPoints( 
       int channelNumber,
       int numberOfLoadingPoints
    )

    Parameters

    channelNumber
    numberOfLoadingPoints
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also