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


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

    Parameters

    channelNumber

    Return Value

    The number of loading points for the specified channel.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also