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