FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DigitalCalibrationLoadingPointSet Class / GetNegativeDirectionADCValues Method


In This Topic
    GetNegativeDirectionADCValues Method
    In This Topic
    Gets the ADC values for the negative direction.
    Syntax
    'Declaration
     
    
    Public Function GetNegativeDirectionADCValues() As UInteger()
    'Usage
     
    
    Dim instance As DigitalCalibrationLoadingPointSet
    Dim value() As UInteger
     
    value = instance.GetNegativeDirectionADCValues()
    public uint[] GetNegativeDirectionADCValues()

    Return Value

    An array of ADC values ordered by point index.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also