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.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also