FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIAA105 Class / GetAllGainPossibleValues Method


In This Topic
    GetAllGainPossibleValues Method (DeviceIAA105)
    In This Topic
    Get all possible gain values.
    Syntax
    'Declaration
     
    
    Public Function GetAllGainPossibleValues() As List(Of String)
    'Usage
     
    
    Dim instance As DeviceIAA105
    Dim value As List(Of String)
     
    value = instance.GetAllGainPossibleValues()
    public List<string> GetAllGainPossibleValues()

    Return Value

    A list containing all possible gain values.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also