FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIPM505 Class / GetAvailableProfilesForChannel Method


In This Topic
    GetAvailableProfilesForChannel Method (DeviceIPM505)
    In This Topic
    Gets the profiles that can be assinged to a particular channel number.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetAvailableProfilesForChannel( _
       ByVal channelNumber As Integer _
    ) As IEnumerable(Of String)
    'Usage
     
    
    Dim instance As DeviceIPM505
    Dim channelNumber As Integer
    Dim value As IEnumerable(Of String)
     
    value = instance.GetAvailableProfilesForChannel(channelNumber)
    public override IEnumerable<string> GetAvailableProfilesForChannel( 
       int channelNumber
    )

    Parameters

    channelNumber

    Return Value

    Profiles that can be assinged to channel number.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also