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