FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIPM505 Class / GetChannelXAlarmXThresholdXValue Method


In This Topic
    GetChannelXAlarmXThresholdXValue Method (DeviceIPM505)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetChannelXAlarmXThresholdXValue( _
       ByVal channelNumber As Integer, _
       ByVal alarmNumber As Integer, _
       ByVal thresholdNumber As Integer _
    ) As Double
    'Usage
     
    
    Dim instance As DeviceIPM505
    Dim channelNumber As Integer
    Dim alarmNumber As Integer
    Dim thresholdNumber As Integer
    Dim value As Double
     
    value = instance.GetChannelXAlarmXThresholdXValue(channelNumber, alarmNumber, thresholdNumber)
    public double GetChannelXAlarmXThresholdXValue( 
       int channelNumber,
       int alarmNumber,
       int thresholdNumber
    )

    Parameters

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