FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIHH505 Class / GetProfileXDACCalibrationPoint Method


In This Topic
    GetProfileXDACCalibrationPoint Method (DeviceIHH505)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetProfileXDACCalibrationPoint( _
       ByVal profileNumber As Integer, _
       ByVal loadingPoint As Integer, _
       ByVal direction As CalibrationDirections _
    ) As DACCalibrationPoint
    'Usage
     
    
    Dim instance As DeviceIHH505
    Dim profileNumber As Integer
    Dim loadingPoint As Integer
    Dim direction As CalibrationDirections
    Dim value As DACCalibrationPoint
     
    value = instance.GetProfileXDACCalibrationPoint(profileNumber, loadingPoint, direction)

    Parameters

    profileNumber
    loadingPoint
    direction
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also