FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / Gen1DeviceBase Class / SetChannelXProfileName Method


In This Topic
    SetChannelXProfileName Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetChannelXProfileName( _
       ByVal channelNumber As Integer, _
       ByVal name As String _
    ) 
    'Usage
     
    
    Dim instance As Gen1DeviceBase
    Dim channelNumber As Integer
    Dim name As String
     
    instance.SetChannelXProfileName(channelNumber, name)
    public void SetChannelXProfileName( 
       int channelNumber,
       string name
    )

    Parameters

    channelNumber
    name
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also