FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / Device Class / GetProfileCalibrationModelForChannelX Method


In This Topic
    GetProfileCalibrationModelForChannelX Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetProfileCalibrationModelForChannelX( _
       ByVal channelNumber As Integer _
    ) As ProfileCalibrationModel
    'Usage
     
    
    Dim instance As Device
    Dim channelNumber As Integer
    Dim value As ProfileCalibrationModel
     
    value = instance.GetProfileCalibrationModelForChannelX(channelNumber)
    public ProfileCalibrationModel GetProfileCalibrationModelForChannelX( 
       int channelNumber
    )

    Parameters

    channelNumber
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also