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