FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIHH505 Class / SetChannelXAveragingWeight Method


In This Topic
    SetChannelXAveragingWeight Method (DeviceIHH505)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetChannelXAveragingWeight( _
       ByVal channelNumber As Integer, _
       ByVal weight As Integer _
    ) 
    'Usage
     
    
    Dim instance As DeviceIHH505
    Dim channelNumber As Integer
    Dim weight As Integer
     
    instance.SetChannelXAveragingWeight(channelNumber, weight)
    public void SetChannelXAveragingWeight( 
       int channelNumber,
       int weight
    )

    Parameters

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