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


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

    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