FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIDC250 Class / SetChannelXAveragingState Method


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

    Parameters

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