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


In This Topic
    SetChannelXNumberLoadingPoints Method (DeviceQIA128)
    In This Topic
    Sets the number of loading points for the specified channel.
    Syntax
    'Declaration
     
    
    Public Sub SetChannelXNumberLoadingPoints( _
       ByVal channelNumber As Integer, _
       ByVal value As Integer _
    ) 
    'Usage
     
    
    Dim instance As DeviceQIA128
    Dim channelNumber As Integer
    Dim value As Integer
     
    instance.SetChannelXNumberLoadingPoints(channelNumber, value)
    public void SetChannelXNumberLoadingPoints( 
       int channelNumber,
       int value
    )

    Parameters

    channelNumber
    value
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also