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


In This Topic
    GetChannelXNumberOfLoadingPoints Method (DeviceUSB225)
    In This Topic
    Gets number of loading points for channel.
    Syntax
    'Declaration
     
    
    Public Function GetChannelXNumberOfLoadingPoints( _
       ByVal channelNumber As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As DeviceUSB225
    Dim channelNumber As Integer
    Dim value As Integer
     
    value = instance.GetChannelXNumberOfLoadingPoints(channelNumber)
    public int GetChannelXNumberOfLoadingPoints( 
       int channelNumber
    )

    Parameters

    channelNumber

    Return Value

    Number of loading points
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also