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


In This Topic
    UpdateLoadingPointLoadAndADCValue Method
    In This Topic
    Updates the load and ADC value of the specified loading point.
    Syntax
    'Declaration
     
    
    Public Sub UpdateLoadingPointLoadAndADCValue( _
       ByVal loadingPoint As LoadingPoint _
    ) 
    'Usage
     
    
    Dim instance As DigitalCalibrationLoadingPointSet
    Dim loadingPoint As LoadingPoint
     
    instance.UpdateLoadingPointLoadAndADCValue(loadingPoint)
    public void UpdateLoadingPointLoadAndADCValue( 
       LoadingPoint loadingPoint
    )

    Parameters

    loadingPoint
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also