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


In This Topic
    GetChannelXReading Method (DeviceIDC250)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetChannelXReading( _
       ByVal channelNumber As Integer _
    ) As Double
    'Usage
     
    
    Dim instance As DeviceIDC250
    Dim channelNumber As Integer
    Dim value As Double
     
    value = instance.GetChannelXReading(channelNumber)
    public double GetChannelXReading( 
       int channelNumber
    )

    Parameters

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