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