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


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

    Return Value

    A list of gain values.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also