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


In This Topic
    GetProfileCalibrationModelForChannelX Method
    In This Topic
    Gets the profile calibration model for the specified channel number.
    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

    Return Value

    The profile calibration model for the specified channel number.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also