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