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


In This Topic
    SetShuntValue Method (DeviceIAA105)
    In This Topic
    Sets the shunt value.
    Syntax
    'Declaration
     
    
    Public Sub SetShuntValue( _
       ByVal shuntValue As String _
    ) 
    'Usage
     
    
    Dim instance As DeviceIAA105
    Dim shuntValue As String
     
    instance.SetShuntValue(shuntValue)
    public void SetShuntValue( 
       string shuntValue
    )

    Parameters

    shuntValue
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also