FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / RPMValue Property


In This Topic
    RPMValue Property
    In This Topic
    Gets a value indicating the revolutions per minute (RPM) value associated with the rotation.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RPMValue As Integer
    'Usage
     
    
    Dim instance As USB_DLL
    Dim value As Integer
     
    value = instance.RPMValue
    public int RPMValue {get;}

    Property Value

    Type: System.Int32
    The value must be between -8,388,608 and +8,388,607.
    Remarks
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also