FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIAA105 Class / GetChannelXSensorHealth Method


In This Topic
    GetChannelXSensorHealth Method
    In This Topic
    Gets the sensor health for the specified channel.
    Syntax
    'Declaration
     
    
    Public Function GetChannelXSensorHealth( _
       ByVal channelNumber As Integer _
    ) As String
    'Usage
     
    
    Dim instance As DeviceIAA105
    Dim channelNumber As Integer
    Dim value As String
     
    value = instance.GetChannelXSensorHealth(channelNumber)
    public string GetChannelXSensorHealth( 
       int channelNumber
    )

    Parameters

    channelNumber

    Return Value

    The sensor health for the specified channel.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also