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


In This Topic
    GetAvailableShuntValues Method (DeviceIAA105)
    In This Topic
    Gets available shunt values.
    Syntax
    'Declaration
     
    
    Public Function GetAvailableShuntValues() As List(Of String)
    'Usage
     
    
    Dim instance As DeviceIAA105
    Dim value As List(Of String)
     
    value = instance.GetAvailableShuntValues()
    public List<string> GetAvailableShuntValues()

    Return Value

    A list containing available shunt values.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also